diff --git a/Manifest.files.gz b/Manifest.files.gz index e4b1f9503f9b..209f74baf048 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 5f2ce1c50bb6..e52b777f75cc 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/ansible-molecule/Manifest b/app-admin/ansible-molecule/Manifest index 948c0d4c840d..a9ab839d7c5c 100644 --- a/app-admin/ansible-molecule/Manifest +++ b/app-admin/ansible-molecule/Manifest @@ -1,2 +1 @@ DIST molecule-24.2.1.tar.gz 343228 BLAKE2B 9605b5a8e21d37597cbf35f0f6f811471909dde5496541b1d7cd130eb2b970125fdc291df6493f8716f38514df17d957094604ae49e64d16f2207a0d3682bd38 SHA512 3813163d72cee51987d340c8a1ed0e03d8abe509a601e94c3e32bf673a56edd83d0c2bde1347057fe8a4c2b37e11a068ef689dd669d4395da64bec3921f1403d -DIST molecule-5.1.0.tar.gz 335161 BLAKE2B 55c2f3c181bef6ab848cf7b52b19649fd861dbdbd68b92d3de9e0a1330755b9b887affd8f78e92ab33145ed60e7131d3cf1ffb7b4d8f10c1c3cab8dd58288af9 SHA512 4d025a512e3a6ac7f424318f06bb23b2c1ef1cc122d31d012430bfccf4efeeb3c7ddf2450abd78378c1c50f54fffb1fa8f366f14eebe58125f177ced8cec3ff5 diff --git a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild index dc56df03c582..ab9a79f80bdc 100644 --- a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild +++ b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://pypi.org/project/molecule/ https://github.com/ansible/molecule LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" IUSE="selinux" # Since around the time of the switch to the yy.m.patchlevel versioning scheme diff --git a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild deleted file mode 100644 index 66a672771a29..000000000000 --- a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -DOCS_BUILDER="mkdocs" -DOCS_DEPEND=" - >=dev-python/mkdocs-ansible-0.1.4 - dev-python/mkdocs-autorefs - dev-python/mkdocstrings-python - media-gfx/cairosvg -" -PYPI_PN="molecule" - -inherit distutils-r1 docs optfeature pypi - -DESCRIPTION="A toolkit designed to aid in the development and testing of Ansible roles" -HOMEPAGE="https://pypi.org/project/molecule/ https://github.com/ansible/molecule/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv" -IUSE="selinux" - -RDEPEND="$(python_gen_cond_dep ' - >=app-admin/ansible-core-2.12.10[${PYTHON_USEDEP}] - >=dev-python/ansible-compat-4.1.2[${PYTHON_USEDEP}] - >=dev-python/click-8.0[${PYTHON_USEDEP}] - =dev-python/click-help-colors-0.9[${PYTHON_USEDEP}] - >=dev-python/enrich-1.2.7[${PYTHON_USEDEP}] - >=dev-python/jinja-2.11.3[${PYTHON_USEDEP}] - >=dev-python/jsonschema-4.9.1[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - =dev-python/pyyaml-5.1[${PYTHON_USEDEP}] - >=dev-python/rich-9.5.1[${PYTHON_USEDEP}] - >=dev-util/cookiecutter-1.7.3[${PYTHON_USEDEP}] - selinux? ( sys-libs/libselinux[python,${PYTHON_USEDEP}] ) -')" -BDEPEND="$(python_gen_cond_dep ' - =app-admin/ansible-lint-6.12.1[${PYTHON_USEDEP}] - app-misc/check-jsonschema[${PYTHON_USEDEP}] - >=dev-python/ansi2html-1.8.0[${PYTHON_USEDEP}] - >=dev-python/filelock-3.9.0[${PYTHON_USEDEP}] - =dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}] - >=dev-python/pytest-plus-0.4.0[${PYTHON_USEDEP}] - >=dev-python/pytest-testinfra-7.0.0[${PYTHON_USEDEP}] - >=dev-python/pytest-xdist-3.1.0[${PYTHON_USEDEP}] - ) -')" - -PATCHES=( - "${FILESDIR}"/${PN}-5.1.0-mkdocs_google_fonts.patch -) - -# test_role.py doesn't play nicely with FEATURES=usersandbox. As for test_command.py: -# - quite a few of these tests use the network; -# - test_command_dependency[shell] only works if Molecule has previously been installed; -# - tests involving creation of a new scenario fail on ansible-lint errors, even though -# a config file is deployed which should skip expected issues. -EPYTEST_DESELECT=( - src/molecule/test/functional/test_command.py - src/molecule/test/unit/command/init/test_role.py -) - -distutils_enable_tests pytest - -pkg_postinst() { - optfeature_header "Some optional packages commonly used in Molecule scenarios:" - optfeature "checking playbooks for practices and behaviour that can be improved" app-admin/ansible-lint -} diff --git a/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch b/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch deleted file mode 100644 index 2b3f6af82dcc..000000000000 --- a/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/mkdocs.yml -+++ b/mkdocs.yml -@@ -19,6 +19,7 @@ - - navigation.indexes - - navigation.tracking - - toc.integrate -+ font: false - palette: - - media: "(prefers-color-scheme: light)" - primary: teal diff --git a/app-admin/calamares/Manifest b/app-admin/calamares/Manifest index 30eda62874ab..c13fb1de9f0c 100644 --- a/app-admin/calamares/Manifest +++ b/app-admin/calamares/Manifest @@ -1,2 +1,3 @@ DIST calamares-3.2.60.tar.gz 4260547 BLAKE2B edf300ce9d534cd506b2341b3ce314bbde7fcc6dac40ad2307e549bbeab7a63ddfe6d7ae8c8176ee1ad4e4b02c9eadcd5efc66872e1f464c39200d8d117dca80 SHA512 dfc01212f74694f10d40dd1d1ad61db384c83021dc9cd4753027a9cf40b92c8e8b2d5032df76533a8f22c05448aba546c9bb21c38c03fb0cb8d7de35fb79fb7f DIST calamares-3.3.5.tar.gz 4722988 BLAKE2B bc3270fbc2f804c46008f1f0a106719b779a07d7d5d3cc9f1ab17da7597ebb5dfebc8793036e19570b0048afb667df4b9fed55e813374d7465513ea048e00ffc SHA512 6846e13455e4fa38bd4d5061eece1baf5a972700f489dc1e35d988cfb5359650c63f79f9453431f1aff722af696260504c27f0c000490d781ab5fe03a5c46cf2 +DIST calamares-3.3.6.tar.gz 4733000 BLAKE2B 6c5bae1c7939d84fdbf599e7c5b478c799efbdf21f1aa120fda05106775477274eafd5687a787c177b747226c8438aec72acc90414bff9c7952d71ce8cb5e376 SHA512 3fa38f136a7a8c1f7dc2be8f98d2f323e38ab3bb535ffaf833d26839c3a2fe1d1dab392cd103380098328fc7465f262cde7ae09efa996c7fb66233d8391ae4f6 diff --git a/app-admin/calamares/calamares-3.3.6.ebuild b/app-admin/calamares/calamares-3.3.6.ebuild new file mode 100644 index 000000000000..add03ed16ed6 --- /dev/null +++ b/app-admin/calamares/calamares-3.3.6.ebuild @@ -0,0 +1,157 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PYTHON_COMPAT=( python3_{10..12} ) + +inherit ecm python-single-r1 + +DESCRIPTION="Distribution-independent installer framework" +HOMEPAGE="https://calamares.io" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="5" +KEYWORDS="~amd64" +IUSE="+networkmanager qt6 +upower" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +QT5_MIN="5.15.0" +KF_QT5_MIN="5.78" +QT6_MIN="6.5.0" +KF_QT6_MIN="5.240" + +BDEPEND=" + qt6? ( + >=dev-qt/qttools-${QT6_MIN}:6[linguist] + >=kde-frameworks/extra-cmake-modules-${KF_QT6_MIN} + ) + !qt6? ( + >=dev-qt/linguist-tools-${QT5_MIN}:5 + >=kde-frameworks/extra-cmake-modules-${KF_QT5_MIN} + ) +" +COMMON_DEPEND="${PYTHON_DEPS} + dev-cpp/yaml-cpp:= + $(python_gen_cond_dep ' + >=dev-libs/boost-1.72.0:=[python,${PYTHON_USEDEP}] + dev-libs/libpwquality[${PYTHON_USEDEP}] + ') + qt6? ( + >=dev-qt/qtbase-${QT6_MIN}:6[concurrent,dbus,gui,network,widgets,xml] + >=dev-qt/qtdeclarative-${QT6_MIN}:6 + >=dev-qt/qtsvg-${QT6_MIN}:6 + >=dev-qt/qtwebengine-${QT6_MIN}:6[widgets] + dev-qt/kdsingleapplication[qt6] + >=kde-frameworks/kconfig-${KF_QT6_MIN}:6 + >=kde-frameworks/kcoreaddons-${KF_QT6_MIN}:6 + >=kde-frameworks/kcrash-${KF_QT6_MIN}:6 + >=kde-frameworks/ki18n-${KF_QT6_MIN}:6 + >=kde-frameworks/kpackage-${KF_QT6_MIN}:6 + >=kde-frameworks/kparts-${KF_QT6_MIN}:6 + >=kde-frameworks/kservice-${KF_QT6_MIN}:6 + >=kde-frameworks/kwidgetsaddons-${KF_QT6_MIN}:6 + sys-auth/polkit-qt[qt6(-)] + >=sys-libs/kpmcore-24.01.75:6= + ) + !qt6? ( + >=dev-qt/qtconcurrent-${QT5_MIN}:5 + >=dev-qt/qtdbus-${QT5_MIN}:5 + >=dev-qt/qtdeclarative-${QT5_MIN}:5 + >=dev-qt/qtgui-${QT5_MIN}:5 + >=dev-qt/qtnetwork-${QT5_MIN}:5 + >=dev-qt/qtsvg-${QT5_MIN}:5 + >=dev-qt/qtwebengine-${QT5_MIN}:5[widgets] + >=dev-qt/qtwidgets-${QT5_MIN}:5 + >=dev-qt/qtxml-${QT5_MIN}:5 + dev-qt/kdsingleapplication[-qt6] + >=kde-frameworks/kconfig-${KF_QT5_MIN}:5 + >=kde-frameworks/kcoreaddons-${KF_QT5_MIN}:5 + >=kde-frameworks/kcrash-${KF_QT5_MIN}:5 + >=kde-frameworks/ki18n-${KF_QT5_MIN}:5 + >=kde-frameworks/kpackage-${KF_QT5_MIN}:5 + >=kde-frameworks/kparts-${KF_QT5_MIN}:5 + >=kde-frameworks/kservice-${KF_QT5_MIN}:5 + >=kde-frameworks/kwidgetsaddons-${KF_QT5_MIN}:5 + sys-auth/polkit-qt[qt5(+)] + >=sys-libs/kpmcore-20.04.0:5= + ) + sys-apps/dbus + sys-apps/dmidecode + virtual/libcrypt:= +" +DEPEND="${COMMON_DEPEND} + test? ( + !qt6? ( dev-qt/qttest:5 ) + ) +" +RDEPEND="${COMMON_DEPEND} + app-admin/sudo + dev-libs/libatasmart + net-misc/rsync + || ( + sys-boot/grub:2 + sys-apps/systemd[boot(-)] + sys-apps/systemd-utils[boot] + ) + sys-boot/os-prober + sys-fs/squashfs-tools + sys-libs/timezone-data + virtual/udev + networkmanager? ( net-misc/networkmanager ) + upower? ( sys-power/upower ) +" + +src_prepare() { + ecm_src_prepare + export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \ + PYTHON_INCLUDE_PATH="$(python_get_library_path)"\ + PYTHON_CFLAGS="$(python_get_CFLAGS)"\ + PYTHON_LIBS="$(python_get_LIBS)" + + cp "${FILESDIR}/calamares-gentoo-branding.desc" src/branding/default/branding.desc || die "Failed to overwrite branding file" +} + +src_configure() { + local mycmakeargs=( + -DINSTALL_CONFIG=ON + -DINSTALL_COMPLETION=ON + -DINSTALL_POLKIT=ON + -DCMAKE_DISABLE_FIND_PACKAGE_LIBPARTED=ON + -DWITH_PYTHON=ON + # Use system instead + -DWITH_PYBIND11=OFF + -DBUILD_APPDATA=ON + -DWITH_QT6="$(usex qt6)" + ) + + ecm_src_configure +} + +src_test() { + local myctestargs=( + # Skipped tests: + # load-dracut: tries and fails to find Dracut config + # libcalamaresnetworktest: needs network + # libcalamaresutilstest: inspects /tmp (expects namespace?) + # + # Need investigation: + # test_libcalamaresuipaste + # validate-netinstall + # validate-services-systemd + # localetest + # machineidtest + # packagechoosertest + # + # Requires removed dev-python/toml + # lint-displaymanager + # + # E1101 + # lint-dummypython + -E "(load-dracut|libcalamaresnetworktest|libcalamaresutilstest|test_libcalamaresuipaste|validate-netinstall|validate-services-systemd|localetest|machineidtest|packagechoosertest|lint-displaymanager|lint-dummypython)" + ) + + cmake_src_test +} diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest index a695258bc7d4..d172a2c2a202 100644 --- a/app-admin/puppet-agent/Manifest +++ b/app-admin/puppet-agent/Manifest @@ -1,9 +1,5 @@ DIST puppet-agent_7.24.0-1focal_amd64.deb 31418478 BLAKE2B 201c0a5adbeca2b6f572d3f8b89df06314171e5c7bb95f574311cee5af1910bdf7f5574eaa5f514bcf0c1ceb5c04c30a2079069183c4b37dd90581596a70092e SHA512 7912360597c21abf048d578783262821210d6568dc41f79b2d21cdb08851f8bd4cbe5a6114aa8af302c9046de424b8b15fe34be1fc51b529f36ccb99445bc7dc DIST puppet-agent_7.24.0-1focal_arm64.deb 31160744 BLAKE2B 22dfc3f0855c2e88c7202f2a9d98efd4ad9ef3a191ab9b5b8c37a6869306a47d1225d568fec9f0fc52cdf236f8258b5ca206a360049cc39e1825f1f8afc5d4af SHA512 db1b7cb25a04d6aeedd7f3bb125fe0fcac420c2881f9f3aba729143e253908376cd118073753de018d8fd1a6d7f38139766b4ec4bfb23f840ca7ee32143a8a48 -DIST puppet-agent_8.4.0-1focal_amd64.deb 35930626 BLAKE2B ad299aaceba51bd2831c6aa15a1794c12e03026866e7b1fd59c49d078d7c32bc8af2f0eba9f699f21e0bde98147b3a7edb88db3ada2ec8cb9601c2ed64210240 SHA512 18148a6cbd237afc66bbce1bc5d9eec63426efd5d7a2625e4f8a7d962a97c25da7e5ef208972323ea10e35c174beaacacc131d7dd1043a9013f1d8c8ae8a8c70 -DIST puppet-agent_8.4.0-1focal_arm64.deb 35421066 BLAKE2B 348f4cb16b83e0703fe8ec1fc6a5ebd992384c02f51b8d38d597d629b19f070f21e0f944ba1c6188bd9d93d0689e66ef10a4c717847ffca2534b4c6a3fa0eb4d SHA512 5ba2d6d41e6d98e0e7830fc6140500173e1e18efd9c228c84ec124c5154df847657f4c43f994d05830774fc6431b49d57081ded579ed1215927623c7b83155a7 -DIST puppet-agent_8.5.0-1focal_amd64.deb 35945720 BLAKE2B 485fa3e93006c63265df27ba99e61e1c9b253f71976aa92af1bc0ee474b575c27d3e1d3ddde21a919f5a21e151777b1ab8f7d849f5927a48898ca58b14edaa8b SHA512 a252240e206fb93bfc882f88e593a93b29c61442bb7fc95e1d3465e30af6b7bd82a362287590a36460ed04d4759fc244d3eff118ef8790885112ef78206a14f9 -DIST puppet-agent_8.5.0-1focal_arm64.deb 35436786 BLAKE2B 712f893f05f9f75bf7af0cf40556f0746a81fabbd8e588ad598f59856bfe4948c53eb92e2eaa7a621507183c572d17ecb2b426b13a91bbd0b98cc2463070a60e SHA512 ce1752d13b2d4b9442ef11006e8bc0edf98e855df051491efd2760b6919c41f0dda2030910e5794658ae99d3b8341e9bf64aa57c65069f9d83a3f328f1d2dd41 DIST puppet-agent_8.5.1-1focal_amd64.deb 35945834 BLAKE2B 8c839eabf8abbc6cf87ab8a1c942b97be7fc08b9053695d07a7fc4bbf69886192063553c43f81e73521327cf8b89af18fe43d41ef3f71229d218fe123426f50c SHA512 324ea532d005a1bbb0f25fdd411f3f68a1c18371cb494f8934d73d87c19e3bbf46c653a9afbe767ed2ab6e788115f31ccef4bd084351ee6f73e4e656aab5d65a DIST puppet-agent_8.5.1-1focal_arm64.deb 35436770 BLAKE2B 16ead6317dab6f8b65b8ea5269eec5593697f4da6d1ec0323e074f4eab3c8518dab10af48853e591aecc62c63a5ff4e135cf02bb1d7f7d565c5200bfae98ff86 SHA512 f3acc097563d9a56cb677df72250ee25ab0e1e361eb40a2cd36b3d694854edc3850f08099b916aefbc16580f78a194e9f3bf33b1cb585836d55c6e8dcf03a379 DIST puppet-agent_8.6.0-1focal_amd64.deb 35966100 BLAKE2B a27e5fd32c73dd798612cc78a2e4abc150b425215592e9c7a88c7d3b54a2f6dcaffd557575e7c6f64116228fdd50e15a503f8b4c8c496c0f970ee772d5a88e6c SHA512 10a89f73219da6b59e63e8d2aba63968ef2236e773077c54ef6001b010b20b3e384676880cc10b8be4fc16336bb123783de88b0fd1d5c5d91c2455f410458363 diff --git a/app-admin/puppet-agent/puppet-agent-8.4.0-r1.ebuild b/app-admin/puppet-agent/puppet-agent-8.4.0-r1.ebuild deleted file mode 100644 index 32089749d68e..000000000000 --- a/app-admin/puppet-agent/puppet-agent-8.4.0-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit systemd unpacker tmpfiles - -DESCRIPTION="general puppet client utils along with hiera and facter" -HOMEPAGE="https://puppetlabs.com/" -SRC_URI="amd64? ( http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb ) -arm64? ( http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_arm64.deb )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64" -IUSE="puppetdb selinux" -RESTRICT="strip" - -# virtual/libcrypt:= is in here despite being a pre-built package -# to ensure that the has_version logic for the symlink doesn't become stale -CDEPEND="!app-admin/puppet - !dev-ruby/hiera - !dev-ruby/facter - app-emulation/virt-what - acct-user/puppet - acct-group/puppet - virtual/libcrypt:=" - -DEPEND=" - ${CDEPEND} - app-admin/augeas" -RDEPEND="${CDEPEND} - app-portage/eix - sys-apps/dmidecode - sys-libs/libselinux - sys-libs/glibc - sys-libs/readline:0/8 - sys-libs/libxcrypt[compat] - sys-libs/ncurses:0[tinfo] - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )" - -S=${WORKDIR} - -QA_PREBUILT="*" - -src_install() { - # conf.d - doconfd etc/default/puppet - doconfd etc/default/pxp-agent - # logrotate.d - insinto /etc/logrotate.d - doins etc/logrotate.d/pxp-agent - # puppet itself - insinto /etc/puppetlabs - doins -r etc/puppetlabs/* - # logdir for systemd - keepdir var/log/puppetlabs/puppet/ - chmod 0750 var/log/puppetlabs/puppet/ - # the rest - insinto /opt - dodir opt/puppetlabs/puppet/cache - doins -r opt/* - fperms 0750 /opt/puppetlabs/puppet/cache - # init - newinitd "${FILESDIR}/puppet.initd2" puppet - systemd_dounit lib/systemd/system/puppet.service - systemd_dounit lib/systemd/system/pxp-agent.service - newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf - # symlinks - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet - - # Handling of the path to the crypt library during the ongoing migration - # from glibc[crypt] to libxcrypt - # https://www.gentoo.org/support/news-items/2021-07-23-libxcrypt-migration.html - if has_version "sys-libs/glibc[crypt]"; then - local crypt_target='../../../../usr/lib64/xcrypt/libcrypt.so.1' - else - local crypt_target='../../../../usr/lib/libcrypt.so.1' - fi - dosym $crypt_target /opt/puppetlabs/puppet/lib/libcrypt.so.1 -} - -pkg_postinst() { - tmpfiles_process puppet-agent.conf -} diff --git a/app-admin/puppet-agent/puppet-agent-8.5.0.ebuild b/app-admin/puppet-agent/puppet-agent-8.5.0.ebuild deleted file mode 100644 index 32089749d68e..000000000000 --- a/app-admin/puppet-agent/puppet-agent-8.5.0.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit systemd unpacker tmpfiles - -DESCRIPTION="general puppet client utils along with hiera and facter" -HOMEPAGE="https://puppetlabs.com/" -SRC_URI="amd64? ( http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb ) -arm64? ( http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_arm64.deb )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64" -IUSE="puppetdb selinux" -RESTRICT="strip" - -# virtual/libcrypt:= is in here despite being a pre-built package -# to ensure that the has_version logic for the symlink doesn't become stale -CDEPEND="!app-admin/puppet - !dev-ruby/hiera - !dev-ruby/facter - app-emulation/virt-what - acct-user/puppet - acct-group/puppet - virtual/libcrypt:=" - -DEPEND=" - ${CDEPEND} - app-admin/augeas" -RDEPEND="${CDEPEND} - app-portage/eix - sys-apps/dmidecode - sys-libs/libselinux - sys-libs/glibc - sys-libs/readline:0/8 - sys-libs/libxcrypt[compat] - sys-libs/ncurses:0[tinfo] - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )" - -S=${WORKDIR} - -QA_PREBUILT="*" - -src_install() { - # conf.d - doconfd etc/default/puppet - doconfd etc/default/pxp-agent - # logrotate.d - insinto /etc/logrotate.d - doins etc/logrotate.d/pxp-agent - # puppet itself - insinto /etc/puppetlabs - doins -r etc/puppetlabs/* - # logdir for systemd - keepdir var/log/puppetlabs/puppet/ - chmod 0750 var/log/puppetlabs/puppet/ - # the rest - insinto /opt - dodir opt/puppetlabs/puppet/cache - doins -r opt/* - fperms 0750 /opt/puppetlabs/puppet/cache - # init - newinitd "${FILESDIR}/puppet.initd2" puppet - systemd_dounit lib/systemd/system/puppet.service - systemd_dounit lib/systemd/system/pxp-agent.service - newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf - # symlinks - chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/" - dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter - dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera - dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet - - # Handling of the path to the crypt library during the ongoing migration - # from glibc[crypt] to libxcrypt - # https://www.gentoo.org/support/news-items/2021-07-23-libxcrypt-migration.html - if has_version "sys-libs/glibc[crypt]"; then - local crypt_target='../../../../usr/lib64/xcrypt/libcrypt.so.1' - else - local crypt_target='../../../../usr/lib/libcrypt.so.1' - fi - dosym $crypt_target /opt/puppetlabs/puppet/lib/libcrypt.so.1 -} - -pkg_postinst() { - tmpfiles_process puppet-agent.conf -} diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest index aa69cc8b22a8..c8a2bdc1a3f3 100644 --- a/app-admin/puppet/Manifest +++ b/app-admin/puppet/Manifest @@ -1,7 +1,3 @@ -DIST puppet-7.24.0.tar.gz 2823083 BLAKE2B f4a3862153a01b1d5ce1cc9d72a2446d91346c5e8ed762f8aeae260a67bd583c277cd4ea0f207021057d40c69078add06af88978522706dea59796bdd6071070 SHA512 bb881e7523fce72ca8941d363ebc12f0172aff61a28d49465b7977fdf0d004575f5677fad3f0858db109b1cf85e4d870becdaa7c6687db32eb6eecf849ed25e9 -DIST puppet-7.27.0.tar.gz 2825666 BLAKE2B dffc2329c28588a5b4a08996f5fbff95c092961aa68af6287c4216ffb3e5b6ab811df876b8efb0f6724d9990b21ad1c56d65bd9fd8d502008ba385f4460f0591 SHA512 a864357f5079c9fad53c2cff35f73f0bc25900359e25b5fb1130e3a3e6f77f63bc38ef59c0ce1b37913eb0acb1e42f39891ed7de0fe39ab138faa426ab2a9392 DIST puppet-7.28.0.tar.gz 2827538 BLAKE2B 65f25d9de60ed1b511acb5c9d72370198f68f3158cfede2ffda90ee23ebcfecfdabcf35459d1a048c3a204e13611f67852028233e4da4b9ed2ea08cad07a37c9 SHA512 d570452ceec764c657f4678f7179400d30f8513766edc6f020db35c3a4246c1d857615a647ca481920a7d1a40cf9a15057432468ccd4697e4335dca55e121faa -DIST puppet-8.4.0.tar.gz 2882328 BLAKE2B de46a8fbdc7522f022d19953845c73e6872ed430a9380f157809bb95e7d7315063f136b5159468708dcb5dcb4353cc89eacffffbd4045458351c63261a6d9bd0 SHA512 23d5aede9ba55e4e63a7f815fd1d274e97d5d0c35aa1b5444c24b223a59d5d913ac5b4652acc2258b1721a213e4c24e1e8b4a146ca6a1b81a1536a51ed856270 -DIST puppet-8.5.0.tar.gz 1565122 BLAKE2B c787b981c64f2b52cc3c8998516599891980bb176cb3bce6596cb4b139fbae2f58e156fb007a3aa2bd2a5bb069dc63eb7fc36bde3f3533c27729fccfa19ee0e7 SHA512 1adf88f69b3b5a7071a2ee5dad66c3cd3fc1db57fdeaf7945f8cb167d1b76dcf12e85e17eefc418cda67952a4c75a6b43d320d0c0f1db610411d188304994cdc DIST puppet-8.5.1.tar.gz 1565085 BLAKE2B f352f9f70e090c4a32edd45ced5c01ed4eff891fb46c0f2d753ceeba43250960356ceb2d9047e7308732585ec114c5f728ec29a65b6a08348b74a9709ec92a89 SHA512 f1d661c34fc7c1381c6422ff7e027fdf4554a69939f5db926bf8a61a89583090fb8d28151f90093d3ca8037950ed911b0a5c7b8677a80ede72e83d9cbf89af7f DIST puppet-8.6.0.tar.gz 1567398 BLAKE2B 749cc055c6797e5715907fdb768264774efba62e4681733a59a457cfda9dd2682990a96331cc04d313a367e32b820ce351fb103e19891976e900d99c30ca7ba5 SHA512 b08d59b4ec79fec5f3dd2d37c9b6a9f016cf25068e507866ab8d545f59792b9af84e302675182a0318c792814f0bff2bf052c8953b6b44c5441fa2c692a9f04d diff --git a/app-admin/puppet/puppet-7.24.0-r1.ebuild b/app-admin/puppet/puppet-7.24.0-r1.ebuild deleted file mode 100644 index e6415c71f2b2..000000000000 --- a/app-admin/puppet/puppet-7.24.0-r1.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -USE_RUBY="ruby27 ruby30 ruby31" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="doc:all" -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit ruby-fakegem systemd tmpfiles - -DESCRIPTION="A system automation and configuration management software" -HOMEPAGE="https://puppet.com/" -SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax" -RESTRICT="test" - -# =dev-ruby/facter-3.0.0 - =6.x, please migrate to puppetserver if you have" - elog "not already done so." - elog -} diff --git a/app-admin/puppet/puppet-7.27.0-r1.ebuild b/app-admin/puppet/puppet-7.27.0-r1.ebuild deleted file mode 100644 index b23327410b34..000000000000 --- a/app-admin/puppet/puppet-7.27.0-r1.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -USE_RUBY="ruby27 ruby30 ruby31" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="doc:all" -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit ruby-fakegem systemd tmpfiles - -DESCRIPTION="A system automation and configuration management software" -HOMEPAGE="https://puppet.com/" -SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" -IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax" -RESTRICT="test" - -ruby_add_rdepend " - dev-ruby/hiera - dev-ruby/json:= - dev-ruby/semantic_puppet - >=dev-ruby/facter-3.0.0 - dev-ruby/concurrent-ruby - augeas? ( dev-ruby/ruby-augeas ) - diff? ( dev-ruby/diff-lcs ) - doc? ( dev-ruby/rdoc ) - ldap? ( dev-ruby/ruby-ldap ) - shadow? ( dev-ruby/ruby-shadow ) - sqlite? ( dev-ruby/sqlite3 ) - virtual/ruby-ssl - dev-ruby/hocon" - -ruby_add_bdepend " - doc? ( dev-ruby/yard ) - test? ( - dev-ruby/mocha - dev-ruby/rack - dev-ruby/rspec-its - )" -# this should go in the above lists, but isn't because of test deps not being keyworded -# dev-ruby/rspec-collection_matchers - -RDEPEND+=" ${RDEPEND} - rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) - >=app-portage/eix-0.18.0 - acct-user/puppet - acct-group/puppet" -PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )" - -all_ruby_prepare() { - # Avoid spec that require unpackaged json-schema. - rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die - - # fix systemd path - eapply -p0 "${FILESDIR}/puppet-systemd.patch" - - # Avoid specs that can only run in the puppet.git repository. This - # should be narrowed down to the specific specs. - rm spec/integration/parser/compiler_spec.rb || die - - # Avoid failing spec that need further investigation. - rm spec/unit/module_tool/metadata_spec.rb || die -} - -each_ruby_install() { - each_fakegem_install -# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" \ -# "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}" -} - -all_ruby_install() { - all_fakegem_install - - # systemd stuffs - systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service" - - # tmpfiles stuff - newtmpfiles "${FILESDIR}/tmpfiles.d-2" "puppet.conf" - - # openrc init stuff - newinitd "${FILESDIR}"/puppet.init puppet - - keepdir /etc/puppetlabs/puppet/ssl - - keepdir /var/lib/puppet/facts - keepdir /var/lib/puppet/files - fowners -R puppet:puppet /var/lib/puppet - - fperms 0750 /var/lib/puppet - - fperms 0750 /etc/puppetlabs - fperms 0750 /etc/puppetlabs/puppet - fperms 0750 /etc/puppetlabs/puppet/ssl - fowners -R :puppet /etc/puppetlabs - fowners -R :puppet /var/lib/puppet - - # ext and examples files - for f in $(find ext examples -type f) ; do - docinto "$(dirname ${f})" - dodoc "${f}" - done -} - -pkg_postinst() { - tmpfiles_process puppet.conf - - elog - elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" - elog "cause puppet to hang while installing packages." - elog - elog "Portage Puppet module with Gentoo-specific resources:" - elog "http://forge.puppetlabs.com/gentoo/portage" - elog - elog "If updating from puppet 5 to 6, keep in mind that webrick (server/master)" - elog "suppert was removed for >=6.x, please migrate to puppetserver if you have" - elog "not already done so." - elog -} diff --git a/app-admin/puppet/puppet-8.4.0-r1.ebuild b/app-admin/puppet/puppet-8.4.0-r1.ebuild deleted file mode 100644 index da3eb9487a0c..000000000000 --- a/app-admin/puppet/puppet-8.4.0-r1.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -USE_RUBY="ruby31" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="doc:all" -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit ruby-fakegem systemd tmpfiles - -DESCRIPTION="A system automation and configuration management software" -HOMEPAGE="https://puppet.com/" -SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="augeas diff doc emacs hiera ldap rrdtool selinux shadow sqlite vim-syntax" -RESTRICT="test" - -ruby_add_rdepend " - hiera? ( dev-ruby/hiera ) - dev-ruby/json:= - dev-ruby/semantic_puppet - >=dev-ruby/facter-3.0.0 - dev-ruby/deep_merge - dev-ruby/concurrent-ruby - augeas? ( dev-ruby/ruby-augeas ) - diff? ( dev-ruby/diff-lcs ) - doc? ( dev-ruby/rdoc ) - ldap? ( dev-ruby/ruby-ldap ) - shadow? ( dev-ruby/ruby-shadow ) - sqlite? ( dev-ruby/sqlite3 ) - virtual/ruby-ssl - dev-ruby/hocon" - -ruby_add_bdepend " - doc? ( dev-ruby/yard ) - test? ( - dev-ruby/mocha - dev-ruby/rack - dev-ruby/rspec-its - )" -# this should go in the above lists, but isn't because of test deps not being keyworded -# dev-ruby/rspec-collection_matchers - -RDEPEND+=" ${RDEPEND} - rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) - >=app-portage/eix-0.18.0 - acct-user/puppet - acct-group/puppet" -PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )" - -all_ruby_prepare() { - # Avoid spec that require unpackaged json-schema. - rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die - - # fix systemd path - eapply -p0 "${FILESDIR}/puppet-systemd.patch" - - # Avoid specs that can only run in the puppet.git repository. This - # should be narrowed down to the specific specs. - rm spec/integration/parser/compiler_spec.rb || die - - # Avoid failing spec that need further investigation. - rm spec/unit/module_tool/metadata_spec.rb || die -} - -each_ruby_install() { - each_fakegem_install -# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" \ -# "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}" -} - -all_ruby_install() { - all_fakegem_install - - # systemd stuffs - systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service" - - # tmpfiles stuff - newtmpfiles "${FILESDIR}/tmpfiles.d-2" "puppet.conf" - - # openrc init stuff - newinitd "${FILESDIR}"/puppet.init puppet - - keepdir /etc/puppetlabs/puppet/ssl - - keepdir /var/lib/puppet/facts - keepdir /var/lib/puppet/files - fowners -R puppet:puppet /var/lib/puppet - - fperms 0750 /var/lib/puppet - - fperms 0750 /etc/puppetlabs - fperms 0750 /etc/puppetlabs/puppet - fperms 0750 /etc/puppetlabs/puppet/ssl - fowners -R :puppet /etc/puppetlabs - fowners -R :puppet /var/lib/puppet - - # ext and examples files - for f in $(find ext examples -type f) ; do - docinto "$(dirname ${f})" - dodoc "${f}" - done -} - -pkg_postinst() { - tmpfiles_process puppet.conf - - elog - elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" - elog "cause puppet to hang while installing packages." - elog - elog "Portage Puppet module with Gentoo-specific resources:" - elog "http://forge.puppetlabs.com/gentoo/portage" - elog -} diff --git a/app-admin/puppet/puppet-8.5.0.ebuild b/app-admin/puppet/puppet-8.5.0.ebuild deleted file mode 100644 index 6ee8a0e304c8..000000000000 --- a/app-admin/puppet/puppet-8.5.0.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -USE_RUBY="ruby31" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="doc:all" -RUBY_FAKEGEM_EXTRAINSTALL="locales" - -inherit ruby-fakegem systemd tmpfiles - -DESCRIPTION="A system automation and configuration management software" -HOMEPAGE="https://puppet.com/" -SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" -IUSE="augeas diff doc emacs hiera ldap rrdtool selinux shadow sqlite vim-syntax" -RESTRICT="test" - -ruby_add_rdepend " - hiera? ( dev-ruby/hiera ) - dev-ruby/json:= - dev-ruby/semantic_puppet - >=dev-ruby/facter-3.0.0 - dev-ruby/deep_merge - dev-ruby/concurrent-ruby - augeas? ( dev-ruby/ruby-augeas ) - diff? ( dev-ruby/diff-lcs ) - doc? ( dev-ruby/rdoc ) - ldap? ( dev-ruby/ruby-ldap ) - shadow? ( dev-ruby/ruby-shadow ) - sqlite? ( dev-ruby/sqlite3 ) - virtual/ruby-ssl - dev-ruby/hocon" - -ruby_add_bdepend " - doc? ( dev-ruby/yard ) - test? ( - dev-ruby/mocha - dev-ruby/rack - dev-ruby/rspec-its - )" -# this should go in the above lists, but isn't because of test deps not being keyworded -# dev-ruby/rspec-collection_matchers - -RDEPEND+=" ${RDEPEND} - rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) - >=app-portage/eix-0.18.0 - acct-user/puppet - acct-group/puppet" -PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )" - -all_ruby_prepare() { - # fix systemd path - eapply -p0 "${FILESDIR}/puppet-systemd.patch" -} - -each_ruby_install() { - each_fakegem_install -# dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" \ -# "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}" -} - -all_ruby_install() { - all_fakegem_install - - # systemd stuffs - systemd_dounit "${WORKDIR}/all/${P}/ext/systemd/puppet.service" - - # tmpfiles stuff - newtmpfiles "${FILESDIR}/tmpfiles.d-2" "puppet.conf" - - # openrc init stuff - newinitd "${FILESDIR}"/puppet.init puppet - - keepdir /etc/puppetlabs/puppet/ssl - - keepdir /var/lib/puppet/facts - keepdir /var/lib/puppet/files - fowners -R puppet:puppet /var/lib/puppet - - fperms 0750 /var/lib/puppet - - fperms 0750 /etc/puppetlabs - fperms 0750 /etc/puppetlabs/puppet - fperms 0750 /etc/puppetlabs/puppet/ssl - fowners -R :puppet /etc/puppetlabs - fowners -R :puppet /var/lib/puppet - - # ext and examples files - for f in $(find ext examples -type f) ; do - docinto "$(dirname ${f})" - dodoc "${f}" - done -} - -pkg_postinst() { - tmpfiles_process puppet.conf - - elog - elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" - elog "cause puppet to hang while installing packages." - elog - elog "Portage Puppet module with Gentoo-specific resources:" - elog "http://forge.puppetlabs.com/gentoo/portage" - elog -} diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest index 06e36dacebc9..c838683e43c3 100644 --- a/app-admin/puppetdb/Manifest +++ b/app-admin/puppetdb/Manifest @@ -1,4 +1,2 @@ DIST puppetdb-7.13.0.tar.gz 49917440 BLAKE2B 7cb01b2dbd6b6b22aad11a7fbcabff1c8452d51437bd0b3db3c8afe9d72bb853b66a9c8056c4c7c33f284efc4a90c788a05411fe6f80ae081ef817bb7f609bf3 SHA512 ba94031b3c15d38a2719390145e034be453a5f8368b5c53420bf3b371cc36a49f0b416447ec4d9de41ef0618b32ec806b9bae996ec3c4ca0ce05fb152940c2f2 -DIST puppetdb-8.2.0.tar.gz 59250096 BLAKE2B ed1009e87cad366a1d3399eb55b51d8aaad325f1b2da9c2fc5f77a1ad43581009ebc23f5e6756cd86430eb300d389a9022b14c29bdd4ea392cf956627df0f1fe SHA512 59d894710c2591566f9900a7fc1a396f971152e66ae423b54d73b0b9d474eaf4f58926fb6dc4815865dac8bd2dc458161685876ffdc9db5a3d049d0ffeb9b601 -DIST puppetdb-8.4.1.tar.gz 60378645 BLAKE2B eb107fd2016335f814ce9de5431abb2573fd71e8b1a37faf3dad0079ca464f15785bde79eaa49f343a8dd146b9977dbb9ce4e23bce61ba39e5526e422995a497 SHA512 89f405e5364eff1ecf1482ff620de1a7fbb818b3a7ab2463f6ff47fcba0552ac440639c72f2875de956127ea3da9a5d59aa3bb220e59d0994ed3683cac22309c DIST puppetdb-8.5.0.tar.gz 60440356 BLAKE2B 8c3116b040c91a1b406e56b419ddd7e31a5ecc7aae97c73b03fcecebeedefb1b8eed44ce54b07881cbbb025b79bfa076618c6fd6df861a6dcf03c047e7c8f480 SHA512 92808758271c43eabbd508fcb321b3e52a92d0aa860f2c9b42d1df6dcffedb41110c8cc2e72c599fa1762404112f1fc76699f449858a627dd1ca5caa84a2d381 diff --git a/app-admin/puppetdb/puppetdb-8.2.0.ebuild b/app-admin/puppetdb/puppetdb-8.2.0.ebuild deleted file mode 100644 index 44b569aab29c..000000000000 --- a/app-admin/puppetdb/puppetdb-8.2.0.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit systemd tmpfiles - -DESCRIPTION="PuppetDB collects data generated by Puppet" -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" -SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -RDEPEND+=">=virtual/jdk-11" -DEPEND+="acct-user/puppetdb - acct-group/puppetdb" - -src_prepare() { - sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die - sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die - sed -i 's/sysconfig/conf\.d/g' install.sh || die - sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - dodir /opt/puppetlabs/server/data/puppetdb - insinto /opt/puppetlabs/server/apps/puppetdb - insopts -m0744 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppetdb.jar - insinto /etc/puppetlabs/puppetdb - doins ext/config/logback.xml - doins ext/config/bootstrap.cfg - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetdb/conf.d - doins ext/config/conf.d/jetty.ini - doins ext/config/conf.d/repl.ini - doins ext/config/conf.d/database.ini - doins ext/config/conf.d/config.ini - doins ext/config/conf.d/auth.conf - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetdb/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps - doins ext/cli/foreground - doins ext/cli/ssl-setup - doins ext/cli/config-migration - doins ext/cli/foreground - doins ext/cli/anonymize - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetdb/bin - doins ext/bin/puppetdb - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb - dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb - # init type tasks - newconfd ext/default puppetdb - systemd_dounit ext/redhat/puppetdb.service - newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf - newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb - # misc - insinto /etc/logrotate.d - newins ext/puppetdb.logrotate.conf puppetdb - fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb - fperms -R 770 /opt/puppetlabs/server/data/puppetdb -} - -pkg_postinst() { - tmpfiles_process puppetdb.conf - - elog "to install please run '/opt/puppetlabs/server/bin/puppetdb ssl-setup'" - elog - elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb config-migration'" -} diff --git a/app-admin/puppetdb/puppetdb-8.4.1.ebuild b/app-admin/puppetdb/puppetdb-8.4.1.ebuild deleted file mode 100644 index 4b5a495abffd..000000000000 --- a/app-admin/puppetdb/puppetdb-8.4.1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit systemd tmpfiles - -DESCRIPTION="PuppetDB collects data generated by Puppet" -HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" -SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -RDEPEND+=">=virtual/jdk-11" -DEPEND+="acct-user/puppetdb - acct-group/puppetdb" - -src_prepare() { - sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die - sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die - sed -i 's/sysconfig/conf\.d/g' install.sh || die - sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - dodir /opt/puppetlabs/server/data/puppetdb - insinto /opt/puppetlabs/server/apps/puppetdb - insopts -m0744 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppetdb.jar - insinto /etc/puppetlabs/puppetdb - doins ext/config/logback.xml - doins ext/config/bootstrap.cfg - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetdb/conf.d - doins ext/config/conf.d/jetty.ini - doins ext/config/conf.d/repl.ini - doins ext/config/conf.d/database.ini - doins ext/config/conf.d/config.ini - doins ext/config/conf.d/auth.conf - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetdb/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps - doins ext/cli/foreground - doins ext/cli/ssl-setup - doins ext/cli/config-migration - doins ext/cli/foreground - doins ext/cli/anonymize - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetdb/bin - doins ext/bin/puppetdb - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb - dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb - # init type tasks - newconfd ext/default puppetdb - systemd_dounit ext/redhat/puppetdb.service - newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf - newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb - # misc - insinto /etc/logrotate.d - newins ext/puppetdb.logrotate.conf puppetdb - fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb - fperms -R 770 /opt/puppetlabs/server/data/puppetdb -} - -pkg_postinst() { - tmpfiles_process puppetdb.conf - - elog "to install please run '/opt/puppetlabs/server/bin/puppetdb ssl-setup'" - elog - elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb config-migration'" -} diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest index dc63dc02c5fb..555c21456061 100644 --- a/app-admin/puppetserver/Manifest +++ b/app-admin/puppetserver/Manifest @@ -1,4 +1,2 @@ DIST puppetserver-7.11.0.tar.gz 59927771 BLAKE2B dcf2543ac6d5427f57bb451ff9cc6db6748522ffed6fd5a7e81bd63be899fbf722016975fdfca5154489bcaf93d973d11669dd455ad44c79b3be50ccc5e0f636 SHA512 4c9c8d05048ccc35fd729a9a37151451e97655eed131f7192be2dac7614c309ffa4cdb0dd77f1c9eb2666d7df630690faa52ad2b01266010533522b58fb06f79 -DIST puppetserver-8.3.0.tar.gz 63318772 BLAKE2B 863337c364573b340b802b83f0593fdc510424bfbcf6c6b9f8a8e56729a4db689ce5d4c0d9e1a91399e123e05f42ed0547e6a2e86905d0166c189c79966cd9f3 SHA512 c9aa0f84f989dc544ee5d8d268f753b0961f6766531d832a2c99012701dd219d1c2abf4371835242b3445428a7518e86718552678b559b3bf9b027cbf72977fb -DIST puppetserver-8.5.0.tar.gz 64463953 BLAKE2B 305f75165f919299301209c5a502237bf931342a9d0bf77d91f81f7801760faa421f1767eff283ac82e2cc49792b94126354b177e7b68bda9be61430d123621f SHA512 cb826e2450aa36380a93e95ee8055e6187944d2eecc6d5c339d4b183662d4a56d1e14847fd17b2bc50316f029dbe36791441947832686c9bfb6b0176edf7b22e DIST puppetserver-8.6.0.tar.gz 64667765 BLAKE2B bb367a2ed980a6335a6d1e2bc09ad10ccdcc636eee6b658cab5d4bc530f656c76d75545d17e11d7b58288867edcb39bd54af0ddfd5bde2f13cb5000ed33d0bd0 SHA512 e780c78371865e754a3a7fc5343b11f9a0319caf34dcf6ca998295243d1fa2137a617867782878d9bb735c96d5dd1f3e3174898eef240353d3af63eb87cdc4a2 diff --git a/app-admin/puppetserver/puppetserver-8.3.0.ebuild b/app-admin/puppetserver/puppetserver-8.3.0.ebuild deleted file mode 100644 index 34a4a96140ca..000000000000 --- a/app-admin/puppetserver/puppetserver-8.3.0.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd tmpfiles - -DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents" -HOMEPAGE="http://docs.puppetlabs.com/puppetserver/" -SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="puppetdb" -# will need the same keywords in puppet-agent (puppet-agent now has arm64) -KEYWORDS="amd64" - -RDEPEND+=" - >=virtual/jdk-11 - app-admin/puppet-agent[puppetdb?]" -DEPEND+="acct-user/puppet - acct-group/puppet" - -src_prepare() { - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/redhat/puppetserver.service || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/bin/puppetserver || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh || die - sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die - sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - insinto /opt/puppetlabs/server/apps/puppetserver - insopts -m0774 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppet-server-release.jar - insinto /etc/puppetlabs/puppetserver - doins ext/config/logback.xml - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetserver/services.d - doins ext/system-config/services.d/bootstrap.cfg - doins ext/config/services.d/ca.cfg - insinto /etc/puppetlabs/puppetserver/conf.d - doins ext/config/conf.d/puppetserver.conf - doins ext/config/conf.d/auth.conf - doins ext/config/conf.d/global.conf - doins ext/config/conf.d/web-routes.conf - doins ext/config/conf.d/metrics.conf - doins ext/config/conf.d/webserver.conf - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetserver/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps - doins ext/cli/ca - doins ext/cli/irb - doins ext/cli/foreground - doins ext/cli/gem - doins ext/cli/ruby - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetserver/cli - doins ext/cli_defaults/cli-defaults.sh - insinto /opt/puppetlabs/server/apps/puppetserver/bin - doins ext/bin/puppetserver - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetserver/bin/puppetserver /opt/puppetlabs/server/bin/puppetserver - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetserver/bin/puppetserver /opt/puppetlabs/bin/puppetserver - dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver /usr/bin/puppetserver - dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d - # other sys stuff - dodir /etc/puppetlabs/code - # needed for systemd - keepdir /var/log/puppetlabs/puppetserver - dodir /etc/puppetlabs/puppet/ssl - fowners -R puppet:puppet /etc/puppetlabs/puppet/ssl - fperms -R 771 /etc/puppetlabs/puppet/ssl - # systemd type things - insinto /etc/systemd/system/puppetserver.service.d/ - systemd_dounit ext/redhat/puppetserver.service - insinto /etc/default - newins ext/default puppetserver - # normal init type tasks - dosym ../default/puppetserver /etc/conf.d/puppetserver - newinitd "${FILESDIR}/puppetserver.init-r1" puppetserver - # misc - insinto /etc/logrotate.d - newins ext/puppetserver.logrotate.conf puppetserver - # cleanup - dodir /opt/puppetlabs/server/data/puppetserver/jruby-gems - fowners -R puppet:puppet /opt/puppetlabs/server/data - fperms -R 775 /opt/puppetlabs/server/data/puppetserver - fperms -R 700 /var/log/puppetlabs/puppetserver - insinto /opt/puppetlabs/server/data - doins ext/build-scripts/jruby-gem-list.txt - doins ext/build-scripts/mri-gem-list-no-dependencies.txt - newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf -} - -pkg_postinst() { - tmpfiles_process puppetserver.conf - - elog "to install you may want to run the following:" - elog - elog "puppet config set --section master vardir /opt/puppetlabs/server/data/puppetserver" - elog "puppet config set --section master logdir /var/log/puppetlabs/puppetserver" - elog "puppet config set --section master rundir /run/puppetlabs/puppetserver" - elog "puppet config set --section master pidfile /run/puppetlabs/puppetserver/puppetserver.pid" - elog "puppet config set --section master codedir /etc/puppetlabs/code" - elog - elog "# install puppetserver gems" - elog "cd /opt/puppetlabs/server/apps/puppetserver" - elog "echo \"jruby-puppet: { gem-home: ${DESTDIR}/opt/puppetlabs/server/data/puppetserver/vendored-jruby-gems }\" > jruby.conf" - elog "while read LINE; do" - elog " java -cp puppet-server-release.jar:jruby-9k.jar clojure.main -m puppetlabs.puppetserver.cli.gem --config jruby.conf -- install --no-document \$(echo \$LINE |awk '{print \$1}') --version \$(echo \$LINE |awk '{print \$2}')" - elog "done < /opt/puppetlabs/server/data/jruby-gem-list.txt" - elog "echo \"jruby-puppet: { gem-home: ${DESTDIR}/opt/puppetlabs/puppet/lib/ruby/vendor_gems }\" > jruby.conf" - elog "while read LINE; do" - elog " java -cp puppet-server-release.jar:jruby-9k.jar clojure.main -m puppetlabs.puppetserver.cli.gem --config jruby.conf -- install --no-document --ignore-dependencies \$(echo \$LINE |awk '{print \$1}') --version \$(echo \$LINE |awk '{print \$2}')" - elog "done < /opt/puppetlabs/server/data/mri-gem-list-no-dependencies.txt" -} diff --git a/app-admin/puppetserver/puppetserver-8.5.0.ebuild b/app-admin/puppetserver/puppetserver-8.5.0.ebuild deleted file mode 100644 index 198d1e787156..000000000000 --- a/app-admin/puppetserver/puppetserver-8.5.0.ebuild +++ /dev/null @@ -1,131 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd tmpfiles - -DESCRIPTION="Puppet Server is the next-generation application for managing Puppet agents" -HOMEPAGE="http://docs.puppetlabs.com/puppetserver/" -SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="puppetdb" -# will need the same keywords in puppet-agent (puppet-agent now has arm64) -KEYWORDS="amd64" - -RDEPEND+=" - >=virtual/jdk-11 - app-admin/puppet-agent[puppetdb?]" -DEPEND+="acct-user/puppet - acct-group/puppet" - -src_prepare() { - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/redhat/puppetserver.service || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' ext/bin/puppetserver || die - sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh || die - sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die - sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die - sed -i 's/var\/run/run/g' install.sh || die - default -} - -src_compile() { - einfo "not compiling" -} - -src_install() { - insinto /opt/puppetlabs/server/apps/puppetserver - insopts -m0774 - doins ext/ezbake-functions.sh - insopts -m0644 - doins ext/ezbake.manifest - doins puppet-server-release.jar - insinto /etc/puppetlabs/puppetserver - doins ext/config/logback.xml - doins ext/config/request-logging.xml - insinto /etc/puppetlabs/puppetserver/services.d - doins ext/system-config/services.d/bootstrap.cfg - doins ext/config/services.d/ca.cfg - insinto /etc/puppetlabs/puppetserver/conf.d - doins ext/config/conf.d/puppetserver.conf - doins ext/config/conf.d/auth.conf - doins ext/config/conf.d/global.conf - doins ext/config/conf.d/web-routes.conf - doins ext/config/conf.d/metrics.conf - doins ext/config/conf.d/webserver.conf - insopts -m0755 - insinto /opt/puppetlabs/server/apps/puppetserver/scripts - doins install.sh - insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps - doins ext/cli/ca - doins ext/cli/irb - doins ext/cli/foreground - doins ext/cli/gem - doins ext/cli/ruby - doins ext/cli/reload - doins ext/cli/start - doins ext/cli/stop - insinto /opt/puppetlabs/server/apps/puppetserver/cli - doins ext/cli_defaults/cli-defaults.sh - insinto /opt/puppetlabs/server/apps/puppetserver/bin - doins ext/bin/puppetserver - insopts -m0644 - dodir /opt/puppetlabs/server/bin - dosym ../apps/puppetserver/bin/puppetserver /opt/puppetlabs/server/bin/puppetserver - dodir /opt/puppetlabs/bin - dosym ../server/apps/puppetserver/bin/puppetserver /opt/puppetlabs/bin/puppetserver - dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver /usr/bin/puppetserver - dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d - # other sys stuff - dodir /etc/puppetlabs/code - # needed for systemd - keepdir /var/log/puppetlabs/puppetserver - dodir /etc/puppetlabs/puppet/ssl - fowners -R puppet:puppet /etc/puppetlabs/puppet/ssl - fperms -R 771 /etc/puppetlabs/puppet/ssl - # systemd type things - insinto /etc/systemd/system/puppetserver.service.d/ - systemd_dounit ext/redhat/puppetserver.service - insinto /etc/default - newins ext/default puppetserver - # normal init type tasks - dosym ../default/puppetserver /etc/conf.d/puppetserver - newinitd "${FILESDIR}/puppetserver.init-r1" puppetserver - # misc - insinto /etc/logrotate.d - newins ext/puppetserver.logrotate.conf puppetserver - # cleanup - dodir /opt/puppetlabs/server/data/puppetserver/jruby-gems - fowners -R puppet:puppet /opt/puppetlabs/server/data - fperms -R 775 /opt/puppetlabs/server/data/puppetserver - fperms -R 700 /var/log/puppetlabs/puppetserver - insinto /opt/puppetlabs/server/data - doins ext/build-scripts/jruby-gem-list.txt - doins ext/build-scripts/mri-gem-list-no-dependencies.txt - newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf -} - -pkg_postinst() { - tmpfiles_process puppetserver.conf - - elog "to install you may want to run the following:" - elog - elog "puppet config set --section master vardir /opt/puppetlabs/server/data/puppetserver" - elog "puppet config set --section master logdir /var/log/puppetlabs/puppetserver" - elog "puppet config set --section master rundir /run/puppetlabs/puppetserver" - elog "puppet config set --section master pidfile /run/puppetlabs/puppetserver/puppetserver.pid" - elog "puppet config set --section master codedir /etc/puppetlabs/code" - elog - elog "# install puppetserver gems" - elog "cd /opt/puppetlabs/server/apps/puppetserver" - elog "echo \"jruby-puppet: { gem-home: ${DESTDIR}/opt/puppetlabs/server/data/puppetserver/vendored-jruby-gems }\" > jruby.conf" - elog "while read LINE; do" - elog " java -cp puppet-server-release.jar:jruby-9k.jar clojure.main -m puppetlabs.puppetserver.cli.gem --config jruby.conf -- install --no-document \$(echo \$LINE |awk '{print \$1}') --version \$(echo \$LINE |awk '{print \$2}')" - elog "done < /opt/puppetlabs/server/data/jruby-gem-list.txt" - elog "echo \"jruby-puppet: { gem-home: ${DESTDIR}/opt/puppetlabs/puppet/lib/ruby/vendor_gems }\" > jruby.conf" - elog "while read LINE; do" - elog " java -cp puppet-server-release.jar:jruby-9k.jar clojure.main -m puppetlabs.puppetserver.cli.gem --config jruby.conf -- install --no-document --ignore-dependencies \$(echo \$LINE |awk '{print \$1}') --version \$(echo \$LINE |awk '{print \$2}')" - elog "done < /opt/puppetlabs/server/data/mri-gem-list-no-dependencies.txt" -} diff --git a/app-admin/rsyslog/rsyslog-8.2402.0.ebuild b/app-admin/rsyslog/rsyslog-8.2402.0.ebuild index 254da55994a5..95315d04e1e0 100644 --- a/app-admin/rsyslog/rsyslog-8.2402.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2402.0.ebuild @@ -24,7 +24,7 @@ else ) " - KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-3 LGPL-3 Apache-2.0" diff --git a/app-admin/supervisor/supervisor-4.2.5-r1.ebuild b/app-admin/supervisor/supervisor-4.2.5-r1.ebuild new file mode 100644 index 000000000000..0ec69aee0dc9 --- /dev/null +++ b/app-admin/supervisor/supervisor-4.2.5-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) +# xml.etree.ElementTree module required. +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 systemd pypi + +DESCRIPTION="A system for controlling process state under UNIX" +HOMEPAGE="http://supervisord.org/ https://pypi.org/project/supervisor/" + +LICENSE="repoze ZPL BSD HPND GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +# setuptools is required because the package uses pkg_resources +RDEPEND=" + acct-group/supervisor + dev-python/setuptools[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +python_install_all() { + distutils-r1_python_install_all + newinitd "${FILESDIR}/init.d-r2" supervisord + newconfd "${FILESDIR}/conf.d-r1" supervisord + dodoc supervisor/skel/sample.conf + keepdir /etc/supervisord.d + insinto /etc + doins "${FILESDIR}/supervisord.conf" + keepdir /var/log/supervisor + systemd_dounit "${FILESDIR}/supervisord.service" +} + +pkg_preinst() { + fowners :supervisor /var/log/supervisor + fperms 750 /var/log/supervisor +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + elog "You may install your configuration files in ${EROOT}/etc/supervisord.d" + elog "For config examples, see ${EROOT}/usr/share/doc/${PF}/sample.conf.bz2" + elog "" + elog "By default, only members of the supervisor group can run supervisorctl." + fi +} diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 8eef79d13700..449a6ada9404 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/zstd/zstd-1.5.6.ebuild b/app-arch/zstd/zstd-1.5.6.ebuild index 0b0fac3c180d..1bf79388c9dc 100644 --- a/app-arch/zstd/zstd-1.5.6.ebuild +++ b/app-arch/zstd/zstd-1.5.6.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/${P}/build/meson LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+lzma lz4 static-libs test zlib" RESTRICT="!test? ( test )" diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index 26ce4bb2e7ec..835537a4e249 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/duplicity/duplicity-2.2.3.ebuild b/app-backup/duplicity/duplicity-2.2.3.ebuild index 71908351c86d..76475155c786 100644 --- a/app-backup/duplicity/duplicity-2.2.3.ebuild +++ b/app-backup/duplicity/duplicity-2.2.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://duplicity.gitlab.io/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="s3 test" CDEPEND=" diff --git a/app-containers/Manifest.gz b/app-containers/Manifest.gz index 6ed375600a24..c440793f3e7a 100644 Binary files a/app-containers/Manifest.gz and b/app-containers/Manifest.gz differ diff --git a/app-containers/distrobox/distrobox-1.7.1.ebuild b/app-containers/distrobox/distrobox-1.7.1.ebuild index ddd8a782dfb3..a49244c1584d 100644 --- a/app-containers/distrobox/distrobox-1.7.1.ebuild +++ b/app-containers/distrobox/distrobox-1.7.1.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/89luca89/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="GPL-3" # GPL-3.0-only ! diff --git a/app-containers/incus/Manifest b/app-containers/incus/Manifest index 4dba74aab158..93b9a2078ab7 100644 --- a/app-containers/incus/Manifest +++ b/app-containers/incus/Manifest @@ -1,6 +1,2 @@ -DIST incus-0.6.tar.xz 11749212 BLAKE2B 6cf607f13f0dd14e04b49e97e718d6f11612193a6f27515988c9d12383e3655147edd1120a2b030c9b77f3f72c0c73ae3ec960090b4d76f59930ac0256c2a5c8 SHA512 c90251be777963c437c8f5a3f6a9e448d41f58ec2f2fb7bafbdc241f32234edd50a82a4c6d4a19e822a3d090282e8ea220842a27b17d17bce8691c1549209f7f -DIST incus-0.6.tar.xz.asc 833 BLAKE2B 47d80cbf92961d03e8a96eb313213960b02730d21d0a36c37e22bd1ea238bee72b94f2f98f49574b4ae07d847099db760a253f3bf69ff2658bcba65bc6a61315 SHA512 7504f74bf1659f06c40b9ae04853bb993988ae704f2b46c39a744bfa7b179383b5377851b6514b368826d6b3beb930188f3cf73b51c99a1b4cb90f8f03a60b5c -DIST incus-0.7.tar.xz 11829696 BLAKE2B 9e7dd7b196e538a4eb47d158d7c3d5459eace38431dfbe91d5f28f5b9dfc174e485b44f6b8c0f87a054e11f40d29d754f05fc6835034e4131bd8d6b948d720fa SHA512 79e389be3fa094c6c82c1e06b9f2a7e5181dc91db40cdcae4b28593a3e9e53f4f5705b5d6566b48689dbdaec9a277704df0c1b396455aca5f4c5ab93e74dc4d7 -DIST incus-0.7.tar.xz.asc 833 BLAKE2B afb20ff942a4497e895d0cf40b4de260ea32d4cb40284e317188c6aef5e100836ac434038aa931a2ee733abce3569a6ef8bbc162afdcf4dfc542e5c6b55e7d6b SHA512 0ace5c060e1222220858814fb55ecd48ccb0f51d902e6ef29f32d715e185a8c3dcbd29f556453fdc19ad23b1eea7b39db06786cc73373d881d0137d3ebf3af9a DIST incus-6.0.0.tar.xz 11839792 BLAKE2B 135574e6f19262992bb068a3c0a0045c192699503e417eb861e00a974e631fd869485eb96238d1dbe4712e789367d31afae1c62bade2a8b75f7e9a7620547e74 SHA512 eb6d784a535d487bd85b3e8272d7cddc23f2ed98ca2b3e2f19c038b4a6f910d4030822424154489adef7a688757905927309d25f6d1ff621d99d678fe6aeae2b DIST incus-6.0.0.tar.xz.asc 833 BLAKE2B f35c38f886290ff08e017cd54e8019c43bfbf1f9c84b26ede2cfa78acbe4047af4314465e77d6e900f296552d5ac8f8c07d26a11920bff937fbb8a0a910efb0d SHA512 0360520752fad3e95807d09e4fd6d60c96a202d0dbb61621925abd75aa801b6d573abbece3179a8906bdc47e96ddec4a746607ce2d10dcc1a76d0afd459cbf81 diff --git a/app-containers/incus/files/incus-0.6-fix-column-handling-with-all-projects.patch b/app-containers/incus/files/incus-0.6-fix-column-handling-with-all-projects.patch deleted file mode 100644 index 75e85331f776..000000000000 --- a/app-containers/incus/files/incus-0.6-fix-column-handling-with-all-projects.patch +++ /dev/null @@ -1,41 +0,0 @@ -From bbc4b946355775606da35557e5404ca83a586c67 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?St=C3=A9phane=20Graber?= -Date: Thu, 22 Feb 2024 22:41:15 -0500 -Subject: [PATCH] incus/image: Fix column handling with --all-projects -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Stéphane Graber ---- - cmd/incus/image.go | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/cmd/incus/image.go b/cmd/incus/image.go -index 5ee2b74709..d5a1126855 100644 ---- a/cmd/incus/image.go -+++ b/cmd/incus/image.go -@@ -1134,11 +1134,6 @@ func (c *cmdImageList) parseColumns() ([]imageColumn, error) { - columnList := strings.Split(c.flagColumns, ",") - - columns := []imageColumn{} -- // Add project column if --all-projects flag specified and -- // no --c was passed -- if c.flagAllProjects && c.flagColumns == defaultImagesColumns { -- c.flagColumns = defaultImagesColumnsAllProjects -- } - - for _, columnEntry := range columnList { - if columnEntry == "" { -@@ -1321,6 +1316,11 @@ func (c *cmdImageList) Run(cmd *cobra.Command, args []string) error { - return err - } - -+ // Add project column if --all-projects flag specified and no -c was passed. -+ if c.flagAllProjects && c.flagColumns == defaultImagesColumns { -+ c.flagColumns = defaultImagesColumnsAllProjects -+ } -+ - // Parse remote - remote := "" - if len(args) > 0 { diff --git a/app-containers/incus/incus-0.6-r1.ebuild b/app-containers/incus/incus-0.6-r1.ebuild deleted file mode 100644 index ccbc40adf773..000000000000 --- a/app-containers/incus/incus-0.6-r1.ebuild +++ /dev/null @@ -1,208 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit bash-completion-r1 go-module linux-info optfeature systemd verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - dev-libs/cowsql - dev-libs/lzo - >=dev-libs/raft-0.22.0:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - net-firewall/iptables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/lxc-to-incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/sbin/fuidshift - /usr/sbin/lxd-to-incus - /usr/sbin/incusd" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -PATCHES=( "${FILESDIR}"/incus-0.6-fix-column-handling-with-all-projects.patch ) - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - # Fix hardcoded ovmf file path, see bug 763180 - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - doc/environment.md \ - internal/server/apparmor/instance.go \ - internal/server/apparmor/instance_qemu.go \ - internal/server/instance/drivers/driver_qemu.go || die "Failed to fix hardcoded ovmf paths." - - # Fix hardcoded virtfs-proxy-helper file path, see bug 798924 - sed -i \ - -e "s:/usr/lib/qemu/virtfs-proxy-helper:/usr/libexec/virtfs-proxy-helper:g" \ - internal/server/device/device_utils_disk.go || die "Failed to fix virtfs-proxy-helper path." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-user incus lxc-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags netgo "${S}"/cmd/incus-migrate - CGO_ENABLED=0 go install -v -tags agent,netgo "${S}"/cmd/incus-agent - - cd "${S}"/cmd/lxd-to-incus || die - ego build -v -x ./ - cd "${S}" || die - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - local bindir="_dist/bin" - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user ; do - dosbin ${bindir}/${l} - done - dosbin cmd/lxd-to-incus/lxd-to-incus - - # User tools - for m in incus-agent incus-benchmark incus-migrate incus lxc-to-incus ; do - dobin ${bindir}/${m} - done - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-0.4.confd incus - newinitd "${FILESDIR}"/incus-0.4.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - dobashcomp scripts/bash/incus - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "virtual machine support" app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-containers/incus/incus-0.7.ebuild b/app-containers/incus/incus-0.7.ebuild deleted file mode 100644 index be2cf6ac0037..000000000000 --- a/app-containers/incus/incus-0.7.ebuild +++ /dev/null @@ -1,205 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module linux-info optfeature systemd verify-sig - -DESCRIPTION="Modern, secure and powerful system container and virtual machine manager" -HOMEPAGE="https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus" -SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz - verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" - -LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="apparmor fuidshift nls" - -DEPEND="acct-group/incus - acct-group/incus-admin - app-arch/xz-utils - >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] - dev-db/sqlite:3 - dev-libs/cowsql - dev-libs/lzo - >=dev-libs/raft-0.22.0:=[lz4] - >=dev-util/xdelta-3.0[lzma(+)] - net-dns/dnsmasq[dhcp] - sys-libs/libcap - virtual/udev" -RDEPEND="${DEPEND} - fuidshift? ( !app-containers/lxd ) - net-firewall/ebtables - net-firewall/iptables - sys-apps/iproute2 - sys-fs/fuse:* - >=sys-fs/lxcfs-5.0.0 - sys-fs/squashfs-tools[lzma] - virtual/acl" -BDEPEND=">=dev-lang/go-1.21 - nls? ( sys-devel/gettext ) - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -CONFIG_CHECK=" - ~CGROUPS - ~IPC_NS - ~NET_NS - ~PID_NS - - ~SECCOMP - ~USER_NS - ~UTS_NS - - ~KVM - ~MACVTAP - ~VHOST_VSOCK -" - -ERROR_IPC_NS="CONFIG_IPC_NS is required." -ERROR_NET_NS="CONFIG_NET_NS is required." -ERROR_PID_NS="CONFIG_PID_NS is required." -ERROR_SECCOMP="CONFIG_SECCOMP is required." -ERROR_UTS_NS="CONFIG_UTS_NS is required." - -WARNING_KVM="CONFIG_KVM and CONFIG_KVM_AMD/-INTEL is required for virtual machines." -WARNING_MACVTAP="CONFIG_MACVTAP is required for virtual machines." -WARNING_VHOST_VSOCK="CONFIG_VHOST_VSOCK is required for virtual machines." - -# Go magic. -QA_PREBUILT="/usr/bin/incus - /usr/bin/lxc-to-incus - /usr/bin/incus-agent - /usr/bin/incus-benchmark - /usr/bin/incus-migrate - /usr/sbin/fuidshift - /usr/sbin/lxd-to-incus - /usr/sbin/incusd" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc - -# The testsuite must be run as root. -# make: *** [Makefile:156: check] Error 1 -RESTRICT="test" - -GOPATH="${S}/_dist" - -src_prepare() { - export GOPATH="${S}/_dist" - - default - - sed -i \ - -e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/incus:g" \ - -e "s:make:make ${MAKEOPTS}:g" \ - Makefile || die - - # Fix hardcoded ovmf file path, see bug 763180 - sed -i \ - -e "s:/usr/share/OVMF:/usr/share/edk2-ovmf:g" \ - -e "s:OVMF_VARS.ms.fd:OVMF_VARS.fd:g" \ - doc/environment.md \ - internal/server/apparmor/instance.go \ - internal/server/apparmor/instance_qemu.go \ - internal/server/instance/drivers/driver_qemu.go || die "Failed to fix hardcoded ovmf paths." - - # Fix hardcoded virtfs-proxy-helper file path, see bug 798924 - sed -i \ - -e "s:/usr/lib/qemu/virtfs-proxy-helper:/usr/libexec/virtfs-proxy-helper:g" \ - internal/server/device/device_utils_disk.go || die "Failed to fix virtfs-proxy-helper path." - - cp "${FILESDIR}"/incus-0.4.service "${T}"/incus.service || die - if use apparmor; then - sed -i \ - '/^EnvironmentFile=.*/a ExecStartPre=\/usr\/libexec\/lxc\/lxc-apparmor-load' \ - "${T}"/incus.service || die - fi - - # Disable -Werror's from go modules. - find "${S}" -name "cgo.go" -exec sed -i "s/ -Werror / /g" {} + || die -} - -src_configure() { :; } - -src_compile() { - export GOPATH="${S}/_dist" - export CGO_LDFLAGS_ALLOW="-Wl,-z,now" - - for k in incus-benchmark incus-simplestreams incus-user incus lxc-to-incus lxd-to-incus ; do - ego install -v -x "${S}/cmd/${k}" - done - - if use fuidshift ; then - ego install -v -x "${S}/cmd/fuidshift" - fi - - ego install -v -x -tags libsqlite3 "${S}"/cmd/incusd - - # Needs to be built statically - CGO_ENABLED=0 go install -v -tags netgo "${S}"/cmd/incus-migrate - CGO_ENABLED=0 go install -v -tags agent,netgo "${S}"/cmd/incus-agent - - use nls && emake build-mo -} - -src_test() { - emake check -} - -src_install() { - export GOPATH="${S}/_dist" - local bindir="_dist/bin" - - newsbin "${FILESDIR}"/incus-startup-0.4.sh incus-startup - - # Admin tools - for l in incusd incus-user lxd-to-incus ; do - dosbin ${bindir}/${l} - done - - # User tools - for m in incus-agent incus-benchmark incus-migrate incus-simplestreams incus lxc-to-incus ; do - dobin ${bindir}/${m} - done - - # fuidshift, should be moved under admin tools at some point - if use fuidshift ; then - dosbin ${bindir}/fuidshift - fi - - newconfd "${FILESDIR}"/incus-0.4.confd incus - newinitd "${FILESDIR}"/incus-0.4.initd incus - newinitd "${FILESDIR}"/incus-user-0.4.initd incus-user - - systemd_dounit "${T}"/incus.service - systemd_newunit "${FILESDIR}"/incus-0.4.socket incus.socket - systemd_newunit "${FILESDIR}"/incus-startup-0.4.service incus-startup.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.service incus-user.service - systemd_newunit "${FILESDIR}"/incus-user-0.4.socket incus-user.socket - - # Generate and install shell completion files. - mkdir -p "${D}"/usr/share/{bash-completion/completions/,fish/vendor_completions.d/,zsh/site-functions/} || die - "${bindir}"/incus completion bash > "${D}"/usr/share/bash-completion/completions/incus || die - "${bindir}"/incus completion fish > "${D}"/usr/share/fish/vendor_completions.d/incus.fish || die - "${bindir}"/incus completion zsh > "${D}"/usr/share/zsh/site-functions/_incus || die - - dodoc AUTHORS - dodoc -r doc/* - use nls && domo po/*.mo -} - -pkg_postinst() { - elog - elog "Please see" - elog " https://wiki.gentoo.org/wiki/Incus" - elog " https://wiki.gentoo.org/wiki/Incus#Migrating_from_LXD" - elog - optfeature "virtual machine support" app-cdr/cdrtools app-emulation/qemu[spice,usbredir,virtfs] - optfeature "btrfs storage backend" sys-fs/btrfs-progs - optfeature "ipv6 support" net-dns/dnsmasq[ipv6] - optfeature "full incus-migrate support" net-misc/rsync - optfeature "lvm2 storage backend" sys-fs/lvm2 - optfeature "zfs storage backend" sys-fs/zfs - elog - elog "Be sure to add your local user to the incus group." - elog -} diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index c2c7ca7728c5..111019985a02 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/gcr/gcr-4.2.1.ebuild b/app-crypt/gcr/gcr-4.2.1.ebuild index 44df3e02ba5a..80e9608fd03f 100644 --- a/app-crypt/gcr/gcr-4.2.1.ebuild +++ b/app-crypt/gcr/gcr-4.2.1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE=" " RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" DEPEND=" >=dev-libs/glib-2.68.0:2 diff --git a/app-crypt/gnupg/gnupg-2.4.5.ebuild b/app-crypt/gnupg/gnupg-2.4.5.ebuild index 65e00a4fa826..aeff70e82379 100644 --- a/app-crypt/gnupg/gnupg-2.4.5.ebuild +++ b/app-crypt/gnupg/gnupg-2.4.5.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl test +tofu tpm tools usb user-socket wks-server" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( tofu )" diff --git a/app-crypt/sequoia-chameleon-gnupg/Manifest b/app-crypt/sequoia-chameleon-gnupg/Manifest index 2a115cfb31c2..6cd3f6b06612 100644 --- a/app-crypt/sequoia-chameleon-gnupg/Manifest +++ b/app-crypt/sequoia-chameleon-gnupg/Manifest @@ -4,22 +4,25 @@ DIST aead-0.5.2.crate 15509 BLAKE2B 0214f3e8ee85a7e18c7d20f9a3fcbdbb9e5af6fdfdcb DIST aes-0.8.4.crate 124812 BLAKE2B c4a9cadbbfd9d24a758bd5d18b851fb86bd74f5b1f0f6f5706275329d92396a00dc2c35fa0aa2af5b55fd336934d35df413a31f85ba886e85a037296f9df25bd SHA512 96243337546acf64f89bf9ba23011eea1a205d82d96707f9c45bf28cc62ef00cdac5cdfacb8d6013155ee1522ad73dd1b7f166c74ed18159bf23c3c48ec77d79 DIST aes-gcm-0.10.3.crate 148991 BLAKE2B e1376b741386577277a8cb9535c1ad3e15ea383c0f324bc5cedff09a76b11f2c9e29226535688f9431e904bf2800b8e140c4b1cab333e572208eefd19ca897f1 SHA512 f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3 DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d -DIST ahash-0.8.9.crate 43050 BLAKE2B 81e2212602ced9e9cb7bd4a3d62fb5a9a3b382cf367c653907314f9a1870b20ec0de5ce6154e73941628daadac3f97322d4aa58b41e5d5d16592d6587321ac2e SHA512 54a338c08a42fb0da205eb82d23cf03ae7da3f4772f685f798e748dcfec1794a34f8104af27abc961b3e04d0ce5d79fc5b86d4249cd7a6f1b78f65bd44104814 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa SHA512 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c +DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e SHA512 e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 -DIST anstream-0.6.12.crate 30769 BLAKE2B 7e1427a8d81ab52f74c5d25209ba2a410575958139ec5e6a94d0a7751c4a177285ece215222b16bffc0fb12b19014e9925e27a988a52e7dfa5139476bec4cf7b SHA512 47396e1617464188e7b4d7c931c5a6fafa918ca7aa39044a5b3dad1b8685ea96829ee87e7b70820bbe2efb35571fb331539f0fb8938d229034a9b9bb60700a70 DIST anstream-0.6.13.crate 30928 BLAKE2B 0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0 SHA512 4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09 DIST anstyle-1.0.6.crate 14604 BLAKE2B 0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20 SHA512 dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e SHA512 4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3 SHA512 f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868 SHA512 4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931 DIST anyhow-1.0.80.crate 45138 BLAKE2B 4985d3d8f1d5b5886fae5c7d1a61f921d3d64fb51e24710044b85dfadd2dae2b25b8995cab419cb7cdb5c8cb6b50ad0de93b9a942d34bc45014bd5fb9aecbd39 SHA512 481a3bc29de2af0b913d83cc79dacd559cf0bafecafcc707b921b91a732df953a2df582a54e5fca3f506f6441fd47379bd6bd006bcb1bd6f2615198f9903cc59 +DIST anyhow-1.0.81.crate 45142 BLAKE2B 9b8678c5336fe5fd2823c58eae827f7aba726e12fb6edfa958c6e3b38a96dc3310bc8d044ee2e9db0bc611548f0be9a7b664b75321bd0b8a7e168d27dd3d7e78 SHA512 3d328c6b45a4780cfb6fc8daa5581cb5e45b230cb5f55837b0fcc8331c8d53630950c281115c06b21e655821a46d360c4aa667cbb24e87f3a534206361b08af5 DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44 SHA512 216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703 DIST async-trait-0.1.77.crate 29986 BLAKE2B f678cea4defa1cc7c0f1571e71f87392c0fdca8ba175bd94be68b92adaf2b4afe13fac9020bd27bfbb2af9a7d5f2f7047e3bbd0b080a7213354a8175e6ccd455 SHA512 7ddadfe6c434267cbb22de62f09373ea83ec3c4eceb7781e0bc438ce422266f30193730e0215411f1c7c9c6d5cc589ed9bbbd71c836e440bbcddf8afd3d8950f +DIST async-trait-0.1.79.crate 29558 BLAKE2B f6c5c4c28b85e1907f37f9f6e556c8f4304e15d6af8f7535fd201919496fa03fb213a0389644e2d1433a8e528f36dc9aec9699bdfd37082404d4026ec03fe666 SHA512 4c417b01776d939675b0c4717edbb8e11810cf08ccccb26697809fe10898b73e03ba3332ebd20a2cea72e8f4f16903737d9923e0048f1ce6eb9c8f04465f2487 DIST autocfg-1.1.0.crate 13272 BLAKE2B 7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203 SHA512 df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +DIST autocfg-1.2.0.crate 14808 BLAKE2B 122327d6ffd32e08dc9fbdb4dcf69128b19d56280f9d934311b946741003b40571cdd1f3ef54b2be02c8dc505aea11c962b244d33a92206bf4ee8f6b2b9da432 SHA512 66cbfd13e33b36284cf4c74c8d654f93adcc45893d127d9aaa4c1d183e47336096e72d74e7c17dd481fb7a98931ab6cfec7e4d4165cfb491861d4e3ffe2416fc DIST backtrace-0.3.69.crate 77299 BLAKE2B 594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8 SHA512 6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244 +DIST backtrace-0.3.71.crate 86553 BLAKE2B 15ed93574fb9e8e28d5ad901bb1f94013b5fec7a79aa96d17f13f6f11a02d29a274ec14ce51a9f515574839aa41232e5aaf6e6fa3ad9c0483591055bd0a78c8a SHA512 5d9307757349e860fb4cab7e9ba1c9d0f1faf49ebcd935ba879b85fed2a9812786c7458abb59a742842a0796fc29ce9921cf575792402486ecdbd9a2568cdd89 DIST base64-0.21.7.crate 82576 BLAKE2B 25cc8761c14220981ff4ed332058f6179948080cbfa2b225ec1d1602e4af14cd470c969e8b7049117e6fc51a5a24e06b1d27bab844486ecb76409d12e0581d5d SHA512 c6986d88dd9aa081d914f35b4174be4ba874848657ac4b5e63b9b45af765d973289c548ccb5a01584edfc0d8d79ff5be25b51365295d6e7a311bd7f0ae3c0cb9 DIST base64ct-1.6.0.crate 28870 BLAKE2B 60fbd9958f2519f293db2cd86add5160b51ff4f98718591b3e65d866e8bb176670ceecd5f6e365ff3ff488bf813860bf65d375a2159dd28b25e276e027303c4a SHA512 e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c DIST bindgen-0.68.1.crate 218997 BLAKE2B e3706a992c166c16cd8b8ef996b2eba6a0d67f493825e7257ba660f597de33002a32df7fea0fc2508fb47155f70ace0765e9ac4e4649d1f24b2bbac8ecf06d8f SHA512 29520e30db93ef3e239273854c926eba7bbbe2ec70e5162a4722e03947461510732319bfcfc20d5dfc0df137d69e8c1ad97daa0236c5bd4da8a1679bfd696a90 @@ -27,25 +30,29 @@ DIST bit-set-0.5.3.crate 14470 BLAKE2B f6525500a494236103df2b27e964bae0b2caf7181 DIST bit-vec-0.6.3.crate 19927 BLAKE2B f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910 SHA512 b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 DIST bitflags-2.4.2.crate 42602 BLAKE2B 768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9 SHA512 ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214 +DIST bitflags-2.5.0.crate 43821 BLAKE2B 2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78 SHA512 75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb DIST block-padding-0.3.3.crate 8504 BLAKE2B d62481c25fd8680cdf0ad0bc259bd3777c3985ee91d5bb4995f484a15d4a9bde21c5d20f8c2efd0eb340aa0b8c7faac0f3fd817202ef4350d17994f478715eae SHA512 0849c99f2027f4e1a12872d2210310e9669f98929c99690febfeec90c0199b2274e20a5f83824f200f75f2553be2029ca85b0c5d0db4d9d477ffee9a71dd3b7c DIST botan-0.10.7.crate 40376 BLAKE2B 63332415636f353323b72a4a2aec2910da4da71adedbe649b753b8d8531a4b10054aea588e216ae2a240bcb91873acb63cef2a1d34c364bbee383dda0f24718e SHA512 a03e0a76b8bc0bc777bafc3e2df7667dc78fffb35dc3bb227773aa23b3ebef872efec9d5144513940dcd44e18ddd87d881806803ce3736c73cf96221befe16c5 DIST botan-sys-0.10.5.crate 8245 BLAKE2B beef1579600f7fea44b7a701cc29b2f530cd1da8da6090f1cf8fdcc00e68fab711064b0d037604796aa0633f2e71495f8cbcbe69047ef773098a36ffe2069867 SHA512 6f22a5c42e4b13ae2531e1b46ad0d93c62faf96b056f80a145370816296fbf33c93c2dda94736afca7a73bcfd336003a39171c359723e05bb5c269ebb4784339 DIST buffered-reader-1.3.0.crate 62825 BLAKE2B d36e03412d004b74b15cc4214e279344efb0119d5bac10593aaabca531c9d7052ed5bbbd191c705277f03b0e0f286365eb22300b1bc0eefc22d7a8a22c2e74ea SHA512 4c9cf94593c33e09152b1a4faf75e169be954421e1e3bcff7bb536d1103256fbc296680da01a94c0852c7ff10fcd63cd6693958f338160e5caf8a179a6b6a381 -DIST bumpalo-3.15.0.crate 83538 BLAKE2B d73df557717d15ede01c8ffccc889fd68259da62b46222862096960dfd6972696f4a62f31737b3821773f99794b2d751ae91569740cdea28245a92db447338c5 SHA512 18fa4284e955805618308898d633489401051d2f8f2113d3735137741d8bd0711306163f93abd77c80a1ddbc0f3458204afcc98cbf478121fe52730599e41e97 DIST bumpalo-3.15.3.crate 84438 BLAKE2B b76885372dbf91d3991fe5428c187bf4f66f3a8ed7ae44932d7479cc154ae0f03356d3f4fe56ccb5cb54f1690a3b21c4def5081228e778a5e64071023a73db97 SHA512 0871115264dd63ea9b636481bcc6f7fbe1c9f7579bb7cd69622ae79a3df216a639cda2f91af370f84d3e8a8bd615d894906ad614a20f94b9ece954d31df5dbc1 +DIST bumpalo-3.16.0.crate 85677 BLAKE2B 08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49 SHA512 a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST bytes-1.5.0.crate 58909 BLAKE2B 2931f19e813eff73be407677622fa29e45f9b49434d5b3a04104b56563fc0e941fd8c5f996258a1aa660000ef014668d70b683b751af8e48d28d0aea76890c92 SHA512 6654cf41d8f0d7e19b05fd95044b9a3bfccd81f469c797c6aa763a4dd29e1b34064bed2e094548d147045cca7bc4706059de5bcf9f6579189e6068fbbf1c29a3 +DIST bytes-1.6.0.crate 60605 BLAKE2B 3e4cd094443969c6062b51917ad9df314b61ec9ddcb0336cf2621d8966c568d5b1fdbf16b11b5e2fab01b43ea76f6609f753eb5c2380a5e4aa8fb6e807a2ff5d SHA512 6507bc4274204d0a19b6a95c3284c52245c71cbf5f2dfb5cd372193d989e49869ec557c0c4e449e96ed4e3028c90606dfb0dcdc1d72bb234a36bc5f344c0a7a8 DIST bzip2-0.4.4.crate 34197 BLAKE2B b69f8ad38b44eb4912b33d53467492b0ebe6ed740451bdfe9133e71c47a8dbd85b1110a9607c4cc627fbabc44cd86fe0396bb545864632ffb6169f9cfa547b6c SHA512 9cd2b9159bd0b42ac908ecad41f0a737272af94ae0d6dcfe182d2f44bcea4632d32b0456f02322047ea9d6f46377db6cd083f468782bccd6126bcc75cb852555 DIST bzip2-sys-0.1.11+1.0.8.crate 633444 BLAKE2B 01578c512443134fc786669bea4f2ec4b9c457b9936c907315299d8b67ed78045d458c83ccc119f0fad511529fb5af5feff5fa2d983fdae832d2fcc1b343e102 SHA512 d0a86b9f03acb1e4e309d5739dc2e88cab582757d467a433afe0017017f0e5d2c0282529e3a117160958ed170d8d695ecae739805888305df0e35e4dc440582b DIST capnp-0.19.2.crate 142170 BLAKE2B 922d4767370fa431020039c4b0d586f0958a3ad8bd1a8a971c0ffbfbbad08dd8b0cc5d323e29643d560c7a987628da46bcfb718ef7a53432a072e1b490f37d5e SHA512 bba3b13b8e1473db4394f3dda11031b165b8e710e563616302ff22896250dbf78b075fbd96713f174723f7a668659eac73ec71493781916df6f205ca29d0ee17 +DIST capnp-0.19.3.crate 142400 BLAKE2B 291c5bb1fe1fcbae7391f828fe72c0acb3088d518e95c7ec4a8f43007abe2ea154cb6d262bbd72a74f14c170a5944baa53c687d4c909b04c6eb41ca4265fc47b SHA512 e0cccbf806712dd68d7d1bb3576bdf806135c804679d83d254d2d85d97a2c757681a3215104615fa4d58d20784f9cfe891dd44aa6e87d042bc232f939c941089 DIST capnp-futures-0.19.0.crate 12275 BLAKE2B 86eb409ce0ac5b1340572cd3ac0c79c4ae4db8418b3a6183aba5774ebc3f7e7c3d6d89984201e93f29a3f11f70ed2a38bb4a47816495967e2339fdb0474b68e9 SHA512 3db50310d40921d082b09d99dd2ecff1de901ac64672236d9c32f28858cd7e0beb377cc129c83f791c2b87aaa6d0ed2cac26a852244010d1970597afb23b4316 DIST capnp-rpc-0.19.0.crate 92481 BLAKE2B 8323ccf3c0782a70403b8da80cecd1217fb180b453c176855113c5aca9d04e66f13dc452cde658919ef62c25130ded07693b59cf86bb57163230f3766c6ec14b SHA512 5dc37ac1433c302aa20c61a06527a7952b22738785b501ca6adc0d12372ecd7f423d0158b18aeeb74246c5444915b2eedb556ba9fbf8acba069a1bbb6287fa4c -DIST cc-1.0.83.crate 68343 BLAKE2B 33245b33fa845ea2f36da36e3830ec835f937e4319865b357ee9d5ea29a0f9f8392eadb38bf1d95e3c15ed201e561acaa87aedcef744f8db3dabff87a96c7f02 SHA512 742a248c3a7547bb220a0b9c97b67a831fab9b4ac21daa08c85a3966b9fe576088def33e16132fcabec9a2828a6fc437088bb045bfc98b2cea829df6742565a7 DIST cc-1.0.89.crate 73707 BLAKE2B de2642a885c2124b786a996789364466f23b8e74c7389bee02ff92d097bb8d383f9afc1d732e4f247f9082d980cce7003759603297998c811031585bcb7695f7 SHA512 93b4648d783edd8ead6fb976d4990ea67bf38e313c2df2933d8282dd66ae305c029eec015556822527d2f34aaa036f96dec754c6c1880c71a8d1a91f8f092627 +DIST cc-1.0.92.crate 76130 BLAKE2B 45e7ea0f7f744bc26f81249dd4bf48b2022ce60abb2d7c421fac12e657fd621dde06510bca9331761aceb31f3eb69517aa59a46749ceb92b7fe70de855ac6045 SHA512 66fb052f123cd06f7901fa6db641773a2f016ea3636ec26670c83a25b68d33ab088d3893f4f08920de50f5ec932a7f7a33e00f1774aabfc55d14253d45b4b7b7 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff DIST chrono-0.4.34.crate 228932 BLAKE2B a2feab8d8b079209f8661fd8c5069f2a5fc3e5b0a6233187ace16f8f2ad8b4a147253e47af306cb31aacd82bdf490a8c8a171ad702b8dc22f9b934205d080c55 SHA512 2aaccde5e5ecaec744613429f807b3c34b92632973de7fdbdafd7ca510b917a23a0abc92a6497754d0d3368d684305648aec1fa2a0a61c88a100a20fab2348f1 +DIST chrono-0.4.37.crate 234441 BLAKE2B d1c10bcdf33324f1dbe9a79cd8c5a70b8223ca289753446aef778c93bf18863714ab2ade88f1e67432d1451b0d408065325a7d8dd3578211a0e39caae733ceee SHA512 46d77f291c7c60a25d0c06ebbd89935ef3ae1b736d504b8faf39aad8210a9fc68b45b5afb024763979f666308750b1a662afdabc36c59974567cadadfc17fcbf DIST cipher-0.4.4.crate 19073 BLAKE2B 144c45c1bdc5f7aef7f4fc63b6dd85955c453537567d1f1074e436e50d0d61f8413973cf3da207a48f1560ea92f2280fc5880569c78a1dd66bf97fd1d88ccde7 SHA512 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846 DIST clang-sys-1.7.0.crate 42088 BLAKE2B d1ed314a910c1b676eb780fc1c96f5ac391217ec135480d0a91b11d6f447ad06484b48966ae99115e35d921a506caf6aa7ffbc4ed86aa64367dca321678cfd7d SHA512 e544984d5bd76824ea2093f43f98b59a99e1ca8a5de40e49164b870ed4a91a530f3492faf0678190b91e74aa5d122bdbb32c649998d0ce24912dfb0b83ed6b81 DIST clap-4.4.11.crate 54782 BLAKE2B 293721f850d5a5ddce6b26610ef47316d5914e9281312068c26e45d23cb568c1ce2da7e0546accdd0cd4cc703ddb9fad98b0c772907f52dcdc31e6ec463d2b27 SHA512 9da3f445523183e16f4c104a2f4029ee9f3fa70e6c8e579aadad0607293ff5963417d8534aa1f3cef6ef8f8a7529a898c01630d3eff42330ec369cf0f760929b @@ -62,7 +69,6 @@ DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8 DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093 SHA512 52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6 DIST crc32fast-1.4.0.crate 38665 BLAKE2B 77398dedfa5e61357fb9abe3415ee53e45d3f1f7aaee959cbc9774f31a10ed324da2a558d20fd7c0674d450c8985b1e9c78b0b65e6ae2d9da6c873fe631c5ce7 SHA512 3e0bf1d2411ad9c651e0242c574cfda09403db24ab4b55560145ee73b31b08be45e5e12ce2db991d165ff056c7f2f67203fb2c048651f1c66ce90ec3276c455e DIST crossbeam-0.8.4.crate 10500 BLAKE2B 03212d9789a66c1eee7d1f4c7883eec1267089ab9d652ba5d7d59a22e04ab878e5defeccf8cff4587a34d976488ffa689bffde596588057d814b633ab3d67d1d SHA512 63650fe2d46ff2e593342b398c153facd3cb7cd72dac9b057ee0aac5ef5e9dd9df0e71536d66879676c0edaa89787d1f365eea35c82604ca46090e527749f994 -DIST crossbeam-channel-0.5.11.crate 90434 BLAKE2B 8666f039a0e4ac6f0f8be2d08ce3349d8ad4aa7d0f38c638dfa6dc6a7f30a1629e42f87757d9e054e836941dff6a8efa53b5337706bc5958d33dee61f38e7bcd SHA512 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71 DIST crossbeam-channel-0.5.12.crate 90515 BLAKE2B 5a302e58411d99d52630cd154f4f642ec925af3330ced9456a16e417e2e43a37dc2b2288ccc88137a75e682e7b10ab2979f1f90c0bd42ceca8fa84c700b7dd0d SHA512 e17b0e41901b2b41e89913a0a50cd1eaacbf64cd07f454605a85781b8b1373c35bedd16ccf6b24029404a3171e0d670fc2b1474a6448d0feb40ba0e41f99019c DIST crossbeam-deque-0.8.5.crate 21726 BLAKE2B d97b35e8e8858deaa7fa9a836e836d02914aad29e5c34ab121f52ed65e95213cb2574df82273277365889ea771f04eb40bb2439347c259979f1dd6d5e9853bcf SHA512 0f0c9745763ab156136227cf1415de514952a3f8282ffe413cc249f9f4b345b029940e6a6c87b3be8331a7c783655a35b89c7a2547360ea5ae10aa64ba7ae864 DIST crossbeam-epoch-0.9.18.crate 46875 BLAKE2B 200c256cad6011a3a14c4664bea6b150fce72d561c4fffc387fa561b08c0480e8756bf51c14874c5fb19f427424547f72d2cd7dd6f56fb8b6666a85f8d52bfd1 SHA512 0a8a199b9d77f4e28e91fe0a0cbff7e0dec58cac283631fd972477fa912d2f6ddfddaed2c695e4978b01cb5440b702822af6333e7c3dfbcb9a2c2086999516b2 @@ -70,21 +76,18 @@ DIST crossbeam-queue-0.3.11.crate 15581 BLAKE2B 91b9797f985af06c854c38b8124cb678 DIST crossbeam-utils-0.8.19.crate 42328 BLAKE2B b2846f569555818fe7a3ef4aa29f68c638f933ee0251713c2c92624bee5f8013def5527027022963f572815991abb98d5e68d0fa00f478b2762133f84ffc84c0 SHA512 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9 DIST crunchy-0.2.2.crate 2995 BLAKE2B 74ddf8c5e0deb2ceab65c20a2743e1230739ac6aa3af60c9e867a7852270697a1278b7dee00df8949fc4268f9756a4a098df1211ab3b3e31a122652c3ba0a6fb SHA512 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025 DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f -DIST ctor-0.2.6.crate 11034 BLAKE2B 125bf45be677526d3e14bc28ed1dc6f79902d9facdd3b809d33a7d1a922056695b896aa4431f730132500bb81d6e7205ed9614462e9c5c539ab52b082f042d8b SHA512 2fc384ae21a7529fb4320ea3b242cb323cc90ab21b35ab85618e3e3767625e4736e8093bb7677fe018d33676c5591d159266fe2c03023ec130d8c17363d3d4cd DIST ctor-0.2.7.crate 11042 BLAKE2B ceb1996d88909f657f605e769b6e73670cb75c361a3b2efcb656bf283971071dd18a683f5c6e12cddab27ea1d87a0b8b4fea39cccd3347e77250bf771668b1da SHA512 f29042559c59881e1917c28aaa6676b61731b9eb50be4efc358efd75a2c53e0939c2a90799543317d600643c52b81b5bbe2d1dd5f9a554af002feb7ca34a7b5c DIST ctr-0.9.2.crate 18344 BLAKE2B 195dce5872a0f59b90bedc268c5a5796f3076d12868f29f887294301b3576047ea82098e73ae996f564e400ce316cf1cdd9016ffb714559aaa0465dc826f0cbf SHA512 6a027f4e3881e51e3dbcb89348c961a2086bb63e70652c49107f49b7d021e31f74ec8c6ae91fd1605928f93f5ffa27889f257c166669e18508995168f17b46a5 DIST curve25519-dalek-4.1.2.crate 305477 BLAKE2B 7553435f9d431739793feeb503a542619dd67178bfb0f41fd3d56907e9217f114e68ea78e6d6ad57c746b6e6a281f38023cd9b6f78e39e65725591d0295a9d5a SHA512 a6aa320a16c5a64f1a151717175978df651765d0772bfc2e06590e7656d34ff898e47fe11a5590580340a028b0d3524b1a5e150b37996e3c5774b8bf93c5f3d5 DIST curve25519-dalek-derive-0.1.1.crate 11723 BLAKE2B 442b0e4fc519f233d3fa46c17c2e25807374360bd6576e97b4ec33e6c2cc228bc917e4e395a1d70aa19be7bae57db36d2c09c4c7d505691b53d5a624db67eb6e SHA512 60861002465d2ba12a6089b31fcd7a75f7a6d77319159d5383f29e857adea8cb7e5c9c0ab6977c8cfa34b60e1012a1a5dec57f637e6a225e60269ff49c25b29b DIST daemonize-0.5.0.crate 7125 BLAKE2B 9706f4ffb140533f73fe520755a06ee909fe1768e3f2e9b553acd2c1b80bcd4aff152058d1d70fb1ece7a7de6059cefa9d2db0fadf493aae641e1445e3c6d686 SHA512 8ab439f3cb43a83a84ff11fed4ef37adaac4ef5a83e497e8d6ad06ba1f10359366eed9741a07f3c97f3c83472da5513b5e28b6ded4b4b3ca9a1c536b7de62921 -DIST darling-0.20.6.crate 27855 BLAKE2B 64daebe9326d617e0916d3620f57323cd4ea6e6d6f38b676e47536974da8be38443d71f74d8f4dbb7d4cbf3b008eadd073acb5fb58d5cd07ecdb43164e28a5e2 SHA512 3d33bf68ac5b7f513f7c0697823774577ed5240095be1d4f275b241f5ffc090246f0e02fd0958a82b4675d2e8d47cf43d63b44e20e83d1c023f0282fac61304b DIST darling-0.20.8.crate 31234 BLAKE2B 13e8ec124715f743486d740241273fa5ff046b5ede86c39ad5413b3e767166dd90e7ba7344a69c1e14991f0572f7ffa24b081ef54236712c5286f211fcfbafd2 SHA512 2b4cf37cf7cce9af8e93f576dcf36b539816e1ee7b8881b5b8480c45e038c97ca2d3a80c54e243d7c6e1ae23782947efaf0d67a37c0d4dc66301c8a86ce0fcc3 -DIST darling_core-0.20.6.crate 61503 BLAKE2B f8c45a94345a821594898e41cd0396f77f15df5d73d0ec31a34bd36875e3c59a27c1d0b5de86e68e34a8e2103c430e33107592718361a14fb408ed3b47b22ad3 SHA512 ceb5ad4d41438b736cd1b18baa57d9ea5fbed433d4fef64fb4ace80d8b2acb077400e8b767a8ae58c35e823ad27fdd26c035d854b2a79776e53c71c0fe75885f DIST darling_core-0.20.8.crate 64442 BLAKE2B bf1844eba6bac260104e2ef310721d3aae7ff222d99b01b9bb66e3c71ab700095af7dd5b3a77043d6751d94af131f02f23bd321fe9d4a7066f93d1fb7c0c605b SHA512 6f2d047758541355b81e43273cd1eb8865624096c951643e6ce777d716e17256528c47fe012f33eeb1f63883ca08f532b1ca52f43394dff82fd1bbf323763751 -DIST darling_macro-0.20.6.crate 1859 BLAKE2B 6e50f7cd99d849b9a081f1f20274205c94373fac706dc009d0b67f70f5e653eb5084b8ead3512c15c7d9bf285d0fde043537d128078fe4aec174a35d18803548 SHA512 e55cc86998c53bf12bf23c51663f5cd7d55dfa707354de01475e9e05a171e533e8385ab7f309ff2759521c800338380f66d9b1a21fb79fc528701db74f9f4374 DIST darling_macro-0.20.8.crate 1856 BLAKE2B d7087fa67033c897aae582e5f4d3126e06e024b7db203de7e7513308af7a0ff6ef0584a150c6f30ce434ba6ce4cc2a438f89f024c9d6338198aba3bd15cdd116 SHA512 97d18bb22b79dd95dc5ab23ea7226f9fd2d6e418b7ce9aecd4d43b7a15b37cb91e509607b89eb3a914a5d3dc562b2a292d1343f87f594ab32d41fb583d7cbdc0 DIST data-encoding-2.5.0.crate 20632 BLAKE2B 16ea08dd12f09f2e6f8ba2910b3db07d4e7c9916e6a70d41420ef1a0e5393284b49787c47af0868bceb7f5d3f1fadf203f5a547dc8cb97713d5225dc9181fdef SHA512 b1de8bcfd7cfbfb988091fdb550eb98dfa5739ff58c4b789663e5db0d539c9acf145ccd72d87f7e1cdefd09d5771772d131d2b2e2589ac8f0bc6972c801ee0ae DIST dbl-0.3.2.crate 6336 BLAKE2B bb912351efaf270363c2a6cefe4da42ae8c6a552690b566e5a7b70115721efd2ef42801500d534de0245b6feff5b6895bed74924c86eda3c5e9a5322f32e1392 SHA512 efed499069e1eacb709598b9a250be353d65dd9a1a27c7fac6d23af6262af0fda60b121c283b9318f301be2d80194ec1ce33733daa554f54ed3f690478d37cfe DIST der-0.7.8.crate 85085 BLAKE2B 062d494ed32f3c97a6ef4999ef050ee07b26a854bc934304588c0b85b1d312478d1ad1812cd303e4e5aca967a2f4f76ef8ac7dea4ab6909e1a534a7dabcd46c4 SHA512 9cc5995cdb99c376cba473d2db476d81c824cc47c1924cf9c58d37a5508e2d01d3f10a009515d2ab456b1577af8de94e195bb315f61516029307ed860bc403dd +DIST der-0.7.9.crate 85173 BLAKE2B f2dcf402e3d8b6a7ca818a8f260e0996290c77517b06bba8b22849c4d0e0c8f3dd57d664a06d9a7bfb1da6a39abd0740cd7d9776e75669aa970cc3ef63f924d4 SHA512 6de996346365647ac0da23d3fa9c72100d665c9225dc2f0bf1f553c4f0e7eb5c6acf3f1e36a11a7cc20e8b1c44752997e6f592c1d142755df145c5e302800f5b DIST deranged-0.3.11.crate 18043 BLAKE2B 738d5a88732e227bb0e0d33c04ab8248a699c7c499100666ffcd78673d1f38ad2d740222ab405e3eaa7a0a6f4596cfef90bd581a1baf77c954dca830c22e74f9 SHA512 48485666d3e50eb7976e91bed36bddbaea80fac4ac664723130069bd7d17893b6d1a2b82a4c3dd61677162e4305ba5ea8aec7bc2793d1b8b92dd1666c204fc43 DIST diff-0.1.13.crate 46216 BLAKE2B 27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e SHA512 45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c @@ -94,7 +97,6 @@ DIST dirs-sys-0.4.1.crate 10719 BLAKE2B 30334f2192698d7d03bd4e8bc8a682482da7d13b DIST dirs-sys-next-0.1.2.crate 10681 BLAKE2B 71431533dbfd6016cc309c14a842ac8d43577abe768e69bd2caaf7d19d743f3ca95b9b0be1747077282089c64485f3d4e24bec8e56d4d883f25e494d328fbf3a SHA512 b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5 DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd SHA512 e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba DIST dot-writer-0.1.3.crate 10327 BLAKE2B 24d4e8b46b2c417872a4448f2a81d01de829e01d38e7e5ddfde906a02032c46c07dc9a3a03e66c8d388258c23711d1cff345b0fda9d514226a4325b0ad1dd671 SHA512 3d7b4559bb2ba6547c9dc7f59248444040a401025bd20fc06f43da9b09a35efe5763f7358adcf2f4cb49dd6d49d5a5d0f5ff90acab05ae1983d17d931dd9a5ea -DIST dyn-clone-1.0.16.crate 11766 BLAKE2B 00007d81ed18e86afaf542d2fdc048334aaa787fb3d97110183718f4240a0261e307d50fcba6bbe52cf1b4cb95743b6f03c80c664a8ba39ad72dfbed11b4a088 SHA512 7b0822f0f53b617d3598c033026e447a3d5d735e3087231ef4c7442e3c3eefbe690cf9fe1fc53a30b09dbd23e21bc1bc9a6a7990b70371bb99ee5e771b672012 DIST dyn-clone-1.0.17.crate 11848 BLAKE2B 1f90492639630036e1e877537328e46ee3fa697d85b2f87c45990d4a51cc900a6f604d077b16575015bbf0a970c26f898226e87e6e2af82d624f5fa565036617 SHA512 b51fee8c4fa3c6b0bc677e9997d4b6921bfee9a11e369eedc649d19eb5d95d7872b533b37fb1ca842c75e714b46afb1231369341c45071db94f09b53e37e03f6 DIST eax-0.5.0.crate 14882 BLAKE2B e0c4a922cf71aa5ae09f8dc434301242443004895a638eca6237d437f4ee72250036423a21e01eee6f2d27b3d11e943dc68788b0b125ae3ba88918d407cecc3e SHA512 d43f2356586a94915a901e700fc9fd84a4be019c605c7675fc1ae79140b9af161cd30ebc68d35dc10306893ae385d51aedfc42a62aef16050271f2022d9c55c3 DIST ed25519-2.2.3.crate 17802 BLAKE2B aff96de3343d0cfba058203e90b6fd2c6cbd24531abca3a37977a1ed2f1eff0f4d4b6decbfcd9759617f381f88eed32d78397e6fa8d310b99b98d603b809de44 SHA512 3bfbfcd7f442dbb6d49860c530525bac60182bc57f6778e4ee097c7ace9c6a9d32ce430339ec15931070a538d3bb1e1f7b1cf572537ffb782bc5551fab49b2b2 @@ -112,8 +114,10 @@ DIST errno-0.3.8.crate 10645 BLAKE2B 4a7af10845f11b3d8f177a75a692be468e8ef0ee53f DIST fallible-iterator-0.3.0.crate 19639 BLAKE2B 58b8fe842fd6514fa4327eacc81b157a4a9bec4ad9b8e69248c0f0aa5610dbddb9c8a72e6e6ef9fb8216e8f79e6aab439e90d4d527e35634ab222347cbe39974 SHA512 c655918fcda5deb8ce792708509e4959139f113c1006dd41b94d7073ffc204512a22cdeeee05c87534db9c414da3f4eb716e1a26970646fcb1c139a14eb8a2fa DIST fallible-streaming-iterator-0.1.9.crate 9249 BLAKE2B cc4459b34a9ad00552a5248d090d1f25804b92838f41131e475abb83ae0b89401248feeb52a49dbffd499ccc0ba0f2f1d044f2f3e9b06662be01fe2257a4e885 SHA512 34824e2007cb944eaf54b10d6d3885bb17ef2a2976c6dd7695ff82a937cc95eb65d343dd7a5cd2fab5aa5859faae3352a9e1c78f239ff736900c1dbc3f5ef7dc DIST fastrand-2.0.1.crate 14664 BLAKE2B 7a5812153500170dcc53ca8d66384fef46eeb5a8f970be43863f22f82bf427672d07cb053f4e04b0fea358ca89178399871235680f57223b8561c07b8d21cf13 SHA512 79a1e1b3f39264f037def236afbd87b732f5e0a2154b1d9e721b3c7990c52be45138320e2571fe628f482e0da7e3cf867abb745e3c277b19015fc031fd4410d9 +DIST fastrand-2.0.2.crate 14674 BLAKE2B ea23f52d745f4fcfd4ec911d48d77c60da837f57942994b17458daac7cae38953cf679459908d68e5f393d03a90cd6eddba23d2a86c2bc11ebfeed0bb41fe4dd SHA512 3ef9c21e4928071619adbad6421165ea82feb04c26ee18893b172f9f8a510b9a2097257ae31647a907680412b68d6662eff13cb27649ed9f5e68c374619701cf DIST fd-lock-4.0.2.crate 13675 BLAKE2B 055e7254c6ea0185a099cba229c15a1044a6c0826eb6151e990134c816be4dd26bb8ab41631be8650340bacc16324a706656d2901c3969354a854216ad3cb306 SHA512 acc5aaf6e89169062c1c59d5258b590d4bde21a35f0acb7da2e3167d0668fa678d1febc305e32d95329a7e5bdb784fadb9b85417a5e4e5deea53d59f05bea74e DIST fiat-crypto-0.2.6.crate 495387 BLAKE2B 2dacb1cb45435a1a4bf577e3ea2623250ea9c30485a934d7afb63dd81ffdd35c411b04f68e206e9747f572c730ae0f5ebbd696dd45673d3b0429ebfa395eb561 SHA512 810cfcf91d959f7fc765295982b69dee141f4a50facf72a2db1832e1216e8166886c5dc6a92b6703deee27f3a64c7e1f91f7f377ddecf0d6f0ba37f7ab1462c3 +DIST fiat-crypto-0.2.7.crate 495388 BLAKE2B bf3c64cea6e28bff4b21be6bad51e6acd38c5a63e24214ef52feffc43bdcd30e5bf6cf9ed2423026b71b028cea16f949d130c8a570c28e7721043a321401893a SHA512 aba4ec81c04b7dc5358a9cc35b50c2596f46ef9d47d848dee51e1727d82b5cfc2ca9e6de1a45958900f030a5bb4b6a564518193b2ffd4ba85aa6f82aef48d95a DIST filetime-0.2.23.crate 14942 BLAKE2B e4d2d9c11745dfa5592903f3c3c6a9871292a02f9862607b610ead7562b5d1fc3b64d37e779cad0630bde8012efda72d86af5e687cd2ef5d3627d8a89bca517c SHA512 8d5ac82482758577d1d0669abbe7b880efc44958687bba745c9ee4a5c16bddb44ec0fbe9c29cf424e7120905f3c3da607f3a7ca1e50287154c0475ddf2148bf3 DIST fixedbitset-0.4.2.crate 15954 BLAKE2B 91270883db5ad0e999ebbca1123d8729d3040eb936034ab8da3cda72a830e45fcb977b3fe3c2b94e870c1fbc366ee8602357bb77e8b9a40cc41a04afad1b266b SHA512 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab DIST flate2-1.0.28.crate 73690 BLAKE2B c9f141bde0eda6b9c42da0a3ed69322c12c6c29bc522131f51ad56f6e2758646aa5585382407409257a8301f5f07a1825d150838bbb55822f2d49037f6279aa8 SHA512 9db6f3ddc4e1e91960b07c08712beabd911b297d93db8be3ecb97a392a4262e608c75ed8e9e34d87d58c3e67d1b7987734e14ab3d45fd837a2767e8016380284 @@ -133,18 +137,18 @@ DIST futures-task-0.3.30.crate 11126 BLAKE2B c2ded9b9b709fc10c44cfeaa72d4e7477e4 DIST futures-util-0.3.30.crate 159977 BLAKE2B 9012edf76336952dab02cb61db48dfc74b6cfc17c137c36372709e8d575b306a4d7c4da89328067c9482a645aceb7b44ef57deb21a0c25964a5515e738a039d0 SHA512 7faae5aa35641d858d0f5430e4a69acd4ba9037852ad73c5a890bffeed411d28820883e18bad4ca8f7b0a765f9f4c5dbeaf5d0cfaaf90c2c69846434ae091951 DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d DIST generic-array-1.0.0.crate 26360 BLAKE2B 2f64bf8aa61bb8bd7f2224d75b2de96e424adb1011787f543006b84e57795b66e53bf4afb89c94a07d14811264a84eecf7d022deb021c8a91be247605f4c12b8 SHA512 07ff026762713d5efb716a4d8ff1c3028a97fb7808352b1207d4e07ac2f02fc93c4068f53d3b359e025cf74b7629e1b5d045b8c763b677b4786779fc6f3e6074 +DIST gethostname-0.4.3.crate 9336 BLAKE2B 12be5fdca0b6e3788cf3d67a4a80f283d240611b4fd37b6d1c37eb2503e4a7025b17bbb70adf421ac840d8f952434bdedf4691f31362780a267e21e8c4d3a006 SHA512 8c5dc404132f2ecf9bf82d8b89cbd698b4cb6d43141c47a60b95401da2e8c314347ab0a0ad5fba50cf98f01a621faa68293cb78f48977d3ddfe6e6f21926abf7 DIST getrandom-0.2.12.crate 36163 BLAKE2B 0afef8504932ea0ea051cde1d14bd5b79edde68d6ebae6fe88fa4aaa532605a16f466d0d9c0d0aa619eaa105600b6d5ee4e191865a3fa041549a78f78ca82396 SHA512 dd97d7dae1a7ba653abdaf2db719e1a9c8eb721b08b4af0f1c45b1ed5079069d1b57e4f6d9d879e7fae3a890763f4b6aea9bc2d945392b98e811e7b348589bee -DIST ghash-0.5.0.crate 9244 BLAKE2B 11bb11310128193ec6861f3a54fac78addf50a9889bf9b66c29dc07e8e183de306c3271b8542d1c70051a615e5ad2e6cdd8a53b9873910f0e3924f8cc3caed68 SHA512 82a380882e051ba574a8159133a4c9e9f5e229780075f4dcdfa38acf47a5632831a08f9cf35b78d8f73d6d7381b8be9454b2f069171849795170844fe67458dd +DIST getrandom-0.2.14.crate 37307 BLAKE2B 5904388869335ea904d950ee83ad1867a0d3f6831b7139102b53f4bb4a2c12371c9396f1f1cbcc44e3ce69a4ea316651b1674722071bfa7562385ad4b6a88c33 SHA512 6c334415e09f570e3123e3c6c6eed1727533ac6c9c4142e16ae995c237a16effe146832a891be9fdde4335bd02b454e0fdd9160f20dc02f107ad106756221658 DIST ghash-0.5.1.crate 9482 BLAKE2B 77510c9a42ebc486e35cda6893e7f9f464628d6e4ef2f2f1adfe5d6371dc2f7e2d0578665d02dc5647651a96f3f06ed9cd3825caf462d70a740c9e937ac8cb50 SHA512 00041605bb458305f0fc54d2c8dde2cae672451646fc41a94dacf83950ee44f75464a926439e7e6d1ca3ded05a9b697138f62fba6f4e86ea3df034ad7240af06 DIST gimli-0.28.1.crate 270497 BLAKE2B 4089e0f871295d464e548610ab5f0c2fd863825416109cf58ca827e482897f00eab23b795295758f1e3af16167b52c77c91df6f707f1f445984a6c4bcd68c6ef SHA512 695e46471fc07813dc4a47744458729b097f6efbfceeb57eb3db4165654e99bebb98dde2d73230b90bb5dd7c0ca0c6e77c7c3dc6f2abf70058b830a2fb386d25 DIST glob-0.3.1.crate 18880 BLAKE2B dc89b3a664e810264dd7a01ad892e865ce35b504bfe5dba12d7ea8084da7de84feaa94c2208f1a1eefed90297e552636ad61ccebf6fc8cb4d01f27d605ad0a09 SHA512 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b DIST h2-0.3.24.crate 167814 BLAKE2B df25fee9f6e39f8ddcb9c1be4775d055328606b3454786a397c50564e3e8340d72d0fd58581239063e29fb80acf92444e1d588b0672817b12cc5c1322652189d SHA512 4741e2732f08c6388c112877f52d6f859088026f75bf928f90b06a521d43e8e8c10f14d088f8a17b42a0a613ee43009882077a68df9300d17365d936400f1695 +DIST h2-0.3.26.crate 168315 BLAKE2B 81c65e519bacc8570a28b82808828044d1c94f8cf9111ae432b1684f216ce51c1b583b87a2bda3c36cf206dd508084b8f0877e93d58c8d511f87eb143bc77ca9 SHA512 3e1fb02d42d86c9fbaee6f10fec78eebd9a31a70efbead1f4ca22664ee0e96809a52b06e23a9b6f5d0646422dc8054b5ff5d82644ef65cbc0ed2b3729d849163 DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76 DIST hashbrown-0.14.3.crate 141425 BLAKE2B 23c63a99c6c6b7a6b9b9e8bbbc7f1e342e1eb9d7582fc9eb408d3eec50c99f34502d450170bcfef4da7f2b1e743e1d1619875ec879e4753dffcb84f3c10dc3b2 SHA512 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356 -DIST hashlink-0.8.4.crate 26514 BLAKE2B b4f0e4c964a7a3f7bb31f5b04c34598372fa867fca4550c3e170a1eb31d58cff44314448a467d4b8d6748aa7a7bea4ed422bff76e9e0a5018f29b85a6c51f3f0 SHA512 4b21564c26673458668da18fd95246514e90cad603ada7875466bb056fe461ab31c1db77fc2ebfe207a1bcff06df2b0b29c258f7fa9e5c19cb4e4b2388d53ff7 DIST hashlink-0.9.0.crate 26390 BLAKE2B ba93177de6be0ca355038b80091454b1ba4daae5f266b9796b300db08e73a5399471a73c55fa3b9207f8702fb10f75d4ba4b1c6d9d7ee0a75fe5b93ee5de2bce SHA512 bf9d356d39e14e4de4a95ac6f43064ce42f42fac15ce005d7225d2538968ab171c89c4fade7b1f76e480783406d2f6afd005f8450e0c674b9a138951f0abd7a9 DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 -DIST hermit-abi-0.3.6.crate 14884 BLAKE2B e46434195f0cd710ad215bb740ae5a012a1cd9d9286f43b5922a90ded832d02f82812790a1682ca5211fd22998a86cf9a03d267d71c69fd302a0e3f0c9c55816 SHA512 ab920f843f7061949322597ccc3b6c64f2cd9be106deb71bade5848c379e0964892fe154ab89eda93d767298ad44db7c66604e6e0c065a8921089d873940e66d DIST hermit-abi-0.3.9.crate 16165 BLAKE2B b779f005bd4cb9ba9abe401a0a559a5bbcc44726ac37f53e9c8d1f7218389ec8b48f74d14666261bc4fba4fbe5558cfefae873c49a2312c8c8bd4010b8344064 SHA512 f3a5a51d834a6ad55480b53f7e9cdc73a512ab0cc6c246a6ab1e8bf8f9851a0c8a55982f5bba6cb57b5a03b54870e73b0bab0a79195764c308318394a3ea8045 DIST hex-0.4.3.crate 13299 BLAKE2B deab49bf3d97f6fd7c0a0855b50232422443b226362bc7a4a19e57c2e662fff2cb046d4c5bd7618ddd523045f3d8c78754508f862f9a8ca29ca9247da6d6ec79 SHA512 fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 DIST hickory-client-0.24.0.crate 37831 BLAKE2B a0fae0f448ee632fb024fa226981a492a8fd7a1b5defeb9e4b8a506e393e89449961bc76302857271bd5767d50f6aed244675326ac904e14f1d592dad672f2dc SHA512 610d5677b2b5cfdb6ca69babe57767a908f2420a8fb60e9a145f0b879b03ef7fef2127ff6ea65ba77d6f30b748a9c9bd07b102510249997819b57217a8890734 @@ -152,7 +156,6 @@ DIST hickory-proto-0.24.0.crate 374416 BLAKE2B 9dcd982073ca2d4d7ed64c0b4a88ef206 DIST hickory-resolver-0.24.0.crate 90666 BLAKE2B 367f71f8558f4ef7f376dff7e3b57bcf3f5dffa51aa61568511c886a2d81e45bffa2de0e9a98ccd67c3ea97ad560268f814a95c3fe3e022845abf206447931a2 SHA512 b3bbbb193d4c4e2e32f7a5d59f0c63bd808c31b840b814f771e483613feb70dd31aee17391206e99f6156431b64085edf6cf6d7d7f8bff5b931589ee2ad78c27 DIST histo-1.0.0.crate 12629 BLAKE2B 7af155af1b99d2fc83a753ad99c69bbe084b916fedb5d2a7b2e065aa0a205e67c269df6c7828dbb1d8bad63fe4e9f9d1293812e7e3e79b85f320274ca1e6ca62 SHA512 4c38fe917efbfba05f24cefba0f3d1777ca5061f2332ad7b59d41985891b254e27cc9e9229109b663c4a2895c80a37e27f0e7116eb4a09496995b239e5da293b DIST hostname-0.3.1.crate 9272 BLAKE2B cafcae4bbfadd51d058e3daba3e63d897bc3418723d8e843fd941d9663dbc89dba131c77d14ce7a5da552650ea3c40c4e418c88d465f1bab2fa20c178596852d SHA512 a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 -DIST http-0.2.11.crate 100478 BLAKE2B 1ef12d67fc52392322c24f79ca49c52fcd7dcad0145b761c8aea21fef38682919d664161f242c606a1f3737987368c08432f33e2abfa53d681c6c2aa5cb000cb SHA512 71d98f5fa55c7bdb9fb31e36f898e8b2b7596dcb30ef9b5df3e34581b7306b66a782e82c2797732e28626eec5c9e432cc0475703e5a0e0e47aa1d6f22235ef51 DIST http-0.2.12.crate 101964 BLAKE2B c35c2ae5f9494cafdfacefd778b4b6824588e74685fe5204bc6efa87b667d00b28f59cae667115fe45ae332d8542e7a0c2c7c42fdeb302302f89b00cb716f380 SHA512 e32dd4600aae7e26f1d530871815b30fa0b9bf95293005649bd9a7bc4df7f69a1d8de503d1b8873e67a5496e644d0a47db2a0680fa1e9058bee4dcecccebee58 DIST http-body-0.4.6.crate 10773 BLAKE2B 828a43f8ec79a7187cd6f5379edd50127cefa8e80e9bc1205e80c567f506f4778387dcb1d2808e68f1b88bfc7e2d6405ddf9ede9403d35584e31bc62db0b7756 SHA512 fd74fcbd25044aefa183e3caad6cde0967cbb00b6d80addec2589d037b752cdafcdfd02d29d38a12b5c7d87cf1cb5e5ed80488057735b9dd73e03904006a5462 DIST httparse-1.8.0.crate 29954 BLAKE2B 82c48fdd6d28e94c42df180415ea3e30d471ace2fee09d7d8d33aff0a8e9a15d3029c90f3bb036b4f587c8902094a2ec21e4ca6ca7b654a82562bd84fe208ef9 SHA512 849159d9876e0474c71f3c7aa3a7271699b807b293832d88d52e4326ed410b25f9d7b9ad75a143a51fb5c8ea5016c2513348edbc050d3b62dc9a6737ae98ee8f @@ -165,55 +168,55 @@ DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786b DIST idna-0.4.0.crate 271429 BLAKE2B 8b81bc4535d2e8a1100ddeaf6f43c043fd601ee3b37eb109a9dff01630a81603223407bd5c2f1a1b108d741c811781b205c10148a0122b8125c237a5d5ba8a58 SHA512 b4133c5f73bd9c4ccc05245a9edcc5c980714129ce4f6eb7851eea7e509617ff972fadefe6ac78db6b4106667d9d6070de52c4d42414c95921e3d9fe1b7a76cb DIST idna-0.5.0.crate 271940 BLAKE2B 0b781c2e9bf717af429efb53bdfd18244f2b8c58e5111c3bd3bee50c8a01cc747513fe20db75c38b6b771d5845647bf6c1849ae6667766c9623e018c1f399a9b SHA512 bee6cfbfc99859b113aa8c7b487429a836dabc4e317980f132d28ff8333336f33480bf9f8b186a07115eff33024cd855bc85d346fce85e17c4132e886769c54c DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 -DIST indexmap-2.2.3.crate 79019 BLAKE2B cc87bac104efd9aa565e3b8d6071f271b33501e2192b3a478120c41d015537e807bf3ae808ddab930aeb861f353022ac76522e5102e32f72722b93d36d5f2236 SHA512 ddc45ebcfb36d761d8c11b8f61bcef046a51eea71692d89495c897cf9b4cdb5e14287600285297c8a6aab543761d9f5ba3ab45442803837a810b945aa346d48a DIST indexmap-2.2.5.crate 81498 BLAKE2B 8914a50344951aad58766fbfebe8780298098e3a7c923287e3a84f6de41e2924a6a3bb3ee91ceae9b5b49654b83ddc7516a4cfa6253584b0657995d7c8f63a89 SHA512 84fbb6e61756d5ff746f6ffb2c3c8552f96d3af205075a381f06df85258c7597ce24b0d193127a797f975a3fddc1fa92110738227babc73a7fa37505331f8d78 +DIST indexmap-2.2.6.crate 82420 BLAKE2B fac5cf6339dc3c0a40b100035a5c874cc7b2efeafeb31c51488d25156e392dc9db86a497e76eead351d2126f69d060422faa9c55d73407a0de9f5be18d234123 SHA512 53211c4a9003d751feb6dcdf1a76495764cbf32d24bbfe2be7023946622ef4f2b07a6de57109e5d24ee01892f4b2be0e0692e10cd31fd39c4ffdff4d37abe9ea DIST inout-0.1.3.crate 10743 BLAKE2B ac2fa5cadd98088ea3f6eb94ca46b3a9ceb6547ba49f0de311d86474d71024d1a087ce9b8d44ec808008db69146e9c81446bcfeebeb2fd74d2e8d0ad2c4975ed SHA512 1db5bc2bd87aae145b3b0be6669a9a722df2aac8f970fda210aaf945c372e641b941cee822917926dfa1ab8381c6e99cc7df4b18d2f4e2fbef17fdec36ed2beb DIST interprocess-1.2.1.crate 115320 BLAKE2B 51a149b89cb6798883e0f4af3e27748ee8b54162f5c976a271856885cb8037374c5bd586f01ef47514a3dc9371bc02ccf71d127e83934605baacd5c660281fef SHA512 37f528d875059d6ffade117d7ecad3fac50895ded8d8be7a96a748e9097df0860e2f236bdb5761fcea5dff28c1fa088104a1f2743868db99a33604a8f3a011fe DIST ipconfig-0.3.2.crate 24468 BLAKE2B dbaedc8f4ec23fbbe48a8c79f16fa1575b8374f055237447d12eb009694067a82bd54b503f73f9520e9b731dbf2b7797ee2d6fe2c07ad3946146b32cdc68ad0e SHA512 6029a7d453db77bcf397580fd44c5c777ce6c288c251376cb591174e9fe0aa66b49925764050cc9bcb2d656a8f6c4af0cbcd6685b2ea4616c2d2cf8de9bd67bf DIST ipnet-2.9.0.crate 27627 BLAKE2B e7e1c74815b965e9cec1cd37cc3dca76671168feb689620d44d5e635f3a5fa92a7276cb3022f25a9512ffbaaa11b0a8719cc1b838a7dacda71a5beb1a992ecc0 SHA512 8ce429ba2bae53cfdaf8a7d6bf980e10b9dd515446ef3ed4e4e11432043a18e09454260567419818f523bc589fc367194bc345660f2cc808d281db235d3e0b54 -DIST is-terminal-0.4.12.crate 7470 BLAKE2B 6d1db6148198299d0775539734dc62a3c7e453d621d69e01c3addeadbec4e88dde6082e4e12c7b7e8359cbd93b68c0af314d4a8df4600061a9534834699cc38a SHA512 9eb840a419f530c60d6acc52fdc9d6477818fb513bf9c3e8ab808ecd19087a52933e958a930e7a8c316d5e5a3e5beb56c34b560dddaa03c744ad37cfe6554a0f -DIST itertools-0.10.5.crate 115354 BLAKE2B f24734bdfedf1dba48554e39b43669efcd4a43656eeb2c511096060daeaf049e1ad3eab232e757057750ce94aabad9fc8a0cf29a997edc6c4b167301c3443391 SHA512 d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 DIST itoa-1.0.10.crate 10534 BLAKE2B 8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7 SHA512 fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538 -DIST js-sys-0.3.68.crate 80764 BLAKE2B 961f58c181f060af37c00e99f55906140a4c8f1729847d6dd7da7e29b715d69ff822853dc6affb185195347e3d3bfeed392b8969c9d15a5ee28e9f01febbc148 SHA512 9b1b59f1688f95f9bd5031f68c18c0bbb8c16519c7b09aa3042e08e57921a3807d86f15407bb4d9d63c49747ac4847aa963f83373fd0d778a7e7962ea6551b6b +DIST itoa-1.0.11.crate 10563 BLAKE2B 94da07e0f7f2535d0b1491b3a3c64905274b315ffd35ec8e9a3e36e26cd7211733b462eefb5208963e388345f65be9694804c344a6132b2b595b0bc716c0b328 SHA512 7e22dffac34c9c9f432daef395e0ec710ed658164bc9cd9fc6445c9f984c912a10bac556214a026bcddbe27a3197b35b0c87d6709fd605062637d086b2d20311 DIST js-sys-0.3.69.crate 81083 BLAKE2B 529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6 SHA512 506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9 -DIST lalrpop-0.20.0.crate 233201 BLAKE2B fcd533ec1faaf470c97a479e504da81d308da002209cbf48e0a62583d9eeeb481aad0f9afd9f4aeb412a1115aec17bf63d782a6d8b32315e4efd0a167bcf746b SHA512 78607f89874e8b17649af353760477ccb31e8f9d88f799119de686a198065163378a32d34c372e456bab184dad2a63ec62d651dd88d66914b5d8f42f3c28547a DIST lalrpop-0.20.2.crate 240370 BLAKE2B 024026e9d206f24f3f0675f87a5d8204237c00c96331c3cce43f563639c2750f363b173bcf928bb69b3707917ef0769c9e174316b1c85f76e8fbedc6d0262bb8 SHA512 1f22f3aab724e720c7f78b268a9f6ee468fbdc7fbc0ecf83e0a35130ca56371aa2e38752e02cff5ddf0f003d5a8bce43c735c6d5ce09a3bfcda924f2c5ab0674 -DIST lalrpop-util-0.20.0.crate 10403 BLAKE2B 5600fecc9a5c843ddb355af13e3696089a00cc835779df201ecba4e6740ce955e2618dbd1e599045343a8af196b8c164b61db4e58368f0cc4ab4c8070873d4cd SHA512 478ada7c29bb983f9b37bfeb0ea3bd51b3e38ee2458daf546673f66f857ea70f2498f2efe2fc87acab2ea7a1c41529fbdd96f28297b7dfaa83405bc00a5cc82d DIST lalrpop-util-0.20.2.crate 15064 BLAKE2B 7304f30748afad37ac9be5f9cb890b70b0362bf889a86f7385e7e83a067e5919e42d85f892a018d255d0eab56f7c3b8fd9564fc5d24b657916dd915bc45f0a46 SHA512 91034c6d82a0a006bf35208f84503660d55170a36e38d5c64a6c0ceaa0302c43e268df21feee6b60b70723462f6e4f09022ce83547560ab7c51b5de0954cfb28 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST lazycell-1.3.0.crate 12502 BLAKE2B dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8 SHA512 f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d DIST libc-0.2.153.crate 740614 BLAKE2B 523a41bc8cff4ebcba0edbbe9e6a2286ec7cb3ba5e90ca5926c972b68e4b34188bc077d20c22376238c3cd91b7455898a95c505ace4ededea88cc496edb4c5a7 SHA512 3f99e3a192974fffdc053ef21e9ad5fb54b7cdbd4755df176704a95dba38047138ccab76763e89c6b565f37f98fd549fe368749f84f6d1638b3209cb07eae9b4 -DIST libloading-0.8.1.crate 27893 BLAKE2B afabb6e07ecd390918344388b5fa63e5aa9223bf3ce513d1ed94cf02b1defe9909d94f0fa05e1516a39dfe4f41636834d3de0386b3c58212103263f2b1423f76 SHA512 f17ca367ef8e62fe80f43e5f3e2d1585be7b78b0fe4a733d80acdde38c20f9f72e710cff082442de6afa323aaafa17eda4491c4430b2d12f398d420e057cadab DIST libloading-0.8.2.crate 28422 BLAKE2B 3547acca23090dbf27b58296a4b2a07a454e550a4621079922c9962044e26a1da9e38863afea823fbc14037f978d91a3f84693c59252f99ff77c9bc3a41de19e SHA512 0acce8e1271dd14fc8106046a744d055f67b8743ed821ecfbc3b029e6388d07520769890971c74c63338b01240f13f13341c001ced59c601d803370a37e71af8 +DIST libloading-0.8.3.crate 28480 BLAKE2B b8588be0e7034e94c808490adb8ee6e81c29e962aec436a0d8f8c7617b3ba9177887ce59b95b2f0af00ab030bc77b73e0a889d8a77b84deb437245211a969c94 SHA512 af8fa5fe2428fa98177d6adfc01bcd6e701b0d77ac18c95b8b8d5abb3a6376f16241ccc71b9fe100782c73c843ca53c9bad465545d8bb7def52320dad0eecef9 DIST libm-0.2.8.crate 113450 BLAKE2B fc4a55ecc0d4a558b9014b58861341887679c696af6b6539c7cdb70c033c63219b24f6f30cb8d9b335d15e3af42be6f3a6bd719e189667ca0c43ac818730b674 SHA512 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5 DIST libredox-0.0.1.crate 4212 BLAKE2B fecbb90e2842a69f3967bb2a09b0181dce1720b60c5d762a334a279b52c00a9b4b52de72c6484603981c0c3e1cd8e173ef5e15fa290ce8b8888739204956be92 SHA512 31a9234201f5128f1519e108f7424d1740a67699828265cc725304a70f6a51e139f1d0c0e626b487857a7b421f25ad93e81b95b65cf0d3e0ad912388deecfb41 -DIST libsqlite3-sys-0.27.0.crate 4948458 BLAKE2B f86b27fc951145b20d4f5ca005f9981d0749be4a3201811b801d042e47064ab2535224ef1c80657ae0d553508b5b586360f533b0a3f84e92ec5eb3c99920ebbc SHA512 34dbe8ef5c2fff5a95cf0c1ed14bbb2e537cf993515cb08edeb90a0590126ded8b0ae42db07047c769f24b23045582d4db1bd5e5ff82135cf8b2e0e5a71e85e9 +DIST libredox-0.1.3.crate 6068 BLAKE2B cf09f261d3a945d290ecaaa724903e0042d66eca46dde8a40c261ccb1e82c0d6b9926898eadafc6313fdb9f19cde56377b8a9179935482559c4b9707e327511a SHA512 c62142fdca92388664eef83fc89b8607e2df318cbadff6edf9e3d927837853d5cfeb54445299a82054a0ca81853b0a33536966ab26f1f2e0fa43b39aaaf67c49 DIST libsqlite3-sys-0.28.0.crate 4975624 BLAKE2B e8d9e637a9ed616372e6e9496a9a7095eea281e1496ffa5b312f632958c751d50d9051f5ad09777e23a18dec08821cf9c43a405c4ac64fbb8719820c12886b54 SHA512 4a3d16eec47c6e3e53e00232501fd50fa77f1ee1370f4ab6c984496f2f897b4acd1c15c697caa8babd635d31a946e147d5d090378615676a3b5c4a9656355016 DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093 SHA512 031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707 DIST linux-raw-sys-0.4.13.crate 1493855 BLAKE2B 1298a038276e2424eda9873c642fb43d864b343b03b7962446122d2dbea94d58d9fb2b93e890769e6fe4092378755413ed6afba81ce56fd61e512146e44148a3 SHA512 3918da6b667a08ef8a51aa0b087129e2dc5ab101669cbba7690fc98ae2659a36861bf9410a3b87d18522a7549d43ac169b995ea192d3073f7249305a809cac62 DIST lock_api-0.4.11.crate 27487 BLAKE2B 87116cf908f7f1f9c300cedded989df305f855883e3df5a482de2c76814c48739582d3079d76a2bdd14a6999204b7fd31dcd8fd06d1dc7f9418f0e2f70a1450e SHA512 9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3 -DIST log-0.4.20.crate 38307 BLAKE2B cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99ffffdaf8bbfc72 SHA512 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e DIST log-0.4.21.crate 43442 BLAKE2B 8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba SHA512 0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b DIST lru-cache-0.1.2.crate 9307 BLAKE2B 606072bc5390a13cf24b4c64c77ba7f84c4c2b1a73c4abe8ead4e1d19067b063888d5cbe478dc9108d193f0a66aa5fb2ddc073f3edfac466de34f85a52a15ef2 SHA512 ecc67b4b2ed8d3596816c47e9c6aa242c7bdd1ee8087646e90c27a60d59175f661ec3ef82058c196bef2abdd302d429b7ea4279169689254a9f322dfd5697bf1 DIST match_cfg-0.1.0.crate 7153 BLAKE2B d3f40e5b16761fed337ed18dfa9db9e46aa2ad84ca8cfdc7cf7c72bea7cff8d084d95214ce013b3515bbe5b1ad4b8527bfce692569551e4588fe6f396a8a96ee SHA512 fd36f2b128d70a0f278e708bcb3274d90380229f754aed7ce9b808138b0189d5e1a07e0ba732216f788a530cecddcdd980559b3f71efa371d8805a213ff8f2d6 DIST md-5-0.10.6.crate 16161 BLAKE2B bdd43889aed114cfa97ed0c70bc97b89fda28b14033a0a26bc7309ed744ee907d59151ab92e9cb95f0ff0ca1cfe2af360c48f1b99fc8a246a25c803a4b444a0f SHA512 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca DIST memchr-2.7.1.crate 96307 BLAKE2B f1a008fbdbfe84852a8ae1d9d9574306b1bf120dd5087903adbcca6af342c9abbb296496eb9bf6cb58915c4444b3edd6ca4e27131ac7d8aed8849815df87a944 SHA512 5120496faa31fc427c8b4178461a262b3a34d70eddb7ad17a19d6db8b9969c9e113d3625b5e6dc677087fc80907377b00ba0421aba9a92cf73ca2849d932f473 +DIST memchr-2.7.2.crate 96220 BLAKE2B 2399064b6db21838d4aa0b25ed0bf04940ee3820741658cc6bf62e5ade08f41320df743ff13f99b2781da7b844e18deb1cfe25fe570f0e93f98ff03ca5d442e3 SHA512 cadcb4239c7f3aaab042592c5186770a225621e32f8583052fd3dbebb4a6d9b99be28f589b39b5ca36cb2d56fb3709e7d4ba91838ebb882e28e51280c02bbc40 DIST memsec-0.6.3.crate 5512 BLAKE2B ed2a36cb139098be66fda58f052c2cf22bc025e34b9ac2b11a1a8f848d94df6165f205543ea30a5e7b347b85fe41670973155f68c970dde145b41fda551c5644 SHA512 6d4ed30d9b975b00a3eb4b92bb1c7b83269c2fcec7629975334e53b7683ee28e4432ba4390d1590d88d1c4a0e689dcab38f338a6bdcefd3bfaba75067b819d8f DIST mime-0.3.17.crate 15712 BLAKE2B abb892b75b40657d356b6b53b9a45b2c822a05873453e919f2bbfeed9e5c06104f24db9cef2716f302198020870eaf96b2c62aff55cc11d8ca4f4f614d7c8e17 SHA512 e6d2ca92bb58fc747c1bb65a7f9023e5dbf4b94966003a72e4913bcaaeccdd6752725cdbd5081e0fd69d9e8f364d79664fcbe70061737d5c39e5b3e3a154a0d1 DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61 SHA512 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c DIST miniz_oxide-0.7.2.crate 55731 BLAKE2B e3cbf5983025bee879b8a735fa2912db8975cb60f0499498a73ce4375e7d452c9ed62d4b0b6f6a4fa591aab55e5d7ff20033baa007fd6c839b9d74b31142c0b1 SHA512 2f8f09d7afdb9d78bfc80a228ded85a215fea05e577e907921f1808f84aae30ab118048d7b53295f11aeb5de70ab6cbdec892f3a2417bedf6f53a4576d095432 -DIST mio-0.8.10.crate 102345 BLAKE2B 82bba95cfbb51a02efda75dc85d973825f038f7d23e7fd0a93a60293fbafd304ae064f395a1aeb63a1bc7bc664a0c0dfa3721ac8a553ea5161c0ab2862a6edcb SHA512 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2 DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb4784a710e54ee95b6631edbd763e37669ec7d269e45157907663dd2eb6c9279db850fa47ef4c1eee867ea24a SHA512 9a2806ea78b0637d0cf92448abcd50bc5d09bd80da0f37752c847bc98d014baae7a5cc4d929de98be6283c76d82ccab1f1467aa6ab583a4e782d97d5592b0bb1 DIST native-tls-0.2.11.crate 29008 BLAKE2B 594511c364e639e309f32f37ae20ecfc5ddeeb39c3f7180c5f3f2cf304d8c323b977af933ffe70cce696a5a63e17c5fa7ddb119d46fc3db819a28e31a388640b SHA512 7e77959932f2859757f1aeb37b78fdd459b7b6fd02424f4b7399525b94c21d1f499a718775503b8f3dfe3b4b740e1cfbee77052a2ebd0994468addb3fa665e6c DIST nettle-7.3.0.crate 580277 BLAKE2B f70a60e47a633a399843a7d2cae466c3695e09f442968009c93a26aa40a806966c693765cd3f9e361e3e8550efd54e4c72d7ac3263eb159da850f55b7a8c52f0 SHA512 658b7c72eaa86c574ccec8c10ea4aa37480c1d7b92711a96274c7ea75d89c96d669d2e05145598c835a1f34ffb1b2be005cef278f7bf103b8d2c8b8d96213cb6 +DIST nettle-7.4.0.crate 583944 BLAKE2B 79392e3b2df0551ed22865a42f0ededeab2421764e6daf0b6388c08080d0674bbb88f733ae5d29ada841e567c734a641e7fa6ab2bd8e8c627f63125c9c153598 SHA512 f132a9c7ea566930fcc813a9c799d4ec6849522dc70e8b478655988a9ce1f75ca731b0c0b7d2a702f96273d51770b47725014e6d1e407ff58343a0b4b7560871 DIST nettle-sys-2.3.0.crate 28576 BLAKE2B 23518adea067a8a2cd4235ccaa851ed62336847db9bc8a6adfd77cfde8c57f4a8de104cfac0e17068027702e1e4d79efbe77c3733cdb032650fff1eb1ff15457 SHA512 f453608d860edf86ba62ed959aa1d04301c06d13bef5179b2a69f7faebe1e1ea41fce163aa4a48617d21fc493cce16c28cc11a051ccfd13d0be93c66405aa5d3 DIST new_debug_unreachable-1.0.4.crate 2561 BLAKE2B 5c9831b04e2a44b2dd27816df0a331a8108991a84ebdfefe4e42f325ec3519ee50e89a99d490020a65a3d75acc371316c2253d2c6382453a0b15f4c3d5b96520 SHA512 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 +DIST new_debug_unreachable-1.0.6.crate 2582 BLAKE2B 2ac3dd86f1a532832a40ccfda95654e43709a62faebb8182c87309827afdd23e6d3f250f2345f044cb789015c30b7907be63253b487d368e68c4fdbc7de20492 SHA512 73a61acbc9b20b3595925360827ba8798f3338471b291fa37c72a1c9505b3ec9f688808fcaac9a2eb494e5f3ea5331d30545d5f21f89559111bec6126ac90b48 DIST nibble_vec-0.1.0.crate 11796 BLAKE2B 2e80648e4e18d17fdd41671acc1e166a8337fe1ec1765e5a7f08c19fbcb23ce43b11d1cb396b867b9a2c0ae58e30225d9b13fa337793d8c32abf99969e7c11af SHA512 21bc50bfa5f11f50b19a20691346f098db083ceb6891faed72fb91d2e911cee060ad4d19ee1c98792c5809cb6ab2bd65061bc051a1dea75d9096060b87497f67 DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad DIST ntest-0.9.0.crate 5212 BLAKE2B e252d146109a93bbc4591605534e8c994b8c5345d6efbd9fbd47ac196619eedaf3c2abc615581176f27a9f4e2632be8ae779f5c3a44d07b089b6115a5f233ee3 SHA512 266b3d81addea3c6e8bbff0cb3c1411d4709e2f6f978e34743a7fea0f3f5b241209f8569c09f604331beb1338060a5f5c901b27e3e68d2741333aff63e059846 +DIST ntest-0.9.2.crate 4580 BLAKE2B f6641bd5e192a28c2a5a0ad36709d1f2d409b7c50a59a2d7d7667f89ca33679b833298eace95701ac0c881038c6bbaedbfe0342122bce0acd354d09d9d940ac3 SHA512 96470cba1e1fdd7402704bb5eb30253f85fc5f3a88e320c7f493d68bbe7e60d2134e3d56a254c7759fd6aec375ebc2b32f49ea908051547dc5f2ccb88e71a2b3 DIST ntest_test_cases-0.9.0.crate 5336 BLAKE2B 8a67d43fd0e224acfd4b3abafd412ad2951a012bee97227b7d86dd25fda0d5426bf737ff37b215ad6eec36ffd95f0fe694a245d317af5f28d1f51e3413274afa SHA512 09bb4d14137204237c099a6ba5461915ed538d6c3389833d1c611940e74cd6506d161a996c4fbb75fdbc3a9690d5d0409649d7d50574ef798194351fa83e8825 +DIST ntest_test_cases-0.9.2.crate 4806 BLAKE2B 1723b94dfba88b87647cb04359e5581f090e250936abe466857964dedce6892a0612116bdfe97f9d3444fa0717f13f9d1aeda05897d37f00ee12188094ce62c2 SHA512 9361c14c690e45d762436644f43c913a4d1d0911aa6bb7e562fe49561d804096a85bb46af9557e0b56ae7571ebe34538fbd4a987a79fc2dc109c84e36fd84bb2 DIST ntest_timeout-0.9.0.crate 2972 BLAKE2B 49611ccee56913cc16f1d76d17a9c92544956e974a9059bf160dccf555fd885328b5369d1efd7611f85b8aeecd8bbf1db8ee4760424117c31e52906e0243e5df SHA512 fe7db5f555cac1e5d04759466f63d5cafb58d715d99b18d5611d2f7e0f1ab82cd52e607a70147bc8ccf91475de5be4e1f3306df842e59afb5e464a27dbfd2248 +DIST ntest_timeout-0.9.2.crate 3068 BLAKE2B 990977a0dd2d4f1e97ce418da714f0339bc6135655473d2ad61c4ee6df21af89a6e5c88bb8a2de9be3240569b4e3aeb78b8ca5848f81dd949268966cfde8557a SHA512 537b6c477a3780cf78c4721eecb8e53ad1640fd3e1349122a7ffd6dae2a87661d6968248a68f575158d7729b10f13468ea86fcb02b4d12f3e8340ea50a310db7 DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 DIST num-conv-0.1.0.crate 7444 BLAKE2B 4f5c4695006aa3ae77aaf5c55999a07d8ddfab294584fe10d73eb6abbb3f551846646156581599f966a28c74d80d3ac4373c49d2099991f7ed9edb56d36feec4 SHA512 7884c0c6599c66e40b9a79435e1bbcec60aa7e68b59686922dfab19ccbcac6a6e54f208cfb3d5a8a12e86e4dd67e09977d60b69ef6940e308a28256733f36100 DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae @@ -222,15 +225,15 @@ DIST num-traits-0.2.18.crate 51930 BLAKE2B 6c40e155d7a52267a7183d8030ef34245492d DIST num_cpus-1.16.0.crate 15713 BLAKE2B 11b432fc7c7496d48918f09ed0954e0f1d0845596301266321293b374392898853fb7c313a0b0fd9d22d9dbfe3ccc5cc1e38f38407c89b2e5906eb76caa6ad68 SHA512 a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d DIST object-0.32.2.crate 286994 BLAKE2B b9085200fe0107ab0f8ddd5c5ac82bc681dc6266c6503e4a803ae4dbdec775ae84ca4a736754b770d858ebb058342af45d485d4c9a41f57966ca1466de40a4c5 SHA512 5d03d998f06dc592c3be141f7163bd72a0e73396f95d22ef1e0ffbfc66489bf727a6f6fb813a32739609b619b8e34a471974b2231dcfa23df8bff52007c25a96 DIST once_cell-1.19.0.crate 33046 BLAKE2B c14b374eaf4ac0f60acc2e02f7bba270a0e8e0a6978d749cd3cb0ab3eb26907e4fbea70dd5132982f90290381ed18ff8a87fd530f1415fabffac864f157ea380 SHA512 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c -DIST opaque-debug-0.3.0.crate 5767 BLAKE2B fb5d32c876a271b41582563f5d6978d75bc1cba2cc34167f491bc198e6eded45b9dea65effa3aa972ede20978808b37ad1aadb6837f926fa3378ffd382076d41 SHA512 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf DIST openpgp-cert-d-0.3.1.crate 31144 BLAKE2B fce700a287ca4fae44405041ab6cd999111f0669774289e0f3ad00238eb9a0ef7249d2132a5484e977225944dd765297c731c93b1ab40d86a58eefabd147e5b8 SHA512 cc8ecb8b9c337866d23f710906b24f662406f0f7818fffea4f92b074b7777c0fcaa35b3a08805d90976df6786aa69ef9df36dedbb0bc0598085e09b2e1bb19f9 +DIST openpgp-cert-d-0.3.2.crate 31488 BLAKE2B 56823716b125c1d7e57f9c5c2d3fe8c7a5a6bf635cb4b28a9fdfcba527ad20ee37dfdf019f00951c7f8d2d0b252e4bf3cb9f6b00093b1b7c065b45f0b4ecf984 SHA512 849e1597677822aacc1dbe4b9854ae0acbfc113a5620206f4732a1f51fc6b67e91dd7ed020d789a4bba9458ea79391618aa3a949aeacd31007dd790076651adf DIST openssh-keys-0.6.2.crate 21643 BLAKE2B 25bfcd6ae96261312c40c755ca28c2824b0270c2f93b99c0550d63c9875b9a1c41490c88400f9ff288cfab8f03b474cab895b9b0fc2dc845e96f14b1f6febdad SHA512 71e73c2efcd53bbd336d9d49dc5924d3d5c223f240f9dc63682a2cb20517c26c41f0b2d581252568d2d1f9a8afd16a56641993366619cbfb56c8c12c9558cc69 DIST openssl-0.10.64.crate 272306 BLAKE2B a8b618aa403cdb06a7f135cd966775f21c99739365c55aabde2680a6154d03c7d554bfae6c62a069841c70ed82ece6c3f0cd589da8c26022b7022c3c4d79a6d8 SHA512 a1fa9f71cfebbb37ed9d4a902360f2cc95a78f55b5da5d51eef69db38cef016fc03236485158d689ccf054e04937b8cddf88e3f0f31672997fb30c6cac73cbf6 DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c DIST openssl-probe-0.1.5.crate 7227 BLAKE2B d1fd6a9498b3ab7f25b228f19043067604bf20790530fd0ab6fe3d4d3bc27f13e6e94d1e7ef49314c3663477d8916b8790b90427f74976143b54b95350895165 SHA512 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c -DIST openssl-sys-0.9.100.crate 68423 BLAKE2B d74dd7eda4b669b72343a3345f51f9c42175d2e055e65bdd7082f16ad4d20ca864fdaa20b9845fbf49b61b4943eb8d44176b774310295b864d13a7ea582a6837 SHA512 faba6f845ff7fd620de86fb942a7eba112ca4390feb88621b2aac37aeaac184dcf689f3c49a074c6586a4a9290247e33e95b3d1517bea5913256a06b8d23d5be DIST openssl-sys-0.9.101.crate 68568 BLAKE2B ad80cf56a33c71d6889470e4aaa0b314e67f75ac7921a63d87a94becf9203f4980b6e17b230c0954c126ab8df3c499444ab196958fa645ac9248ea8c245fa34a SHA512 33400053919f7fb2298b84bead88d82231640da6db4efe3dd21a837d0ddb50b2bb21be5befe1734bda15107a9e23cc9f8392647413ceb77451bc36034831b684 +DIST openssl-sys-0.9.102.crate 68622 BLAKE2B 0d3d3c9ef8e2542c7f35db1d8feaf512cc7313481bfcc99354d601e8d6332adfc2e7ee8b35599a9241de35c163efd840186e904375bdc9c65ee743abbc154cba SHA512 7ecfaa0b49cea5c60f6f063fe5217252a65b27c5e6d1185e0aa1bb4b59c4cf9bf326840e8795a870a537c18ee5a987feedaaf2dd767cd6f1380f25468a1622bd DIST option-ext-0.2.0.crate 7345 BLAKE2B cbfc03e7c960fe3023512a4ad816d657b4f54f8ecbde9f9c4df4c5fee3b36b68ab463c67ad650778279e01c7ffaa63a0dacbd0c080c8c3d15b1611de0e71f92d SHA512 f8539f97b01af97e0b80fc96556002251befa60f8ddd19613311e62f9dc9834d71c22f5d8e7c53c4925046e38cdcf834c3c28042a4da862d6f6a21ddff8d8e56 DIST parking_lot-0.12.1.crate 40967 BLAKE2B 940a112a066e3cbd15e2f6df89bfff37e4ece2194118618a96fa14871813c91798f93181ab0f768d3e1f3d60805508f216724013afb7e3da95678d0d951a42d4 SHA512 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c DIST parking_lot_core-0.9.9.crate 32445 BLAKE2B 811d8de671bf6e0911cf0df7dcaee4fb03a3b223173a3bb8cee65a28724eeb7bac87f62aa7b1df5ea3fc93af3cee3ef30b83d06c6773d6b856a7e6fa5fa197ea SHA512 7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032 @@ -239,17 +242,20 @@ DIST percent-encoding-2.3.1.crate 10235 BLAKE2B cf8e2fd7b359a05b7bdaf731f9ae84c7 DIST petgraph-0.6.4.crate 185895 BLAKE2B 9ddfb2796c461d2820db8227753113b02024e5dcb694a0bb2826bc1f375f028d8b98a3bd67555485db7fab88eb86043f5b768585dbe0c60703cc655976030a2c SHA512 b5a21572526387af3151dd4f864bd95c94f65eaf0612d96f99926faf646214df205bcc652b98d3b281f2e270779a4c1fdd6a32614ed60b3612e5d594b2bf3f20 DIST phf_shared-0.10.0.crate 4095 BLAKE2B 9155a2c145148f3c36ba6d6d8be86a526480b127f4af79b2b5855cb014a0080bec1ec45be466513bd57faa39c77cfde0d6ca02b6bb77d37a23d697603227da37 SHA512 f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 DIST pin-project-lite-0.2.13.crate 29141 BLAKE2B c434a336716c9cdd16ebc297fed393e9106ef167a693c4aa0b12c681e03141b8ba3cdf64c310916cb7d5cc43cbbfcaaeb39bb5fb1e8b3efb9e94a3f72af914eb SHA512 7f12595d751d315de6c0d380e2f501b74154661eb676987d2cab6fdc956091a68c9cac658df45dbff73615e982e6ae2ea138c09ebb708cd6c351f0d18dbbdbee +DIST pin-project-lite-0.2.14.crate 28817 BLAKE2B 8e9875967059faff399fbffff82cf8835982c46ea8df942acf50b038e3f500e04d3d8cde39da5a71ebcc38b869553f8c49830e484d1109b353247a4cfdeda89e SHA512 f90a6b9f5ab8701718f72677a4f3597c1b9f32e5fa53198b47a94696227ea37815997599abaa6058b217c5b32a94602582c6b13fdb66e2d683bc98921de95293 DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST pkcs8-0.10.2.crate 26360 BLAKE2B a62b5b7386eedba6fcbc4cff2b103b899dbf6179101445283f9076080489129543561af1ad6f09061564f68c28954262e49d0bb3e182f2ce7495e19d6f34bd5e SHA512 87127d51f0e1fe085d46b30394f2a580e857cd64f5c6fe4a3ac3b8871230aa426598dbb007e8bdfd5d729b99a9c0b4d84116f0768886605342d2ed112c51dfa8 DIST pkg-config-0.3.30.crate 20613 BLAKE2B e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66 SHA512 e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d DIST platforms-3.3.0.crate 28955 BLAKE2B 3bcccc9a8c0d46513164f4b451af56a001967a8a0e79643ef9e10e3399e77eaab2759f73a68cefce295a8256b0c88382b42756a1303fb5568922fecf7650882e SHA512 289eb7b4070d8b040445f10966cf6edf050ae740f59797476499b44f9391cce904a83f7dc43dfdac7ffd6174e5873605aa8e1e177700f28b9318703b27382156 -DIST polyval-0.6.1.crate 17634 BLAKE2B 110a104f0468e3a881b5af38edbd9da5bfe34188f1928974737a0e26d9ea5453210a4c32abec294449297e9f3d096045bd0724f93f98c8ab9592af80e348f974 SHA512 aa1b3f045cc5748413aedc42387e4950f1225b87b0d77a1a01323ddf8bf519f02983976101852e1713e9aff42112a281bbc24ff2a52ef99ce89268ee6f93a533 +DIST platforms-3.4.0.crate 29298 BLAKE2B 7d3f85ffc526ec95b2e95073d0621bd57e9becd86406789971cb87ee072fecdb42c90cc01e16f320d793dcb6ccae02688c0952861e8c7b25723347c21e1663f0 SHA512 16bd9bd104040827d457595bbea3385e103cd82530e84f17132ffccd3a20fca80cc92b5b72b452e7307c7aefa8e4a947c0bde7d9224f0e38b06caaad28907c70 DIST polyval-0.6.2.crate 18425 BLAKE2B 59ae2ec631060ee8e2e1d4bc250abbb4762c97ca7ba5c543c0292f561bb967e059410ad7e79d8dfd7912cb30a6284169ecc2f4c94bdb165037acf8c3eaf1209c SHA512 113646edef3a7f60d59db3cf06c1796bf81305b66835c71bbce0fdc07345f41e23f2bbd7d5cebc50c72eac11c98f351bc793e2f568b5fc0bbf9fb2597eb44f0d DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 DIST ppv-lite86-0.2.17.crate 22242 BLAKE2B 48c4a31a3b555fa37072c4de083580bb769747c7668748541af472778b5b58c3e7ab2b5e178760f542f973774f09910bdd4058ae5fb9d6b10c103eb76cfd0d3d SHA512 539d916e7e5869d832045c1aa88aec519bd000227f9b01d4dd0bfc9ffb640d5f5eb21b05eba718174773c97192a655ad3cb31b53ceb914dd19179a6699b3583a DIST precomputed-hash-0.1.1.crate 1640 BLAKE2B 64a37ef3edd317f771e833bb394f7c19bc9b8c844156c831d2b550692c7e2e36bce44ecf18dd9f2d0f0511346eaf0d2a0ebe792fc288ca0e94a93933f2051846 SHA512 a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 DIST proc-macro-crate-1.3.1.crate 9678 BLAKE2B ed617a1930bf28a26e865f6477229566a0c4ade7f2c1e8f70d628c5536985f03c7533c561490415e207c0f58b4885367e7f54ddcf10b058711829f78a34d68a9 SHA512 5306f017933ffa89eb6111ee00b0536179c5cfab56529440630a0bec86b62194ff16f57ebb471b233e88cd886b7b9871de8402ed29073b23e5ca98193e513659 +DIST proc-macro-crate-3.1.0.crate 11084 BLAKE2B 9a9d02f0f34a30668ba94e34d51199c332209c47fd8bef28c452924f75984dcf3aef2c92c4ab3fb03205d589e4f773d960064b4d08fdb2480168f10b84fafe98 SHA512 eb5ad763aa700f2cb1604c32a4bf2fad499a03ad868a22d06b0697b77875b1cc13c739fcf165b2bd547207ef6dc3bd13ceb75e1a59c596daf916f356ed27d8e2 DIST proc-macro2-1.0.78.crate 47158 BLAKE2B c56a24fce3faca9e04db7965cab552d2a976c3764df0a84179b5a89d1230ab355c777a82b4c982e3945414f1f0478473a88821dd176c32d6de394d73a26adb9a SHA512 11956fe03a2e77a925cdff2c3c8bc8804dffab4fa1de963a128fa23f4189976fd2e2102bd346b92c33524beae320b71dadaa5213695a3ec638404196e14fa769 +DIST proc-macro2-1.0.79.crate 47200 BLAKE2B fff8e514d618b8ef60d6a4ca7610607641cb25701fc5e8452e0db5f942a3c38c724acbbfb0474823fe0f4864df07958c1524383e7640105266608f1d5a741368 SHA512 8bfa6fc1022556cbabe0050a37b93c5ef1056ebda9d3dd368e705a7c695df9dfb5cd5adc18ad1eadf7338631ad1d5ed6f63f0adff3616429ef8c50a930b1838f DIST quick-error-1.2.3.crate 15066 BLAKE2B 1c61525d383f3588c1c5017f016f60b484bbf2035e7f63c553bd9a49b638ab0c6106ac3676a41072b24da4e13dde78706e0f99fd1ec9ee329d5be81d45a85866 SHA512 f8aaf9024d20ccd42b706c756eed8320aee339f8776392b47a41cc82ca06b03df1a5b1f00854cea96689c5af261b4d8c5d2b1a242d10f2755e7e33dc41be35b9 DIST quote-1.0.35.crate 28136 BLAKE2B 81424245e1e2b94459df68bb3a9a866c6a364102b5e1d010ede9c5f8278f8406d7b651957d091c5914e936b494b0f6e9a6a1dd8b7d35cd7d7100f86dee4ec12e SHA512 f5314fb6af17cf36c228e1970c569c29ec248954a450a5f90ba9e2896d04f74904c9cec5a1f74325f2489295a94491eee4ce8fb461e22cd4b34e53f1f881efd2 DIST radix_trie-0.2.1.crate 251366 BLAKE2B 14b50e45eacbc5b42cdde8a4f8e8642adfdfa3cc569c3fe0e3aa1fdab901713b3929d706dc0aede1b679762fb8fb1af345efca15befc9234322db434c8a3923c SHA512 f6f54511860b6b878c83de4455bdbd71289599dba93234d5c7469342f3401cba99a9ea6bca2d32df2e31ba657f40e42e7d5fd7de66786ddd2814e22fe867f9d8 @@ -257,55 +263,65 @@ DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b40 DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 DIST rand_distr-0.4.3.crate 58255 BLAKE2B c93a4db62e1c27bde51c77423e15674c4bafd04a63424ee8b8863e4eb27e56f774136949edc8b05ff4189dfab1f0dffc92855706f4a612be897523e7712ee830 SHA512 e5209a78b8ca1af97ac6c6add858ee6d91e67c1edd124bb297f787d37218a5f1afd570252da2eb25738b8d77482df4e93aa1eb3c4a8165f90219410dba495cda -DIST rayon-1.8.1.crate 170448 BLAKE2B 982f7ba7d6a43956e6f438921fea2e40d3b398f4f72a4c89f55657aba6aa0d99912a7240b1c32c1dadafa9852adf440e3153a3f0cc56f6582867fa2794bb5144 SHA512 a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32 +DIST rayon-1.10.0.crate 180155 BLAKE2B 16cb706d2317d8a349394c521ec5ab550290c5ab2a0a0dc24f0282fa7eb01fd1351a7dc8b5af3a55ea321e6526fbe037fec3cf8b32463166a082a6e417a51fca SHA512 3f628c58f3af3cbd1f245ca1be9c8393eff41112891fc4e676a2b9e26b6cba7cb80d7b6ce46e75bbb65e42fc00c5c0bb6b6a4b59092882f03febeb31f9cca5d3 DIST rayon-1.9.0.crate 177770 BLAKE2B 34e20aeb82a548bd80b8ab3faf8fd870201ba3d67f9618e5493332a3c43bcf1443c027b8ccc76cec8df6bff852434531a01c8490f829f57df5cfbc3d8a6e8a42 SHA512 c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc DIST rayon-core-1.12.1.crate 70701 BLAKE2B a32eb9ae9a71b4f0881f7bfd5375aa7db5681f20f7e0b25e6ecb3161f2aad36b93026c1691d02bf298a48ea07ec9475a237fba457ed0b0b8624aebab2b4988df SHA512 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_users-0.4.4.crate 15438 BLAKE2B 5f44e9ef20f1a6c8b22239838f8f6a6648dbebd5b4386b3a2c417e39add8c4a0dc32e4369b8bb4e0ea17678140f596b9bc981b1d56f06de6a38a503600420481 SHA512 7c208116d1171b1f52f22aedcf8ad00076a3d1f062f4018f4a9f5fb2c38d7ed83258589062d1559f64e43f3e2a9ddf789799f57cf87a49ad8a37463ea09aa269 +DIST redox_users-0.4.5.crate 15514 BLAKE2B 9fc9d9c4875ed711efb75fb08f345b5f4f0667717d37710143742e48251a709c53760bcbc31ce13e6432672f9417be429c38c2e77a6b786887841714290a1194 SHA512 7a25cc91c9d1bfe537f20b83255990681d136ced5aaa7aa0cdb1b1fc024ba36aa1fb75c335c768a85ee078019a9ca2460efd911cad8ae6fe8b0385fb171aa4b4 DIST regex-1.10.3.crate 253101 BLAKE2B 390ebb00bf5430048412883b672d80737e783fd36f40895343cb38ef2e26e2713418c2fb4d66792bfd3be4c990b4518ba120de229a72cbeb7fd5c2af325fbcaf SHA512 d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d -DIST regex-automata-0.4.5.crate 617406 BLAKE2B 21826731ed5439a12cdda5a1ef217dc3239a0884d038170855985bf830f2782bdf4dbfd1b1a8812812db3a2399dadf8c173e75db635dfabc97382fda0561bba3 SHA512 0e9681d5c4529d49ff2555b7b73cf234b1f321a7fc634beccdf76c2bce5094e8501403e8caee2b3a16ac299cbe4701d891f1efa380b54f9dc2d92bbacd4de611 +DIST regex-1.10.4.crate 253191 BLAKE2B 08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447 SHA512 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b DIST regex-automata-0.4.6.crate 617565 BLAKE2B 8f1e2a3cc1d2d50478776281d2bf10164ef441dcf7127994f4a0341ec40588ec8dc1c07fdf9f670da9e61a7753551500b80314df130370b61d2c03c2b2e3135a SHA512 b288e1facae2612f73d3de3fe9fd1af13d337107004f990263abe6277b31b948478ad9c2b807dcafa73fa565e48bdf2113139f5ca67eb73165b7d29e2ee5c9f1 -DIST regex-syntax-0.7.5.crate 343366 BLAKE2B af07596e45e3525ffd253d6070ddad08dffc8f0409ea14843a135646da8b37a7a568c12ede809d9fa47eec2329f68da7a3b3c0e0cabfa200de64affe6ecefee3 SHA512 6388dbf68c8c86d8a5bd8cfb13a86e9ab2da1a339fd607c1a16848f85dd21c85d744d694c7b918954ea27eeefc90b589926c9da464343fb78ab639a5e2925efd DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c SHA512 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728 +DIST regex-syntax-0.8.3.crate 347497 BLAKE2B 9ac2f63098ffa3fff51fe2bc0bcf9ef164cf9389a909a3f0cb668d2598e7ca65d573e47d571ee2e6bba3a1a96ef7c298b8d681e1ef89c8c53b7d590e0e22839b SHA512 925f7bcc50d94c65d34fcc770c6e58dd5b8a045541c0109e77b8efe842eef4c110087ac9c0f86c7c3022ed013abbc5c0a187d796dce292ad5361a0cdf7153d76 DIST reqwest-0.11.24.crate 160972 BLAKE2B 7afd1594ff5a146fbcf864f8f03e4f2404d31ad8ee2b56af87b0d056ac36b890af343fddbab6a81bf687765eaecdf3789caa02de5279c25cb5f06f7095544ddb SHA512 cadb9d44f3e82da2ab69eb5cf669a44302b737072632d4ddbb5f11924814acefc318dc13fcc690e581606353344bace46f7f1d3759b9ab968e857dfc622a768f +DIST reqwest-0.11.27.crate 163155 BLAKE2B 0135a99a42400d601a19299d379e28f2df7454dc85864bf3905a8148c908fb1b0f363cecd3fc2ed0c4ba0c108739eb3ec5116d511bcb73530bbff6acb10c691e SHA512 95e5c2e375e345a3ac9d4f4b4fa9aec28f45a457c1615d303d4b4dddb639749995ef2834a6f8659f5f0cbb49e0876e89c9925bb2b2ba62207e393c9b12e58ad3 DIST resolv-conf-0.7.0.crate 17352 BLAKE2B 32b565a11d5d752e2cce2ac7b44e483b8a682220c99a9ca34d0a440d87cb5a874c407d474e47757f128bc5d78ea57940452eb099ea6fa433d8f6d1fe881f4302 SHA512 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4 DIST roff-0.2.1.crate 10605 BLAKE2B 34d66bc4f4eb828523c464cd75632171277f6b1901916f2337013f8daf39915e1b7ee9154e18413145c9ae103917e0f34c2b6261ba16b3e969a2cd078a372c61 SHA512 001cbc21c5c8ca4362f91fb237b867966653e6f49fa20be1a6c3d3e8d9f2cca66c474eb0b59ecff1527c771554e8503cef94181295dcb007fbc1a50dab49ce0f DIST rpassword-7.3.1.crate 8164 BLAKE2B 60e89fc36d78a64d9441bd902866500872f4ddbd28ffe4bc5c26b5882ec1dd9bcf50dc06105c87f5fef8c51b327bb9af1a324831cb6396796afab3cb7f4a2288 SHA512 28905b33e5fa26d9a7bc0d682b94edc6119b2d8c2a6826c89d61fa86033230707c54f3ed8047ee3f5da4393c119c70f102ff61efdc1d4bac38e583c04e3b4382 DIST rtoolbox-0.0.2.crate 9179 BLAKE2B 4cc9faea86aaf0f9e9ed95269d0fa8c633d7c05d539a435bbfcadc563ad5fd0d3f06bc33f83a24432a53da483bc7771edca21e6237888254b1d000f7af1ee41c SHA512 2e239e821d0bdb171ff9d03d3b8df2fbb561ae67ed653f66096ca32b2a83badc7d1b74b4ed1f0f41f141ff2a383fd06618f4f7740a03514b256eca4db0699d42 -DIST rusqlite-0.30.0.crate 150360 BLAKE2B 68e5a8b229f968c60ac5ac608533c68225a36f7118775296bf8bfeed86d269ba1e9c1c7fdf2aa17fd2c032a07f5dee6f86dbe9f35608b99e8ceb62b3f58a5601 SHA512 c8d1e81dd71a4db04a07a2ae91358a7c85fda8cd282ff6fd04aca47f1a3280a2bd6efdbffeef6b02c8cec8e4ba27e86ec914d93f4db1d111bdb654e4d154fddf DIST rusqlite-0.31.0.crate 152252 BLAKE2B 5ef8396ab6ee9f6887466e7ff856c6260f40ef85361ca451e230d8590019d6ffa4952df15abd21cf300cf51da4a6ea4e82f5dc88dfba474f2f62036cee76caa3 SHA512 6d20b015ab72d3d75c363111c0cb41feae8bff83104ebdfcb8e5efc1bfb63eb48a17f6de2e6c96cb1e916b4795fea6d58466ab0820b151b12d1dc4c29800ba66 DIST rustc-demangle-0.1.23.crate 28970 BLAKE2B 611d2e41a8a9799db2f8bcb8fc8fefcda361d055a417d2bfaaf2dedcce9d6f388c69d905a28c65e6691b4d408d7922ccdc97ce524c87c3cccb8467e314bc87b9 SHA512 8cd29800254b1305ad50f1fc008838c52d9659f97a51a68e9f2bd6d0a60126f3ebdd1c79760f96445b3bf998d0773526ddf663b174acca81babdc0b423247247 DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 DIST rustc_version-0.4.0.crate 12175 BLAKE2B 6fda2ce03eab45d7193fa0d70175cc7ffb56b7be85fb1314092bdcfd3948ea145420569ace3a47218a4a2a6e44a818862cea6dd8cfb945475496f63b591c29da SHA512 f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db DIST rustix-0.38.31.crate 375443 BLAKE2B 9e8ba6bb4eb4fdf0bacfbc719124f745f383abbabfeb161bff9908d1948942d358f46191377b90c180a2793a88bb01be20dab556cfabc8da8efa2533af8e460b SHA512 593e0395a7bc5bba949e6f2a5ed9e39ae13140970a598def32ab7d6d91b4ec100752fb05abda407ee2e5e420d950b19e607f963f3974213637423c751df75960 +DIST rustix-0.38.32.crate 376999 BLAKE2B 681ea50f5405b3a749a26a481995d3a85800378067734bb857e32e5d3764687b0da4b3749d227174440e432b374ae9ada154a8288e4353ca2ff1b851698477f4 SHA512 8f028b4df785aa78fc798f3e053d0a4fb9b3c552a47f66f52f1666f4c1324441be6581ed643c4ef0f56d92e1a078c6d3b45be183fc3df0ed1fc89de0d610cad6 DIST rustls-pemfile-1.0.4.crate 22092 BLAKE2B 9a776027d6e43a336ecfdd6713d4b1e6642378f81b73c97752563ee1d2cac5b3988afd48c92d25d55f655a6fa248436954aaa0e0bd9c7c679c987ce7df0cc99f SHA512 bc748ee06f2c101d8e54e8c4555e88c5ca824ac7bb0182f8e49bfe1fc66d418d2a3da8e454f3741697f491ad0c7bc8e924a752697023a191c1bb6eb98c48aa37 DIST rustversion-1.0.14.crate 17261 BLAKE2B db30d01914059a893bdb4c448ed0bf04852085c2d948bfbed8819a1d2317c34133cf609abdd806ad628b86974a9c1ab9d09f79743cb8e13257ef32cd444f49c6 SHA512 466d753c28c4899ab3da3e9f3366f7ecc435d484f51e0c07acfa5f3367af0de27ea3bc75efda22159b4990c976b1466a27e7c31c834c72a87d8234318357454b +DIST rustversion-1.0.15.crate 17406 BLAKE2B ef68a3a83e11f6734be94117e5170f92f9e1211d353a81b45ed11d4c738278c7f519ebfc9896681d564698fbcc579da10f97fddd77d56b14dbb96b90e16ea811 SHA512 e0e37511c25b71a64bd6f91cd8b29e43c4073ef56196de808634f3408cc297fc7fda1316a5adc5fffde9192b7d64f1940deb7cf396277a3805e89e15b2a855da DIST ryu-1.0.17.crate 47537 BLAKE2B 28408e17a4322f1afb6f21bc8d7328c39d07186de4d464f8e9bd63a69757cb4af61b46e558075e14836f310f020ac824d5ffa616fc0a5ffba59b9df0bb66ffc4 SHA512 6dad725c4fb2d3a33ea30107b63cb702eed56bd2f3c16a72265f648f5aaefcd3d5a7b919b1d037af926cc6311bc68ba58c4e0483da2b2e2135c6a7c2d6601af4 DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST schannel-0.1.23.crate 41667 BLAKE2B 3f34ecf4cc519f5302f0ab5207907a275c68e6fcbb47630aec4ed5d5f1a1cc7475f6d7a8c22361e9878002f9f54314c1f630ab0c1f77ea309714bdb7ada6c9af SHA512 dfce25e3b8bc09d8dd1fce2783fe02ec83f74697cb24aa212ef9369a628685ba488f821cb3e5f863798e0e59995038c8d748f74b89f7929eb8cfd804d5066b84 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb +DIST security-framework-2.10.0.crate 79723 BLAKE2B 9978af62742c6f58c6720a7a9d76aef3627531a4e5cb2b131584727237ec743eb1e688029c8abfcecdc8280b16e6fc85fb9c6fd93be65621363b0e3945899a83 SHA512 693944670032db795ceb944b187ecd96f094449fc801cc5f8b903a5cf117832a4db97c23dd0ab6d66a61da7ab56b5e9433b5993cbcd0b8dfd88f96e819958a5e DIST security-framework-2.9.2.crate 79295 BLAKE2B 96be139f2d2b9bc2fec7805c9e90f19f68fb6cf3f09a879f1d5952b502951900fd6889451c6866e53394859a0f8a842b4a674c4bfa82cd71f48195c0af365475 SHA512 fdc58c1c12ff849af3acf34208411caee50f30b9d55e20ef9d3922ee37664c606abcf90c4b415e5c22498dff2116fe2b2f374a0bd382c837ae7d281cd1a0a54a +DIST security-framework-sys-2.10.0.crate 18676 BLAKE2B 4c16983b5bad471b18c52e34fb6a2762097bcbb0891c7c8a8423777e01bb27341576114f6ed90aaa80cc3e0ee264b3bbe9335886565f7b2a91e37f0ac3f555e2 SHA512 10c006488bd52bffba72f7aa44cc58e292c186259054aa85f882c3f0198586574a9c722ba80f101710b867148e823596f8d1ead1b6a753e6b50e702f5fcbf904 DIST security-framework-sys-2.9.1.crate 18284 BLAKE2B f1484b6b691f3616192ab363c81eb3d6279ad0bae6bb7fbc4eadfd9fc6b6bcd5ce42fb8edab1eb8934f40a1d42714eeb8ca3616871e8f80c90318834901e8ca6 SHA512 3118d1e982d94c5fc6e8ad6270ba398da98a042c7a2060eafb3b78a54491091c46529bec30d4f871744431f01b828ba2a795f695cd20d008441839f3c4350462 DIST semver-1.0.22.crate 30446 BLAKE2B b77a951d959a3685b0373c80b9991a8567f8926d093b23b7b8fab48595b5d565acf7408fbfc8f4d58331f39e316a8068885d28bcd70c1476d1cda436a2dd88b2 SHA512 7dcf9b6a02650d71d6c9ab3c29e44fdef95af296208f26aa7be6fd6e16773e5e5e66418c303a0589d1165df6dbfd46ad6ebf9eb5b3adab25a51f340947b2d949 -DIST sequoia-cert-store-0.4.2.crate 164335 BLAKE2B bcd815181cda8fec6b118239473d00884121a366a2fff487fa3327330eff0a79e69119f77b874d75102b5b1dfa8c8c31c381dd70100b4615ba4749eeeef1500f SHA512 229243ebfc9623f2ffdb864c8aa50204e2d68c9fbff551d017f7284f2f62fdd9c869d2df2d864460b0fb5d2f10a73d50cbe8079157a57f0bef8f49fa8aba2310 DIST sequoia-cert-store-0.5.0.crate 166651 BLAKE2B 95fa51edc227da789eccad9527d8285142add8105b500bb3094ee1b122130298709e4367e38f944c66eabf417b54323bf5b51e9e3e8871c1e4992944d376aa5a SHA512 23a6608b4b0899532a1fe6790565c0f45a6ee0b5955d8d757da21b4d6783bb67c753e52127e543a2d7b8ed998fec7f6a6fb5cb4c3ee1826ee2efd67f79009741 -DIST sequoia-chameleon-gnupg-0.5.1-v0.5.1.tar.bz2 705101 BLAKE2B 10c5035c4126754c017b5e7981279c9b64d23b5a9430b936af2bd2630e7c3d75c9bbd36a79113e065c63607f0504f2617467ac6144a0d570549f7e38afaf1204 SHA512 e0cdea7ef5dbaa8e650b4c2f9654494834afb5486c0efecd47eb98ddb0c978a054f5fe037c4cee617edcc429e64dc6580099c5793d1d87e993edebbe11f2d844 +DIST sequoia-cert-store-0.5.1.crate 181298 BLAKE2B 9e1e65481652b1386b6215e170eee4af86950cb7a2923df8660ad436dd993599e82736972bae1d6394c2e5f0800b73ffb4ccb133d72bbae127d3c0035df9011a SHA512 c61935d674c15705add5d709a9610a12ac927edf4439abc617dacf1bee3f324b9a1c084142903232b895731421242c1ee5fb5f8b14d090c697b837f27651f8a3 DIST sequoia-chameleon-gnupg-0.6.0-v0.6.0.tar.bz2 887029 BLAKE2B b1597b9b323c69134f00e07388d9c3f375e57714993bf0010f4e3dde7526522f58cb674ce7a2ee3a1ba31d1b71c4fd82d6b738b5aa41e5546120efc8555596bc SHA512 64f261b5faba8aaef822a4599dcf70329fca211cf92ceee2ec3825c234d35ba42888ae83e18e9111849a858079f3d4b45c2cbd7a027097c52e925ec443b60e7f +DIST sequoia-chameleon-gnupg-0.8.0-v0.8.0.tar.bz2 900139 BLAKE2B ce8dfefcf8dd73ba56aec6534ae06e675b2a373d6602a277ee4d2560ae837e40b97083c478a5a86f294c1006150cc29c2d5f99ab9d9ea5ac8c766fc884b7f850 SHA512 bd74156d89c5a8f678b72238b9f6f6ecacdd9c78893d5ec743feb11a1f3c46118f5b8603168d79b9eb72ec54d949d1bc004160821d6e342e028dd952c3033a58 DIST sequoia-gpg-agent-0.1.0.crate 85504 BLAKE2B 3c5abe12e305c987b34f13295542dc10720ce31f63623ea8b5c8627d673cf932efec6bc5de209d61a4c27bb7e7e33d205f8b01178b24a8f8a2158f7a3c03af5d SHA512 1ec5ece3f441a1965f7f629f3af6f301981a2fd9b30d1be1ed57557b4a7d555df1982a5520fe577f9b4b4b778fd32236b087514ba33627f78482c919c4db9809 +DIST sequoia-gpg-agent-0.3.1.crate 101496 BLAKE2B 71793d9c105459c11e1dd06a3574548a19b4c68c8cc8a25ab77b5d524a59a72d55689d83c0915dabc230427c46bca44203ec46450ffba1bfaf37013695958fa8 SHA512 45ecf84ed22deb7f8ac6d4ef253721f8e53a5a5131d29a547fb9288158c5433f64aa71233f57a112b8de360ec6e2bf0f9886aeaf8c19ffd0e7f8381c60071b82 DIST sequoia-ipc-0.33.0.crate 4504654 BLAKE2B affd8e5c53d72925590838e5906988144c152c1d569738298e72ded8549fd60921c31e1096561010f55716de27f2de3700ebb2e7666925989024864ac06f9083 SHA512 a1ee95aaada3b15394d46cc97ba2e8c8e091522eb1ffa5cbdd04ac4617fb299276ab6018cb378d838ad74a3a4ef782392cfe1dfb054c1f8fc5ad71816d076dd4 +DIST sequoia-ipc-0.34.1.crate 4505028 BLAKE2B c8d6f1a75ecd67bbeaf2b7af8c975dce9a66d18d9fe72dd6d14982edfd61cc00e96d7931d5521031cb2be7e2f9511ffa92d1b4ef0a7b9122555207f5c4225fdc SHA512 75df9b6230df07ff354185c8650382f44dd20d6e05594793872d5f05d828aac77293e05f93142feba5b3c97544d58e2fae075c67a2597bbedd6c0647b7736fa1 DIST sequoia-net-0.28.0.crate 49672 BLAKE2B e89656e0428bdadb6f9d4fb479c985d5d187dcbade342906610222d85c22d90c60b09ff4eaa3eef62d6650ed06c92b86a3123a001faa358fc775ef0e74d44265 SHA512 1a87d9b078c2b44220882611e8d49c6117906d8cbd81e50301a6b31d7428cef5622223ed234e28558fa83e31c47df84dfed087f1b1962bd42a7d1bc2f0fe9fff DIST sequoia-openpgp-1.19.0.crate 2995131 BLAKE2B fd5102136dbe748591576193de1f9b919fadc0da1a96d70ef4cd902fcf15fc226877067a81e06b842ea3582d3acfb6954b6f47034d91f7942aba13a988c03175 SHA512 db3f4016e78c4c917e10364cab2120f2facfc239d1ce5a684307ba95a30cc4260597f6b9bfa5014d423c77a690b88d8ca69493311b77f10447aa94592161a64e DIST sequoia-openpgp-mt-0.1.0.crate 29965 BLAKE2B 7aaa128f00728ddfafec2a3cc05c7fe8961a1536c586196d4829377cf647e4c2693b920a91f6cb83db05a38379c8427b26fbed79f8127cf02c4c943d1fe8cd6b SHA512 ff3e41731d37cb0897bac740059086e54d8c4015b05867f8f51e94e8bbd05afe346039b54be7140bd716425e69d55f7642c07b3ecef1f9da188259e73b19c9dd DIST sequoia-policy-config-0.6.0.crate 42529 BLAKE2B b58960a3296d1c3289036a2218e842bb63bfef11968ccae7c42cb61869e04d26fb52736876bcf32d276177c488d0be4d9ff3ed50fbfb0ba68bff3c0410a460cd SHA512 499d350426f80627278310b2eded6a69a7ad833058129ea5ed9ebd0255621ff70f9f04228fc8ca79830e6ec11d14b121bb3e5a6c5fc2721135d725bdf0d886ee DIST sequoia-wot-0.11.0.crate 1080482 BLAKE2B 7abdf5b5402d923965c541001f705812ec61b11a46e79cbc55abdb7b1bc62913274a8f294c2b925e6c0420fad9b7709d6d4449678188373d68a1daf12f2be628 SHA512 a200e0008fa3a14311b488d84425fb108a7c31c481a4b1077650755debfdf1061e74f5061dee99bcbec01d2f643733a76e95963f312396def5d8c7cd6c0f39bd -DIST sequoia-wot-0.9.0.crate 1078451 BLAKE2B a3e1bc2fb1cb6595f8de9543532c28f9c7fb5ae8cd65e02142720522f1f301f5bf65fdef8bd219a9954cb77be8f490af24ec5c87fae73b3538cb10a523dd2216 SHA512 e85e3dd8267f13d7357521963d9168948f2131d1072a544e99588abffa2942be5d45b11a5894e222adda54e34ef70f786e0bc096c8c0dcbaa58cbb9afbf29f2d DIST serde-1.0.197.crate 77087 BLAKE2B 4a4e04ededf5fefaabfcc4e17457db823239e8eeee7631a905ed47800ca10d26a93632e3a9d1b784b83f84168d0d649cfa2e6f5f1e68ab15a68e837cd5b6c699 SHA512 69e42825fce6a0a5d109979785daceacfd6afc5641e202fe83da32e2b1f968416557cce97fa014839e873e65f85c27494c8f8e20e6e9e4fbedf20d0291880410 DIST serde_derive-1.0.197.crate 55771 BLAKE2B 73708908b6d1e104af4c63b498bd25c5a728e07e22afdf92f15754c0f17636efe44c0560c1f0df1b9a30708e8e8894a62f1ea57c234b6dd861cb9c8dc044eb4b SHA512 669376e248b76a5ee8b9c93fd9fe6d35372e7267fbabc14730539ef28a94e405ee5e9c2cc2846897d59d6153742cdc6799f9e2c87f20b9dad119bd3a86c28994 DIST serde_json-1.0.114.crate 146986 BLAKE2B 229f0a8e2c0bc35435b49774fab9d4cec4e2323e85e2f97ccaa2a18277ecfb9cff9e9b165786e782cba043e9ac670717364b0f9c145254eefd74582b728f2186 SHA512 2c35cd0e29ee2af6046ce849b5854b82b90f402b51c04ea86b32ce7d67869736f17a4d028dd8245c31201036bcca7a1d3df11d842a92a45b0eaebd809687d436 +DIST serde_json-1.0.115.crate 147100 BLAKE2B baa2dce9d85e331d1308f2ece9dbeff24bcc70e37be3f06c7e819ad9f4eb59fb1f00658736fd336a41a65e3616d1bf75a0c9adb359eb606e1418159a9455132f SHA512 d1a60e20af770fdfe0585853c87c5631e56944a3c1bbdf9e1e91003af8e924a8076335bd37563d167c760aad10d4c08fe59ebd47fc52e461bc3586b835808d22 DIST serde_urlencoded-0.7.1.crate 12822 BLAKE2B 38c74ea862f041828467dfa586bad9b8e1d1d64a9f82fb7f98727e3965377d00e59f2dbf20955a9dce976b6911c0a619d2a6e4cc9dfc73cf0f6c449d873fd072 SHA512 b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60 DIST serde_with-3.6.1.crate 137164 BLAKE2B 3ef0ab3d45cca9616d8d0e39a0763047330baad2e0efbe9bf4d610a4a6430acf560d8c0ced5e7e283106696d3fbc1492618fb6ef3b75d46d1626730e59de5543 SHA512 c76f4a9d8dfa53ce1d41e3fcd8748f6dccfe594da0dfb240239103b85358db46d6e3dabc0b2c16db126a93d24297960dc95477bc7d49aab809d8c6ad6a9a8a6e +DIST serde_with-3.7.0.crate 140905 BLAKE2B fa749055ab1b1f271d46f68a169b18c7e670640e937002ee6f59814c4ed7a7dcee13340ec4a4bc116c57224472f919dad85ac64270441987d3cb0110162d6b05 SHA512 a923993d3ebf1543de6f73e264f436849de6d9a292668ca5508e20c1231b78105307f62140d06bd401fa7001d83a46b56a14f3ad95a2360a55e276ec7b94e142 DIST serde_with_macros-3.6.1.crate 30747 BLAKE2B ec9a373e2f7c73e3d4dd09426fea9ac5778af0ce283153ca3322ae3e8e262251e50637b70aa960c28ce993019078b5ae5cd28a0ac593a5f0a11b13953399e1de SHA512 ed6f4f24401bb5caaae3463a6e47493849ab504e156f52eedc9f55325bc418186716478ca353085913a61f2c715d56fb0320b44699bf24a56905fa0f6e4f246d +DIST serde_with_macros-3.7.0.crate 30834 BLAKE2B 2da5db01fbbbc9e3ad94531c4947bab966e7284c3867f1bb2520cfad23f5a7f5dabe58b821ecfd8bd1f89041e57ee388910636479faea2506fad232c5c7aeafe SHA512 43d666624e6216de285aa3ff8435bc01bfacb675544f63922d1113c4d1a37e8556c61d19807558e002aa05888f8a5d19e7ff8b339b50c4b9c54f0a2cdfc4e9b0 DIST sha1collisiondetection-0.3.3.crate 801556 BLAKE2B 112a1691032781a7c759b743b7c2b49bfb3d596b18d9262f6c3c08cb1505001e29b7dd175dd38671fd61318293b0adc0991a851a5a773a25020f08d0e3f5f423 SHA512 5240c9004b44cefb5a220b6b991ea29529f20feb882dcc9dfb4cb35ca127483770d2f118a648a2d88481f19fe8f0973f3d1a0bc8ee7121f83090af44e743e446 +DIST sha1collisiondetection-0.3.4.crate 799321 BLAKE2B 6a36035f19330da30fff69ec304c17ca0d8af74673b43dbf421dd9e67f3e522575e7a6780a2eaca3c4e799304acb40eecd0a3909642f03f18996196b3dde19e3 SHA512 d74b317f272ea600659288af786c656005009b7e2fcf060eafb71df07cb3de2b698e74088217ff99fa911a59e00653835cebe6bbd5457e549c3f9015d8dc8d7a DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 DIST shellexpand-3.1.0.crate 25591 BLAKE2B ba395d9d98fed37979e97609689f909b264ddb44dae56ae4958da9a0e85aa382a00bbca42530cda2701e934233aa1d44509495235ba0512beb33a827cee5c9f0 SHA512 9b20074425db359cf92f29c52be91a3a58a91e6f3116b210913f24dc31b5371ef9d77fe46e7da39e42eac87fa4ccb8ebf9175d7bd5fe6b520d12b9d3b31cc65e DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a @@ -314,7 +330,7 @@ DIST signature-2.2.0.crate 15531 BLAKE2B c584d9ad52a1ab3cdc129c36cb2ed6dedc40a8d DIST siphasher-0.3.11.crate 10442 BLAKE2B 771221614bbd56f609b9743da4352dc7a2cbd0f6257952fab0cd052e5e5b258a4c95a0461d6d1b579dec90b72d66a0e58e036899b3db8341ae753a421a4cd4d5 SHA512 601121bd41da896142dc6ccc74a6eec3ebee3e976857ab8b5d21e915fdc8bc6e979af66a489c406371fbbbfc7a13338cc4b3744aa981206e43c53998f3e1699b DIST slab-0.4.9.crate 17108 BLAKE2B 8e5288c4d00efa915e7be27b55f2204850968624f0d8101c091a357131106bceeea7a63c98007420c12f67893dd2228b15d3f23508108c3a0ceaa605474bc7a9 SHA512 b6b5423ae026472920f7c9a4abe0962314140a36dc562c0a9e3fa60725b2b8b7a8b343110d9d4c0e18fb318b0103e14c0ccbc9ae350d5563a5ac80c35f228c40 DIST smallvec-1.13.1.crate 34952 BLAKE2B e0dcf1d26883564cd4f5d20a588562404e193075b1ae011f7f7542009a9466e5df3ade7768e1a8feb8806774b2cee5f15d31779928f83714e7d4b6ed46af9ab9 SHA512 1259ef947400470b8c9e74c5582dbc1a49753aa46420883c1f7d66f320f67bebe733a15a23cd57ba461020fad4ff337a5b298de82754602a78f5e6cec969652d -DIST socket2-0.5.5.crate 54863 BLAKE2B 4237b540dfaa96d3f8a8b9178519e5ea37b6b96480a2aed5287f462845231427a18f5add26756c7b03c18d4d4aa617a5a36c5462258ebd8be326e8fed1c48641 SHA512 afa8df546234d4e8f89289622448aa42d8c2ba74a0a3a4b13c0ff7bc30fa435a7d6d6e8c9e2a6933cfa23ebdfb4908c865e82c657611defbc16e1f1bf66f9f8c +DIST smallvec-1.13.2.crate 35216 BLAKE2B 31a268aad595c06cdb078577a97b089dbea156a0df307a3e6aaaf4861bd9a680c5b11921da9dbdb1bcfe17d58c0cbede1ffe6bba3aef59b384fb1b9703c62d27 SHA512 a97c758b668e40ad9eb572e65feeae4954e09200a04ab92e26a13b48894381cd3a3d2571070c4b7a5e181182e1ede9688f990650342ec69ecfe1a264d234c679 DIST socket2-0.5.6.crate 55270 BLAKE2B 10eb32486b9a2908e05ab24620ad7a79243e59c2c2db5a7793f87f32765745b21746423d5b3896ef37d3dc9e76410fba97826cc64cafb7dd45adb485900c2282 SHA512 10f14ce7bcb9fabac56f98bd34ccd6368dcf4ca245ba2df80fe0f1157e177056eeffc6fcfb1d1fea6e89c0eaafb99d8056fbd10101031d3ccabb98950ec563dc DIST spin-0.5.2.crate 12004 BLAKE2B d67d9156ca6dbcf4022711cce797cd423a4977115abac4cafaa507aa2e1071b637275637a20934d4d0d6d2bf82c98c74a4506720326d1804952aa0fd5fc4895c SHA512 fc57f7906da2b7a298c5f89215e881e8827b4d9f934dbf138338e0ee30122d8459483be566268fa374b41d63d8dbf65d42e0b322535ba35c827d7edb2176f267 DIST spki-0.7.3.crate 16409 BLAKE2B 6b39144e4e718ce5eb454e21ee89fb936ffd31ec99554b0150fee47bca396bdfe4ef39603ec029d4af4d8c4c3ba2de7f6c549244f8c20114de9b43ff14921681 SHA512 d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9 @@ -324,18 +340,19 @@ DIST string_cache-0.8.7.crate 16655 BLAKE2B 9a017f3248a3d5e7b8c1a05462a882862b20 DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 DIST subtle-2.5.0.crate 13909 BLAKE2B 660c3a472ca54c9843ce3feea74b802e27fd7f62dd37a30e2a4ba82e4b3a71df63562e8865d5fc675d31d0900998a8730503f91a61450884446a3bdd6af0041b SHA512 f150b1e2037554f8cd3213a54ddbc258f8f670cc4f39e7084cdea4b47538dbc58b834bc93b443d58a4b9087224efc003234042aaf366687dbd32b1e7174082a0 DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d -DIST syn-2.0.50.crate 254314 BLAKE2B a0aebb5fc4d84a6fc22cfd983bfe6f68d1fc6faa2c6878650ba387ae9432281308f188be693ca0b685d8bb2f488cac36d06afd05cb6f0a47615a4e4874cebbc4 SHA512 c09fcce91ba585d24bd6955399152a207b3f02176c02343ac5d079ae30c432d51cf13831278d98f3b614a907813bb0105d82d19798268245f8c280ac4a1a8a5c DIST syn-2.0.52.crate 254728 BLAKE2B 1e56e49de8fee8ed47e89a0791bb0188ee8f0dac127f6e17a1c91a3cb8744a61a6e3b8d3a7fa5cc450a453e9ba7c9ed844302d23cb6e6cd8ca8c624ca475b32e SHA512 a0fb277a4d4611c465d76adf83040a6ac4375275d9f9414fddb34f577573b0f5890b94773bd57660e9af4b65778888ddf34c99d829fe4f58a966484cd8dd9b05 +DIST syn-2.0.58.crate 254920 BLAKE2B 64c3e09adea47f5a5f332416e75ba9e86d1d20e208f859940b80986884b3456130a842685e9002416803d0f8a2b8d61e6d2ec518929c8ebee09a1142d9d77b15 SHA512 168196da11cd854e5dc7e37bfb50b229ecc3a73f7992f36be431dca85a7a1b4ee61b60471be9f6303fd29de6747190701cc475c4b2830fe31f678f102e54d387 DIST sync_wrapper-0.1.2.crate 6933 BLAKE2B 0ec797ddead298a95bde0a508ae942a4e90943948d3c1e4833fb3ad1cefd3566b7fd1aa0b133d614839707e3f416e3e739099ac73441527213da81b6d1c47d50 SHA512 ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8 DIST system-configuration-0.5.1.crate 12618 BLAKE2B fa75a24f8db6eafe578bcbf162fcd110ca059c58af24916acd64959b48d8541e0aa95ce2c929a8a50c62e7e8a967de9101640d1da7805fce2f76b7c5c86c4544 SHA512 af77ed5be890e826b9b8f975bd2e63f3905adb24a597069a887ff2a861820f1ed40582b918f35c3d4eb063800e179b93e5acd7d5b48b147e9b16e3cf4c12840f DIST system-configuration-sys-0.5.0.crate 6730 BLAKE2B e40c4b5e7897cfe30b2fb6daa9b44fe2b83eb2a12d798a1ad8908b51abc735566becb0e001f52f5f8a0d3596f62a9eec631341c3a9cbd132a4f650f988c74b93 SHA512 764168ee5efe1ba82e847ed74a14d1f5f1892735e98657c3ecaafcb4b405d4f779592dfaade252f6a577ca2cfd5cd5e467c0b6326bbdcfa573c3ab01cdc8fc34 DIST tar-0.4.40.crate 51844 BLAKE2B b51c771611c2c1bc6a36d25493dd775bcb5891a2e4a8ae918781abe66c0335a3da30c5e44281fa5282dace34c09754fd2df840c0d74e5b0b4624a519fd455a8b SHA512 90bde0dfca91b6c304d5bcd4c93c653c066b76592927f5ed3025752d6d0244c0d5786c44af99df94dd6cc7a417663205d86f406a3b60f7307ca3c1757239bc12 -DIST tempfile-3.10.0.crate 33376 BLAKE2B 303e3bbc2492fd965c5e5ca02229868e94de1b1286175a07b3f9767a174c5a83bb6f6ab59d582f963f9cc4f92362be6a8e898e140397e4314bc18bd8d4e13249 SHA512 0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa DIST tempfile-3.10.1.crate 33653 BLAKE2B 819b183e7840f70270883ee8b6a91fa09861c3112eaadc65007199885abe099bd593e1cdc4d9ab48c23490a6d484cad9bf0e80cf4e718c369cc2418b72eaf09c SHA512 bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 DIST term-0.7.0.crate 37082 BLAKE2B cb7947c696f71fc68bab3b25cc6cbde74b92380fdde5447399b06de99534b0cb2160963792824ac74a350444ce41a4fa16d6a9792a68d84578a15ab37ab76ca2 SHA512 9de6e836f1fd205b3b58645ec880eaabfc0fd8991e3980ef90bc6184b370a14676edb688a2a75bce412dd8ebd97345aef742afe5b964250e2b6f84e6b15b486a DIST terminal_size-0.3.0.crate 10096 BLAKE2B 097ef50a85945128dcfa36d8ea0fb15f11142c206462a32980dbbba4fe2872abd214823fe3c75e804f3159a97d6e929ec338860e9c89587da509fb9e6da5d339 SHA512 f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681 DIST thiserror-1.0.57.crate 20993 BLAKE2B 4eb90b8ee027e39102d6c030176db94510180f2bd2966503501ff89ca6b49afd61e6d9e1ebf18c08d374ff9de4e958dfcb3da8740fdfe31cceace5be456bfe4b SHA512 0ff7e48c3696f4f4c6af29f3142f0a7bb88a07b7a9877ec243e3ea15d89c48f1898b731311da5d4a7c88060628cae3eeea6a4eccf25bd851cb3075920cb1a936 +DIST thiserror-1.0.58.crate 21025 BLAKE2B 2915ed6ab691fe94e97a834ce5874d37a388c3240499889cff633ee6c67d46a2ca88098ba40c225ca0e2e3c1ac7bdcfafcfde3dcefc50867e299dc49505d6fc0 SHA512 3cba2d1f4965bc56bac8fc70540d8cd442ab6b8c7d25d328bde7f4cc108535d83c75f293316d730bbd86eb247400b6e35107d610c7caf47f43a28b1f52fed578 DIST thiserror-impl-1.0.57.crate 15639 BLAKE2B 2838235c5536fcb16d19382fe286850d6fb882b1d77ca4ade6a62e1d4727ef89f69cf0383cf330996f9e2303226d5fd709557331a45c9a91393db1788fbf4422 SHA512 a850806f09b232546d1e0df5e35cd961a8aa32f1d8ac3b24df360981da53b75325a46dc788c994042c95a5887fdc77234b9f6ee5851242f734a613e579548e3c +DIST thiserror-impl-1.0.58.crate 15645 BLAKE2B 9c6f643a582666ee4eb43330340888e7141f0dd89d927e3345268c3eaca02fa42b018514ef38b3db3ff9722b25ebdd43c36b11ecfc7bcb36950ce2c204ff78e1 SHA512 9bbc623f54c71595e48b33bdb3e4f12eb2e48074b15ebe400d6faab43410b363e5af94df071aaa324c59dc6958173e3c301fd51b216969f095e19cb98a27292b DIST time-0.3.34.crate 118430 BLAKE2B 6d04a20596c9b0961ca104748d9d360f07b16059719d7410fdf1a7a0d5f2aa02aaebf640999464835964bbded2d3257d79c4b0ca3080fbecf13dd2d0aa6962fc SHA512 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116 DIST time-core-0.1.2.crate 7191 BLAKE2B c477ad3410ff29f3bf4a38fc6ac4a043d49b6d2bdf5cf309ffcd2eec3bb6e4c4b62156ee7f069f0b37ea31c163bc75ccbf35abc1db2833cdd4912135e60ddfc9 SHA512 3861724c23cb806829a01186deb5217ae8252c20af622975264e6670cff528f42155039e4937756a9eb312a5580ffab07949437d5504d684a0e70755046cac52 DIST time-macros-0.2.17.crate 24443 BLAKE2B 5045af9352961db0c97cae2f6ca3e8d2c4f89a129c7ac2ec1d8d20804292aa9f2901a61f910a564954614b68f39311bd381deeb66fed8bdac423227d077f3d14 SHA512 c81747f0b74e68d3b3f36d378ac5911dece8c6b511e5ac793807f854cc31c812b927d0df941f55ff90d3d67512d0ac6a5f63f2de4322c81b05da42f46b4a661c @@ -344,6 +361,7 @@ DIST tinyvec-1.6.0.crate 45991 BLAKE2B e9699d4d80a78978f0ebfd049f5b33d7f23d401cf DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e DIST to_method-1.1.0.crate 4738 BLAKE2B 3648a6da105b96ed442f0d9c0ad279c60667b77590e861292357effc433108a734ddc0fa756e662887fc9114ed00978e1cab5b4cea8fc7f3b1a363df58cb61b2 SHA512 a5fba8d041f1862460fad430361ada6e622bf0879e4e7fb39d1d1d0aa286426e5de0a48f97c5019b4cc6bd8a04b7e58b3a5a42eb37ecca43e8f224995902c376 DIST tokio-1.36.0.crate 757286 BLAKE2B be9fccb7c41fa6a48f500509ce7b7ce0e1c831a5ee51772ed10fdf054b5872395d0037864f10da4d8cd160d15e8dd8e2445446de75b8e8613debd01e530fd0b8 SHA512 0687980dd375965647c89cd6f569f74ded6400dbbf73318f02d8221e8f49a03151a4f023fced542cf63197d7bb150ca45417c10dfd91517d10bafe0d329d6848 +DIST tokio-1.37.0.crate 764297 BLAKE2B 725f3b62c52ae962623df84c690db7c54438581b8d2108dda76f05bfabdf1688f2de8b4fed2ab0db5c04c7659af8d95a7e19702654a12fd498d85a1d030c7a45 SHA512 fc3c070ed0c09e57205b76618a93b8b00f4d74c2ad89df3295254ec2a984f4fdfa9ed5472ff935e1644e89cf2abc44354742603c0e006f14861deab2b873cd85 DIST tokio-macros-2.2.0.crate 11520 BLAKE2B b688669f8bcb44967fe0d3db51fc5d5f86da3cd0c7eb7b5803feb250ea3444d134ecc7f79345f0b947cd3479a46659f3a158a04e0edaaa52deb8d343deac4761 SHA512 7e33fa62e0cf4b829638553a51f849242788d217264437444b3bf478fb40be26800d5cfd954b1bcdca1e5191b3c6c60879050f0f7e707461f7b090ae5025e0c6 DIST tokio-native-tls-0.3.1.crate 20676 BLAKE2B 4c752179aab8b4beaa6aa212dc8d9e4a2b7c12be0dbf80406f20f92fd12844a3390e88a1536875596ab44774a67ce35115ca4622f9faa977c80c4261ab4c06ea SHA512 bda2e77671e030a021f628ad760b3fbdc26e7483a5f9ef6c6892ae0fc38b538d52d527805c020d578079896d50fff0bbc036a87cc91604904840d5b7dc181914 DIST tokio-socks-0.5.1.crate 16137 BLAKE2B 195c302b357369aabc9759709eed3369bce26d423d4349ee8c85e06dce8f985062e19e52f338d65fba76844bb56b1b36c4d501ef4079fc001aabd0be38dd783d SHA512 dc0ea053d11935646df436d19a653d18c7a495af1dd8dd0c02696dceabfa5b6e91f370072dae426848915f91c95f7c37a1f3835256e3e23b144b9380210fca2d @@ -351,6 +369,7 @@ DIST tokio-util-0.7.10.crate 110508 BLAKE2B 073b25e1484d54911bc15fc2a4b3fb7658f2 DIST toml-0.5.11.crate 54910 BLAKE2B 9ecd5103b33ab47d4be23c897c7095ca381cb79bedcaac4918cddc36fc7cf5d34ab664da52c2273d935f04486e9325241d6b66785d50aac78453c219aab49e1e SHA512 eddb82aeb8fdeb5436579292c6f7a64a90a2c7bb54070beb437bc7890b99795d0505faa8d6451a99e8bcf440f78db8a1b273a697c8ad44275cc4163a9ee49317 DIST toml_datetime-0.6.5.crate 10910 BLAKE2B 93a21ab2784e96ee2e6b56c7b4f733f6ac4c68c1e7d7dac3fbd8aceedb3580e25b4a9c7d9c3f9b5ed152560353b3e80906e37824956dc4ea90bc6f039768f6cb SHA512 502bdedbcbd2ac9fbaa5f4b51f2e409af185f3633f01f8845de5e3b007f2400215ddeb82ac588bc915ed5a5f9d7251ccf93fe2a57cd40fca2927f4c0966357e6 DIST toml_edit-0.19.15.crate 95324 BLAKE2B f989f96d571693ff81572af6c05a6f51b673e478f22d20a6b166c45909902ac80280ea92ec5c3567327df90100a47fb7504845fc39bbcff6756af6c1a89e2221 SHA512 46d6bd2fea957392ae0ad7e687dad7743b76ee8e8ec76c80d6374ea294d3d09b6f73df0a82c821b9ee3b5268987a4136aa825034309f3cbc1947dbd1af1505dc +DIST toml_edit-0.21.1.crate 101661 BLAKE2B e794b6121ba7e2b1b3f50966cd40eebacee6968b6b28986cfe4cb7312b51ffff19f74826910d8e4ce307f74940f11e71e6afdd768ac196427bddf44595bbc797 SHA512 10cd3b16f763f55294923ce8f166f96fbd67a0acc4a93a46fb3044d8a38148097c592ebb405ced87030d35154abfcc971eacf0172b624ab477a11e616efbaa07 DIST tower-service-0.3.2.crate 6847 BLAKE2B d4571704eb4bf7f729f4535a04b7eb94f644d71ba8c5604297843351adf4bcce7ff64ec4e5435783ee6ada1b0a5c97726cfaade391525c6b2bca933cd5e8ec19 SHA512 f4578421603067fa708c4ad9eca5ca096b5262b6d51a404f37d9fbb6c64f027cec6114991e4b7f8324cb756c033971a384f1804add28e00d0cd6b2ee01d9e005 DIST tracing-0.1.40.crate 79459 BLAKE2B 33693ee71564fe5925a63dca351e838dfd8612b4b1e49a33a70095e56ca63287c13c772661ace0e540d08c92942d7cbdc51ff2cce4f4b372164d9aa20ec05dee SHA512 5622188a45dddc0d6d3a8244a9b12db6221f4180944ce1019d18f4e613e4bd113dae5d45fb57dd0754f6e8e153b047cdf00c8f200782bb2b868bc2d423d99275 DIST tracing-attributes-0.1.27.crate 32241 BLAKE2B a20af0f50a90dcd64e5318e55779142da294ba18d1cd40059a8aa964fd3c92834e03ee563e41caaeef71a30e3f027e5c8d167d90e2844da79e0774b267e179b4 SHA512 7dc59f4234c3bf3434fb352baed2b81db4e931eeb3ed207c4a204e480da734be40847b167b808058d2807b5583815625bcd5153e2bbe79804cfa6f069a74ffa0 @@ -366,25 +385,18 @@ DIST url-2.5.0.crate 78605 BLAKE2B f3fec3477248cbbe67866577eebb03f517c284a5e5cb7 DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 DIST vcpkg-0.2.15.crate 228735 BLAKE2B 6b6bacd9a7fa38919241f45a97f58cae957e58d3aac99df208a26aa718e4f1644f4ccefa31b09151e5c1952288e0e5837c363918b98c7f55079a948a952c1c50 SHA512 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 -DIST walkdir-2.4.0.crate 23550 BLAKE2B b4298c01cb38be0479b7ddfee627af01f889b6b6ff432e368bb67f65134c3958a4fe271a5a7dd61b19259ae88f5680e5ce8e12e50a872b05fcba68f59b7073ec SHA512 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9 DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST want-0.3.1.crate 6398 BLAKE2B bcc1384bbb86db27b5e082b29a8dd4d89c37b40f6cdec4df8a86c8d205b418468b6cd42a78bd14ebaba057b28e151c00b474c098d7596f49a823ce33510c13b9 SHA512 f93f765113f035e134b967e8eb3f4511b8e03e793a47899b614d826afac02348fc02865c298a10410ecec4eb64f35f66c22bcbdbe36ed0c4c1665dca1db4d526 DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f -DIST wasm-bindgen-0.2.91.crate 182689 BLAKE2B 4ee85709546462be3da2a6f1caa02448fa903c7411eb264894aac402979afae4a0d7f3dbb486266b05d8caa911893ae9bfe9921cd36e03eb5147a8d75d6c17d2 SHA512 80e91e5b6094eddadbafd842a4a1b3284de7bb51bbd795e8716a0adac354dc14ceee0593d7c33090de06aadc8bc61b8eeab8851d066cc4ef4661e64adff1988a DIST wasm-bindgen-0.2.92.crate 184119 BLAKE2B ca256c686bb3854492bad6afe3cd27dab314561a1ea2e0205579820066b462bacdb2cc01075fb420bd20eb33b03a648ce1ff46feee04d8759ea8aa990ff8232a SHA512 6e46501276c0d4befbf930c816d6ae6c3764e3b5ce0ef4aafa627a6ea371f1a056ecc15970a817e9e9bf51c0a2ffa57df427d758b2d367beb6a474d75b8939a5 -DIST wasm-bindgen-backend-0.2.91.crate 28345 BLAKE2B 912a0471ac64d61f18d1c1749a3614ab70d08f330fd90b903ce5ef51f18288c7d4ef153f1d8100671c02de8fc499928cf925bdab4da4f0352789268dfae87457 SHA512 7d3c8db4503982fae9c86620c964e8f9a4ce542a79c56f21d9f82d26bb9418e78b7fa9922901663bf78516d58652dc3255ef48d1e1f042d8a3c69210f5804204 DIST wasm-bindgen-backend-0.2.92.crate 28348 BLAKE2B 425497aa7a023b70549c55d5a15dfed80877c5503863b186c0a9d11b29551c4606c1cd5961c7dfdeee2eab5662952ad7ad215513e93abe727a33f84b30bd181e SHA512 22e4f5848d62bd1fd55f4f054ea1293e223b3cd6f916bde2523eec10388e733623492c3a3246d61831e696dffdec5d000b95e9aa1217be6e38dd6459872166aa -DIST wasm-bindgen-futures-0.4.41.crate 15382 BLAKE2B 4556c439efb311b2624f57fbed58c32f7db1e0ee7fa03d92525e9a82f7397a23e3f2f751774e60fe402977875be2fb665c83b71ed9b121751dea8cf94e8d4fac SHA512 8aba780d8d1c18f78e3d83efeaf83db72382d89ea262112100424dc082110e4d71eb173cee8c6b53f5d872cd74c2e4091770a9af829a45d466a65575b7178636 DIST wasm-bindgen-futures-0.4.42.crate 15380 BLAKE2B a20ba9f2bc814d7aac031f1cbaec90289f63893b76c60b536a65af85379771e102d6c3d949a8528328587ac776d7a3b684c12a217f9e186bf10046a1fcb34652 SHA512 0a77203499381b6bc4e9258480d7ef499d9c26b195baf38d0b7b228872f844d24c827cd57c8e2b0176927fd5957428084f53fe80cf60b35b7ba02d02b27a4682 -DIST wasm-bindgen-macro-0.2.91.crate 13898 BLAKE2B dda8dd5d77dc57324b633f056805bf7892c39c5e70257b6d048c2f8cf885f7306f91f3f17de1b63dc740db66d52fe2250ba981077e03dcc731dcf7c80c047c9d SHA512 6b05e0a2657e7e4f313089787b52cc7f59f5a94be6f716ba007fcbc3bf7c38561225ba3f39245d779e28dd30630b2d4c6be12baa6ea1e6cb47e562ccff48372f DIST wasm-bindgen-macro-0.2.92.crate 13835 BLAKE2B 1f2202fdaeb78c32813eaf08b2fbd7aa9c469228386df71b8ffd81a46374e39a7104b79991f702505f9b7e97957fda8574517fbb03e3f9e93098c4d6e1e46be3 SHA512 78d2ddac88a9ca3ca5eef8a7af81cdf2366187a67d844e69f65f6893d1949f9723ab5f2be762c2217a5c21aee2f3dbc2d5d55ef0c9cbf0dec0d52d67a6ba7462 -DIST wasm-bindgen-macro-support-0.2.91.crate 20091 BLAKE2B 337b1b2a9e9e9c1350267df0d9f041291a847cf4faa3bcd6fcc8a96e66fda54685da72f6e64e57cde0d4609409ebdc7851e96781f599470f8b0545018bdc2166 SHA512 1277682520d88cb9529adbc054590a732a8890debe33d1d64ebce332c66c02f84065c0f643fa45c01de8b80534b2daf8333979601323b3ed50dc49553233c39c DIST wasm-bindgen-macro-support-0.2.92.crate 20092 BLAKE2B 8e274a4053e7afc680740e811c3941478caf5342e2206e3d28cdea9f9514bedbfa4f2b6bc608817306a1c455dd7134b7e17f0f04499f6bfb5302f29b041ac7ae SHA512 92543d2aad0b25798ec20e68832b823610c2c01401088cd9cac1684a86ddd1b567b3e2712acb862060f9c645a0df509b01d9834fd3e13cdaab97960f66d8daa7 -DIST wasm-bindgen-shared-0.2.91.crate 7267 BLAKE2B a9dca2db84a33c650a7abbb6dc552bc4bab1446e66aace751d3709d2c63b878b127748a83cb174aae3ff8c5f5ec017b97623e5e9294e6ebf92d669efc618c357 SHA512 97072a8bdfadde104f6e9e760e1ac5ec665fdaff38a93a0bf601c95e652b35403e58a99fa8c0fefea6e47b38fb97f2e1ffcf52736f9ab890b0b9632efb26cb4b DIST wasm-bindgen-shared-0.2.92.crate 7263 BLAKE2B e54895486b9a31cc4651b7bb042059cc84421708346c06a9764315ebd4f440a1077520c7d325d6889a690b2c06aa185d40cede2dc4d061b363594cbde20fac31 SHA512 70e3a22731ed8aec428433bf30500eb3f62e3b7f4f1be34d8bb3b6f34f99690fc85d49eb413caecab807064494cfec64242c6a42709dffd638046e370bf86e07 -DIST web-sys-0.3.68.crate 728353 BLAKE2B d0e8d47bb44e83f376b3d3556caf2d243eeeb5f2798fed767ce3cf0eb0c67fa13b74cdd9a9999f48de06fd2f2d720f68b602ba24c20b50fa6e78966e5cc19893 SHA512 f4b537310e9900410bf4a00b382c2bff29317efd2ccfe12b9680dd3ed49a896eb8e8e10d9964d463f1627cc9df1e27dfef1c86693e90b94ce3c488915762d88e DIST web-sys-0.3.69.crate 728877 BLAKE2B 9f1678cbddb15f5a37331216a43785c72896f87e8ce62c6b9e69007316ca6eeaa7edbb33b9f2d9bf96c98de2a1e10afe491d8734657b186e2c3905ad1ff19ad9 SHA512 78b79ceb6a47485c766ad660bb8b971ba549424542a020c35c7db64a19f7b161617e464eaea0602f433b6ac4973b8d1a86a56e76dcda179ccea60aef1245347b DIST widestring-1.0.2.crate 79706 BLAKE2B 64423d0c485d1596015e9fcee691222a2a69b85a1b13a91651c50c1e3c5ec61c5105232904c6239bb442a2b3f2e808379d802856b93bb62ec8779cbf3db77655 SHA512 cbebac37d87808e791d7839ad69e0b86af49b0e8a354a22e11797915c719937ed5b0cb638e5afc9d710cd1e073eaa9f7db76cd3ca1ec35a71b565f0b8f55407b +DIST widestring-1.1.0.crate 85046 BLAKE2B 591f8ba6c3c45721d342fd4668805c19915d500b2b46b8e1e75a485ebc772db187acec791205415e5cbf288ee70299a5813a3185d933443d426eb61d7fc6003f SHA512 a4feb959e19d5238e89b0973f040b26849f896e7e9fd567d0e74fbb4972958a4dd76e74de5ea8d407b74cff28f20f9c80446488da6abdbee38aa87a94d683435 DIST win-crypto-ng-0.5.1.crate 44667 BLAKE2B 112a40af7aaa7d3e1c6d6eba99f3eafc7173a10f149e122eb5c658619f6898add8086ab8523695b8433bed89952d70a63e6f445b39ad4e9bd64ed98931002817 SHA512 735d245c56928db70dd4ca0b95dbd8be9f3b55dcd88961549dd51cf8e671eaa3a203b76a1e2ba073ed8b0042f9aea08fdff505f7efe19d8b2153589f9e811692 DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 @@ -394,33 +406,24 @@ DIST windows-core-0.52.0.crate 42154 BLAKE2B 9670bf02261b4ab2a24eff97dad11e305de DIST windows-sys-0.48.0.crate 2628884 BLAKE2B 551e900de4f67187ef034b60df9fd0e0d8f82a3100ef28e1eabd543ac129d882dc86ffcc1714071aba09e4cb2ae2d2f07ace1a32b99fd989ce525cf05991edab SHA512 bdf534bcf3face31e9ebe11427a911a53f89f4ff5eaea8cccd094e139bfe14b2aec602b1cab1df774794d999477439d9adc6b627a8e33c20334fc348ba2c47ed DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 DIST windows-targets-0.48.5.crate 6904 BLAKE2B 7396bb210f37bd51da86f39fca3425c8f6610721d5c4e94f9fafa0a8a8046303b3fcc6979146bcfaa32f4406d242a0455f6cbb220f84c6ff84650e755acf5223 SHA512 e079eeef255a046be7f8e6a31c14f7b230254ebcf05eed2944827bb3d2a0dc30940d87593cf544d5e7ef35f6312b99430efcfb01421d91b02bb9c4bef7d98709 -DIST windows-targets-0.52.0.crate 6229 BLAKE2B 4b1efdd32202f112d3782b586ce60667f5d3b6f97ccae0d7da833aee2ae81ceece88b5ef4126db2448c9019de3f77e4fe66ed4286bb6275d9a5e8ab74725b804 SHA512 0ea09552d89b802ec0d419b640fa02d0af7af602704a0e88ba10f81d123dee0c907460f6ec91224177ec9a948970abd7414740eb219148a4d66c269c2362740e DIST windows-targets-0.52.4.crate 6310 BLAKE2B 0393bf3e7f8823edc455055e9977798bd6cdc1e523127cf840ee1b9e36febe40e01dcad9875a06aea283dd55443d02f643d42752103a5ec1de933285fe410b17 SHA512 4b2c26468df54b9801e6badd120dcffc15429fc78a614f45efa16d5fed1a36983198fbb621cc3beb4a4f9f0161ef8ddeca3a5c6a6ac48b5589681936f4d2bf50 DIST windows_aarch64_gnullvm-0.48.5.crate 418492 BLAKE2B 5c6f7d73ad05740f0bac304ed1ef9b2ea63b0d6ca8f875552ae299a0b73b1557e8fe996f1c2b69be9f2df350c9288690f49ee62239a2896991364331d6c55462 SHA512 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996 -DIST windows_aarch64_gnullvm-0.52.0.crate 430182 BLAKE2B f23370c62c4ab3fd885e3ee22e8ec2fb5a3a837a57044c1df3f9986dd4e7e9d0a44ec58be1648a41e1ea4d037afa3077f0f03de0204199a82fb8395731815a4a SHA512 b7c3fe0a2ad5149be0df48fc7a4d15879eb130bd9441c58c25fc71b8a91483f0b553fb1bf29a9302acd348e9083a547430a840b059b0cfe19867ecaffcae986f DIST windows_aarch64_gnullvm-0.52.4.crate 433373 BLAKE2B 5678cf2371e4c566b7ff0dd1fabcae92d12ce9f97670524c93fd8c34bf6b09d054e7de2f852302b8d994f52c81015b7cc8a74f529490c7bdd17a3b5d2c88a12e SHA512 dbb914a866873892a8cffecd4ed4977fe6c3fc48a58bb9f88655d86e7f8969cc27e6f5bb7d40eee41ae7d78f6f4be65d46650719321a7697c7b5b99a0f07a5dd DIST windows_aarch64_msvc-0.48.5.crate 798483 BLAKE2B 60c466d6536426425a34b5ca20da97c8127ebeb4fb9b1363911165bada484f8913fcd50e90410b5661e0c27dbfe8f4eeaa62fb17d1f3566bfc82b6255e11619b SHA512 223f016c6f1a44dbc5c8a8428b39438f75380ea06951b7c26ed0877b19d79410c6fde5e4c7f2c839b6e76159131f39a1230e0e3a208dfc425ba9117e3665c4ff -DIST windows_aarch64_msvc-0.52.0.crate 821663 BLAKE2B e6f772858205f7cd871722136aec4d00daea4793ff9dcae53e6311e74526c46aa11c2b3df7a85e6c577757254cbfa5a713e68c694625ca274b64e7a1c5532c23 SHA512 8446bfe5b9fe538415762c8129ab3bf2fe45482e045bce367475747786602ad4ae1187c6e508dd9d7b6be81bfc8d430e0db9c624e35c7cc52e823023e46f5cf1 DIST windows_aarch64_msvc-0.52.4.crate 828055 BLAKE2B 3088f2f66fc91ad698906315eae7e6c0dd7da5414c28cfa25b24e138fc4a7da40535be09129cd37b8e331d8d6e8c41d0106fba1ef9e5b4ac561140653e9ded4d SHA512 dcc538d0a9c276e7ec415575ec1392bf476219348984d9567f56d5cc7af0f9beeac523a9a6651f763dd4f50f89535a3ea2275d5321ec022c2ee8814e4e84e95b DIST windows_i686_gnu-0.48.5.crate 844891 BLAKE2B fdc37cd74a4982056bf22fdb7b84e1c55dc838f3cb19ff3648730a77e673ef4ecc0380b3e4277bb8df2fcfa25f57b69014713d9e3ed27c28e19b25b3ea2ab774 SHA512 931ba5c1e4eb8ae73248e00d9611298d1c4b4b0dae719fdeb9243930cd420a103a7bc2738e0a4887c42c8f25728d6c5d64ad141dc092bc3f1d0f35dbe37d303a -DIST windows_i686_gnu-0.52.0.crate 870285 BLAKE2B a7688062a128a1b1394b3978210334e4e2aaa10dce131457c4a11ce0cb3f551e7f4962d1ece1846d8e9526983ced0e0a3ee8c933858e9314b62e76381e086ef9 SHA512 fe993f5bb6e039c257be9b35337e0221f718d23866818bfd19c76aaae236aafc2de4bb5014fcdf919563b5901cdaa14a2136cd086eeed3c83e46a5d02f6aa77e DIST windows_i686_gnu-0.52.4.crate 875736 BLAKE2B 31ee3017a6db246b0d5fc02e10cdb517a69ceac3dbbc9d41b4051f5dfa1196e4a46e7b3f5f90935560c03bb139b897e5dce69989a3698d9c88ebae923e24ef30 SHA512 9d57260744607eb63453040c532bf3693cf3d8d93c56543ee00aa66adf3a71919e72bdef7811f287167403ade893248f189b797a5d2dcb24ef4e6f3d915a88c6 DIST windows_i686_msvc-0.48.5.crate 864300 BLAKE2B 3d3ea8be55e2d6ced0eeda18abe1dffb925a1a78f456d683e4450d9f2fd287ad2e8494d65b2b770c677a12b3a60d10f0435e16c61880e3867c3657fd44892442 SHA512 70e2fb4fdb006a4cbd43ab2c7e940b277a15fb1790dfa2d1fc1f1fd18bead4886f6dc046e44326603e4894d988578917b8932aba5d9a6a4cc8424911cad9dc7e -DIST windows_i686_msvc-0.52.0.crate 888693 BLAKE2B 7a6e9d03e503c8f543e80a8c7bcf3f50cfa7eed462e487ae7b581746d7cc4d871b33e307110d3a3a75226d88e837f9452ac56bf3baf71b66cfab2626cc15558a SHA512 817ac796fd00bed51d80133ec873cf3d3d582ba41fec8a6f6407fbd7544f198e928aa5d710f70c13bbf74a1dde4c91c54e65eb9d3b7518a7f011ea42725eb671 DIST windows_i686_msvc-0.52.4.crate 895530 BLAKE2B 87ec4628472beec8697317662fd599a8ea0ba5a11a0cad6b23f2481f39b3a4e0546d37fade4d715ad06a4798cf7faa6435bafa1e5054105c064cb560468b6025 SHA512 0d5526b21bfb96ab352b5181dcf84ff31007ce338245a374b3b413805239359a689b1a21de56ae998cc13444e40867bc30c4200454b84ef9ffa7117318baef1e DIST windows_x86_64_gnu-0.48.5.crate 801619 BLAKE2B aa7e7e6a6ff9f9553ada3a0a39a9aa798e9d995a8eef36e0b6fdb2a0db93ddecee5548970575271fe43aec74797a420d0ee231d503b5bad1bd999059261e0e33 SHA512 1d6056fae430b3d042bdff3c6217c76be4b8b9f5dada9bad06beaac2db7d7ab9b0a82e44f498ec88e61afa73e99f56d84d445dc3847732b9ce5d947e08485f74 -DIST windows_x86_64_gnu-0.52.0.crate 826213 BLAKE2B 3ca03285ef289fc844261142154e710e996c29940b1c0a7dc3016906ff6452fa50b24f8668fce0ca44bf169ab1228c217fece9f7bddac9ab8bdc54fddafaf8a8 SHA512 2d81af56ad0bc9536f6e066776642a546ce6c6d99551edc0603ffcafe6db15d5d5a32a642b204bbfadf34231daa3894ad7897a9c0c575c2b6bc1e3e58a9a3eb7 DIST windows_x86_64_gnu-0.52.4.crate 831627 BLAKE2B 64d29f6e0837be822d89cc8aaea2514382d2c03b33deb5684df1d6b81573b3817add39d99f66181a762fae7c155e60a8c070affe43a0f2e247fb0c5ddcc7afd9 SHA512 96c673fb330af597fc3c71b53b9b66cacc9f3f64f05dc7cfe4a77447b7545280f065df22b7d91a6b7cf681a442d8b71c9d2dd128e76580664d8598c481cbb95e DIST windows_x86_64_gnullvm-0.48.5.crate 418486 BLAKE2B 12a2199d434617c1df1a839e9f435620ad64b40c579f6d0c3677553ad7a48e5765d12c266b04946402e15c92cff2e4ac4979ce2130750ef426e2672119680284 SHA512 c016d5b5e73832b61ff67929d92fa8c16e154656294357266ad29ce1f44db4ca2d2935dba31a6b571187dc838b1d22f1e3b41fefffd1d719a338439adf1646aa -DIST windows_x86_64_gnullvm-0.52.0.crate 430165 BLAKE2B af9345a1f6e0ed1392ca1534c68d23f3be0fbb6a42b3c5518cee14373e645038526da15e849d14abe45c53766a30c6c2042a626482ba4a05409f325eb6aa36b1 SHA512 e88af35fd1c694dc189783e5c81aafa61aeffbddce4d7130e1125d0ce3d932fafeb345990ffd98477c41b578b7f5090f4f9c0457b02146309b95549c9f8f44f0 DIST windows_x86_64_gnullvm-0.52.4.crate 433358 BLAKE2B ffd55fba15ef713bd48caec5ed5f32936e05ac4897b721bd2b041229bc8c7beeca77ca018c3258dcdb09495629aa359d1dadaaf5112d38e7ea54670309d0ddf4 SHA512 f153d86b01e47f17ef08271b69becf7883bab92f96d40cdb1d74432f2bc6a7a65aa4ed931d8f6f4c2679e360bbd8d12037dc2a74a6a444fcaec5e4c784c54c74 DIST windows_x86_64_msvc-0.48.5.crate 798412 BLAKE2B 8abc0721e2fb337fe17c91d278947d36122d9045b839ba0cf3e690202d242265b676f23cc301da5f9d98c56ca4ecb76f7d6f072ee71bf986a1deca87020b90e5 SHA512 fa1c5cd14ca2ff0082e2504cf59d317dc4dc6f7138d35c12f95d4476a9c13d8b7f5537d0ee251eee7c99411ad31b22263171b7fbd391daa5d3ea3488ceaa61a0 -DIST windows_x86_64_msvc-0.52.0.crate 821600 BLAKE2B cc448b65f98fc0fc4949ae622b7020d2dae927ae45310649f6ef71809740eda9d3db0fc035676c201fd9ab9639e9e7f21e2e992b4c789542f12b419d2c752179 SHA512 3aaee31533a1a48a6ab5cd15b3cadfbd906a93a153e53919d0aa74e440d11e29830554e4e014c215f5b88a475bb733fa8ba4ce9d773d3e23a40ea9ad37ddd0a7 DIST windows_x86_64_msvc-0.52.4.crate 828019 BLAKE2B 08163b63d934114457cd64b1c372f8a0cfc1ebf48a2efb41d79031c58ea64e023acd32d2f5075b8b78536998188138562e584ece95f2021b4bc71087ac45f026 SHA512 0671fa3c0463c6d65b525ece8bc91eab2f75cb534de86ba2b1e854d4136fcb439717441881206dba7cfb602493bc24d2aefa96abf8977f5a0fe38d41eadc90f1 DIST winnow-0.5.40.crate 159316 BLAKE2B aae5076d59b3459c901d918d8aaa97ba8bfcc993b8484344f52e45f1f37deb96d6cd3a1663a67f3c367be2b05d633286f270274c621bda9f3ab72b98bb652cc2 SHA512 525156f08514b0110697360be6e331a68d08f0cb65ee4ba3ac9d101dd2d42a8c89601e7409bdb5652c5b05145626506651010f58a854c47712065334c61ff39c DIST winreg-0.50.0.crate 29703 BLAKE2B db9a968ef96cc07bc1088831affc4627e09c7ab8170a54fdf70a599c2d6180a8a9ac46b6304b61fdd2fac96e01bb004ebd8051940300c7b52c5b7b7975732d11 SHA512 2f52a9e3ab794665263499c88dfdf06009c6477d180a90ebbe86e786ae7f5003c9dc8b3c26224024e79450f3b94688000458f2ea8b1ae1c3691453c3d4df4787 DIST xxhash-rust-0.8.10.crate 20066 BLAKE2B 5fca80ff05e00d5f78c2655093a963b08a16d2bd40e74e53c9e48e9812f81d668f9d60cd23872cb76ecb643cd381eddb841da5ba93a5f9fc92e42e6d8bb7e871 SHA512 c5a66c4c7a30dffe9d925dbfa8d0b5ae5b825770cb5d52a0d5de2eadf24c9af1b08b11b2e7a94ce60a30dabb2ce61cd3066cc781d05c90bc6a9d46daa2e04b71 -DIST z-base-32-0.1.3.crate 5284 BLAKE2B ba36b0338748c13eb18fa4c4b0c82015e100e67c9cfd28c31686359adbc5d4da398157e047932f85215f5c3eb79df16163f53ab833bdc5fa4e9bfae1ebcd3b3d SHA512 ae3a87440622ce39dc157be7eb5765c22eab758a4ad475c229d78fd34ecd3d4d7f0b24557bcda729b4215217dc93113453cfbe8d6c32f1dbc8e67ee3ece66c5b DIST z-base-32-0.1.4.crate 14008 BLAKE2B 099ed86e96c8434f1784c8e80143de91a357fdbf9db096fc461daa13de031b8561dac5e6cc1ab6edea1732b50e2dca3e15541b09e239852c04cad82e324dd96e SHA512 83eef93391d22782fd38ba30957a5569a74e7be529354eed3b24da71eb958a7bf17da7b3366e4f204accc2145a967819f0a07ae33e021063640ce9ffce7534aa DIST zbase32-0.1.2.crate 8721 BLAKE2B d7f5881c8d3f06f5fd78669ae6943ffa5ebe35b5e34db2718825e88e5602fa03bbc33c11589021ad2e8754414b355b86a9391335e4df9361627aede9336b14d3 SHA512 50d703350a6404f0084b4d341ac1aef16f7a5f8924662c4d180ffaece00d295aec3f9925168d39c20837c7306ef88f98ffc5ef4c945d01c7fc6e5078c5dfb4bc DIST zerocopy-0.7.32.crate 151096 BLAKE2B 12c7c329ec0e0865467af08306ff4b55ce1e39fd77b094ee48ed9c6e266dfa807bda9ea72a3f7ea989916327f4d9e803d8868995728bfe2fb1c2dc1e5ecff78e SHA512 6729b05eb88029555b88c75feff4f8bc28ad9675edb02b07486381f775c8650c95e2e59612906bd9c34c5e390fd339857ca91573ee9f9ca7948572cff4171c82 diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.5.1.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0.ebuild similarity index 69% rename from app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.5.1.ebuild rename to app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0.ebuild index 4b323551de04..000265353948 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.5.1.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0.ebuild @@ -11,61 +11,49 @@ CRATES=" aead@0.5.2 aes-gcm@0.10.3 aes@0.8.4 - ahash@0.8.9 - aho-corasick@1.1.2 + ahash@0.8.11 + aho-corasick@1.1.3 allocator-api2@0.2.16 android-tzdata@0.1.1 android_system_properties@0.1.5 - anstream@0.6.12 - anstyle-parse@0.2.3 - anstyle-query@1.0.2 - anstyle-wincon@3.0.2 - anstyle@1.0.6 - anyhow@1.0.80 + anyhow@1.0.81 ascii-canvas@3.0.0 - async-trait@0.1.77 - autocfg@1.1.0 - backtrace@0.3.69 + async-trait@0.1.79 + autocfg@1.2.0 + backtrace@0.3.71 base64@0.21.7 base64ct@1.6.0 bindgen@0.68.1 bit-set@0.5.3 bit-vec@0.6.3 bitflags@1.3.2 - bitflags@2.4.2 + bitflags@2.5.0 block-buffer@0.10.4 block-padding@0.3.3 botan-sys@0.10.5 botan@0.10.7 buffered-reader@1.3.0 - bumpalo@3.15.0 + bumpalo@3.16.0 byteorder@1.5.0 - bytes@1.5.0 + bytes@1.6.0 bzip2-sys@0.1.11+1.0.8 bzip2@0.4.4 capnp-futures@0.19.0 capnp-rpc@0.19.0 - capnp@0.19.2 - cc@1.0.83 + capnp@0.19.3 + cc@1.0.92 cexpr@0.6.0 cfg-if@1.0.0 - chrono@0.4.34 + chrono@0.4.37 cipher@0.4.4 clang-sys@1.7.0 - clap@4.4.11 - clap_builder@4.4.11 - clap_complete@4.4.4 - clap_derive@4.4.7 - clap_lex@0.6.0 - clap_mangen@0.2.15 cmac@0.7.2 - colorchoice@1.0.0 const-oid@0.9.6 core-foundation-sys@0.8.6 core-foundation@0.9.4 cpufeatures@0.2.12 crc32fast@1.4.0 - crossbeam-channel@0.5.11 + crossbeam-channel@0.5.12 crossbeam-deque@0.8.5 crossbeam-epoch@0.9.18 crossbeam-queue@0.3.11 @@ -73,17 +61,17 @@ CRATES=" crossbeam@0.8.4 crunchy@0.2.2 crypto-common@0.1.6 - ctor@0.2.6 + ctor@0.2.7 ctr@0.9.2 curve25519-dalek-derive@0.1.1 curve25519-dalek@4.1.2 daemonize@0.5.0 - darling@0.20.6 - darling_core@0.20.6 - darling_macro@0.20.6 + darling@0.20.8 + darling_core@0.20.8 + darling_macro@0.20.8 data-encoding@2.5.0 dbl@0.3.2 - der@0.7.8 + der@0.7.9 deranged@0.3.11 diff@0.1.13 digest@0.10.7 @@ -92,8 +80,7 @@ CRATES=" dirs-sys@0.4.1 dirs@5.0.1 doc-comment@0.3.3 - dot-writer@0.1.3 - dyn-clone@1.0.16 + dyn-clone@1.0.17 eax@0.5.0 ed25519-dalek@2.1.1 ed25519@2.2.3 @@ -109,9 +96,9 @@ CRATES=" errno@0.3.8 fallible-iterator@0.3.0 fallible-streaming-iterator@0.1.9 - fastrand@2.0.1 + fastrand@2.0.2 fd-lock@4.0.2 - fiat-crypto@0.2.6 + fiat-crypto@0.2.7 filetime@0.2.23 fixedbitset@0.4.2 flate2@1.0.28 @@ -131,23 +118,25 @@ CRATES=" futures@0.3.30 generic-array@0.14.7 generic-array@1.0.0 - getrandom@0.2.12 - ghash@0.5.0 + gethostname@0.4.3 + getrandom@0.2.14 + ghash@0.5.1 gimli@0.28.1 glob@0.3.1 - h2@0.3.24 + h2@0.3.26 hashbrown@0.12.3 hashbrown@0.14.3 - hashlink@0.8.4 + hashlink@0.9.0 heck@0.4.1 - hermit-abi@0.3.6 + hermit-abi@0.3.9 hex@0.4.3 hickory-client@0.24.0 hickory-proto@0.24.0 hickory-resolver@0.24.0 + histo@1.0.0 hostname@0.3.1 http-body@0.4.6 - http@0.2.11 + http@0.2.12 httparse@1.8.0 httpdate@1.0.3 hyper-tls@0.5.0 @@ -158,46 +147,45 @@ CRATES=" idna@0.4.0 idna@0.5.0 indexmap@1.9.3 - indexmap@2.2.3 + indexmap@2.2.6 inout@0.1.3 interprocess@1.2.1 ipconfig@0.3.2 ipnet@2.9.0 - is-terminal@0.4.12 - itertools@0.10.5 - itoa@1.0.10 - js-sys@0.3.68 - lalrpop-util@0.20.0 - lalrpop@0.20.0 + itertools@0.11.0 + itoa@1.0.11 + js-sys@0.3.69 + lalrpop-util@0.20.2 + lalrpop@0.20.2 lazy_static@1.4.0 lazycell@1.3.0 libc@0.2.153 - libloading@0.8.1 + libloading@0.8.3 libm@0.2.8 - libredox@0.0.1 - libsqlite3-sys@0.27.0 + libredox@0.1.3 + libsqlite3-sys@0.28.0 linked-hash-map@0.5.6 linux-raw-sys@0.4.13 lock_api@0.4.11 - log@0.4.20 + log@0.4.21 lru-cache@0.1.2 match_cfg@0.1.0 md-5@0.10.6 - memchr@2.7.1 + memchr@2.7.2 memsec@0.6.3 mime@0.3.17 minimal-lexical@0.2.1 miniz_oxide@0.7.2 - mio@0.8.10 + mio@0.8.11 native-tls@0.2.11 nettle-sys@2.3.0 - nettle@7.3.0 - new_debug_unreachable@1.0.4 + nettle@7.4.0 + new_debug_unreachable@1.0.6 nibble_vec@0.1.0 nom@7.1.3 - ntest@0.9.0 - ntest_test_cases@0.9.0 - ntest_timeout@0.9.0 + ntest@0.9.2 + ntest_test_cases@0.9.2 + ntest_timeout@0.9.2 num-bigint-dig@0.8.4 num-conv@0.1.0 num-integer@0.1.46 @@ -206,12 +194,12 @@ CRATES=" num_cpus@1.16.0 object@0.32.2 once_cell@1.19.0 - opaque-debug@0.3.0 - openpgp-cert-d@0.3.1 + opaque-debug@0.3.1 + openpgp-cert-d@0.3.2 openssh-keys@0.6.2 openssl-macros@0.1.1 openssl-probe@0.1.5 - openssl-sys@0.9.100 + openssl-sys@0.9.102 openssl@0.10.64 option-ext@0.2.0 parking_lot@0.12.1 @@ -220,17 +208,17 @@ CRATES=" percent-encoding@2.3.1 petgraph@0.6.4 phf_shared@0.10.0 - pin-project-lite@0.2.13 + pin-project-lite@0.2.14 pin-utils@0.1.0 pkcs8@0.10.2 pkg-config@0.3.30 - platforms@3.3.0 - polyval@0.6.1 + platforms@3.4.0 + polyval@0.6.2 powerfmt@0.2.0 ppv-lite86@0.2.17 precomputed-hash@0.1.1 - proc-macro-crate@1.3.1 - proc-macro2@1.0.78 + proc-macro-crate@3.1.0 + proc-macro2@1.0.79 quick-error@1.2.3 quote@1.0.35 radix_trie@0.2.1 @@ -239,68 +227,70 @@ CRATES=" rand_core@0.6.4 rand_distr@0.4.3 rayon-core@1.12.1 - rayon@1.8.1 + rayon@1.10.0 redox_syscall@0.4.1 - redox_users@0.4.4 - regex-automata@0.4.5 - regex-syntax@0.7.5 - regex-syntax@0.8.2 - regex@1.10.3 - reqwest@0.11.24 + redox_users@0.4.5 + regex-automata@0.4.6 + regex-syntax@0.8.3 + regex@1.10.4 + reqwest@0.11.27 resolv-conf@0.7.0 - roff@0.2.1 - rusqlite@0.30.0 + rpassword@7.3.1 + rtoolbox@0.0.2 + rusqlite@0.31.0 rustc-demangle@0.1.23 rustc-hash@1.1.0 rustc_version@0.4.0 - rustix@0.38.31 + rustix@0.38.32 rustls-pemfile@1.0.4 - rustversion@1.0.14 + rustversion@1.0.15 ryu@1.0.17 same-file@1.0.6 schannel@0.1.23 scopeguard@1.2.0 - security-framework-sys@2.9.1 - security-framework@2.9.2 + security-framework-sys@2.10.0 + security-framework@2.10.0 semver@1.0.22 - sequoia-cert-store@0.4.2 - sequoia-ipc@0.33.0 + sequoia-cert-store@0.5.1 + sequoia-gpg-agent@0.3.1 + sequoia-ipc@0.34.1 sequoia-net@0.28.0 - sequoia-openpgp-mt@0.1.0 sequoia-openpgp@1.19.0 sequoia-policy-config@0.6.0 - sequoia-wot@0.9.0 + sequoia-wot@0.11.0 serde@1.0.197 serde_derive@1.0.197 - serde_json@1.0.114 + serde_json@1.0.115 serde_urlencoded@0.7.1 - serde_with@3.6.1 - serde_with_macros@3.6.1 - sha1collisiondetection@0.3.3 + serde_with@3.7.0 + serde_with_macros@3.7.0 + sha1collisiondetection@0.3.4 sha2@0.10.8 shellexpand@3.1.0 shlex@1.3.0 + signal-hook-registry@1.4.1 signature@2.2.0 siphasher@0.3.11 slab@0.4.9 - smallvec@1.13.1 - socket2@0.5.5 + smallvec@1.13.2 + socket2@0.5.6 spin@0.5.2 spki@0.7.3 stfu8@0.2.7 + streaming-stats@0.1.29 string_cache@0.8.7 strsim@0.10.0 subtle@2.5.0 syn@1.0.109 - syn@2.0.50 + syn@2.0.58 sync_wrapper@0.1.2 system-configuration-sys@0.5.0 system-configuration@0.5.1 - tempfile@3.10.0 + tar@0.4.40 + tempfile@3.10.1 term@0.7.0 - terminal_size@0.3.0 - thiserror-impl@1.0.57 - thiserror@1.0.57 + thiserror-impl@1.0.58 + thiserror@1.0.58 time-core@0.1.2 time-macros@0.2.17 time@0.3.34 @@ -312,10 +302,10 @@ CRATES=" tokio-native-tls@0.3.1 tokio-socks@0.5.1 tokio-util@0.7.10 - tokio@1.36.0 + tokio@1.37.0 toml@0.5.11 toml_datetime@0.6.5 - toml_edit@0.19.15 + toml_edit@0.21.1 tower-service@0.3.2 tracing-attributes@0.1.27 tracing-core@0.1.32 @@ -328,20 +318,19 @@ CRATES=" unicode-xid@0.2.4 universal-hash@0.5.1 url@2.5.0 - utf8parse@0.2.1 vcpkg@0.2.15 version_check@0.9.4 - walkdir@2.4.0 + walkdir@2.5.0 want@0.3.1 wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.91 - wasm-bindgen-futures@0.4.41 - wasm-bindgen-macro-support@0.2.91 - wasm-bindgen-macro@0.2.91 - wasm-bindgen-shared@0.2.91 - wasm-bindgen@0.2.91 - web-sys@0.3.68 - widestring@1.0.2 + wasm-bindgen-backend@0.2.92 + wasm-bindgen-futures@0.4.42 + wasm-bindgen-macro-support@0.2.92 + wasm-bindgen-macro@0.2.92 + wasm-bindgen-shared@0.2.92 + wasm-bindgen@0.2.92 + web-sys@0.3.69 + widestring@1.1.0 win-crypto-ng@0.5.1 winapi-i686-pc-windows-gnu@0.4.0 winapi-util@0.1.6 @@ -351,32 +340,33 @@ CRATES=" windows-sys@0.48.0 windows-sys@0.52.0 windows-targets@0.48.5 - windows-targets@0.52.0 + windows-targets@0.52.4 windows_aarch64_gnullvm@0.48.5 - windows_aarch64_gnullvm@0.52.0 + windows_aarch64_gnullvm@0.52.4 windows_aarch64_msvc@0.48.5 - windows_aarch64_msvc@0.52.0 + windows_aarch64_msvc@0.52.4 windows_i686_gnu@0.48.5 - windows_i686_gnu@0.52.0 + windows_i686_gnu@0.52.4 windows_i686_msvc@0.48.5 - windows_i686_msvc@0.52.0 + windows_i686_msvc@0.52.4 windows_x86_64_gnu@0.48.5 - windows_x86_64_gnu@0.52.0 + windows_x86_64_gnu@0.52.4 windows_x86_64_gnullvm@0.48.5 - windows_x86_64_gnullvm@0.52.0 + windows_x86_64_gnullvm@0.52.4 windows_x86_64_msvc@0.48.5 - windows_x86_64_msvc@0.52.0 + windows_x86_64_msvc@0.52.4 winnow@0.5.40 winreg@0.50.0 xxhash-rust@0.8.10 - z-base-32@0.1.3 + z-base-32@0.1.4 + zbase32@0.1.2 zerocopy-derive@0.7.32 zerocopy@0.7.32 zeroize@1.7.0 " -LLVM_MAX_SLOT=17 -inherit cargo llvm xdg-utils +LLVM_COMPAT=( {17..18} ) +inherit cargo llvm-r1 xdg-utils DESCRIPTION="Sequoia's reimplementation of the GnuPG interface" HOMEPAGE="https://sequoia-pgp.org/" @@ -384,12 +374,12 @@ SRC_URI=" https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/archive/v${PV}/${P}-v${PV}.tar.bz2 ${CARGO_CRATE_URIS} " -S="${WORKDIR}"/${PN}-v${PV}-962cac674d63a694beb05530faad9a108511d684 +S="${WORKDIR}"/${PN}-v${PV}-ef91231624ede121c9b112eb9b94107fca1aa71b LICENSE="GPL-3+" # Dependent crate licenses LICENSE+=" - Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MPL-2.0 + Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ LGPL-3+ MIT MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) " @@ -407,16 +397,14 @@ DEPEND=" RDEPEND="${DEPEND}" # Clang needed for bindgen BDEPEND=" - =virtual/rust-1.70 " QA_FLAGS_IGNORED="usr/bin/gpg-sq usr/bin/gpgv-sq" -llvm_check_deps() { - has_version -b "sys-devel/clang:${LLVM_SLOT}" -} - src_test() { local -x GNUPGHOME="${T}"/.gnupg local -x REAL_GPG_BIN="${BROOT}"/usr/bin/gpg diff --git a/app-crypt/sequoia-sq/Manifest b/app-crypt/sequoia-sq/Manifest index 8cf49fe07b16..720f4cbd1e11 100644 --- a/app-crypt/sequoia-sq/Manifest +++ b/app-crypt/sequoia-sq/Manifest @@ -5,84 +5,85 @@ DIST aes-0.8.3.crate 124679 BLAKE2B 7a352a9c5452ed91b32ed82a7450013ba0f0db4d990d DIST aes-0.8.4.crate 124812 BLAKE2B c4a9cadbbfd9d24a758bd5d18b851fb86bd74f5b1f0f6f5706275329d92396a00dc2c35fa0aa2af5b55fd336934d35df413a31f85ba886e85a037296f9df25bd SHA512 96243337546acf64f89bf9ba23011eea1a205d82d96707f9c45bf28cc62ef00cdac5cdfacb8d6013155ee1522ad73dd1b7f166c74ed18159bf23c3c48ec77d79 DIST aes-gcm-0.10.3.crate 148991 BLAKE2B e1376b741386577277a8cb9535c1ad3e15ea383c0f324bc5cedff09a76b11f2c9e29226535688f9431e904bf2800b8e140c4b1cab333e572208eefd19ca897f1 SHA512 f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3 DIST ahash-0.8.10.crate 43555 BLAKE2B 30c71f49bde551444dbb074d1084701ca63e996bf296033d726bb2f03b3059376e62c310e673bfcf7e461a7a1dcf48812eb3d5aa8729bf9bde9da64977eeaffb SHA512 108872193427773e15463916ba034fd6cebb35523d827da331f374cf13cf27ff251a07c978bff4072db9ec8c307d9df092149ebd963b0702f397ebedd80e87d3 -DIST ahash-0.8.6.crate 42780 BLAKE2B ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b SHA512 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73 +DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d DIST ahash-0.8.7.crate 42894 BLAKE2B 56f4b2f577eb2752e675fa2b3191c65e0bb88575f92e8d906714296fca1daace46e93256672fce08cc5b4ac11d40a690a06b32a99fb50fd0df4f042773c33b6c SHA512 2c9eaa22f7bda47a781994c769d4a2ef15ba0f511fdd4ec4680c13d4c1809f1ce01adecc3b3776793158062d28ad9e5f0b1d1c0a9429e43dd07cd99540eae7a6 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa SHA512 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c +DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 DIST aligned-0.4.1.crate 8532 BLAKE2B 2233dc2c754fe650f4402c7f54fc2bdf5b9b0e562fd9d22f4d1f2f835422e4ffdae98e0ec5868e6024910b1af361fa59f7ee12f9aadad256b7cc418fa34ab2c4 SHA512 5b51cc1d6a4857f719951c32e173a0a91651e43e4c8e8d2e1282f7fa780d103dfc6b22c8633aeddac92e9f942e6620ec37419e822739975499a29d7d20f2a072 +DIST aligned-0.4.2.crate 8519 BLAKE2B 338a4b1e06e754206fb37a86a46ddad3d9c3b11f1a72ae2354cd752d59dd0f9af5b67b150f4483aaff79097ad177d27ab89ee074af866c77b9af65cdefd1212f SHA512 e3aed914447ca1f6ea6338238f4dba8f903f673ac7d4299a8dde486335b0448161882b49b2f41d78c79d9c319b98d5cfaef73d99a797e160355aaa1f03561903 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e SHA512 e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f +DIST allocator-api2-0.2.18.crate 62504 BLAKE2B 8152c5a611be91ba23b1e8647511e21f48e7d4f1a7b9a828083f5bb8747cdc92aee66f73251b19195bbdc1f65aad992632e820d86cbeff287d598257ae3628a6 SHA512 5e5b0e23e1f5b259e5d3746e3e05817af8dee95af7105ea775a5c1d69b4e537a4d6a25e2c1d46ab83e2385217b158f7940dc1315ae581c35ee23289647105e73 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 DIST anstream-0.6.11.crate 30239 BLAKE2B 4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b SHA512 f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163 DIST anstream-0.6.13.crate 30928 BLAKE2B 0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0 SHA512 4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09 -DIST anstream-0.6.5.crate 30004 BLAKE2B 5ad0b0096a4cf199cc1b958657a69a81d8e12f3d9590049123043d005389f0eabcf69da7fe1e01b1b36eb04e66076699d2020a5d6e9d441ade2062b830e6df09 SHA512 98206c568d8f2204bddcbbd915ed22d214410aa26dc74ef56799c9237681877a7447effdb9ef97cfabef0afd7a1b73e27d82c7e976f1216ac502d625089c6fdc DIST anstyle-1.0.4.crate 13998 BLAKE2B fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59 SHA512 671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3 DIST anstyle-1.0.6.crate 14604 BLAKE2B 0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20 SHA512 dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e SHA512 4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3 SHA512 f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868 SHA512 4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931 -DIST anyhow-1.0.75.crate 43901 BLAKE2B 6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa SHA512 190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40 DIST anyhow-1.0.76.crate 44259 BLAKE2B 7be61550d78bafe866fc90dd1643cf335110e1f41faaecf295c5433c81894e7398f31f825394aa13df783a3bde3aa6dc11f129d882f0e452a635cfe88b77b84e SHA512 53f2240f952fd806ad0f247b1ee26f988cb8e237e067ddaa12e67efc8d2477ecc5eea0e7fbe59a7f35935185238b184860e3c594c67a96856b0c6407a09cad55 DIST anyhow-1.0.79.crate 44931 BLAKE2B 9270f04c6fbbecb535e3081f4275c3df28f6a893c1dfc0a9f7c009994de2deb8ebced04fe5e6f62931b33c3707f4fbfb0c3b28da1a611b413d40d27149d1fd2f SHA512 ecd6fb1367d494df18c0e274b336a133f3acf7b6a5487d20bdd06e08c7f1f729877086a0966e998221daff120504fadd2be2dc4219ed621f81b0a50c2bbc2011 DIST as-slice-0.2.1.crate 6942 BLAKE2B bf012f6069b5c483daad74f556515472ed54f91dca1374807828c7e785649b7d438441ce9583800b3bbb02d97bc88cf263dc88f448c3771c27441cd2618d83c9 SHA512 97925c90833707aa88fd56c031059825b6c1f4454bf39fa732a0065e049671e92913fa546008db093dc17cb0925eb19cedeebc9d9eaee1a8fd818098c18b62ff DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44 SHA512 216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703 -DIST assert_cmd-2.0.12.crate 25347 BLAKE2B 7ff952782a86203c1dd06611f1c644d8eaa6d85c8aa635bb2cac0423050f0af3c3687dcc82235041fb44e748ed06db16ed7c413d0f31305b6e3d208880494fac SHA512 d14783933521ffbcc0bcad8e52e7e0e4fb58cb609123b2a50e20dbee10d7f2df4eb020cdfde386c8cde6b7e0696a3f98e0dbd698c82c99a2c6903c437ec907e4 DIST assert_cmd-2.0.13.crate 23917 BLAKE2B 72fbb8afc12429a96c89b07dce8b2a969a1c2656aedf19ac9cd2bd1e5d5f29b3c558616858ad01a86807b787c88efc556ad432a55b59b0df5b4bdbeb9b6ab05e SHA512 3599483d28f1893945b63d693f38d656724f382ac7a0c2cb0773d72e6bba3dcc9137cca51575fca984c2435b081cd6ad68ed5d1fa04e606484926528cc41a305 -DIST async-trait-0.1.74.crate 28997 BLAKE2B adef7d3929f7cfb64c9884fdd17871193cc063f935a5540562b1092e85d85ab89527bd353486a219a2f9bb74ada6a0ee765e839435962cb5768f2a65b7a2b1e2 SHA512 2c0880bc3b7863deab06e873b3d5a893545549c1dae922370d629c16cc0ee5cb4df13b30fe9e34d1cee74449d549745ff99894ab0743f805d96a5d4b5ef2dc80 DIST async-trait-0.1.77.crate 29986 BLAKE2B f678cea4defa1cc7c0f1571e71f87392c0fdca8ba175bd94be68b92adaf2b4afe13fac9020bd27bfbb2af9a7d5f2f7047e3bbd0b080a7213354a8175e6ccd455 SHA512 7ddadfe6c434267cbb22de62f09373ea83ec3c4eceb7781e0bc438ce422266f30193730e0215411f1c7c9c6d5cc589ed9bbbd71c836e440bbcddf8afd3d8950f +DIST async-trait-0.1.80.crate 28775 BLAKE2B d95384a8828c9273e0f295d3c3826b3a8716cd0c4ab39bdb43d65ec57fe886f7c5926c1666a76ca25b1536eedef61b0d92c78ff9c8a52a0515900360b66b0f13 SHA512 3e92bc8d38feea49ebb5011303e55853bbbf5d0fb7c4f6ed6aa471b9000a2a0ea5475619f98831641e8ee484beaa6fd8880770a96b8a5a7df26e392c1b4b3a19 DIST autocfg-1.1.0.crate 13272 BLAKE2B 7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203 SHA512 df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f +DIST autocfg-1.2.0.crate 14808 BLAKE2B 122327d6ffd32e08dc9fbdb4dcf69128b19d56280f9d934311b946741003b40571cdd1f3ef54b2be02c8dc505aea11c962b244d33a92206bf4ee8f6b2b9da432 SHA512 66cbfd13e33b36284cf4c74c8d654f93adcc45893d127d9aaa4c1d183e47336096e72d74e7c17dd481fb7a98931ab6cfec7e4d4165cfb491861d4e3ffe2416fc DIST backtrace-0.3.69.crate 77299 BLAKE2B 594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8 SHA512 6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244 +DIST backtrace-0.3.71.crate 86553 BLAKE2B 15ed93574fb9e8e28d5ad901bb1f94013b5fec7a79aa96d17f13f6f11a02d29a274ec14ce51a9f515574839aa41232e5aaf6e6fa3ad9c0483591055bd0a78c8a SHA512 5d9307757349e860fb4cab7e9ba1c9d0f1faf49ebcd935ba879b85fed2a9812786c7458abb59a742842a0796fc29ce9921cf575792402486ecdbd9a2568cdd89 DIST base16ct-0.2.0.crate 10240 BLAKE2B a8097674e84bb85fa72ea752d71446fc39e695fea9acc0f98178bb4e6569180f9acb4c7a9820708359d1c4733b57af6448015cce83f8c610985e6d2f7858fc33 SHA512 efe7c810102646733cb24c5cab62bd58d797e77b117d0fa5d651c34630f77de4d768fb99c981af5968393734bc32a2c1944a719f9f1a192b5062c0af8bb3413a -DIST base64-0.21.5.crate 77134 BLAKE2B 901cf92d7dd8af2bbb789ffbe60972c1fd295b16690ecebbcb500e4613afa057ab2b294bbafdcaa4007f46412825260a0711d89e55664418a503dde02c8afd1a SHA512 40b1d8470a932c8b7f31717e33bf26742c1bf920caae639b8a992f77e64d5e6d287569742c1348daa25b7325f8ca8d8a312754a743dab3932181f37149d91b16 DIST base64-0.21.7.crate 82576 BLAKE2B 25cc8761c14220981ff4ed332058f6179948080cbfa2b225ec1d1602e4af14cd470c969e8b7049117e6fc51a5a24e06b1d27bab844486ecb76409d12e0581d5d SHA512 c6986d88dd9aa081d914f35b4174be4ba874848657ac4b5e63b9b45af765d973289c548ccb5a01584edfc0d8d79ff5be25b51365295d6e7a311bd7f0ae3c0cb9 DIST base64ct-1.6.0.crate 28870 BLAKE2B 60fbd9958f2519f293db2cd86add5160b51ff4f98718591b3e65d866e8bb176670ceecd5f6e365ff3ff488bf813860bf65d375a2159dd28b25e276e027303c4a SHA512 e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c DIST bindgen-0.68.1.crate 218997 BLAKE2B e3706a992c166c16cd8b8ef996b2eba6a0d67f493825e7257ba660f597de33002a32df7fea0fc2508fb47155f70ace0765e9ac4e4649d1f24b2bbac8ecf06d8f SHA512 29520e30db93ef3e239273854c926eba7bbbe2ec70e5162a4722e03947461510732319bfcfc20d5dfc0df137d69e8c1ad97daa0236c5bd4da8a1679bfd696a90 DIST bit-set-0.5.3.crate 14470 BLAKE2B f6525500a494236103df2b27e964bae0b2caf718156879f972b9972fa509794bcc663c2130e3d872ecadb7ead0982b415dfa4468ef12523ee248fb1bbec2559e SHA512 c5ce7ef71559706d996505e138ce95d9f008ac3375928012a36339bfec48986ad935b384e2d21fa0d505d4cf98bd3e93be15955ecd9607d253b8a276351334c6 DIST bit-vec-0.6.3.crate 19927 BLAKE2B f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910 SHA512 b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -DIST bitflags-2.4.1.crate 37043 BLAKE2B f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414 SHA512 d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b DIST bitflags-2.4.2.crate 42602 BLAKE2B 768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9 SHA512 ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214 +DIST bitflags-2.5.0.crate 43821 BLAKE2B 2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78 SHA512 75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9 DIST blanket-0.3.0.crate 15928 BLAKE2B b78a3bb21a3781e1eb38e3aea7bf1b0fd982d19015714b9a1fe6d9a2a0833524ca509042c603579e0cb65dfd129ce8557305d4178657c1a3457616aceb79375d SHA512 67549e520657fa1ebe6587b25a1253f942df847dc504a2dbe12d75b52c20cac3187be7199365ba6c8b5e339871a530dcf2d2e003b28efd3d8497a2e3bb085007 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb DIST block-padding-0.3.3.crate 8504 BLAKE2B d62481c25fd8680cdf0ad0bc259bd3777c3985ee91d5bb4995f484a15d4a9bde21c5d20f8c2efd0eb340aa0b8c7faac0f3fd817202ef4350d17994f478715eae SHA512 0849c99f2027f4e1a12872d2210310e9669f98929c99690febfeec90c0199b2274e20a5f83824f200f75f2553be2029ca85b0c5d0db4d9d477ffee9a71dd3b7c DIST blowfish-0.9.1.crate 16734 BLAKE2B edb9ef86b168259d37ae74ca5f961d4a2f79f0bd83c64a157b1605655001a8e82a1b40b0e03a24719dd9cc273fd50d1ad6a406b47b1925a9c2c687c119bcae0c SHA512 e005212e2cd0233321f1e84170829c6e05b4f4e47b81342e0fef7e12ac05f09dc6db288b6b28ea2826e9d19afa49366b74b186f2f20db6da77b57f09e124e3a8 DIST botan-0.10.7.crate 40376 BLAKE2B 63332415636f353323b72a4a2aec2910da4da71adedbe649b753b8d8531a4b10054aea588e216ae2a240bcb91873acb63cef2a1d34c364bbee383dda0f24718e SHA512 a03e0a76b8bc0bc777bafc3e2df7667dc78fffb35dc3bb227773aa23b3ebef872efec9d5144513940dcd44e18ddd87d881806803ce3736c73cf96221befe16c5 DIST botan-sys-0.10.5.crate 8245 BLAKE2B beef1579600f7fea44b7a701cc29b2f530cd1da8da6090f1cf8fdcc00e68fab711064b0d037604796aa0633f2e71495f8cbcbe69047ef773098a36ffe2069867 SHA512 6f22a5c42e4b13ae2531e1b46ad0d93c62faf96b056f80a145370816296fbf33c93c2dda94736afca7a73bcfd336003a39171c359723e05bb5c269ebb4784339 -DIST bstr-1.8.0.crate 380176 BLAKE2B 017ba2818bd636297cfb16fa975b34aa83367aef6df2cc321443754e5fbf4a9afa8ec9e99328e0cb0e5929268d6a4c2301e55aa2a6516e43e87280789c8d159f SHA512 9b8828790f3e342e69bb92cb9231c7134188c168a9b67a8705dc2e3370b86885f99e4d47f21ff68afc9147968b0fbf5a293307b09f132dddc550d8cd576f1048 DIST bstr-1.9.0.crate 380170 BLAKE2B 06ae5065a5d566b6333e911a5b97e3999ad2f0bc19b27023187004c81cd01e5315dcac920ff87a6bb87ccfbb949364f1361dc04d342e24f9f54490b5d44a81d1 SHA512 dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff229504444250418f6aa3f8d6d4df9abba DIST bstr-1.9.1.crate 380305 BLAKE2B 52b45bd48874d052636c6b451cc36d8b012808ea5193e0188e5edd09f81d21b8306926cfebb405ad0650ec9aa710f609bacaa773bf854b21f4803dc38bb2eca7 SHA512 67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172 DIST buffered-reader-1.3.0.crate 62825 BLAKE2B d36e03412d004b74b15cc4214e279344efb0119d5bac10593aaabca531c9d7052ed5bbbd191c705277f03b0e0f286365eb22300b1bc0eefc22d7a8a22c2e74ea SHA512 4c9cf94593c33e09152b1a4faf75e169be954421e1e3bcff7bb536d1103256fbc296680da01a94c0852c7ff10fcd63cd6693958f338160e5caf8a179a6b6a381 +DIST buffered-reader-1.3.1.crate 63723 BLAKE2B 7a7553b5994c01666c95a678712005ed3c02fbf8f0b45d80f2e80b2bd46c5993376b16f5d89d50a7cd915aed9da6dc164901c6e62091922e615bc8b9284f3328 SHA512 4b7efde96c2db48f8452e56a904b1fc865b7317bcc324c10c0a23147b96eb14cd5097b3178910a1a74d54948b50d6499fa7f5c8630274a80ff05f1eeb2c7054f DIST bumpalo-3.14.0.crate 82400 BLAKE2B 13bde02e2e60ea3099f4e46ff679d07b2e8046740c1855bb81fe8d20a4ef0fb26e565da724f628a00c9154ef16ffc9018f67433d2a32544564b66803b5bab223 SHA512 179c116a5320c5f21163c343ed48add36089d806e35bc303318dcfe09ba1d5f02bf8012726d0c2cb76a73fae05a7c887a91e18f9e5ff3b9f9ad8a2f12838757b DIST bumpalo-3.15.3.crate 84438 BLAKE2B b76885372dbf91d3991fe5428c187bf4f66f3a8ed7ae44932d7479cc154ae0f03356d3f4fe56ccb5cb54f1690a3b21c4def5081228e778a5e64071023a73db97 SHA512 0871115264dd63ea9b636481bcc6f7fbe1c9f7579bb7cd69622ae79a3df216a639cda2f91af370f84d3e8a8bd615d894906ad614a20f94b9ece954d31df5dbc1 +DIST bumpalo-3.16.0.crate 85677 BLAKE2B 08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49 SHA512 a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST bytes-1.5.0.crate 58909 BLAKE2B 2931f19e813eff73be407677622fa29e45f9b49434d5b3a04104b56563fc0e941fd8c5f996258a1aa660000ef014668d70b683b751af8e48d28d0aea76890c92 SHA512 6654cf41d8f0d7e19b05fd95044b9a3bfccd81f469c797c6aa763a4dd29e1b34064bed2e094548d147045cca7bc4706059de5bcf9f6579189e6068fbbf1c29a3 +DIST bytes-1.6.0.crate 60605 BLAKE2B 3e4cd094443969c6062b51917ad9df314b61ec9ddcb0336cf2621d8966c568d5b1fdbf16b11b5e2fab01b43ea76f6609f753eb5c2380a5e4aa8fb6e807a2ff5d SHA512 6507bc4274204d0a19b6a95c3284c52245c71cbf5f2dfb5cd372193d989e49869ec557c0c4e449e96ed4e3028c90606dfb0dcdc1d72bb234a36bc5f344c0a7a8 DIST bzip2-0.4.4.crate 34197 BLAKE2B b69f8ad38b44eb4912b33d53467492b0ebe6ed740451bdfe9133e71c47a8dbd85b1110a9607c4cc627fbabc44cd86fe0396bb545864632ffb6169f9cfa547b6c SHA512 9cd2b9159bd0b42ac908ecad41f0a737272af94ae0d6dcfe182d2f44bcea4632d32b0456f02322047ea9d6f46377db6cd083f468782bccd6126bcc75cb852555 DIST bzip2-sys-0.1.11+1.0.8.crate 633444 BLAKE2B 01578c512443134fc786669bea4f2ec4b9c457b9936c907315299d8b67ed78045d458c83ccc119f0fad511529fb5af5feff5fa2d983fdae832d2fcc1b343e102 SHA512 d0a86b9f03acb1e4e309d5739dc2e88cab582757d467a433afe0017017f0e5d2c0282529e3a117160958ed170d8d695ecae739805888305df0e35e4dc440582b DIST camellia-0.1.0.crate 89085 BLAKE2B 88f67a01f18e236a8ec2613cea4f0d38fdd65b2191e5478bd7c1155feb45832d693bff15ad4b880651cdc9c74e89cdc0131548864b2c51f7cec38ecb11b5d113 SHA512 b851c285509d21ed02428ab45378dc145959bd196ab75daebb7df60bce3b71e059d4dbb5639697ef21fd6f7554c122cab8a5702b1d118c743fe02f65054f66df DIST capnp-0.19.2.crate 142170 BLAKE2B 922d4767370fa431020039c4b0d586f0958a3ad8bd1a8a971c0ffbfbbad08dd8b0cc5d323e29643d560c7a987628da46bcfb718ef7a53432a072e1b490f37d5e SHA512 bba3b13b8e1473db4394f3dda11031b165b8e710e563616302ff22896250dbf78b075fbd96713f174723f7a668659eac73ec71493781916df6f205ca29d0ee17 +DIST capnp-0.19.3.crate 142400 BLAKE2B 291c5bb1fe1fcbae7391f828fe72c0acb3088d518e95c7ec4a8f43007abe2ea154cb6d262bbd72a74f14c170a5944baa53c687d4c909b04c6eb41ca4265fc47b SHA512 e0cccbf806712dd68d7d1bb3576bdf806135c804679d83d254d2d85d97a2c757681a3215104615fa4d58d20784f9cfe891dd44aa6e87d042bc232f939c941089 DIST capnp-futures-0.19.0.crate 12275 BLAKE2B 86eb409ce0ac5b1340572cd3ac0c79c4ae4db8418b3a6183aba5774ebc3f7e7c3d6d89984201e93f29a3f11f70ed2a38bb4a47816495967e2339fdb0474b68e9 SHA512 3db50310d40921d082b09d99dd2ecff1de901ac64672236d9c32f28858cd7e0beb377cc129c83f791c2b87aaa6d0ed2cac26a852244010d1970597afb23b4316 DIST capnp-rpc-0.19.0.crate 92481 BLAKE2B 8323ccf3c0782a70403b8da80cecd1217fb180b453c176855113c5aca9d04e66f13dc452cde658919ef62c25130ded07693b59cf86bb57163230f3766c6ec14b SHA512 5dc37ac1433c302aa20c61a06527a7952b22738785b501ca6adc0d12372ecd7f423d0158b18aeeb74246c5444915b2eedb556ba9fbf8acba069a1bbb6287fa4c DIST capnpc-0.19.0.crate 33806 BLAKE2B 05224fcfd8c848651f8f7ac1ebf301db9c66504e3a003fe64a0df1b61c0325b8db7a79958d2c9941b306707a87ae4b82b3b0a7011bcf16c48c643a9d26627ca1 SHA512 df2e6917b20c414cd09c50f58803c4368029999af76a7ff70559eb1e31b8d6c75ed789f8075591269a31e1b73e268da9c555fc745b0121aa94f721c742288f7d DIST cast5-0.11.1.crate 37018 BLAKE2B ed3d9283131df32dc18a5e4110a325b7713936e109b43bed8da0d22b0afe81a0f00c9e4fab0bca1194c93fe6f0bf326a5474af6f9274c310632b93d24dc9328a SHA512 0fe363b576ece2661616c47c4de1801756c5aaa2a56c720a7b4eedf23e031ba9d30af9d086a16b0f957c39b473cea1f059295dd1c776e9a9cd4393e6c895d015 DIST cc-1.0.83.crate 68343 BLAKE2B 33245b33fa845ea2f36da36e3830ec835f937e4319865b357ee9d5ea29a0f9f8392eadb38bf1d95e3c15ed201e561acaa87aedcef744f8db3dabff87a96c7f02 SHA512 742a248c3a7547bb220a0b9c97b67a831fab9b4ac21daa08c85a3966b9fe576088def33e16132fcabec9a2828a6fc437088bb045bfc98b2cea829df6742565a7 DIST cc-1.0.88.crate 75288 BLAKE2B 81c512bff79ddc40af633620ea440a73d3f7370c96878b3a84606ac0523f13a9ea756765afedaf2148344ffca3ce928fbb0678977273c918c21b4e3985507938 SHA512 67ca5820d36d1be38e56f54a0292d550c9c129d680611a60fbbfa458b8cb748e5f27c7ed1eb767ac3df41cd4e875160525b81ab624726183b1d298ffdcb87846 +DIST cc-1.0.94.crate 76456 BLAKE2B bf72e0007d9fe022a66ccc12be48acbc5dd1b716a47f18e4062b415405140764db6ed26bcab071307142167309c9c9ab55382c7973ad43fd15d06e3fe6b24b69 SHA512 67ce0e73904cf7fac81b0b914ec5fd4d9e59f358602199530f51d203a2e42be9814b04f65497a644a0e2720cc6e58c5e4bf1ad4782ded35b710b22c9b0f2bee5 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 DIST cfb-mode-0.8.2.crate 25334 BLAKE2B e004871204d40258a052b7771f6d770f710857fd7355dd87ceaacff49ad0be2b3bbcbc8b439bff054432f336792e11e312b8bd472eca53e58036dcc4bd2f3286 SHA512 14bf9367317b2652cd070572f2a7d5f98884064a2d42c8841fe4a966e9944c8e5df3e14244c16a78a32ba8e2fa3df9348427d2f0ca6632df07fd24b75cfd7099 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff DIST chrono-0.4.31.crate 214513 BLAKE2B 2ac43852ea14cb7b129adf68ff62adac1763b3f4802dd3d23c43cb131377b501b4adb22aa93818d7ceded8eb10c17f94a7836257ce2876d0513b063276129c54 SHA512 23276daa2c1bc3b7b2327dc84200fb40cc995a8b599d1a537e92e08138ab8a0d1548a510a8155dcdda18820120d7204e89a4686c866fc3a8d2460cdb30ac6089 DIST chrono-0.4.34.crate 228932 BLAKE2B a2feab8d8b079209f8661fd8c5069f2a5fc3e5b0a6233187ace16f8f2ad8b4a147253e47af306cb31aacd82bdf490a8c8a171ad702b8dc22f9b934205d080c55 SHA512 2aaccde5e5ecaec744613429f807b3c34b92632973de7fdbdafd7ca510b917a23a0abc92a6497754d0d3368d684305648aec1fa2a0a61c88a100a20fab2348f1 +DIST chrono-0.4.38.crate 220559 BLAKE2B ab828bfeed56eb737a1797d5e1132cafe87a1e14bf7a1fe4a5098f50e6ceead50ca2e7f041cc2ff63d5f4e41e2853322f6c345bb31ff12a5b412e3e5202f5fea SHA512 858e47e3facebd5383e71898f26b27d92fe4a69027e2cc47da2af59975ead7767355e0b699f4228eabe76a3eff8b2519c7cecf8b60dc3fc60fbf9b28e2f3d4d9 DIST cipher-0.4.4.crate 19073 BLAKE2B 144c45c1bdc5f7aef7f4fc63b6dd85955c453537567d1f1074e436e50d0d61f8413973cf3da207a48f1560ea92f2280fc5880569c78a1dd66bf97fd1d88ccde7 SHA512 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846 -DIST clang-sys-1.6.1.crate 41346 BLAKE2B b70104e6c6b3c1b85caa111c2b1fb2c20d30eeb85059bc616afc49bce9409f7ee2dd8b800750a466accad6a74ef29d10c6a2ee4459d854a2c0c54050ff51cc4b SHA512 a6c62c1d3faae3796f5e7d98ed4f1a8119f0ffaf8fceee8e728cd4da57b0140e82631012450bb0c551cd13814a97065e9e47015320707a87bdfbb6fd317e952c DIST clang-sys-1.7.0.crate 42088 BLAKE2B d1ed314a910c1b676eb780fc1c96f5ac391217ec135480d0a91b11d6f447ad06484b48966ae99115e35d921a506caf6aa7ffbc4ed86aa64367dca321678cfd7d SHA512 e544984d5bd76824ea2093f43f98b59a99e1ca8a5de40e49164b870ed4a91a530f3492faf0678190b91e74aa5d122bdbb32c649998d0ce24912dfb0b83ed6b81 -DIST clap-4.4.11.crate 54782 BLAKE2B 293721f850d5a5ddce6b26610ef47316d5914e9281312068c26e45d23cb568c1ce2da7e0546accdd0cd4cc703ddb9fad98b0c772907f52dcdc31e6ec463d2b27 SHA512 9da3f445523183e16f4c104a2f4029ee9f3fa70e6c8e579aadad0607293ff5963417d8534aa1f3cef6ef8f8a7529a898c01630d3eff42330ec369cf0f760929b DIST clap-4.4.18.crate 55269 BLAKE2B cb5d4b093bb7958d013b28ee25f9cbf0479ada392b81265834d75a5fa2e6a4a687f8d4a71520d5bdce05785a874ffaa09beb5707766d59e70928dab00bc122ad SHA512 1f151864b92dcfcc69a66c2a8aa8310ce28171895698d82e2e69e19a6b51ed8780e5eaa77410df9aae2d17c9b45117b913a4c23ef879106c1b7a96182656ebb9 -DIST clap_builder-4.4.11.crate 163317 BLAKE2B d2d998c4eff422436f36f71d681132b2545b561433ee733a8a64a640b97ebe8e35e97abc91d820189918d5fe9fa9496c89b02959aada1d55692957a86c8e14a0 SHA512 b601fd313e65dbf2b723f3ae5d2d3bfdfa1ec184962883503df9b31a7d43f4967ad5f81b0bc2fc8614e06d67ce52d399221df6f4fc9da311cca1c9134784d7c4 DIST clap_builder-4.4.18.crate 163538 BLAKE2B 9991c1a8aba5feda466fc878f9415ad9b5922ea1835c17e1dd6c640234ee85e623bc556ba0e4edd84100a0879ae462028c74304465310d69f9d58e333c2ba8a3 SHA512 ff04ce8e700d8df4a0ae94e8341c3bcc1ebd415312e3b21d56e6beadf604aa5576641861506fa1c901a615a013e4f30bf8e6467889d637b34fa37ef22e2a15c2 DIST clap_complete-4.4.10.crate 37761 BLAKE2B 41364c37c96e82bfdbf0fde377512e894ff720542ded85fe49da4e305ebfdf39a2d511a48d6662c0ff2e3d191ea95c59704dbfe89e7531a969be42de9409e82c SHA512 d0f541bd167c9f755f149e5ab3171a4b5a9e4a37dba2de62ed51eeaa20691eb7602ef0061392cc7e4ca3594a0a69a7eeec75bf65f14e92fa6bc45285725c3f1b -DIST clap_complete-4.4.4.crate 37405 BLAKE2B fd43c668a29b8e8329f94153a5e5ce19e27437f60d88ea0a59573456c50a475e6dca659588d137909659a05b04ba5b4b412fd33d3daca20ee317a9890eadc8e8 SHA512 880b3022105d4ca68846e35e359a1613e177ce0be2b5f75b15bb3c4630bba93f8ebb4c7832205783f8bbe84dcd49d756468ac10c48d0e803d644a158f1163991 DIST clap_complete-4.4.7.crate 37402 BLAKE2B 05a2288f32827a4e06b0bc461ad77f2c2a7f1a6ce88caf8f4c6d83349d633d1d05a2a089563d85a08bcd04784340e3c9acc8fa1cd062bd53562dfcc9034a0ce0 SHA512 adf678bef0005e69bf0f87a012d3e65a43a7a4696e1ec97a3da41cf0fbc5881a71f109cd8c4892ed32c771f02df27d96d46a32a059cd3d0ee3b7b44a16864812 DIST clap_derive-4.4.7.crate 29046 BLAKE2B 96ca919b8f9901b2e89c58ee8cf8bd3881ff715ac27999c03c867b317321e4839d9e923f68d411a05b45c34d54557af12b8a173f2445732fb6de16f30dad8e2b SHA512 4be40460468f7ce22906cdc9eea8d01bb07cb206d4ce0c3df2abd929d6925b175a49cf63907925ca16ae6297d6f4d933087fa5b35958e551117ec7ae050be167 DIST clap_lex-0.6.0.crate 12272 BLAKE2B 22aa04997fffa15a2efc7013ae27fd223c3247cd31f8fe96aafb4e87e3224f075e887df10a95a2da80b468d4e16088ae9f171ba6551c0ae06d77bf3b8920ff9d SHA512 3651aa5e27ed35b6b75b1d25fd9c20c26a2a6039116e54d84c51469087732a4f0fd71754326456b367e341b017d03749e9a6774cb7b62250ca8745f5af46574e -DIST clap_mangen-0.2.15.crate 14020 BLAKE2B 9acfdb364398cd58c97d4c40d89d30e7e254af74bf30b977e425c1fa3a3f9d097fd256576fb97f2dc183757cdfe9e58fb48b3d255a80a46501eddfce3b6690ee SHA512 5dcce71fe8d2ba997d5d512406616919cc04039e5400c9f1b61d92ddcc439df97785f6456ffad691d30ab7d5f4c9884880d5917e62cc29d449807de4b6b9198a DIST clap_mangen-0.2.17.crate 14044 BLAKE2B c7579ef2410bda9d05fd25fb86ee2fcf41b57b40fc47179bdd641e0244c08e5aa63c0007eb73c4b1a35b73202460f11717d196f8bd32738e272a4f153efc9cac SHA512 5f7a92aeed99cbe94e06e0f50c0c06b7e3a5df964289d6474cf50efed22bb9548683cfb8914532a2c3c5bc09ca5de1e1234aafcb77f5f1a6adccce5da382f9d4 DIST clap_mangen-0.2.19.crate 14857 BLAKE2B 713c5a6b52c60f2310c4f3198f39e7ff97b5eec2bffec0ae8c885472caa7bb9d26e99a31e2c02587899ed5f825dee2d739f0c927ba8e27bd3d61e22e1830a4c7 SHA512 2e6961efe2ac33278ab6312ee3bc2ae9faa098787d9086b7e33901e1df91776e75e60ab0efe6c73c1566e39655eb6eee8cc331b4001d06c87aba1e0ef8eb0ed4 DIST cmac-0.7.2.crate 44847 BLAKE2B ab8539f41e720f132b2da3176e9c533a2309cbb3dcdb027af4c5bdd6ac68e4a2a97f53efda52236527a15786b73bd96ad940385002412330d7cde60e3492a6fc SHA512 9e55f9f9323dff330ef45da953bc35da79ff8fe643b3984479dbab10b35e05e4d613f7329c46bc119fefa589d8f5f3bb268a7e7f0853003c1e192fe324e83315 @@ -91,22 +92,15 @@ DIST console-0.15.8.crate 36364 BLAKE2B 467de2c2fbfe31688cea20b338558ae9671e50ba DIST const-oid-0.9.6.crate 45382 BLAKE2B ac27c689784fbb1f486cec1c17502c8738ce3d7d1b579391a151cb0f0a6a0c8335e474d0a517c59230fcac74317396f20ac15d66e2f6685780be01dab197fd96 SHA512 b871d3b4326c4828b1c1d7a3e968315fa320e0b52e97081a95617ded0dc5b93d42b3f79ad26ff3b58a4835dcc442473f3965c2b60026412ad6aacc0c23e9f399 DIST core-foundation-0.9.4.crate 27743 BLAKE2B 5b695e671cc833170bc6bad436b2d0d8d386ffb8181bfcf2e92a1d93cee67c3ba1768cf57064fb91b0897c6aec1be7db40b5bd256a052c1bdaf872ec19f6e15e SHA512 82d0878a1b9e3d56b3666fb5a78f92c6f7806d01665c242c06a640bd6b1fd36260211e92dc05e1a16d1430622bfdd650aabb0b5bd8e5592f74abdcf412448e33 DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8339f08bb4043f1d70a8588636eb5dbe6ebb3843e2a12d9a7e5fd1637a912c52a5aefbb8d44796330b09593e7adefd3babd8 SHA512 24a8958cb16b081862a9000affb0147b8b3be1a664b834c3dbddbff03e709de3f4060ff4800e5a35453f4392ccf33168e8b864be71b17be38cb264a39b915100 -DIST cpufeatures-0.2.11.crate 12727 BLAKE2B 5b91dffb779e437606db9b75d2b05c2de19069575a8272112e9a0389f5bd8de0f753cd90330b5a5bb6a3f84c9e794e96328664557db31c43853ba43097229efc SHA512 af179e269a4d5f48b50134a5e98ac541a9a0d6aa34f13fb8fd9ce8d5092352e1b322437254449ecb1bce608d8558b1cca2c79232ac1327efd887193bd1d36031 DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093 SHA512 52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6 DIST crc32fast-1.3.2.crate 38661 BLAKE2B ce3762b03d24d5367d89738991c060f4b3af7840e0a7ac7fc17d01ed438caf964bbaefad0fc4d0c438dafa5a578429ddd353c71197f8b54b1ec441395f2f7ee0 SHA512 a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357 DIST crc32fast-1.4.0.crate 38665 BLAKE2B 77398dedfa5e61357fb9abe3415ee53e45d3f1f7aaee959cbc9774f31a10ed324da2a558d20fd7c0674d450c8985b1e9c78b0b65e6ae2d9da6c873fe631c5ce7 SHA512 3e0bf1d2411ad9c651e0242c574cfda09403db24ab4b55560145ee73b31b08be45e5e12ce2db991d165ff056c7f2f67203fb2c048651f1c66ce90ec3276c455e -DIST crossbeam-0.8.2.crate 10502 BLAKE2B 487a7a5f197898ebea0fd41a413647db0fc3380790cfdfc6cb7cf3caef48197bb7c2498579ce676d3c5796480a8541ae37ae03f009d768a6157246b1f7d63a33 SHA512 bd2e54372595daeaddcaa26802780959465bd571cac64f23256b7ecc68ff5c0161a36740a51386ee54abe7c509ad1ff870b6f6877a7921f4335661f2c554c3a0 DIST crossbeam-0.8.4.crate 10500 BLAKE2B 03212d9789a66c1eee7d1f4c7883eec1267089ab9d652ba5d7d59a22e04ab878e5defeccf8cff4587a34d976488ffa689bffde596588057d814b633ab3d67d1d SHA512 63650fe2d46ff2e593342b398c153facd3cb7cd72dac9b057ee0aac5ef5e9dd9df0e71536d66879676c0edaa89787d1f365eea35c82604ca46090e527749f994 DIST crossbeam-channel-0.5.11.crate 90434 BLAKE2B 8666f039a0e4ac6f0f8be2d08ce3349d8ad4aa7d0f38c638dfa6dc6a7f30a1629e42f87757d9e054e836941dff6a8efa53b5337706bc5958d33dee61f38e7bcd SHA512 1d37bae1c946d402c1fce37f22a82037d68896770757aa91d209387f947d39c514df52e0ce94317141513784511ac626482f16099cc3b62ca28a52f387b69c71 DIST crossbeam-channel-0.5.12.crate 90515 BLAKE2B 5a302e58411d99d52630cd154f4f642ec925af3330ced9456a16e417e2e43a37dc2b2288ccc88137a75e682e7b10ab2979f1f90c0bd42ceca8fa84c700b7dd0d SHA512 e17b0e41901b2b41e89913a0a50cd1eaacbf64cd07f454605a85781b8b1373c35bedd16ccf6b24029404a3171e0d670fc2b1474a6448d0feb40ba0e41f99019c -DIST crossbeam-channel-0.5.9.crate 90437 BLAKE2B 704f94c47a47b8d04365ef3ad7c158f4bb18cbb0e6c8ac6eb768505ad07febbca7537214a99b07e03b11f78fbf1ee4a74e8c85240651a00da285151e084a98e1 SHA512 da6d603f0de646fc94d8069e4a3b632f539bced2151d5035b1791a0aa0438aa19cdabbeeeaaee332624e1a2d2787f85510e9ae02ef5bc44c5860f94e1be1e989 -DIST crossbeam-deque-0.8.4.crate 21752 BLAKE2B 1813e2c0916ac990c5ce54aadd13f309dc4d2cb651995261cf591900a5c820712de7dd730116e8b4cf78bcef19626889fc0658d7f1020cb2c1d7fab41718a31a SHA512 cc036613727a3aa8933bec419ba8a5fd2f506770ad2cf874ff757b048e0d29ea3f1b0e2b72d2d5352ed4b62c6764c7bbb10d0d4e217176da26bf5ae4bca0b68b DIST crossbeam-deque-0.8.5.crate 21726 BLAKE2B d97b35e8e8858deaa7fa9a836e836d02914aad29e5c34ab121f52ed65e95213cb2574df82273277365889ea771f04eb40bb2439347c259979f1dd6d5e9853bcf SHA512 0f0c9745763ab156136227cf1415de514952a3f8282ffe413cc249f9f4b345b029940e6a6c87b3be8331a7c783655a35b89c7a2547360ea5ae10aa64ba7ae864 -DIST crossbeam-epoch-0.9.16.crate 47037 BLAKE2B ca8d326fad43bfb172158686e394ac986388cf1cfac6a80bb062e350f30e3733760d6de5ec6e1a73886c35881402be61e2e7724f25aaaacc64d1fe2d78e0921c SHA512 716276d9ecb4d8f630eb28cd5fd299a25ccec80e1f84255fe548935b48b5bd7e003c8e160edc0e6c5ef0b1e508f09ba6021b122b54973cc417146305dbc59524 DIST crossbeam-epoch-0.9.18.crate 46875 BLAKE2B 200c256cad6011a3a14c4664bea6b150fce72d561c4fffc387fa561b08c0480e8756bf51c14874c5fb19f427424547f72d2cd7dd6f56fb8b6666a85f8d52bfd1 SHA512 0a8a199b9d77f4e28e91fe0a0cbff7e0dec58cac283631fd972477fa912d2f6ddfddaed2c695e4978b01cb5440b702822af6333e7c3dfbcb9a2c2086999516b2 DIST crossbeam-queue-0.3.11.crate 15581 BLAKE2B 91b9797f985af06c854c38b8124cb67864bdb47979d2e253928678118515fbc1257108c7102bad66e1f65fd6f324a93749dde86b4ea28f3bb5a16491f3f56ed2 SHA512 c6007307ef9d219889e6244805ae759998396e1d0548e3664ce9ab366ea78917dee75251c4265b0e3ef4ab15b5c6d42d6a5e9b286d17ad42ec169e7fcddb8ffe -DIST crossbeam-queue-0.3.9.crate 15477 BLAKE2B 268f6bd2f24fa5cb7fc00b2dadb36074aadf8b2cb2b16cfca7eb303001d8d49831ea4455675b0f02fc2f667c964ec98f8b49f65c7c12b18103df199d996ccdc5 SHA512 361a6ca290aa4f0a37c6111ac432897968dc21d3771837ae7a65cc14c5c1e8839d25e590d75624605622a061e74951f6bb1b6d8c7bb86c630df8348d4d50a52f -DIST crossbeam-utils-0.8.17.crate 42324 BLAKE2B 971cdfc2a0e259e40c1e990d33688801ffa67e12392a56507f7e76f10b1b200dcca514fcdd4199910074615cbeb8c0cc0a250dffc1126a25ae8b8df8c818c079 SHA512 d3f9cbee56991c9435de1947743dd7f0c5456e4c56991b73fc9fa984f03416abb42da78c3cd907bcb3af0fa2122612e0fcf76bb2dc8f2b56c2745ab9842c648b DIST crossbeam-utils-0.8.19.crate 42328 BLAKE2B b2846f569555818fe7a3ef4aa29f68c638f933ee0251713c2c92624bee5f8013def5527027022963f572815991abb98d5e68d0fa00f478b2762133f84ffc84c0 SHA512 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9 DIST crunchy-0.2.2.crate 2995 BLAKE2B 74ddf8c5e0deb2ceab65c20a2743e1230739ac6aa3af60c9e867a7852270697a1278b7dee00df8949fc4268f9756a4a098df1211ab3b3e31a122652c3ba0a6fb SHA512 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025 DIST crypto-bigint-0.5.5.crate 83384 BLAKE2B f688f22331b4b3620299ae9b50aa9ba6e1b2c7a4ae55e4236f7ccb8ddee4f61950ee0332b6b67005bad505434f3be74b1a0caa426036dde94162289c6926c8d4 SHA512 04668d432b4169154934d55b8ab14f708e59f70a70704b56cd72ceaca460e15589965aa92a22bef20b32ce637a423cc6e1a8819dfba38a32353bd749f7126021 @@ -120,11 +114,12 @@ DIST cvt-0.1.2.crate 6214 BLAKE2B e4cd8f4ad2735d0d81cc4ae1a2b0c4b0b6da23aad1fdcb DIST data-encoding-2.5.0.crate 20632 BLAKE2B 16ea08dd12f09f2e6f8ba2910b3db07d4e7c9916e6a70d41420ef1a0e5393284b49787c47af0868bceb7f5d3f1fadf203f5a547dc8cb97713d5225dc9181fdef SHA512 b1de8bcfd7cfbfb988091fdb550eb98dfa5739ff58c4b789663e5db0d539c9acf145ccd72d87f7e1cdefd09d5771772d131d2b2e2589ac8f0bc6972c801ee0ae DIST dbl-0.3.2.crate 6336 BLAKE2B bb912351efaf270363c2a6cefe4da42ae8c6a552690b566e5a7b70115721efd2ef42801500d534de0245b6feff5b6895bed74924c86eda3c5e9a5322f32e1392 SHA512 efed499069e1eacb709598b9a250be353d65dd9a1a27c7fac6d23af6262af0fda60b121c283b9318f301be2d80194ec1ce33733daa554f54ed3f690478d37cfe DIST der-0.7.8.crate 85085 BLAKE2B 062d494ed32f3c97a6ef4999ef050ee07b26a854bc934304588c0b85b1d312478d1ad1812cd303e4e5aca967a2f4f76ef8ac7dea4ab6909e1a534a7dabcd46c4 SHA512 9cc5995cdb99c376cba473d2db476d81c824cc47c1924cf9c58d37a5508e2d01d3f10a009515d2ab456b1577af8de94e195bb315f61516029307ed860bc403dd -DIST deranged-0.3.10.crate 17803 BLAKE2B 58ba49e09051bf6c5e13b66724bbb3577df766a0dcd4a6754c3771f70e0cb7173174ad3fd44861e58b0e186e387c52983262dbb0e70a89b4b406d948e522e355 SHA512 35082ee648132f586594715e04492cc56b9894c95506efb0247c9be2c5d03ec92cfaf0d815297adf3423172b90a0e327aa6edc894a8386730a2eaedc29d9ef82 +DIST der-0.7.9.crate 85173 BLAKE2B f2dcf402e3d8b6a7ca818a8f260e0996290c77517b06bba8b22849c4d0e0c8f3dd57d664a06d9a7bfb1da6a39abd0740cd7d9776e75669aa970cc3ef63f924d4 SHA512 6de996346365647ac0da23d3fa9c72100d665c9225dc2f0bf1f553c4f0e7eb5c6acf3f1e36a11a7cc20e8b1c44752997e6f592c1d142755df145c5e302800f5b DIST deranged-0.3.11.crate 18043 BLAKE2B 738d5a88732e227bb0e0d33c04ab8248a699c7c499100666ffcd78673d1f38ad2d740222ab405e3eaa7a0a6f4596cfef90bd581a1baf77c954dca830c22e74f9 SHA512 48485666d3e50eb7976e91bed36bddbaea80fac4ac664723130069bd7d17893b6d1a2b82a4c3dd61677162e4305ba5ea8aec7bc2793d1b8b92dd1666c204fc43 DIST des-0.8.1.crate 38783 BLAKE2B e85ae2d87866a537baf593afeb4e8c9aa2d6d7e239ceb0db077176455d8bae8e7e1617cec084360ebd7b1f1b47245beaa5dc7a4021d920ed1e8a07dde836c3f7 SHA512 2d54b2eecc3fb269f3fd17231088644d685feb81473043131f5bc68b5f682f726065426dc710f76e8c25cec9de597c90a30790ea3a62163a9e9539115e16c88f DIST deunicode-1.4.2.crate 176451 BLAKE2B 8b8ad8f19399ebfbdf4b8e5e90ff76fc603260d0a8d926c4f37e5a53947b0e4e4463462a553450e44e4174876f17bc2c9003fc27f6ed56b28cd405a456b45c8e SHA512 55003f183788e0a3af763bf74eed212ad9740dd0e72e292469cd4d581b629c2154b97278502d84258dedca96953bbb0bd2d426dc1d21cf6ad723658e836113c8 DIST deunicode-1.4.3.crate 177180 BLAKE2B 4881ffd5e316c7a3d99a06e7aba276088e8e6aa8689e34f9b9b49e76fe9693035000aec72c2e910743b4ff6586c756f68a59ba0daa0f3ca8b8dac821cdf764d6 SHA512 8f24f877d6b90b5648c04a969031f6abae42c5df20c1eb46c4fc629946fc973c669720ba227428d6024adc3c5adfc90e5a6c83121721391aa4392a01e2d94e96 +DIST deunicode-1.4.4.crate 177174 BLAKE2B b5819528551d60036a4a5a926ddff1c7ed557ca8bcdc49104ffade1434c03ddce061bd718f5fc650e367c7c6daae7ff5f4c4e7681e6e4fb4d2e34a7a81f84cb1 SHA512 1d158c7b44bc1b3d788e2dc0319fae7e97bd3441ba0e290b5a058e014c0c7056143397faede5aef670ed6e9710b6bde9480fdfecaeffe46537ebec440b037b1b DIST diff-0.1.13.crate 46216 BLAKE2B 27ceeafb7afd45eabbbe22d1f05667f513a6062762e6b77122e267282a8f2a0bf96384989508bf10c9e13af4856bc9f58f09b10055d6fc2c32681e288ffa9f9e SHA512 45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb DIST difflib-0.4.0.crate 7638 BLAKE2B 57c703de0d467c997bcbedc4d6577569b3d72c612d3ccd929025a98f4bf8f72f2a0d43f3cd3bc616676c2569aed176b3c1362cfa868a4bb1197e05fe4dbce32f SHA512 fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c @@ -146,29 +141,31 @@ DIST ed25519-2.2.3.crate 17802 BLAKE2B aff96de3343d0cfba058203e90b6fd2c6cbd24531 DIST ed25519-dalek-2.1.0.crate 85752 BLAKE2B 4af18b71c20e92e53ef6213c645c2b49eae208be7604ecc487207ec86d8bcdc4db7c14f485d98404059dc92dacaecd76cb9eac4d148965660fd326041f41b6d8 SHA512 66aaa5be3a3dc0efafbcf97fcff7bafa30ade2f476edc2e4deefe3b757aa180265898171755258e4d37d81d4c5a356805499bf169be4cd282856fc2906f8d4d2 DIST ed25519-dalek-2.1.1.crate 85736 BLAKE2B 77dd4019467da3dfbe574ceb574849ea665ffd8dc91660f6a9b2596fb886400508bc632dac10a06461f35fce5400f27b89b1270514188ab488a952288309beda SHA512 a3e3838a3d4eef726b65a38196e66456f586b7e29cc328eb243bacc5a247b50f10ce76df6259aa102a08ca921f07d0395793088445f36de33f5dc1aae5223ed9 DIST either-1.10.0.crate 18334 BLAKE2B ac5d81e0822132846e29f8959671b14ac6047330d54020ea7d4ad790ef985ecb4ddcb96ec7e327b1a66b9c89d37b112dae33c9ac35232c136f60ad9baab7d5a2 SHA512 2de38a37b7f3e61effa89648acadbf220eacfda1ca7c82fb77484e45577769b724f7dbaa297e73e3d355d6b1bd5109373c3e96e4c1a13a918176162b33ea2432 +DIST either-1.11.0.crate 18973 BLAKE2B 31ece6eb44a367926b5f9ee817f6ac9d93746f5b95c95fab360361f6b3a02160c682d298d115f39615e5b4758953f3f29ece22a72fe4285875dce03483f87486 SHA512 f62a3859afdba762b004d4c766090a25d3bd81e4a14509c3bd0f39b0d433aeff997b39759f7dbc5a012bf3b680fc4510a4b2643d63dda8171bad7403554905ff DIST either-1.9.0.crate 16660 BLAKE2B ad61038bfacb16f678fff5dd9ccf8f345e1bef18bd7aa0aa9c99d44abf8428939362f32fc8dbb1b60ac56016e0096201071d0bf8c0431b660605d0dfa97da466 SHA512 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177 DIST elliptic-curve-0.13.8.crate 63198 BLAKE2B 542536886019beb276b587f906c5552d88229eb06364d93db5eb6c93f70555e9e38e4636bda14789e5ba5b54321c0c6da85aa8d584e638fccda107e296c4d8f1 SHA512 64ec7868cfd2350f5a0e9f4fa7e2225b7f5532b8514ed6d5b8a7718f252f94caba4acf51b2471ac59717783289c9f2ab35d47881210ffbdeff08a85f68ef3042 DIST embedded-io-0.6.1.crate 13133 BLAKE2B 2521aa9ee265515aa1b393764d4930cfa1c7ff3833c4fa7385da93488ae536ad19eeb787e8cd45f136ca36d3cd2f96c42d0b2a0c79c9e8458fea4946d60d66bc SHA512 7fbd25740c74de3ed20c0effb39818576add1d3caf696e5a1e617db2f802eb75d08138771f2eb29047fe83e928a667ced6a23edb9f971143d198340235378e54 DIST ena-0.14.2.crate 22991 BLAKE2B b609831e2f5dfb6602293cc3260098bf0dac09afd516a8e6062453724d7d3f516bf14811e81ac3e11efd917087dbbf4f9a3524fd30ba79cca85cee2c0c63d77a SHA512 e66eea99484c2b7fa2df7c8b3df3a10dd185163b781fa03b1695900a148a7c1a1676f7e6dfe2c5d18b61a90a6756de0bc42e9c873fc7a53de3dac799b7c23c01 DIST encode_unicode-0.3.6.crate 45741 BLAKE2B e1e3792bc2bf9db7df33a516d0d755eef5eff1249aa9b2fd7f0dfcb155786c566fb619c9b2d73425a8625c8593988b117e9676c341f65e8795ddc838bf9881c4 SHA512 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 DIST encoding_rs-0.8.33.crate 1370071 BLAKE2B 0e81419086ca6e18f2aba5194b87eaba49ddf20493fd6ee09d479db86306e39dff9b23f399594afc42f1fdb33855e070beaa1871794dc0b0371c35d296a6369a SHA512 20d28a4c0ff0710f911f510be56c2bc5e7514b76d370493d2b89b7f25d1c0cd46ffa64862e54fc472f07f928a2cc24cf9d790a37751cafafc81f263705aac4bc +DIST encoding_rs-0.8.34.crate 1378166 BLAKE2B 528692170cdb1d74ffb0b122a5aee61f50a2a7e4ce6db049ebea4a185e5c43d4ed99e515f08524053a110e061f788f861e62e0b04eb016e7a9e2678235a04577 SHA512 e23b87003814dd6e7e17924bd1f53989a5008dd1da07baa23c40d2a18dc1ab2d786d61e2c304b3f60e73be5f180ae2deea3b4499c0157b6afe3c9273d2f739f6 DIST endian-type-0.1.2.crate 2340 BLAKE2B 6048948b467403409807fec776add4366685282a277d4ca40c5fc901228c0652c5759210048b28a94c8bb04c39bb3b359d43254e953e5b476112da7e49151a5b SHA512 d8a9b125fb87099f8bcbaf3688e2feb1c463ce624cd3dd36396e75e7aff177ed5033ecc295c02f491be04dbf240aac376e79a5c7cb591c3b208c442e1c1e6bbd DIST enum-as-inner-0.6.0.crate 12079 BLAKE2B fea251b187470b6204f686eede8d9d2fc3869a396d50051a45c72e3628b4d893a2393760afdbe14676cf505b1892ff67846226ffdc4a23f59a18b2cda1a2629c SHA512 c06e0bbc43068161a07a8b34bf1382311273cfc5390f3fb4c90b758d47cf49baf648f6bb277770a983942f7d2effd242bf1f6eaa4eab77e7f6f4fe9ef6ce188b DIST enumber-0.3.0.crate 10202 BLAKE2B 9e8935a98c48253debde571ab96f8bb9b2f9715235b64870547a9c72fa3e5a2535270b23435ca8bca0221f8665eae00ac2aee75ed68c5d9b4c8ee9e8d7152afd SHA512 f7f8c9049e757fed1481f08c8493d898cc3d2f8303b482a988d69f4a126a4e532648cce44b453119b5ccf3e71dae7b698fa63bab00844849cf42c46fa968a2ad -DIST env_logger-0.10.1.crate 36524 BLAKE2B 974c75fb4288ca18e75eb6055e9f6798a53ce6b14e05385244225fe3cb05390b975343e4714c6ba72d384809bfb1279ba4cca9b6e2f7d9256c589e5fd13beb5c SHA512 5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f DIST env_logger-0.10.2.crate 36402 BLAKE2B 34ef02d0f53fea474e7284fd7021ed3b44b11be2c0d0c9a66ace8792bac74d1a6b43997e0e7d043ef89e14903f6ab6d42c169bbb164f05cfe4e1688611639edb SHA512 c44131efb703eed984d8f4edcf18c77ef14036edf013e8bf445703c74a4386e4c3f4b55a272490da1ccb47a692ccde4670772c74d35c5723601c870416144b69 DIST equivalent-1.0.1.crate 6615 BLAKE2B 302d78069d9df05e78b53f0488a9e4eb98fa2bc1e21893dc8a0acf2234347ba7c4df4b9d6b380ae77d8ffb1074b9c790460fe2dae47318aa1c4fe4208244540a SHA512 b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140 DIST errno-0.3.8.crate 10645 BLAKE2B 4a7af10845f11b3d8f177a75a692be468e8ef0ee53fb84a4d212335f1499456b6739a59af260894b5c3853d3bf21ef3490d1e3a613305561203ca334a636c3b3 SHA512 29753c421c6f929760cd7565f8171696e4f70e677654a7507253f4fc495edbcf214ace27be46bdfe5c1a0d782f4b688f591476e56f4a1096471cb353c643328d DIST fallible-iterator-0.3.0.crate 19639 BLAKE2B 58b8fe842fd6514fa4327eacc81b157a4a9bec4ad9b8e69248c0f0aa5610dbddb9c8a72e6e6ef9fb8216e8f79e6aab439e90d4d527e35634ab222347cbe39974 SHA512 c655918fcda5deb8ce792708509e4959139f113c1006dd41b94d7073ffc204512a22cdeeee05c87534db9c414da3f4eb716e1a26970646fcb1c139a14eb8a2fa DIST fallible-streaming-iterator-0.1.9.crate 9249 BLAKE2B cc4459b34a9ad00552a5248d090d1f25804b92838f41131e475abb83ae0b89401248feeb52a49dbffd499ccc0ba0f2f1d044f2f3e9b06662be01fe2257a4e885 SHA512 34824e2007cb944eaf54b10d6d3885bb17ef2a2976c6dd7695ff82a937cc95eb65d343dd7a5cd2fab5aa5859faae3352a9e1c78f239ff736900c1dbc3f5ef7dc DIST fastrand-2.0.1.crate 14664 BLAKE2B 7a5812153500170dcc53ca8d66384fef46eeb5a8f970be43863f22f82bf427672d07cb053f4e04b0fea358ca89178399871235680f57223b8561c07b8d21cf13 SHA512 79a1e1b3f39264f037def236afbd87b732f5e0a2154b1d9e721b3c7990c52be45138320e2571fe628f482e0da7e3cf867abb745e3c277b19015fc031fd4410d9 -DIST fd-lock-4.0.1.crate 13579 BLAKE2B 64ed2111a4110cf0767e46bc467b4ad65473d2645580c41b3f81cc84e7e210db80dd574442a1f5f7d69aa10277b96be0c9961f2292519882d8a9871c2b0c4c89 SHA512 0bab2ded4b249d1437ca85de93b77807f84357d4b2a8a2a57ff407e0432bea817a4798f087399322eb7b46d36e8fbd26962fd759002910eee173a3542cb184e2 +DIST fastrand-2.0.2.crate 14674 BLAKE2B ea23f52d745f4fcfd4ec911d48d77c60da837f57942994b17458daac7cae38953cf679459908d68e5f393d03a90cd6eddba23d2a86c2bc11ebfeed0bb41fe4dd SHA512 3ef9c21e4928071619adbad6421165ea82feb04c26ee18893b172f9f8a510b9a2097257ae31647a907680412b68d6662eff13cb27649ed9f5e68c374619701cf DIST fd-lock-4.0.2.crate 13675 BLAKE2B 055e7254c6ea0185a099cba229c15a1044a6c0826eb6151e990134c816be4dd26bb8ab41631be8650340bacc16324a706656d2901c3969354a854216ad3cb306 SHA512 acc5aaf6e89169062c1c59d5258b590d4bde21a35f0acb7da2e3167d0668fa678d1febc305e32d95329a7e5bdb784fadb9b85417a5e4e5deea53d59f05bea74e DIST fehler-1.0.0.crate 9032 BLAKE2B 02ec60e347bde84b67ec41ecc22c07de3059f53301e68f850e3c971dbfe470a805e918ceb5064c5718f16fdf5be497d1d9ee41aa7cc9bbb942de6d5dca814ae4 SHA512 37a481f4488cde37b5ec342f2f58dd3ccd4ad1284ceec2b00032777b1755c8b6fa6ed3accebfc56c7556ee434ae2af79c33612aaa8a02d8b5dba7c3644da154b DIST fehler-macros-1.0.0.crate 3271 BLAKE2B 738b8945869c7837368f083c9531986e1cee81d2ca1ab11a43f56731ab73d849c3c70fda8cbdfc23de64a51ca2e727f400fc20f3adeaa777098ab81b032f8983 SHA512 737b73a7f150f0ce308cdb8d069cce3df8aae47e46039dc2e342059af4340a0f35cd3435b26cba9c3c5267fbab6d2688628355c4fcb45781d1bbab8caae1c89d DIST ff-0.13.0.crate 17688 BLAKE2B c32379ebfea6cadd162dc169e0b413577fd191620f4f2a1c7d18e50ddfbe561ca865bc3e0fee3be287f43f6c9f2982992cbc56629889689bcbbf652e512da80b SHA512 eab19938f5a2cddb0fcc78b0724efd788aab7f17f04c482e0d06acac4d1cef2bcbfc74d6e4b2d9f535f9c955bf39c2153e010bdd2fa72d6d637d44baf8bf5f63 DIST fiat-crypto-0.2.5.crate 495387 BLAKE2B 9011b63786ec723ebf77fdcd8247425d69d9522778c008629f3deaadb1716ef6034bb8f092ea77eb0c9255e8235cf3b687e0166d7d260c9d3a9170c10a01126c SHA512 c2b40d8acb78820fa74c8c427dabbc09f8eccbde806180cac3110268cd947be964d78b23fb62506cb9cf0a89da42347454bb9e516803fe4027bb633da8d87f06 DIST fiat-crypto-0.2.6.crate 495387 BLAKE2B 2dacb1cb45435a1a4bf577e3ea2623250ea9c30485a934d7afb63dd81ffdd35c411b04f68e206e9747f572c730ae0f5ebbd696dd45673d3b0429ebfa395eb561 SHA512 810cfcf91d959f7fc765295982b69dee141f4a50facf72a2db1832e1216e8166886c5dc6a92b6703deee27f3a64c7e1f91f7f377ddecf0d6f0ba37f7ab1462c3 +DIST fiat-crypto-0.2.7.crate 495388 BLAKE2B bf3c64cea6e28bff4b21be6bad51e6acd38c5a63e24214ef52feffc43bdcd30e5bf6cf9ed2423026b71b028cea16f949d130c8a570c28e7721043a321401893a SHA512 aba4ec81c04b7dc5358a9cc35b50c2596f46ef9d47d848dee51e1727d82b5cfc2ca9e6de1a45958900f030a5bb4b6a564518193b2ffd4ba85aa6f82aef48d95a DIST file_diff-1.0.0.crate 282318 BLAKE2B 628bbbd75e7a8f192e54f75e3898b2c128f23c0111299fe54676f00ebfe532794f4b7fa28b27df3f94d96c8e4405fb9d2dd73e3459dbb888a38a4e99c6383389 SHA512 260313bcf0860e63d9f78523d81416fbc360a33c7c1740306d9d5b8aa1640e509b7330313c38105cd662881a47c46f89193e473f0b7da12d3848ed59d84e9905 DIST filetime-0.2.23.crate 14942 BLAKE2B e4d2d9c11745dfa5592903f3c3c6a9871292a02f9862607b610ead7562b5d1fc3b64d37e779cad0630bde8012efda72d86af5e687cd2ef5d3627d8a89bca517c SHA512 8d5ac82482758577d1d0669abbe7b880efc44958687bba745c9ee4a5c16bddb44ec0fbe9c29cf424e7120905f3c3da607f3a7ca1e50287154c0475ddf2148bf3 DIST fixedbitset-0.4.2.crate 15954 BLAKE2B 91270883db5ad0e999ebbca1123d8729d3040eb936034ab8da3cda72a830e45fcb977b3fe3c2b94e870c1fbc366ee8602357bb77e8b9a40cc41a04afad1b266b SHA512 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab @@ -181,28 +178,23 @@ DIST form_urlencoded-1.2.1.crate 8969 BLAKE2B 383d3a197b73fba199220b7708e16d7705 DIST fs2-0.4.3.crate 13138 BLAKE2B a8c53130014affc276544360425718c480fe6b6583675e15e8bf25dca0cd2752aeb0793135fce1bdc12bcfc0ef21fb7f6aa298981d61ac150300eb134c2014e0 SHA512 b83fefa9123f304e4813ec1dacbb1aee5dc0c94e1316cd7c8a434aa2a242c9c42523d2bd8232d78e6c84c4e172b5c46ef8605e93b54216a2d4496fdf885dcf50 DIST fs_at-0.1.10.crate 36185 BLAKE2B 78aff7a9dea0d073455dc016789c45dadbc4bb61c644d5f28ccc13180f872cba6eecaaf8a5ae9c5f8a8ccfb9a219842e83f934c68750666010f465a6499c2f41 SHA512 dbd25da75b77e2b7a6694e456d55f492f4eef54ce7a7fc712a40e2559269c6b044bced46d4df6a33f977a75e1b6871ec7462ca37a98035408a2970c7408b6877 DIST futures-0.3.30.crate 53828 BLAKE2B 4e595639500f7147ceb994359ef1656ed096ea679409a5721c05ff84ba439fe4e82563a7cf8dca9aed4cd16b03e89ba1385b0a34feed9d4923871225e131b91e SHA512 98fc67bf1047609c8bb0763c00ab9cb39b6a6d0cb7d993bce4966ddc2492a6578b789e98095981b207ddd73ac4b1dfcd5224b352a0e970eed347537c6fbea43e -DIST futures-channel-0.3.29.crate 32432 BLAKE2B fa89fb7bb14e5d23e19636de6116fcad23668e320a4c75409ef232f83d473e3c6db89a44b640cae969a0a7210df6ad6e5f7886e284481e0c2a816ef01e0c3d93 SHA512 f04574f9e88b5d56570ae0aeab082c6c1e4382e1594d83646c1899416e7403bdd7537282bdb20146b5df4fe24b550dcf35c497af04c2210575413d6c8018dff0 DIST futures-channel-0.3.30.crate 31736 BLAKE2B 57461dbb723fd53daa07b2fe6164125508cc3901e0138d2a60da5c814ade415a3611baa45c71487f1853812282ef358c132785ff40c630408e8544d57eee3483 SHA512 689531748821529c528772a6dd0f27362078ff5803d2e0b431ee5a0ecf8787b5a15262d65d52f48486ded46b88f7a9c477ad95cc2c5a3e8f5f9b9f53f367832c -DIST futures-core-0.3.29.crate 14808 BLAKE2B f1ebfc7c1c7a8a212ed7e6c5c72d973f7dafe8b4635c8d42070d6842bd4920fd39775195571dec2f6395c5002d8ac02af889581fdbf878a45e0eb27dc6c5f0b9 SHA512 ae10dc9c1473e4625bee4db902ab3833bb047bd159a40e4fc4cfdc3a266d1ab99e85aa3db4f8dd867e08926d8dc733760b3258884ab890db1fd69f1520715592 DIST futures-core-0.3.30.crate 14071 BLAKE2B 76a9fa5aedd0d4ae8dd9db9639839b6b342125759c1b9f9bbf58aacb4ecca316ff1f24ff8f3c15f559ffbf974e4c2cd02a5418cb4c4d7612dac8449c8234eeb8 SHA512 3c7259ddacbe02e47a84178b75e5f13523bd0c8f8bc0b2375f7ecca60b7075695ee0a5cc4e1c1de26665cf250271173be803661e2f2f53e2a3b96380a8efe7c4 DIST futures-executor-0.3.30.crate 17744 BLAKE2B 927abec40eab31251409149179baa95a8d025f9cdb848afa83f95439c4768abbf6da8e2163291a086ea0b83b0b650d1e19cb8e15f70369b70efdc70eb3121f6b SHA512 fa65c038e5eeee695b2673cd65cf7529713bef47da373290595b554bc287267ee5cd015ddeda5a22169cc8828717987364584a91a69685cdbfc0fc779abd764f -DIST futures-io-0.3.29.crate 8908 BLAKE2B 909bd5dadadbf726dba3943dcec930c7409e20d8d324a52444f4145f5972e30ee4b1e48b7c2d9982fbea62ed5f3288e68e8920e99cf83d7cb81b9de1e8d81246 SHA512 869862f8728d94f0f0e71f9b24d0bd26b8bcafe70a80dd1dde4cefce73d91dc0cca80fb22e891f66024a77dcf28e8858e815bd436eb17d4c3119a7e68fefbaec DIST futures-io-0.3.30.crate 8910 BLAKE2B c9af4290f45a9fd0839e107fbdfa4abff4f9077ff45b61054670419076f1c4508d7d560d4d86f8cd7ce146e436e531b9f5e0abfed2c4f2406c57be209cfdd498 SHA512 077acf5eab1101917b5b4b4b83347d30d533110d9a34c2de6db1411ffae0f0530f457033c5a5c14249119e89375c9f12127790b46e486dcd003a12a6fad48bc2 -DIST futures-macro-0.3.29.crate 11278 BLAKE2B 025cca67a95da0399592b0b2cbb5e47ef3685cfe21c074b4fb807f13dc4644fbd9984b92e6a240deabd7de9074cae6cf3a0b64b37045974ed9d223dfeb24a726 SHA512 0134430d604bffc5066ad826cd14656fba24a9e412f65b4053412103bf3df7934474a0eb63e773b3de0cca8b57b6dd196229f57fb665241b583c961b79129560 DIST futures-macro-0.3.30.crate 11278 BLAKE2B 6311039db4bd31242e4f45bb7c581bec28eec9da850c47ffd9235c4baef5e5f1c72155f49573b2dc942a9cf246949b79c7d35200d04f91a13b0205cbd33d96c0 SHA512 220b5cc61c744617479d7e8ef9888785a17b9bc26c517c9c4445a39e8be21f111f77e53bfb3d143df18dfde23feccee17e349a84b897eb4d86f94d7ae4f714cc -DIST futures-sink-0.3.29.crate 7853 BLAKE2B 2c5dc852006b364be92e59a9adcc200bc0966cb2ded763e4d5bc3658071a8417d8c5c74ea2f2a96ab9a111602ed94b8cb72356d851178ca634583f172cb77041 SHA512 20f6a790dd83ed4db54911160254cb33c7a7fd93298df7b3dfc6f1da50c6402bdb17ccb5fc03bc9ad315c277e3dcfe4b3648fde5ace09d90f84d11febd6a0d9e DIST futures-sink-0.3.30.crate 7852 BLAKE2B dc768e4ec4c9f9dfb22a20c1c977401d859072b9222e6f77978332f495cbd0f764b175a679c9d7c77028d7b56cda5e2d86188ee979c7f323187defa6a0485ce3 SHA512 1c198da8f4118d9a9ab2b597e3f7b4e1ac7094dfa547bb81f3c4148c45216ef55b309255849174a517ebddba6c874283425f1df6e56e2ba5150af091bacf46a3 -DIST futures-task-0.3.29.crate 11853 BLAKE2B 050df023d7942207ea11cbe5e1cb5316a255763948b0c07d479828a3245ca34b82a71d1854ddbb13e01e853bd4ce424b319b2182346c36122d0246649390961e SHA512 6f8da7141899cceaa498c857a81c69330c093cf518e101dc53ee1e37123fae918536fcb1dde038e06c08f05c5f378a50970265a35229fb31c2377146cf94be39 DIST futures-task-0.3.30.crate 11126 BLAKE2B c2ded9b9b709fc10c44cfeaa72d4e7477e43331b14f3e72433b25126fef93f2812a09b4fdc3c246b7379d41d3764ba17fa87c3e9c131095864cbb5f54771a204 SHA512 c190fa0acf7ff15fa67fe172911cfae803b2a8c08168570a5518a40767d08134f147259a413ab25c45cac5dbf2f601a9753c77ab0eb2c180cad2fe48cfe3867d -DIST futures-util-0.3.29.crate 160207 BLAKE2B 2f545d3387d5ca21c13bc157eb219ef767b7b0c9957329f3ccf247e6402295f5384e01121a1e1ed062223568f6d7db13602b38878a280f19d26c26cf184508d7 SHA512 48fae22d9b5f38aa85b423ade3022dc693775aad5c3e6988d35e4d529b9395c0f35ceeb394492e0f3ec96719cc3f3fe4ed3811df045b840b63231921e42fd65a DIST futures-util-0.3.30.crate 159977 BLAKE2B 9012edf76336952dab02cb61db48dfc74b6cfc17c137c36372709e8d575b306a4d7c4da89328067c9482a645aceb7b44ef57deb21a0c25964a5515e738a039d0 SHA512 7faae5aa35641d858d0f5430e4a69acd4ba9037852ad73c5a890bffeed411d28820883e18bad4ca8f7b0a765f9f4c5dbeaf5d0cfaaf90c2c69846434ae091951 DIST generator-0.7.5.crate 29947 BLAKE2B d6c68ecaa48f30e3657bab1315228194c679e6bdf71cf7ea28273ac20aa34ba416309d6253ac19cb5e940e7c058eed39eff1c0a5594103389136d10148bd1338 SHA512 fb634f5fa252acc3d22ff925cfc06f02c4c82c64c567c98fde9040b457b8248a6199d0ccbdf27d759e75134318c0bc1a9d9cb351af4edf5332cc184c90c89d3e DIST generator-0.7.6.crate 33721 BLAKE2B 79ac03bd7fdbaf53c889b08d0f5154151be059c52489bd2f89cedf4430a13c90bb7068d6aed86634db311bc42a91231f36e0a4fe078c326bc6ccfa2609d21373 SHA512 33d2d2ed097001b14c93f91cdd1d101fbb521690aac52edeef1133ee39c73b24a90d6a7bf0269787fdaa73d8a189815f7e0cee84dc87351dc3db034fde220d5e DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d +DIST gethostname-0.4.3.crate 9336 BLAKE2B 12be5fdca0b6e3788cf3d67a4a80f283d240611b4fd37b6d1c37eb2503e4a7025b17bbb70adf421ac840d8f952434bdedf4691f31362780a267e21e8c4d3a006 SHA512 8c5dc404132f2ecf9bf82d8b89cbd698b4cb6d43141c47a60b95401da2e8c314347ab0a0ad5fba50cf98f01a621faa68293cb78f48977d3ddfe6e6f21926abf7 DIST getopts-0.2.21.crate 18457 BLAKE2B 10651e947e49acc768d99ae56ca5a7f37c1f61bbd1674e2ca58e3ae563fd64f3563d53ccdd0ae7a878710a39e13a99ac8c274974157db2c691f8c222de14992d SHA512 5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f -DIST getrandom-0.2.11.crate 35391 BLAKE2B cc3af20769f8effebcd6fe4f48bb762211f78cfad016b796ce4b6b83a25d0a758ecee4352af18ef97e84c17fb4efb0c7bf113b53d2dd30eaa32067fed97978fa SHA512 2230c219e1080b4b13f207bdfd54b1acff37d9e5fec5263ec9952df9c0279939b231c722b54524deab85002caf1047a471f3fba8090428d918e99d53edf82345 DIST getrandom-0.2.12.crate 36163 BLAKE2B 0afef8504932ea0ea051cde1d14bd5b79edde68d6ebae6fe88fa4aaa532605a16f466d0d9c0d0aa619eaa105600b6d5ee4e191865a3fa041549a78f78ca82396 SHA512 dd97d7dae1a7ba653abdaf2db719e1a9c8eb721b08b4af0f1c45b1ed5079069d1b57e4f6d9d879e7fae3a890763f4b6aea9bc2d945392b98e811e7b348589bee +DIST getrandom-0.2.14.crate 37307 BLAKE2B 5904388869335ea904d950ee83ad1867a0d3f6831b7139102b53f4bb4a2c12371c9396f1f1cbcc44e3ce69a4ea316651b1674722071bfa7562385ad4b6a88c33 SHA512 6c334415e09f570e3123e3c6c6eed1727533ac6c9c4142e16ae995c237a16effe146832a891be9fdde4335bd02b454e0fdd9160f20dc02f107ad106756221658 DIST ghash-0.5.0.crate 9244 BLAKE2B 11bb11310128193ec6861f3a54fac78addf50a9889bf9b66c29dc07e8e183de306c3271b8542d1c70051a615e5ad2e6cdd8a53b9873910f0e3924f8cc3caed68 SHA512 82a380882e051ba574a8159133a4c9e9f5e229780075f4dcdfa38acf47a5632831a08f9cf35b78d8f73d6d7381b8be9454b2f069171849795170844fe67458dd +DIST ghash-0.5.1.crate 9482 BLAKE2B 77510c9a42ebc486e35cda6893e7f9f464628d6e4ef2f2f1adfe5d6371dc2f7e2d0578665d02dc5647651a96f3f06ed9cd3825caf462d70a740c9e937ac8cb50 SHA512 00041605bb458305f0fc54d2c8dde2cae672451646fc41a94dacf83950ee44f75464a926439e7e6d1ca3ded05a9b697138f62fba6f4e86ea3df034ad7240af06 DIST gimli-0.28.1.crate 270497 BLAKE2B 4089e0f871295d464e548610ab5f0c2fd863825416109cf58ca827e482897f00eab23b795295758f1e3af16167b52c77c91df6f707f1f445984a6c4bcd68c6ef SHA512 695e46471fc07813dc4a47744458729b097f6efbfceeb57eb3db4165654e99bebb98dde2d73230b90bb5dd7c0ca0c6e77c7c3dc6f2abf70058b830a2fb386d25 DIST git-testament-0.2.5.crate 9312 BLAKE2B 0d36d28a36d1b477518aa4cf5d8488ceabf947d54dd9ee1607df475c75a8976792a152c866af27c312d222cc0c3b2a57d7d29eddc8c751bb5b99465058e1b60a SHA512 9fa04b6cbd1e13d2ebdaafd852fab2bceaf4e59d8aca584462b7cb92a53c798c17f4ddf9bfff209fd59e18a1af4eb60499070b7eff7b3cf4cc84d44208268246 DIST git-testament-derive-0.2.0.crate 5795 BLAKE2B ab6f1ce439059d0aed34680981d26b952fe574f9db4bb59722187097dfa8903ff1a8c5dd33a66ada062ed769907013beba86ada57ff6f724975e5136102fee37 SHA512 efadcfc525dc0bb46a9559d0bdf2f10608e67f8c16689038d54d176701844501e113a153ba00ace429ac7304cd08fb7aa6503337b70d1f39f770e9f635134793 @@ -210,14 +202,13 @@ DIST glob-0.3.1.crate 18880 BLAKE2B dc89b3a664e810264dd7a01ad892e865ce35b504bfe5 DIST globset-0.4.14.crate 25090 BLAKE2B 2c3e6f8384a066ebfa1f36bf03125b5eae79329255674e32c58963451d4b342ada10f17524232a953bee133b3c77b678a141543759ebc622b5fd659fe55622ae SHA512 e83e4f5e42a97609e2579b09f49c2cb0a76a94e7e2975c5871f2c5af5d3b809736e0a7b220404c582f4a0c7eebdbfad6cb432e89b26401b58f2b253f8c0151bc DIST globwalk-0.8.1.crate 13705 BLAKE2B 4d0fcc805cfddb47af24f5d8f2c4f9bcbba48a8a523e565f7ce7bea767b6d108ae5e3f5cccf6647b497b3690f862e1652812b9d83ffd02c634119d5e03d1a7e6 SHA512 3235fdd9c24ffc54994a0b37862c44e16a4c9ef6a7e1a008c5d83dc62a9683ade97e451e4da7f6db710be2532339a55038fa3bb85dbe6685d1c807cf42f6d955 DIST group-0.13.0.crate 16526 BLAKE2B 099ced5b8d16e6fefc331f2d89aee931ec5900a168dbe31bfbe29bd00304e8525fa5763dbcd60cb19ac6c62c8d77877f2d83e700c7ab18255b08c9b42be60d24 SHA512 359db06bee4cb51ffe799d9c408791e310e72fde3bb3fd447cf97482ebb909af07b43e9b728e3639d5497fc905b650bf00403b3a6b21515e6628c2466e0851e3 -DIST h2-0.3.22.crate 166413 BLAKE2B 058456b6799d1ff73dc914b37279c4ad2cf5f8cf4fa2532dc6e1fab76c3f8ba67589c3fd481f5fb02b2df3927ea75c8a4c359943565ef81af6d5759bd679fce5 SHA512 70cc7e246ac554c9a15bf2d53a5473e878f426fa426fa266fd91fc2ebf4071b7b207c4f7f104f84242f6f9163ff4c790432f73b61b43e1ef5231b0ff424ceaab DIST h2-0.3.24.crate 167814 BLAKE2B df25fee9f6e39f8ddcb9c1be4775d055328606b3454786a397c50564e3e8340d72d0fd58581239063e29fb80acf92444e1d588b0672817b12cc5c1322652189d SHA512 4741e2732f08c6388c112877f52d6f859088026f75bf928f90b06a521d43e8e8c10f14d088f8a17b42a0a613ee43009882077a68df9300d17365d936400f1695 +DIST h2-0.3.26.crate 168315 BLAKE2B 81c65e519bacc8570a28b82808828044d1c94f8cf9111ae432b1684f216ce51c1b583b87a2bda3c36cf206dd508084b8f0877e93d58c8d511f87eb143bc77ca9 SHA512 3e1fb02d42d86c9fbaee6f10fec78eebd9a31a70efbead1f4ca22664ee0e96809a52b06e23a9b6f5d0646422dc8054b5ff5d82644ef65cbc0ed2b3729d849163 DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76 DIST hashbrown-0.14.3.crate 141425 BLAKE2B 23c63a99c6c6b7a6b9b9e8bbbc7f1e342e1eb9d7582fc9eb408d3eec50c99f34502d450170bcfef4da7f2b1e743e1d1619875ec879e4753dffcb84f3c10dc3b2 SHA512 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356 DIST hashlink-0.8.4.crate 26514 BLAKE2B b4f0e4c964a7a3f7bb31f5b04c34598372fa867fca4550c3e170a1eb31d58cff44314448a467d4b8d6748aa7a7bea4ed422bff76e9e0a5018f29b85a6c51f3f0 SHA512 4b21564c26673458668da18fd95246514e90cad603ada7875466bb056fe461ab31c1db77fc2ebfe207a1bcff06df2b0b29c258f7fa9e5c19cb4e4b2388d53ff7 DIST hashlink-0.9.0.crate 26390 BLAKE2B ba93177de6be0ca355038b80091454b1ba4daae5f266b9796b300db08e73a5399471a73c55fa3b9207f8702fb10f75d4ba4b1c6d9d7ee0a75fe5b93ee5de2bce SHA512 bf9d356d39e14e4de4a95ac6f43064ce42f42fac15ce005d7225d2538968ab171c89c4fade7b1f76e480783406d2f6afd005f8450e0c674b9a138951f0abd7a9 DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 -DIST hermit-abi-0.3.3.crate 14253 BLAKE2B 9ed8b40a1cc894addcba2a45562d74359ba55156e2c3a547afce139324b1345df2f158f58978ccd7d343fac5e5d2cda86e2e0a9dafc77af36d4cd8aa0a6d4c03 SHA512 eb162d085e8e0db72571aca925fdb6094d1e5d091766dd62d6a116957459bfadc8d51f1acc67f4da3cf6a8802c0ff445f3ad2516c1df8fcdca0b751632e150a1 DIST hermit-abi-0.3.4.crate 14445 BLAKE2B 4dd00ad81a5ba9f94e6658c2964ae7983990c9e7df228cb92039964bc5fec537802ef221812adac53b2adac345df84179c03fc982b3c90bd097175fa5f8c4a49 SHA512 61c2d4aa1f5edc1a51e1e6c07cd360b88db1ef7302b583ea9b97ce62d1020b8864e7bbe4b5d7de82760cc319c15c7cf75509fcd536ad5913f50046de662eeea4 DIST hermit-abi-0.3.9.crate 16165 BLAKE2B b779f005bd4cb9ba9abe401a0a559a5bbcc44726ac37f53e9c8d1f7218389ec8b48f74d14666261bc4fba4fbe5558cfefae873c49a2312c8c8bd4010b8344064 SHA512 f3a5a51d834a6ad55480b53f7e9cdc73a512ab0cc6c246a6ab1e8bf8f9851a0c8a55982f5bba6cb57b5a03b54870e73b0bab0a79195764c308318394a3ea8045 DIST hickory-client-0.24.0.crate 37831 BLAKE2B a0fae0f448ee632fb024fa226981a492a8fd7a1b5defeb9e4b8a506e393e89449961bc76302857271bd5767d50f6aed244675326ac904e14f1d592dad672f2dc SHA512 610d5677b2b5cfdb6ca69babe57767a908f2420a8fb60e9a145f0b879b03ef7fef2127ff6ea65ba77d6f30b748a9c9bd07b102510249997819b57217a8890734 @@ -228,26 +219,25 @@ DIST hmac-0.12.1.crate 42657 BLAKE2B 5d432a666dbcf9077a98e1f8a4aaa3afc88f3d88553 DIST hostname-0.3.1.crate 9272 BLAKE2B cafcae4bbfadd51d058e3daba3e63d897bc3418723d8e843fd941d9663dbc89dba131c77d14ce7a5da552650ea3c40c4e418c88d465f1bab2fa20c178596852d SHA512 a90407996353c9bcf5b76be03713e3a0455ac80a50892e77a508744cf436a938ddb87ef97d8cc91ec7dc4353cfb7bca0fd28c90a72f8a9ecd4f29220d174edf2 DIST html-escape-0.2.13.crate 23345 BLAKE2B a138f627fe019eed647230dd88bc37228fd00a356b709fdf82aca1e3dc9eef9518336d9de2c3be14537266e971ab5439890e84443f3a6f1c286a9db2b5757835 SHA512 3b6328313a4cec3fbf3f2d7fd417c6ac19ade8ae196ecdb3a3255a335c7d2e557180eec199319f6ca4aafe443ed99d8341296f0b1732fd4944ca0bbd178bb54d DIST http-0.2.11.crate 100478 BLAKE2B 1ef12d67fc52392322c24f79ca49c52fcd7dcad0145b761c8aea21fef38682919d664161f242c606a1f3737987368c08432f33e2abfa53d681c6c2aa5cb000cb SHA512 71d98f5fa55c7bdb9fb31e36f898e8b2b7596dcb30ef9b5df3e34581b7306b66a782e82c2797732e28626eec5c9e432cc0475703e5a0e0e47aa1d6f22235ef51 +DIST http-0.2.12.crate 101964 BLAKE2B c35c2ae5f9494cafdfacefd778b4b6824588e74685fe5204bc6efa87b667d00b28f59cae667115fe45ae332d8542e7a0c2c7c42fdeb302302f89b00cb716f380 SHA512 e32dd4600aae7e26f1d530871815b30fa0b9bf95293005649bd9a7bc4df7f69a1d8de503d1b8873e67a5496e644d0a47db2a0680fa1e9058bee4dcecccebee58 DIST http-body-0.4.6.crate 10773 BLAKE2B 828a43f8ec79a7187cd6f5379edd50127cefa8e80e9bc1205e80c567f506f4778387dcb1d2808e68f1b88bfc7e2d6405ddf9ede9403d35584e31bc62db0b7756 SHA512 fd74fcbd25044aefa183e3caad6cde0967cbb00b6d80addec2589d037b752cdafcdfd02d29d38a12b5c7d87cf1cb5e5ed80488057735b9dd73e03904006a5462 DIST httparse-1.8.0.crate 29954 BLAKE2B 82c48fdd6d28e94c42df180415ea3e30d471ace2fee09d7d8d33aff0a8e9a15d3029c90f3bb036b4f587c8902094a2ec21e4ca6ca7b654a82562bd84fe208ef9 SHA512 849159d9876e0474c71f3c7aa3a7271699b807b293832d88d52e4326ed410b25f9d7b9ad75a143a51fb5c8ea5016c2513348edbc050d3b62dc9a6737ae98ee8f DIST httpdate-1.0.3.crate 10639 BLAKE2B ce0b401c69f76252639c10f6c2e4a823574a58565d7c5cc3633c72837aa4ec3630b34b148de4378ec498db196e3b2e1413ca0e5a4d9247855380fe19a8c20f94 SHA512 0586888fe89f40b838d5ceb083084d0b8058feff1d2933faedb96896dc86eec68b541a0374a508fd11b86eeadab3c62f88568ffe2c53206fad438373a50b2e5a DIST humansize-2.1.3.crate 11953 BLAKE2B f5ed4a378fd6692a6241c84657f9ce5422ba7331be6fe79b3d94ec87827ecb8459a1b214f7ff6db00696fbb17bf921c718860de4139b969a0f386d7423c1a4b5 SHA512 0adb6825650fa074a0ff33a4090563987ef311de5ab23e12f715286d8198310d17cca9028f41b8ef0e17d15b939e50d165419853ffde6a7ccf977d33acd920fe DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c6662cce307beb6701894552362a25e371aad65f8fb9384945b48815ca74bb8b544a32e0a5845b7edd30b918c9 SHA512 3bf29ddd1391d82897c22baa0ff3ed58ef6d6959859f1f8ed54d324caba5b6fb4422e56790511ce82f902cd11467f93c8ab7fc7b0e0bdb719308a4d0a446ae0c -DIST hyper-0.14.27.crate 195700 BLAKE2B 4c079a6f99b1da3816c08df3935b5c9c1a3acf878111f4afffe67cbe816975aae0bd49577fa7cdc1bd55ed78dd2328cb1b0cc09064e9bf6caadde91403159912 SHA512 580f2589dc1f938d2563d3fdfd1cb2f1b11278333ac54e813e4dbe50a0e63952546385f057b20eb123516b2f74e19b62a3ed0cd546fdf868f6a5770cd95643a2 DIST hyper-0.14.28.crate 197204 BLAKE2B b99c91eaf65947642e217d159372750ce57e332675705cabfdcafdcc9ed3cd90130a9c600118c76e167b927a481b2120d0f4b499772e4fa710803abbec5385cf SHA512 deb26e3815e6315dd193c4db22efe1e73e44bc7c1d400bc7654e950bd074a200b7cbb730ca30faac0940c88529fea60d5737a4fc7ccd4fa24c2ecdb2a0b450a7 DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4 SHA512 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e -DIST iana-time-zone-0.1.58.crate 27020 BLAKE2B 3e62ae3876e181e6ce4be1ca2417363298c0b83fe7d66d1e1dcb5ec308e9342871306387ca0c5fb3aa7ebf8f16968094d4c7b4a497fb792171fd400fe23e6a50 SHA512 9e55f17e08f371c476394ac2db9b447ff7f2a5e37e2cd3e84ec3e2b77980bd9de7eb81e8618695367d708e69156628a2e4ed80c4b7343aa71ce0d75a41e24b75 DIST iana-time-zone-0.1.59.crate 27033 BLAKE2B 5d7c9fa38c85a99ae9da34c881e1b6b626c6a1356d7de412868a26fbb469bdc8408a0baac4fc940354d5223b3004924819a1d1663b129d9addb22689a55f900c SHA512 3c9da44a31423b451cda42b1fd340b29f18c05fc88f4e3c5b0ad5d1e6cf426691cc87b7ffcb9f47c12c4e8d9a3b504e44edc7f6975b867cf8612e93e6eac1f91 DIST iana-time-zone-0.1.60.crate 27074 BLAKE2B 6f534056e220e2f721fc7c7f3ed24152eea7f07d1f4cb3609ca734ade32a2d6b18fd0164ed831170cdff192cbe48653b2c4eb0903fb6f157292b3b5bf47299bb SHA512 5619b994d3277f56e65322a7903e4c5e03928a87bdb72831cbef88788aaf5573b8460abc0a4d5488c5df7052bb978531d973dd66002b0ec4a3af468928c9b722 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST idea-0.5.1.crate 23243 BLAKE2B 3db4dc0fe83e1cb408e7e2b69996e6d58af18d43efc2cf4b04227f5465ca2446e805b12bc760f10f0acca284f6d79045a9173e1593977f04690de680acb9fe4d SHA512 f5d7254816210734f4c6f4e74801b38ecb44765cc97692843444975e7e62d6975e021f7010c11e991bfe46e254478fc0ea08634759ea9ad5c37ec2c7ee8141cd DIST idna-0.4.0.crate 271429 BLAKE2B 8b81bc4535d2e8a1100ddeaf6f43c043fd601ee3b37eb109a9dff01630a81603223407bd5c2f1a1b108d741c811781b205c10148a0122b8125c237a5d5ba8a58 SHA512 b4133c5f73bd9c4ccc05245a9edcc5c980714129ce4f6eb7851eea7e509617ff972fadefe6ac78db6b4106667d9d6070de52c4d42414c95921e3d9fe1b7a76cb DIST idna-0.5.0.crate 271940 BLAKE2B 0b781c2e9bf717af429efb53bdfd18244f2b8c58e5111c3bd3bee50c8a01cc747513fe20db75c38b6b771d5845647bf6c1849ae6667766c9623e018c1f399a9b SHA512 bee6cfbfc99859b113aa8c7b487429a836dabc4e317980f132d28ff8333336f33480bf9f8b186a07115eff33024cd855bc85d346fce85e17c4132e886769c54c -DIST ignore-0.4.21.crate 55500 BLAKE2B f9ede294134ff8f18b1dece391664de3367c6b691ac47db5bc86c314e1db7ecbae6ddd9eba2433140209901a6c16cca383c48bbff3315c9e6f3b93783752e533 SHA512 34f41115f5ecb4e76c1a3a74052f35f2b9ada17963dcf0f6257bedd843f54a44b3c170d7c44763399edf2997d2c8f291e1eab6622aa7afcbf50eb9485d722b41 DIST ignore-0.4.22.crate 55462 BLAKE2B a9a29e5286c9a9c132f2fa319226bfa85c9555150afd18e34bd3b37915250842c46f6079208dce75674fef448450dfd23242858ee2e4e2bdb7eb65f89d689d0c SHA512 9647a4887258dd970c87798dee32a16c1cda75ce3e352829f78d97e1b786d67f74d89b2fd76d48a607fe795213965c04c9dfb47713f8fa80561f87ac465956d9 DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 DIST indexmap-2.1.0.crate 68224 BLAKE2B 9d833570cbb63ecae138ca234b998bd0e5b11b1a7e3d5ef4a21212bb32d0998395f1fc609f66860bdbab198081687630f583f5a2e495fac1afa40ff48bee8a0f SHA512 9d303eef918b9264b9fe326cc1d71f4095f7ed5639ed8696efa3e9be65dff2c50ada4495409e109e7718997db51ae1fd865cf8e88978107d7823faba14380600 DIST indexmap-2.2.4.crate 80638 BLAKE2B ca6338d748a3bff1b899180ca5326856b1060198537548113c5910f8e45951d68635d967612c1afa49ce6f055853c9fe5ff22f2eb27a2b49ae33a74620d80cdf SHA512 fbcebcde0b8f81eea2bed3ba02af7ef8a867c18b56e76205ea0cb6378718be3b112fac1abb6ed0e895ce8dde5a6cf743305428c99711002c48cc0201c610e13d +DIST indexmap-2.2.6.crate 82420 BLAKE2B fac5cf6339dc3c0a40b100035a5c874cc7b2efeafeb31c51488d25156e392dc9db86a497e76eead351d2126f69d060422faa9c55d73407a0de9f5be18d234123 SHA512 53211c4a9003d751feb6dcdf1a76495764cbf32d24bbfe2be7023946622ef4f2b07a6de57109e5d24ee01892f4b2be0e0692e10cd31fd39c4ffdff4d37abe9ea DIST indicatif-0.17.8.crate 64869 BLAKE2B c534020b2c7b25bb07cdd0fd4414fc817506647cf5b8e2081c22be58857d5adb170082a3756004c69187619fc5625f8b9a1904566dc51c621838e09ecda5b43e SHA512 487e73445c5c7d3c16d6f93a3d9767f41b37d2832e56851154f8b69e678ab7d9ab04eba225a6bcf8b48842ae0db0249b060e998e29a252dedf8afacdc88b1aaf DIST inout-0.1.3.crate 10743 BLAKE2B ac2fa5cadd98088ea3f6eb94ca46b3a9ceb6547ba49f0de311d86474d71024d1a087ce9b8d44ec808008db69146e9c81446bcfeebeb2fd74d2e8d0ad2c4975ed SHA512 1db5bc2bd87aae145b3b0be6669a9a722df2aac8f970fda210aaf945c372e641b941cee822917926dfa1ab8381c6e99cc7df4b18d2f4e2fbef17fdec36ed2beb DIST instant-0.1.12.crate 6128 BLAKE2B 728923f757c1ee4e4a7afb90e460eed81392068961240a538e5c6468e15a0b6491f590fb5f6cc46e6d78901ca232351f65abb9f2f230d8f4983c5e58c4011902 SHA512 fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 @@ -255,13 +245,13 @@ DIST ipconfig-0.3.2.crate 24468 BLAKE2B dbaedc8f4ec23fbbe48a8c79f16fa1575b8374f0 DIST ipnet-2.9.0.crate 27627 BLAKE2B e7e1c74815b965e9cec1cd37cc3dca76671168feb689620d44d5e635f3a5fa92a7276cb3022f25a9512ffbaaa11b0a8719cc1b838a7dacda71a5beb1a992ecc0 SHA512 8ce429ba2bae53cfdaf8a7d6bf980e10b9dd515446ef3ed4e4e11432043a18e09454260567419818f523bc589fc367194bc345660f2cc808d281db235d3e0b54 DIST is-terminal-0.4.10.crate 7683 BLAKE2B 9b7cdea9ad36be80fe334a05d89c36154d08a3eee872d77cb63a443868bc07ee13995f00baf154eb710b51053f8aa568d7768eb91981b5a834bc2169787df92c SHA512 d2ef6e60306ed29e1161c3203913393b1b4ad497c285be40961f8b3dd64ef23c2ff97a44c123b6193aa1a308bdbdf4b450f8b33dc4a5e7d54ccb6fafce9194d9 DIST is-terminal-0.4.12.crate 7470 BLAKE2B 6d1db6148198299d0775539734dc62a3c7e453d621d69e01c3addeadbec4e88dde6082e4e12c7b7e8359cbd93b68c0af314d4a8df4600061a9534834699cc38a SHA512 9eb840a419f530c60d6acc52fdc9d6477818fb513bf9c3e8ab808ecd19087a52933e958a930e7a8c316d5e5a3e5beb56c34b560dddaa03c744ad37cfe6554a0f -DIST is-terminal-0.4.9.crate 8109 BLAKE2B 0fa495da123f6fe5e3ba5f643f1ee097fc4f8e8aa54d9525b6108855a6a2e58556534a5e8dbfe7b5f8e2f1932003ac63f6aa3384317de7b385cf724bee294468 SHA512 0803ea53945715333d9b5fb18feec7230a49cb1a5f7308e2ea8d06a650e376794dd372be111e85622fd21320228706dd589423510dd010cd6ea112f185c46966 DIST itertools-0.10.5.crate 115354 BLAKE2B f24734bdfedf1dba48554e39b43669efcd4a43656eeb2c511096060daeaf049e1ad3eab232e757057750ce94aabad9fc8a0cf29a997edc6c4b167301c3443391 SHA512 d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 DIST itoa-1.0.10.crate 10534 BLAKE2B 8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7 SHA512 fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538 -DIST js-sys-0.3.66.crate 80765 BLAKE2B 366f2741a1f7bc76f78068e183080bc221d45fb9adca257da61fd05a3f9044b7c6dd9d1c317e29af30effb28fb969bee2f766ff348f14d9d036f1a7e6bc2e599 SHA512 7244c856b2455d441e02eb12227517a101af28596d676797ae45098512052c09650612a93d912378d27254c5ac64dba9b37057c7493c1e3d3e0d52b2169340ac +DIST itoa-1.0.11.crate 10563 BLAKE2B 94da07e0f7f2535d0b1491b3a3c64905274b315ffd35ec8e9a3e36e26cd7211733b462eefb5208963e388345f65be9694804c344a6132b2b595b0bc716c0b328 SHA512 7e22dffac34c9c9f432daef395e0ec710ed658164bc9cd9fc6445c9f984c912a10bac556214a026bcddbe27a3197b35b0c87d6709fd605062637d086b2d20311 DIST js-sys-0.3.67.crate 80764 BLAKE2B aee8b96c8c5811020b3ee4277524902e27d96a027add7b21a8ff94eaac7db15e8de08a9e203ff462b05ce10d0a44aff78a355c07514794e41f49fa936a3c8fb2 SHA512 590d947a869c3435166e34c25b3011351f6804b43887ee76bc2be69b7407b5181bbbc3a5bf6c50867c65d73fcd8e65ac7b0d395710ccd52000beb87f8826be96 DIST js-sys-0.3.68.crate 80764 BLAKE2B 961f58c181f060af37c00e99f55906140a4c8f1729847d6dd7da7e29b715d69ff822853dc6affb185195347e3d3bfeed392b8969c9d15a5ee28e9f01febbc148 SHA512 9b1b59f1688f95f9bd5031f68c18c0bbb8c16519c7b09aa3042e08e57921a3807d86f15407bb4d9d63c49747ac4847aa963f83373fd0d778a7e7962ea6551b6b +DIST js-sys-0.3.69.crate 81083 BLAKE2B 529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6 SHA512 506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9 DIST jwalk-0.8.1.crate 39882 BLAKE2B 0e71d2e1eb938c8e42074760c55702da9f0124851299e6bc80959eaa6b446023db646f371fb618d7e072b12152e1cae1e04653201bfec382b534d453d632070a SHA512 a9ebc9543ad153a83e58ac0a7826cb083c70201c7b5794caf1104eb48fbfd37861ae5dcf6966b9212ab8ca4888f00e0a37297c75b196e4f56be9d6200c96611d DIST lalrpop-0.20.0.crate 233201 BLAKE2B fcd533ec1faaf470c97a479e504da81d308da002209cbf48e0a62583d9eeeb481aad0f9afd9f4aeb412a1115aec17bf63d782a6d8b32315e4efd0a167bcf746b SHA512 78607f89874e8b17649af353760477ccb31e8f9d88f799119de686a198065163378a32d34c372e456bab184dad2a63ec62d651dd88d66914b5d8f42f3c28547a DIST lalrpop-0.20.2.crate 240370 BLAKE2B 024026e9d206f24f3f0675f87a5d8204237c00c96331c3cce43f563639c2750f363b173bcf928bb69b3707917ef0769c9e174316b1c85f76e8fbedc6d0262bb8 SHA512 1f22f3aab724e720c7f78b268a9f6ee468fbdc7fbc0ecf83e0a35130ca56371aa2e38752e02cff5ddf0f003d5a8bce43c735c6d5ce09a3bfcda924f2c5ab0674 @@ -269,18 +259,17 @@ DIST lalrpop-util-0.20.0.crate 10403 BLAKE2B 5600fecc9a5c843ddb355af13e3696089a0 DIST lalrpop-util-0.20.2.crate 15064 BLAKE2B 7304f30748afad37ac9be5f9cb890b70b0362bf889a86f7385e7e83a067e5919e42d85f892a018d255d0eab56f7c3b8fd9564fc5d24b657916dd915bc45f0a46 SHA512 91034c6d82a0a006bf35208f84503660d55170a36e38d5c64a6c0ceaa0302c43e268df21feee6b60b70723462f6e4f09022ce83547560ab7c51b5de0954cfb28 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST lazycell-1.3.0.crate 12502 BLAKE2B dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8 SHA512 f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d -DIST libc-0.2.151.crate 736640 BLAKE2B ba8ea6d22b0eefdc5c1c5ee9fab960b6ea0eb7098a21b032563ec78b5d6e2a8f1d7ca4d5bb721c71de2c5de28e105029f229b9b03cd5168c78a65c7164e6d07d SHA512 2039bdfd704c5a876ff7d609622bb968260d6e0fd264ca457e92b75660503eca10e1ff21864b3c919d2656de521f03ef443895f5c0150271ae2502857742b0ec DIST libc-0.2.152.crate 740278 BLAKE2B 8eecde477063207d77b6894d6f9194c8dd10e55b69585e3d66296eaa0b9d3f6e2d033e667207182bf4c3cf31f6d38820c9187b2006f4b5ebee898adafb4b2751 SHA512 1722f6f52077efab90026aae3d10306f8c38ebba95366593c3c1adf707fae121ab450064ad9e8be5a667caf6af0b90fad4d1ca1009db0f2220093c44e33c4b5c DIST libc-0.2.153.crate 740614 BLAKE2B 523a41bc8cff4ebcba0edbbe9e6a2286ec7cb3ba5e90ca5926c972b68e4b34188bc077d20c22376238c3cd91b7455898a95c505ace4ededea88cc496edb4c5a7 SHA512 3f99e3a192974fffdc053ef21e9ad5fb54b7cdbd4755df176704a95dba38047138ccab76763e89c6b565f37f98fd549fe368749f84f6d1638b3209cb07eae9b4 -DIST libloading-0.7.4.crate 27580 BLAKE2B 491faef2659270b10bb88ac46e0453f747f35e78d7f28b7d6d9151177b4c7a7aec0a1efdf702eda0988c31e9dafff2990eba4e6a9b0b695c535ea9086ccf36e7 SHA512 34439d9eca68bac8fcbe2bc94a70e07550e7e95d713ab74ed60ba6736ec807fd9c9135c178d436fbeb39afb074b2a9b05775d953340845c088f5f8712f5f56a1 DIST libloading-0.8.1.crate 27893 BLAKE2B afabb6e07ecd390918344388b5fa63e5aa9223bf3ce513d1ed94cf02b1defe9909d94f0fa05e1516a39dfe4f41636834d3de0386b3c58212103263f2b1423f76 SHA512 f17ca367ef8e62fe80f43e5f3e2d1585be7b78b0fe4a733d80acdde38c20f9f72e710cff082442de6afa323aaafa17eda4491c4430b2d12f398d420e057cadab +DIST libloading-0.8.3.crate 28480 BLAKE2B b8588be0e7034e94c808490adb8ee6e81c29e962aec436a0d8f8c7617b3ba9177887ce59b95b2f0af00ab030bc77b73e0a889d8a77b84deb437245211a969c94 SHA512 af8fa5fe2428fa98177d6adfc01bcd6e701b0d77ac18c95b8b8d5abb3a6376f16241ccc71b9fe100782c73c843ca53c9bad465545d8bb7def52320dad0eecef9 DIST libm-0.2.8.crate 113450 BLAKE2B fc4a55ecc0d4a558b9014b58861341887679c696af6b6539c7cdb70c033c63219b24f6f30cb8d9b335d15e3af42be6f3a6bd719e189667ca0c43ac818730b674 SHA512 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5 DIST libredox-0.0.1.crate 4212 BLAKE2B fecbb90e2842a69f3967bb2a09b0181dce1720b60c5d762a334a279b52c00a9b4b52de72c6484603981c0c3e1cd8e173ef5e15fa290ce8b8888739204956be92 SHA512 31a9234201f5128f1519e108f7424d1740a67699828265cc725304a70f6a51e139f1d0c0e626b487857a7b421f25ad93e81b95b65cf0d3e0ad912388deecfb41 +DIST libredox-0.1.3.crate 6068 BLAKE2B cf09f261d3a945d290ecaaa724903e0042d66eca46dde8a40c261ccb1e82c0d6b9926898eadafc6313fdb9f19cde56377b8a9179935482559c4b9707e327511a SHA512 c62142fdca92388664eef83fc89b8607e2df318cbadff6edf9e3d927837853d5cfeb54445299a82054a0ca81853b0a33536966ab26f1f2e0fa43b39aaaf67c49 DIST libsqlite3-sys-0.27.0.crate 4948458 BLAKE2B f86b27fc951145b20d4f5ca005f9981d0749be4a3201811b801d042e47064ab2535224ef1c80657ae0d553508b5b586360f533b0a3f84e92ec5eb3c99920ebbc SHA512 34dbe8ef5c2fff5a95cf0c1ed14bbb2e537cf993515cb08edeb90a0590126ded8b0ae42db07047c769f24b23045582d4db1bd5e5ff82135cf8b2e0e5a71e85e9 DIST libsqlite3-sys-0.28.0.crate 4975624 BLAKE2B e8d9e637a9ed616372e6e9496a9a7095eea281e1496ffa5b312f632958c751d50d9051f5ad09777e23a18dec08821cf9c43a405c4ac64fbb8719820c12886b54 SHA512 4a3d16eec47c6e3e53e00232501fd50fa77f1ee1370f4ab6c984496f2f897b4acd1c15c697caa8babd635d31a946e147d5d090378615676a3b5c4a9656355016 DIST line-col-0.2.1.crate 3915 BLAKE2B 7723ef44a9e7f1cf875db5dc496133b4c1b282850d9e5595d90f35f9ecd4dc83e3f3fda500702d177153d02cb243f2816b624e2bac21880f145a1dd5c37e1554 SHA512 386827d209d462f38929b0615921764ffe77ddb116b322c61f4220fe4eb19c3ba62e1a235263afd22b01416f2005073964d7ccbc775366f735e3d7306547b427 DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093 SHA512 031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707 -DIST linux-raw-sys-0.4.12.crate 1465800 BLAKE2B 2f70a344c427093fd55732b68239f771cf6563edfe2db4b2f50cdbc904dfc7565b30bf06454b91482eaeea787b9cd4214979665bfa32f3c1c586551333cf4d2e SHA512 d9564d02d5f41356478066592e438629adb3275df0e5a1a44030cc99bf8856b8af64f18f27371f84122a828b34712aae16495a1a16050fbdbece6d95e9cdace9 DIST linux-raw-sys-0.4.13.crate 1493855 BLAKE2B 1298a038276e2424eda9873c642fb43d864b343b03b7962446122d2dbea94d58d9fb2b93e890769e6fe4092378755413ed6afba81ce56fd61e512146e44148a3 SHA512 3918da6b667a08ef8a51aa0b087129e2dc5ab101669cbba7690fc98ae2659a36861bf9410a3b87d18522a7549d43ac169b995ea192d3073f7249305a809cac62 DIST lock_api-0.4.11.crate 27487 BLAKE2B 87116cf908f7f1f9c300cedded989df305f855883e3df5a482de2c76814c48739582d3079d76a2bdd14a6999204b7fd31dcd8fd06d1dc7f9418f0e2f70a1450e SHA512 9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3 DIST log-0.4.20.crate 38307 BLAKE2B cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99ffffdaf8bbfc72 SHA512 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e @@ -290,19 +279,21 @@ DIST lru-cache-0.1.2.crate 9307 BLAKE2B 606072bc5390a13cf24b4c64c77ba7f84c4c2b1a DIST match_cfg-0.1.0.crate 7153 BLAKE2B d3f40e5b16761fed337ed18dfa9db9e46aa2ad84ca8cfdc7cf7c72bea7cff8d084d95214ce013b3515bbe5b1ad4b8527bfce692569551e4588fe6f396a8a96ee SHA512 fd36f2b128d70a0f278e708bcb3274d90380229f754aed7ce9b808138b0189d5e1a07e0ba732216f788a530cecddcdd980559b3f71efa371d8805a213ff8f2d6 DIST matchers-0.1.0.crate 6948 BLAKE2B ec3a5d01d2fedbb4dbf5bb185afbb9401410463a61f51674e0df6a571db352b2bbabfb99cdbdcfb4e511ae783165bf0258f5163f240a229b9087f9edbd0df41a SHA512 84214c1a84952d85631aa1ab5115df7cda223ac64e2acf055b6129ba1aa26ddc87615a8b51ca890ce3fee0419053fa7fe1599ae128f1d211b58c07b0c4af3b19 DIST md-5-0.10.6.crate 16161 BLAKE2B bdd43889aed114cfa97ed0c70bc97b89fda28b14033a0a26bc7309ed744ee907d59151ab92e9cb95f0ff0ca1cfe2af360c48f1b99fc8a246a25c803a4b444a0f SHA512 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca -DIST memchr-2.6.4.crate 94439 BLAKE2B d1136f7105a33565214fdeecdc5a95e74d7fc7cf45997f81bf3cf389f3015fa561ab326433ddcff2db0b7259246eb6d26fc7b4e3c90c3af8b9b7ed7e8ec56ba0 SHA512 1065a67e04ec9210c70e430288e0a8d39f36ce6414722099553e99112ea2f8f710eae44bf39f8775b9850e6c8a50e634a1b1b084a8eb4f6b2eae6697dcf5b5f4 DIST memchr-2.7.1.crate 96307 BLAKE2B f1a008fbdbfe84852a8ae1d9d9574306b1bf120dd5087903adbcca6af342c9abbb296496eb9bf6cb58915c4444b3edd6ca4e27131ac7d8aed8849815df87a944 SHA512 5120496faa31fc427c8b4178461a262b3a34d70eddb7ad17a19d6db8b9969c9e113d3625b5e6dc677087fc80907377b00ba0421aba9a92cf73ca2849d932f473 -DIST memoffset-0.9.0.crate 9033 BLAKE2B 19090c1af8b8cf54a2cf7593748aff4d3dc685ec7080aa476139c1721ef71555495e1bc513b1efaddc7e7702f83e0e1c2a8f71ff40009d266539484c9297e0ed SHA512 2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55 +DIST memchr-2.7.2.crate 96220 BLAKE2B 2399064b6db21838d4aa0b25ed0bf04940ee3820741658cc6bf62e5ade08f41320df743ff13f99b2781da7b844e18deb1cfe25fe570f0e93f98ff03ca5d442e3 SHA512 cadcb4239c7f3aaab042592c5186770a225621e32f8583052fd3dbebb4a6d9b99be28f589b39b5ca36cb2d56fb3709e7d4ba91838ebb882e28e51280c02bbc40 DIST memsec-0.6.3.crate 5512 BLAKE2B ed2a36cb139098be66fda58f052c2cf22bc025e34b9ac2b11a1a8f848d94df6165f205543ea30a5e7b347b85fe41670973155f68c970dde145b41fda551c5644 SHA512 6d4ed30d9b975b00a3eb4b92bb1c7b83269c2fcec7629975334e53b7683ee28e4432ba4390d1590d88d1c4a0e689dcab38f338a6bdcefd3bfaba75067b819d8f DIST mime-0.3.17.crate 15712 BLAKE2B abb892b75b40657d356b6b53b9a45b2c822a05873453e919f2bbfeed9e5c06104f24db9cef2716f302198020870eaf96b2c62aff55cc11d8ca4f4f614d7c8e17 SHA512 e6d2ca92bb58fc747c1bb65a7f9023e5dbf4b94966003a72e4913bcaaeccdd6752725cdbd5081e0fd69d9e8f364d79664fcbe70061737d5c39e5b3e3a154a0d1 DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61 SHA512 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c DIST miniz_oxide-0.7.1.crate 55194 BLAKE2B 56afbe0c0b3eca98105ae2d507493f365353cce29a6b04910ff26bc75899400fdbd067756cbda7b3d86f047fb8f3d737de00043a4a7348a813cc43e45824e33f SHA512 5eb6ffe34a866403273ff0267ff7838aeb50722ca57a03d5a1d842a5f19a3b4af570b133a3b9d64d78eafe49e4b9732b92dd63fd9c6b0ce59b3295daf10f6a3c DIST miniz_oxide-0.7.2.crate 55731 BLAKE2B e3cbf5983025bee879b8a735fa2912db8975cb60f0499498a73ce4375e7d452c9ed62d4b0b6f6a4fa591aab55e5d7ff20033baa007fd6c839b9d74b31142c0b1 SHA512 2f8f09d7afdb9d78bfc80a228ded85a215fea05e577e907921f1808f84aae30ab118048d7b53295f11aeb5de70ab6cbdec892f3a2417bedf6f53a4576d095432 DIST mio-0.8.10.crate 102345 BLAKE2B 82bba95cfbb51a02efda75dc85d973825f038f7d23e7fd0a93a60293fbafd304ae064f395a1aeb63a1bc7bc664a0c0dfa3721ac8a553ea5161c0ab2862a6edcb SHA512 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2 +DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb4784a710e54ee95b6631edbd763e37669ec7d269e45157907663dd2eb6c9279db850fa47ef4c1eee867ea24a SHA512 9a2806ea78b0637d0cf92448abcd50bc5d09bd80da0f37752c847bc98d014baae7a5cc4d929de98be6283c76d82ccab1f1467aa6ab583a4e782d97d5592b0bb1 DIST native-tls-0.2.11.crate 29008 BLAKE2B 594511c364e639e309f32f37ae20ecfc5ddeeb39c3f7180c5f3f2cf304d8c323b977af933ffe70cce696a5a63e17c5fa7ddb119d46fc3db819a28e31a388640b SHA512 7e77959932f2859757f1aeb37b78fdd459b7b6fd02424f4b7399525b94c21d1f499a718775503b8f3dfe3b4b740e1cfbee77052a2ebd0994468addb3fa665e6c DIST nettle-7.3.0.crate 580277 BLAKE2B f70a60e47a633a399843a7d2cae466c3695e09f442968009c93a26aa40a806966c693765cd3f9e361e3e8550efd54e4c72d7ac3263eb159da850f55b7a8c52f0 SHA512 658b7c72eaa86c574ccec8c10ea4aa37480c1d7b92711a96274c7ea75d89c96d669d2e05145598c835a1f34ffb1b2be005cef278f7bf103b8d2c8b8d96213cb6 +DIST nettle-7.4.0.crate 583944 BLAKE2B 79392e3b2df0551ed22865a42f0ededeab2421764e6daf0b6388c08080d0674bbb88f733ae5d29ada841e567c734a641e7fa6ab2bd8e8c627f63125c9c153598 SHA512 f132a9c7ea566930fcc813a9c799d4ec6849522dc70e8b478655988a9ce1f75ca731b0c0b7d2a702f96273d51770b47725014e6d1e407ff58343a0b4b7560871 DIST nettle-sys-2.3.0.crate 28576 BLAKE2B 23518adea067a8a2cd4235ccaa851ed62336847db9bc8a6adfd77cfde8c57f4a8de104cfac0e17068027702e1e4d79efbe77c3733cdb032650fff1eb1ff15457 SHA512 f453608d860edf86ba62ed959aa1d04301c06d13bef5179b2a69f7faebe1e1ea41fce163aa4a48617d21fc493cce16c28cc11a051ccfd13d0be93c66405aa5d3 DIST new_debug_unreachable-1.0.4.crate 2561 BLAKE2B 5c9831b04e2a44b2dd27816df0a331a8108991a84ebdfefe4e42f325ec3519ee50e89a99d490020a65a3d75acc371316c2253d2c6382453a0b15f4c3d5b96520 SHA512 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 +DIST new_debug_unreachable-1.0.6.crate 2582 BLAKE2B 2ac3dd86f1a532832a40ccfda95654e43709a62faebb8182c87309827afdd23e6d3f250f2345f044cb789015c30b7907be63253b487d368e68c4fdbc7de20492 SHA512 73a61acbc9b20b3595925360827ba8798f3338471b291fa37c72a1c9505b3ec9f688808fcaac9a2eb494e5f3ea5331d30545d5f21f89559111bec6126ac90b48 DIST nibble_vec-0.1.0.crate 11796 BLAKE2B 2e80648e4e18d17fdd41671acc1e166a8337fe1ec1765e5a7f08c19fbcb23ce43b11d1cb396b867b9a2c0ae58e30225d9b13fa337793d8c32abf99969e7c11af SHA512 21bc50bfa5f11f50b19a20691346f098db083ceb6891faed72fb91d2e911cee060ad4d19ee1c98792c5809cb6ab2bd65061bc051a1dea75d9096060b87497f67 DIST nix-0.26.4.crate 279099 BLAKE2B 41debf1f21427ad6c25c6cd26b7867feb8ba46366028c4b74073307e902e526543f536fc0a66db2cdc5a52fbbf9166a6a4843aba57e5e5caada3d914286ddd60 SHA512 cc68ff8e3e8ea8635c6fd4c0a866cf42121aa3e25165666ef3b97b5b2c1d9273cba6f689e80eb812b55b5ee513390924a926d95fce45de0a74b98764dd1fa27d DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad @@ -319,18 +310,18 @@ DIST num-traits-0.2.17.crate 50190 BLAKE2B a549ef00c749dc7f276c4817477d1f9dab70c DIST num-traits-0.2.18.crate 51930 BLAKE2B 6c40e155d7a52267a7183d8030ef34245492d33f103cc24551b10da3eaa18e3db485062ff87057dc23e6b55e381e5c5d2a2633aaf6f4763c06677a0a0c524f02 SHA512 e395ad9f3b21b0dd1d3a94cefe0d68a42d1b1d429ddb2823696f9cd75042568a635d93d133ddb9497ed357e5b3be5caddb8e4a4af87b65882bbdc60b05c74ebc DIST num_cpus-1.16.0.crate 15713 BLAKE2B 11b432fc7c7496d48918f09ed0954e0f1d0845596301266321293b374392898853fb7c313a0b0fd9d22d9dbfe3ccc5cc1e38f38407c89b2e5906eb76caa6ad68 SHA512 a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d DIST number_prefix-0.4.0.crate 6922 BLAKE2B 81bd3b588c788e6865104e5ce87119b5e0c5a526042963d52cd582ff23c2f8c9f32b4c445ef0397fc402b6d047e031d8e2c67ac97e191bde22e17662eec3a554 SHA512 a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df -DIST object-0.32.1.crate 275463 BLAKE2B df88d37427c2741931ab0ef24a482755168c7348ccc280f8264e94e5f8548c608799868e0bc5984632ee02aa84313fc5e222b7cd7ebc6829729ea49544f13416 SHA512 5bfd3b8960fd80bb48691fdef35d7a9fc3d752a1cf5f29cb4e146a17d427e878d972d208e8aefe5015b3c62d065ed9a66f2f9f790b4743d1a4a3f9c0b8e581e3 DIST object-0.32.2.crate 286994 BLAKE2B b9085200fe0107ab0f8ddd5c5ac82bc681dc6266c6503e4a803ae4dbdec775ae84ca4a736754b770d858ebb058342af45d485d4c9a41f57966ca1466de40a4c5 SHA512 5d03d998f06dc592c3be141f7163bd72a0e73396f95d22ef1e0ffbfc66489bf727a6f6fb813a32739609b619b8e34a471974b2231dcfa23df8bff52007c25a96 DIST once_cell-1.19.0.crate 33046 BLAKE2B c14b374eaf4ac0f60acc2e02f7bba270a0e8e0a6978d749cd3cb0ab3eb26907e4fbea70dd5132982f90290381ed18ff8a87fd530f1415fabffac864f157ea380 SHA512 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c DIST opaque-debug-0.3.0.crate 5767 BLAKE2B fb5d32c876a271b41582563f5d6978d75bc1cba2cc34167f491bc198e6eded45b9dea65effa3aa972ede20978808b37ad1aadb6837f926fa3378ffd382076d41 SHA512 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae +DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf DIST openpgp-cert-d-0.3.1.crate 31144 BLAKE2B fce700a287ca4fae44405041ab6cd999111f0669774289e0f3ad00238eb9a0ef7249d2132a5484e977225944dd765297c731c93b1ab40d86a58eefabd147e5b8 SHA512 cc8ecb8b9c337866d23f710906b24f662406f0f7818fffea4f92b074b7777c0fcaa35b3a08805d90976df6786aa69ef9df36dedbb0bc0598085e09b2e1bb19f9 -DIST openssl-0.10.61.crate 268171 BLAKE2B 43201c82ba7c78d3274495f922c644047999d212a10a50cd946ad2fc46e97e1c6e44d2c35f49cf9d78e23653fe2818a5293cd1aaf4933c90f037c8244e3d4cff SHA512 cef312670c936be2ff941ea3ed768433c155d060cf8da400540f1d6f5badf255dc20a45c1aedcdfded596c6d72a96feec410867e5b85d8fd04b4db06abfc9b2c +DIST openpgp-cert-d-0.3.2.crate 31488 BLAKE2B 56823716b125c1d7e57f9c5c2d3fe8c7a5a6bf635cb4b28a9fdfcba527ad20ee37dfdf019f00951c7f8d2d0b252e4bf3cb9f6b00093b1b7c065b45f0b4ecf984 SHA512 849e1597677822aacc1dbe4b9854ae0acbfc113a5620206f4732a1f51fc6b67e91dd7ed020d789a4bba9458ea79391618aa3a949aeacd31007dd790076651adf DIST openssl-0.10.62.crate 266311 BLAKE2B bf61d1a1656a5d9a41e4a2570ae748df6fb987f81bbc8c747619a5aeea93c8e66ec7c59e420b4c5f46cccd114cda4c0490ee06a7b403607ceb0d672b8b80cee2 SHA512 2b4a1db3d043b09323be31fd3bd7af7ad20f0d775c1116319394a0c9644057ff33bc91424b0b5364cacf6d24f421578c253b9c6e38f11c1147b1ca205cfa4ae6 DIST openssl-0.10.64.crate 272306 BLAKE2B a8b618aa403cdb06a7f135cd966775f21c99739365c55aabde2680a6154d03c7d554bfae6c62a069841c70ed82ece6c3f0cd589da8c26022b7022c3c4d79a6d8 SHA512 a1fa9f71cfebbb37ed9d4a902360f2cc95a78f55b5da5d51eef69db38cef016fc03236485158d689ccf054e04937b8cddf88e3f0f31672997fb30c6cac73cbf6 DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c DIST openssl-probe-0.1.5.crate 7227 BLAKE2B d1fd6a9498b3ab7f25b228f19043067604bf20790530fd0ab6fe3d4d3bc27f13e6e94d1e7ef49314c3663477d8916b8790b90427f74976143b54b95350895165 SHA512 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c DIST openssl-sys-0.9.101.crate 68568 BLAKE2B ad80cf56a33c71d6889470e4aaa0b314e67f75ac7921a63d87a94becf9203f4980b6e17b230c0954c126ab8df3c499444ab196958fa645ac9248ea8c245fa34a SHA512 33400053919f7fb2298b84bead88d82231640da6db4efe3dd21a837d0ddb50b2bb21be5befe1734bda15107a9e23cc9f8392647413ceb77451bc36034831b684 -DIST openssl-sys-0.9.97.crate 67910 BLAKE2B b17cb06f68b522d94da6ef6c879cb4dc76899b20b2f70fb8219381c6191c76e472505c3d5d75da71b0958b596fde514ffb8ca26d1c27717caeff5237320a3e14 SHA512 f07b1bb7936216e6313604f2630f1488e2aaf0c2b204aa47df924581e2238bd23bf56108e5c1cdc853004eb8e5138d89e162aee7ecb00ab249e019dfa3afeec6 +DIST openssl-sys-0.9.102.crate 68622 BLAKE2B 0d3d3c9ef8e2542c7f35db1d8feaf512cc7313481bfcc99354d601e8d6332adfc2e7ee8b35599a9241de35c163efd840186e904375bdc9c65ee743abbc154cba SHA512 7ecfaa0b49cea5c60f6f063fe5217252a65b27c5e6d1185e0aa1bb4b59c4cf9bf326840e8795a870a537c18ee5a987feedaaf2dd767cd6f1380f25468a1622bd DIST openssl-sys-0.9.98.crate 68035 BLAKE2B 7603b34b5abe9a84169ef5a95fcd234869b33778e64bfe94205aa5224ca640d6980ec3aefbf1758ced52f607faf7bd3dc52a08a7003f571999a7498a57685b44 SHA512 a583956cdb35cd6891ac1fe7b0622dc8082c7ae6c2392445588c0facc6975395a9fd62588a38754f726abd6b03c8453f549839447fff2dd68c84aee0c08d528c DIST option-ext-0.2.0.crate 7345 BLAKE2B cbfc03e7c960fe3023512a4ad816d657b4f54f8ecbde9f9c4df4c5fee3b36b68ab463c67ad650778279e01c7ffaa63a0dacbd0c080c8c3d15b1611de0e71f92d SHA512 f8539f97b01af97e0b80fc96556002251befa60f8ddd19613311e62f9dc9834d71c22f5d8e7c53c4925046e38cdcf834c3c28042a4da862d6f6a21ddff8d8e56 DIST overload-0.1.1.crate 24439 BLAKE2B acb2dfa6c6c22ea95cf58079f6ec56a2bb5e297a055ce717d40633b789b0d005be2bfd6616448cac61bd032e74aa6eed212f1677461907cea2f7f7cf536c157f SHA512 f79bc3321f45df5e3d0e5fa9c4e60524e4e28dd3729a09956766738adcf99ca42c187a01d48701ebe23d39aee00a19d4a07da798edc781b942e866b339613532 @@ -341,71 +332,74 @@ DIST paste-1.0.14.crate 18157 BLAKE2B 35e8548611c51ee75f4d04926149e5e54870d7073d DIST peeking_take_while-0.1.2.crate 6697 BLAKE2B 31571604d00872900abcb677a483da93654de523bbdb0331c326dc9a3e531f246e571bebcb983e79dc46e33ed6dd32b978be509841ec0d9f1e7209c06289c22a SHA512 7bf8721987c3e2e1986683dd897746592a909382f02b840b777effec7d8b0a864c1a83b03c73d555e359f22c423168a54b75448a7e7b996b739527ce8c88b721 DIST pem-rfc7468-0.7.0.crate 24159 BLAKE2B 478d355dd970b9705ebcf44d74d61ae0694db6de16b2018548fda88546f53e35b965ff72d939def399a49fe97d3c8317a10385ace94b3d552797ec64ace1eb8f SHA512 f47d3b6c7c8bf4547916acc2a3d6671f6c1308e74641419c8f1df810d8bd940aba8f94d361e4cbef3eae3b7f11587cd3996a11be3be41d19111abfcde7a9272a DIST percent-encoding-2.3.1.crate 10235 BLAKE2B cf8e2fd7b359a05b7bdaf731f9ae84c7fe6f468a53482eb2db7f93dfdaab64ac812b3664899db260055a93449462e6d219c695942fc5b030517b197b4df9b95f SHA512 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44 -DIST pest-2.7.5.crate 117583 BLAKE2B 7ef658f2b970510a01c7059998080f25a410263bc2c117f7d4f8cb63ef45b48d8d15105dcddfe3fc05fbbc270c9cb64b9444935ff0ec8dbf028e1c8fc2e898b4 SHA512 2a195557fcad3b9a983e54bf31e6097b0506741d268b6fe2b76b018bcd5a91f15b26821ba1193ef2e75a99bbe130acb6e7a0bc66f9e3196587326c1a532f7532 DIST pest-2.7.6.crate 117384 BLAKE2B 2c6b4c2cdd5319c58b47a12bde6ef14925978d2bb59de05b2185634a50f89e8950cdc0d1ce3125350e8b6e066b58505a1edf966a944a80fb9f52ed26c5e14a02 SHA512 ff7d559dec8c81557ea9157ccd57807032718c0c332bdc368a0a5c596780f613d2d15dd67370016ab210286783af9d8ff2b27586f141e44a09ac4bc7b45040ca DIST pest-2.7.7.crate 118478 BLAKE2B e1464444fc114fcfa261e671733f73849001f8481e9e204c3782197a907162b9a037f7e804abf6f4be544ff9736ca63d87b7ea109470a8953b53a5c91e6ce920 SHA512 3edceb5acc379082e1a3e3d3600039232e8440fcf7b323c70951c78bc195069a5758cc6c47a69734f3e2bf323b520587610727105da70a2bd28f963e286dcd76 -DIST pest_derive-2.7.5.crate 35415 BLAKE2B db328495a73e734de86c4e73110d0639d8ae19ef9c01ffcc93887b0744a58f4fcbdac905ae8f9b58b69a33e65699a27a491da8cec85a4769f0ac5389fd2d2fa0 SHA512 21fa27c5839484f8c47ac32d48fa6d3332273950aff9dd0e8b1cd6ee3e556be7dfc8ce8639a0266ccb1ca641c90ae7f6cf7d2c3e78b9ff82ab1262efecdb8db0 +DIST pest-2.7.9.crate 123517 BLAKE2B 96ce6c1be69b0b117a5d7f76111ef341d095696cb3ae923d56b8996f936f0bd9c114ca0d922525108e515cf55e0b94709fc7b7cb08167d3c1de9416dd8d7eb01 SHA512 818ccc355ded72a752dcaaa2a0deb7cbcf215759604aabbbfa31641495120612312f8659ee8c7a7cbc57705d24d635654bfa314ecf4beaaf41a3cd9209bf4f2e DIST pest_derive-2.7.6.crate 35851 BLAKE2B 3ea8c4f5862ceac109e15e4aedb78eee204f6d78946ce92b9a3495fef99371dd6d940cdbe2c113a86bc3003c5c7128d4a45d5933f2dbac7a718c0499930b4fd8 SHA512 2de05712331b8cd2fbf6157e6306409dcc6243f2ccee2b4667ac77fdc7a8f8b8a9d2d839e8a53d52f011e10bc337a78024f61c16a72f050a65c6a743b065f407 DIST pest_derive-2.7.7.crate 35839 BLAKE2B b51f407eb54f9f8f1adbcfc4d1c2af3ac76b0c6d4cfa1a0eaa265a00458e892bd421f3d440904dd404a1818e7b79465d8050ed027f1e6f3e54125a887f4576ab SHA512 5717026ac6882dfa99ecf68d6ffe7dffdf5c74def257039d5619d2878816c245faeae0e5925372f9c636fe1d5067c6227197b34e0657c7788b753ae729dc431f -DIST pest_generator-2.7.5.crate 17709 BLAKE2B e9b5d3423ce26f45b2e306b50adb7532cb082b644cd9ee8dfb20e9107513569379573515188d5246cf5589b89f9a5a306f9988c1f379e4533cce2e0b6e0fff26 SHA512 df9780762737b6bb106b6fa7bc7431caca26e5e054a2313ae7a65eb47ad3365b3d6d9081bd52246207c1919e86db050e6f46632ca608fc678cfb9c729416006a +DIST pest_derive-2.7.9.crate 36139 BLAKE2B f9c550040a771fa3fc47c677ac5951799be3388d62d5728ca5ee0c935bb29858927de3a95aaa58bab55cb527494d4a614fbe340d1e617623b4eceba561dce47f SHA512 3b0030036ab7395a397a72eb40fb3c6ed000b819d5e8a6f19a3c5125f9fd23bac0dbdfdcb05cb4a33e0280fe1e8a432f6d2808e6e8516b9013442717fba22ff8 DIST pest_generator-2.7.6.crate 17658 BLAKE2B 69ff99c7383782ac5a43618b44804f63e632333478d530dbc64be619a9b2817edbccd545d45f49418e767384578155ba145ad768ff902862396d29d2d23a45b8 SHA512 e685bb87e9f10b1fbe888405dd5ca8485095b8a1dfc69e8de62d78ba5963645e00cc9cc5593fe117437766aaad10c647269127bcdf0ea5f71a0feb50807658ce DIST pest_generator-2.7.7.crate 18184 BLAKE2B a66c47676bbc7a911a4fc0e4687e445e10b6022277505aaab91632801ee7de59ce8b9ba665bbabe668437ac90e81e3718294d15a1c875cb7b6586f81e86795c8 SHA512 93b41b542bcddbdfd546963ea26d4871a9cfc38a2da55efad3b354ae705ee7f8ee6884279cb8a56da9e33e5f039f72964f2396c89d5346dcd668502a38ac73c3 -DIST pest_meta-2.7.5.crate 40969 BLAKE2B 79ea6680db97531d5ce65a36c33dc66c20b1edb3c1c320c8b717721314d4ddaed339fd911ee5a743499374ed6b274f47e578abafd471adb751542993e147b43d SHA512 91d1d46d2ab4f77a2674d76a35de51c3df9f1be9e7653e187ae0cd42e565d1976b440ec55f5e3935641a59cddb7eceb06009d42db9fe8385b875bd07de1d21f4 +DIST pest_generator-2.7.9.crate 18412 BLAKE2B de57133be03c7511a66541d7c4d34022f74ec454fe831d4409b84eae161cf23229fe8855235a895eab3497b83e86b4871f5ae6450a2e203e0b9460295eb6b54c SHA512 9d828ec0ffee47cb83b747a2c26fdd1d3497c348f00a224e34db161cc6d5910715628d4a1be630a1756457d99074859a6983d23e607e939fcc49a4aaa54c11d9 DIST pest_meta-2.7.6.crate 40971 BLAKE2B 92ebeb69c25bd6616a5c26121b6c341edc59c44c6bee7b040351787d7c8ab4ef4107f759bea4943296cefc6c13efe71c7934046e99d57142c3cfc6e5da0302e9 SHA512 5f423c587723256b87a64e795622b41ed756d51b441ef9954d0a5f7ce454a903405a9617174291f37f6098e2cbc2c00587fea60380b6efad35ee79479aa0c7cf DIST pest_meta-2.7.7.crate 41562 BLAKE2B cfe95f7a8cbda7d22126e365ae81c4a7e73ea18112f4b64ba46226f2e05cdbe3d1ffa8721487a48d204cce0e649b8b26ecd8f29fe16064d4f5147decf90476de SHA512 9b515dc49f171362c70e2751bf14bf78792662ac2ef27bf8a32f7f5c49a9204b0b9ae47bf997953a8ed49dd0104095c34cd8ad3f3a6a4c00255b6a7212b58ea5 +DIST pest_meta-2.7.9.crate 41547 BLAKE2B fce814275e14b98b6a8c86ebce614b772cf263747af7c17d8eeba83879924eb8f9e6b892338f0164e0f1e2ef276c5f2b73c330369e2260c894ee8ca9eea4ede5 SHA512 2137a5721e72fa1d85d7430e9966ad7a8e16fab0e7cabf2e177d6eb4844236f28e869f20093c1f8d4458ab37c8793ae2184ce17e4f9c53190e8d4b7dc100318c DIST petgraph-0.6.4.crate 185895 BLAKE2B 9ddfb2796c461d2820db8227753113b02024e5dcb694a0bb2826bc1f375f028d8b98a3bd67555485db7fab88eb86043f5b768585dbe0c60703cc655976030a2c SHA512 b5a21572526387af3151dd4f864bd95c94f65eaf0612d96f99926faf646214df205bcc652b98d3b281f2e270779a4c1fdd6a32614ed60b3612e5d594b2bf3f20 DIST phf_shared-0.10.0.crate 4095 BLAKE2B 9155a2c145148f3c36ba6d6d8be86a526480b127f4af79b2b5855cb014a0080bec1ec45be466513bd57faa39c77cfde0d6ca02b6bb77d37a23d697603227da37 SHA512 f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 DIST pikchr-0.1.3.crate 77527 BLAKE2B b08214feacbfa6c693fc3ffa81557b8e2b63b2a1b21da4baebdff1f243843e85380f43d1a5ed71375da1546958d8ffce709114b16b012fa23aeaceee5b436ab4 SHA512 4794b6abe022127fe90619b3a78fd1cc23139a89607576892a5fbf783fafb75317ca66c612ccb84a0c3adf8b8b4a027aa745271044257926a4206cc2b671fa14 DIST pin-project-lite-0.2.13.crate 29141 BLAKE2B c434a336716c9cdd16ebc297fed393e9106ef167a693c4aa0b12c681e03141b8ba3cdf64c310916cb7d5cc43cbbfcaaeb39bb5fb1e8b3efb9e94a3f72af914eb SHA512 7f12595d751d315de6c0d380e2f501b74154661eb676987d2cab6fdc956091a68c9cac658df45dbff73615e982e6ae2ea138c09ebb708cd6c351f0d18dbbdbee +DIST pin-project-lite-0.2.14.crate 28817 BLAKE2B 8e9875967059faff399fbffff82cf8835982c46ea8df942acf50b038e3f500e04d3d8cde39da5a71ebcc38b869553f8c49830e484d1109b353247a4cfdeda89e SHA512 f90a6b9f5ab8701718f72677a4f3597c1b9f32e5fa53198b47a94696227ea37815997599abaa6058b217c5b32a94602582c6b13fdb66e2d683bc98921de95293 DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST pkcs1-0.7.5.crate 35790 BLAKE2B 0cee88bc3406b60d225593b4b01a4eca11d14a916bd589843300f6130729e7926d2af32b9b7d03e98b6934775e30e5627754e7e32e1785f59c8ede36c28ea40d SHA512 a3584ce492116d6e617a733a0d3d5696404aa7b10ae95070313b4a41dbc21d0940850870b711e375ac8b54fdd179b4083d61c48e902e6efd8a3a11cb630076a3 DIST pkcs8-0.10.2.crate 26360 BLAKE2B a62b5b7386eedba6fcbc4cff2b103b899dbf6179101445283f9076080489129543561af1ad6f09061564f68c28954262e49d0bb3e182f2ce7495e19d6f34bd5e SHA512 87127d51f0e1fe085d46b30394f2a580e857cd64f5c6fe4a3ac3b8871230aa426598dbb007e8bdfd5d729b99a9c0b4d84116f0768886605342d2ed112c51dfa8 -DIST pkg-config-0.3.27.crate 18838 BLAKE2B 1295eb4f08751b3663cb2c7c2753f29bf2ccd80f4e5856909fe10b6f006c37fb9672c9518b9b416546469faa18821512673a66543c0bd1e848bddabc456d0a90 SHA512 41e9b8d4fce6b8244c2ac8566318a001b481bd42a182f1a832c81ce93c6a023e18af03aa3500b134c30195219d35080433bdba69b2594e9665081debfbb4533a DIST pkg-config-0.3.29.crate 20563 BLAKE2B ed0559b0073890911fb47742743b2586123bf9e9b594aa0d5b2c419c6768cd37e25b546c21077ea6cc02823a679b302aeaaca6c7fcaf9aeec615dd08f53a1f6f SHA512 bac7dafc0e10bef40e427c1fc0271d1a26acb2f5b1cf7cc7a128f4d4f1f3110529e45057b71cea7b0f6ddff26945fe08962285ddeb22b54639e44a2e43af698f DIST pkg-config-0.3.30.crate 20613 BLAKE2B e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66 SHA512 e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d -DIST platforms-3.2.0.crate 28763 BLAKE2B bab4d494e3de02407432b2cafbee961142897a039ded71cf6e500760e79176f61f337eb78b7ebb2fec37ebd0c5be6bed142b4dee1e513b7bf609eb4d8a333413 SHA512 4479c49600321b5644df298be18989d3a61fc316143c10b61fcebd90ff8b100f5bd6df6cb41a728f862562688fa006c2b5a88c8ebc61945b6967441018b1ee19 DIST platforms-3.3.0.crate 28955 BLAKE2B 3bcccc9a8c0d46513164f4b451af56a001967a8a0e79643ef9e10e3399e77eaab2759f73a68cefce295a8256b0c88382b42756a1303fb5568922fecf7650882e SHA512 289eb7b4070d8b040445f10966cf6edf050ae740f59797476499b44f9391cce904a83f7dc43dfdac7ffd6174e5873605aa8e1e177700f28b9318703b27382156 +DIST platforms-3.4.0.crate 29298 BLAKE2B 7d3f85ffc526ec95b2e95073d0621bd57e9becd86406789971cb87ee072fecdb42c90cc01e16f320d793dcb6ccae02688c0952861e8c7b25723347c21e1663f0 SHA512 16bd9bd104040827d457595bbea3385e103cd82530e84f17132ffccd3a20fca80cc92b5b72b452e7307c7aefa8e4a947c0bde7d9224f0e38b06caaad28907c70 DIST polyval-0.6.1.crate 17634 BLAKE2B 110a104f0468e3a881b5af38edbd9da5bfe34188f1928974737a0e26d9ea5453210a4c32abec294449297e9f3d096045bd0724f93f98c8ab9592af80e348f974 SHA512 aa1b3f045cc5748413aedc42387e4950f1225b87b0d77a1a01323ddf8bf519f02983976101852e1713e9aff42112a281bbc24ff2a52ef99ce89268ee6f93a533 +DIST polyval-0.6.2.crate 18425 BLAKE2B 59ae2ec631060ee8e2e1d4bc250abbb4762c97ca7ba5c543c0292f561bb967e059410ad7e79d8dfd7912cb30a6284169ecc2f4c94bdb165037acf8c3eaf1209c SHA512 113646edef3a7f60d59db3cf06c1796bf81305b66835c71bbce0fdc07345f41e23f2bbd7d5cebc50c72eac11c98f351bc793e2f568b5fc0bbf9fb2597eb44f0d DIST portable-atomic-1.6.0.crate 140689 BLAKE2B c91d06e04a87c9a207233d8a850859aa1f5cc43dda8aed34511c3fe9641c27412796539ed045a58e649d2a0c7d71100b6b2d78a0c662fc061fd961a652ae8722 SHA512 b27cf57655a2f1e2d6ea7b45d80b4f9920a836e462f132c50dc1e4d314e162444309de1baecf45dad2defc7a5b99759165e54da9fe759b24092f8cb8755c515c DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 DIST ppv-lite86-0.2.17.crate 22242 BLAKE2B 48c4a31a3b555fa37072c4de083580bb769747c7668748541af472778b5b58c3e7ab2b5e178760f542f973774f09910bdd4058ae5fb9d6b10c103eb76cfd0d3d SHA512 539d916e7e5869d832045c1aa88aec519bd000227f9b01d4dd0bfc9ffb640d5f5eb21b05eba718174773c97192a655ad3cb31b53ceb914dd19179a6699b3583a DIST precomputed-hash-0.1.1.crate 1640 BLAKE2B 64a37ef3edd317f771e833bb394f7c19bc9b8c844156c831d2b550692c7e2e36bce44ecf18dd9f2d0f0511346eaf0d2a0ebe792fc288ca0e94a93933f2051846 SHA512 a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 -DIST predicates-3.0.4.crate 23240 BLAKE2B ff0b96b85668dd24e8368479d82210b38f591f67a0793a080670e02b649516be8acda4ae5f80e98113a2030bfc7ec71cffe53a0fea4fb65f98b3a2fc1f6daece SHA512 b2dbfa83760004abce72f2ef576d7ec079c4ea909120a8fe1ec6b87da0fcc2b48406cd6857ed16e131281b4775a6f33ae94f975e381794fd9a98a2c0e11e1f75 DIST predicates-3.1.0.crate 23090 BLAKE2B 6c51fa390f3335501df604afda47ff1d2a69322d928a1412bcc4829f16c3ff5d345ae52f54d797c9698b0eb7b26495e594d8c21f04fdd77c8119ad4635184adb SHA512 1ee38c715b4b55038497a4a4996e12de91d356d53173d3a034d6a1f56859cb3a4a61a82d016fbefdd6ff291519097ce9cef950547d3d437035cd7093d965dbf0 DIST predicates-core-1.0.6.crate 8084 BLAKE2B 337cbb155bc2859c5a8b891c21d352e998cd1eaaf606cf46c003c9c499a42f12268b071e7a4cca65d50cdfdfd4267f023076e078a0a3eb401ad836755d65298e SHA512 afeb1de4275c76bb1c5950f42bce2f83a21ab217ec60130336286cb48b15f36bf2a1ca346bd652c10a65a1f9e3310d16b23b8333a3e0f7e20fe874c3f728e702 DIST predicates-tree-1.0.9.crate 7960 BLAKE2B b758c52dcdd0ea237ce25f0a092200604765bc83c5edcaea646c6b1db49431296b61aebddea3b325e62f0ba9bbd5edba7ec92fd031cb597e7e8d642b966b401a SHA512 1fd5d9a84ca8fdd1b3c4759d5e6fb16e3d8fe8b0dfe5afbd16bb509c8558b0750705fff47701c95f7a8df1a222f639116a1b9ba4d89775bf03b06daf34f249a3 DIST primeorder-0.13.6.crate 21296 BLAKE2B 2ba479defa1c26d14f8711f6be5020eee9bb91a39fa7a7c14a93dedc6de920e0ef1c9f6240d308233d0e0d6bce4be9500d0e9cfb01b6c4f9902e0f77a2f97352 SHA512 fdf52b47b36403d5218220b886a3ccec7828731b5a59ea1d48a25fa85de754544fa9c94d51356d2ed904bf2d908bdb4fa87c53e597a3c9f2941d7310f70198ac -DIST proc-macro2-1.0.70.crate 44343 BLAKE2B fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c SHA512 ae9366856853f7d96caf7a7581843d36bfc7843f8683897b19ffc666c03b0b1eff502ddb18ca4c1c1a239a368f03f6cc258b0e2795f64b61c6a31404462eec5f DIST proc-macro2-1.0.76.crate 45660 BLAKE2B 40b538d9d9fec10b9e4b147ce0a86efb10feedf9e0452e5568e8ad7d2b88a201ca6ffd2cd62d8815a1ee72d557fe6280120a913868c3d868c1235686742cd8b8 SHA512 2ea7ade475171166489ab3e745e8c526e49c7521bc39b1bfec6dd2fd0807fd3cc5579235f77534be855f9ecab481205e77e66b14ebb22e66d2c3cff842567247 DIST proc-macro2-1.0.78.crate 47158 BLAKE2B c56a24fce3faca9e04db7965cab552d2a976c3764df0a84179b5a89d1230ab355c777a82b4c982e3945414f1f0478473a88821dd176c32d6de394d73a26adb9a SHA512 11956fe03a2e77a925cdff2c3c8bc8804dffab4fa1de963a128fa23f4189976fd2e2102bd346b92c33524beae320b71dadaa5213695a3ec638404196e14fa769 +DIST proc-macro2-1.0.80.crate 48227 BLAKE2B 1b4d2a1d613af8e03fab7a976707ed9ad4809ba50775992df54de10e5b8deabfcce423ca962fbce5c22090421cb0b8b26b8026d56562aa6569a8acfbb49d55de SHA512 d40181bbc4f83ee66be7721e8f89f9a08e368e12a8a0d4c1dcdb1c29cc72b1bcb8da598de1ad1a155a8182026ab7f8365f7a46fc76d589282fbffbd35aa228a0 DIST pulldown-cmark-0.9.3.crate 117339 BLAKE2B 0b4105a9452139865723a66e434804da7fec35771a90335debe579164ce7ddd78192949db77ad5427ff80b44805a8fa5ca497e6b4111344aaa014faaa508904f SHA512 2f5acf1b6f345ea2f82c6daeb4b73c93c2772dcfb7ccff6fba9e51b8840b0662202eb3bd1c917f8f81be1ba86b58fb3d5f87616dbdca991e0ef6fc249dc888fe DIST pulldown-cmark-0.9.6.crate 117378 BLAKE2B 39376ce32138115e2def495b6d2761500da8045677dff9f919526b7c297e00e72484cca51f9b3d6e0cbacf12f681b1651209296845561324750f5544eff516bb SHA512 074d70722bb42cff59f85c209c3f0c00a739d76a22bcca123a33a0a899df49105887565d71525ec5926261efb74b912bcd024714617d83ca72bcef86bc428764 DIST quick-error-1.2.3.crate 15066 BLAKE2B 1c61525d383f3588c1c5017f016f60b484bbf2035e7f63c553bd9a49b638ab0c6106ac3676a41072b24da4e13dde78706e0f99fd1ec9ee329d5be81d45a85866 SHA512 f8aaf9024d20ccd42b706c756eed8320aee339f8776392b47a41cc82ca06b03df1a5b1f00854cea96689c5af261b4d8c5d2b1a242d10f2755e7e33dc41be35b9 -DIST quote-1.0.33.crate 28090 BLAKE2B 77c4b166f1200e1ee2ab94a5014acd334c1fe4b7d72851d73768d491c56c6779a0882a304c1f30c88732a6168351f0f786b10516ae537cff993892a749175848 SHA512 c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c DIST quote-1.0.35.crate 28136 BLAKE2B 81424245e1e2b94459df68bb3a9a866c6a364102b5e1d010ede9c5f8278f8406d7b651957d091c5914e936b494b0f6e9a6a1dd8b7d35cd7d7100f86dee4ec12e SHA512 f5314fb6af17cf36c228e1970c569c29ec248954a450a5f90ba9e2896d04f74904c9cec5a1f74325f2489295a94491eee4ce8fb461e22cd4b34e53f1f881efd2 +DIST quote-1.0.36.crate 28507 BLAKE2B b93495163ed205e33543ed45f084870240d479071d643704b6e348fb9ada6e1d8401893c13348b9964f4b6b17ddb96cb5458eec540f0d761655fcb96a4cd9129 SHA512 f1f002a912692f7ffd4912ca980ec57ff4aca3a7d9e2e42e9e3409e2105c9f59d86c05719f6af309bccaef2f8843b0848a6e3afda3356e045d8e7cc5956ae685 DIST radix_trie-0.2.1.crate 251366 BLAKE2B 14b50e45eacbc5b42cdde8a4f8e8642adfdfa3cc569c3fe0e3aa1fdab901713b3929d706dc0aede1b679762fb8fb1af345efca15befc9234322db434c8a3923c SHA512 f6f54511860b6b878c83de4455bdbd71289599dba93234d5c7469342f3401cba99a9ea6bca2d32df2e31ba657f40e42e7d5fd7de66786ddd2814e22fe867f9d8 DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 -DIST rayon-1.8.0.crate 170172 BLAKE2B e2df52c64435926a13f4f275c4f25a9694316aeb02b73856c600a1a813686ceb20828676d8272393d1aec18eac4f05bfcdc5ef02ff1e19245c547c0313a2a03c SHA512 ab1cef238530d81c255b6631ecfed9cc4f3f8d7cb6a74701d29c1dcb022cc5b859db1d246cf8247d47702fdadcedfe64a6749e24cf6c7258e8c9411af7e4524a +DIST rayon-1.10.0.crate 180155 BLAKE2B 16cb706d2317d8a349394c521ec5ab550290c5ab2a0a0dc24f0282fa7eb01fd1351a7dc8b5af3a55ea321e6526fbe037fec3cf8b32463166a082a6e417a51fca SHA512 3f628c58f3af3cbd1f245ca1be9c8393eff41112891fc4e676a2b9e26b6cba7cb80d7b6ce46e75bbb65e42fc00c5c0bb6b6a4b59092882f03febeb31f9cca5d3 DIST rayon-1.8.1.crate 170448 BLAKE2B 982f7ba7d6a43956e6f438921fea2e40d3b398f4f72a4c89f55657aba6aa0d99912a7240b1c32c1dadafa9852adf440e3153a3f0cc56f6582867fa2794bb5144 SHA512 a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32 DIST rayon-1.9.0.crate 177770 BLAKE2B 34e20aeb82a548bd80b8ab3faf8fd870201ba3d67f9618e5493332a3c43bcf1443c027b8ccc76cec8df6bff852434531a01c8490f829f57df5cfbc3d8a6e8a42 SHA512 c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc -DIST rayon-core-1.12.0.crate 70081 BLAKE2B ef1bb1d430776b0ad49aa523cfe83bb0aa3a381b2e571db74cb8de04bbff884b8c269de31d7afbfd609118c445bf079afd2d4920842c8a8b312d329e4675cfc0 SHA512 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2 DIST rayon-core-1.12.1.crate 70701 BLAKE2B a32eb9ae9a71b4f0881f7bfd5375aa7db5681f20f7e0b25e6ecb3161f2aad36b93026c1691d02bf298a48ea07ec9475a237fba457ed0b0b8624aebab2b4988df SHA512 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_users-0.4.4.crate 15438 BLAKE2B 5f44e9ef20f1a6c8b22239838f8f6a6648dbebd5b4386b3a2c417e39add8c4a0dc32e4369b8bb4e0ea17678140f596b9bc981b1d56f06de6a38a503600420481 SHA512 7c208116d1171b1f52f22aedcf8ad00076a3d1f062f4018f4a9f5fb2c38d7ed83258589062d1559f64e43f3e2a9ddf789799f57cf87a49ad8a37463ea09aa269 +DIST redox_users-0.4.5.crate 15514 BLAKE2B 9fc9d9c4875ed711efb75fb08f345b5f4f0667717d37710143742e48251a709c53760bcbc31ce13e6432672f9417be429c38c2e77a6b786887841714290a1194 SHA512 7a25cc91c9d1bfe537f20b83255990681d136ced5aaa7aa0cdb1b1fc024ba36aa1fb75c335c768a85ee078019a9ca2460efd911cad8ae6fe8b0385fb171aa4b4 DIST regex-1.10.2.crate 252839 BLAKE2B 4be7bede72d41634c52eea25566fb13337a84a055aae6fb73d3b18ab9168085ed04ffbfd5b6f87c2f85c9922893b9c9a253a8c874eae9185b2100850443b1517 SHA512 e594f70cc540586e4039e7b905ede9e507757b531f22a94aae185e47732ae0d54bceb2c6aceb815819a9652c01ccf697798d372631f2f864c04ca2eec59759d3 DIST regex-1.10.3.crate 253101 BLAKE2B 390ebb00bf5430048412883b672d80737e783fd36f40895343cb38ef2e26e2713418c2fb4d66792bfd3be4c990b4518ba120de229a72cbeb7fd5c2af325fbcaf SHA512 d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d +DIST regex-1.10.4.crate 253191 BLAKE2B 08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447 SHA512 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b DIST regex-automata-0.1.10.crate 114533 BLAKE2B 0e357229f6825f14339b1d7c40730b83e62bba12115d01ed20313320766e769a653a2fcd2c9d19af51a82c38e9e42c1a31d005e1f44f5b6fbb3ead7c9c74027f SHA512 56d64da361afce82c6cb49e70b99ce1fca3e1969c54bba5f9971db135f8544c65f49feb8827789947b3d1dcefc9c49a7a434a7ffe0d09c5900345a1733723c5f DIST regex-automata-0.4.3.crate 617011 BLAKE2B e685724eb037411c1a73d6d355c76e9e32c40f1c9029acaf86477796d3f5ad092b0c5619f4df2fc1ce34243f2ad8af147aa31f83a435e5b5adf55b4c9c8a9359 SHA512 4fc82fe3556f829956c3172447589555ef286fd66ee9a445cbdcdbe57970655e35b6eb0895ba02c344d826609257e0c95d3f7f51858aa260103bed7b08d8c1a8 DIST regex-automata-0.4.5.crate 617406 BLAKE2B 21826731ed5439a12cdda5a1ef217dc3239a0884d038170855985bf830f2782bdf4dbfd1b1a8812812db3a2399dadf8c173e75db635dfabc97382fda0561bba3 SHA512 0e9681d5c4529d49ff2555b7b73cf234b1f321a7fc634beccdf76c2bce5094e8501403e8caee2b3a16ac299cbe4701d891f1efa380b54f9dc2d92bbacd4de611 +DIST regex-automata-0.4.6.crate 617565 BLAKE2B 8f1e2a3cc1d2d50478776281d2bf10164ef441dcf7127994f4a0341ec40588ec8dc1c07fdf9f670da9e61a7753551500b80314df130370b61d2c03c2b2e3135a SHA512 b288e1facae2612f73d3de3fe9fd1af13d337107004f990263abe6277b31b948478ad9c2b807dcafa73fa565e48bdf2113139f5ca67eb73165b7d29e2ee5c9f1 DIST regex-syntax-0.6.29.crate 299752 BLAKE2B 2408ebfe5f0dd6578c33f18e8ea9a0a7a84388420c5b67adcaedde477f3f67fb3e39ba9fab1f6892c7ae7fff754c4aca51314601529cabc6a8fc43af38a11f88 SHA512 28a58950d15df1f0ac4ff4185c05b535e8f5bf0b75f79fad24e40e17a02570d1c9bd9cfc919eed8756a1069bc489c5fdccfd04f6b8266c83e3412b7b4bdc262e DIST regex-syntax-0.7.5.crate 343366 BLAKE2B af07596e45e3525ffd253d6070ddad08dffc8f0409ea14843a135646da8b37a7a568c12ede809d9fa47eec2329f68da7a3b3c0e0cabfa200de64affe6ecefee3 SHA512 6388dbf68c8c86d8a5bd8cfb13a86e9ab2da1a339fd607c1a16848f85dd21c85d744d694c7b918954ea27eeefc90b589926c9da464343fb78ab639a5e2925efd DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c SHA512 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728 +DIST regex-syntax-0.8.3.crate 347497 BLAKE2B 9ac2f63098ffa3fff51fe2bc0bcf9ef164cf9389a909a3f0cb668d2598e7ca65d573e47d571ee2e6bba3a1a96ef7c298b8d681e1ef89c8c53b7d590e0e22839b SHA512 925f7bcc50d94c65d34fcc770c6e58dd5b8a045541c0109e77b8efe842eef4c110087ac9c0f86c7c3022ed013abbc5c0a187d796dce292ad5361a0cdf7153d76 DIST remove_dir_all-0.8.2.crate 19074 BLAKE2B 1ccbc24f5e687d4c816d10e69abfd0a28d35d05e38d626e53e3b1a695ba94e503dd837efc964ada43f4ed9d95ca84f2e715bb92a39333bf2f958fccbacbbbd40 SHA512 db20998b6db76ead161b69ad4f92cc7139a67285b1d7cd7a3631b4c46450503b378a597d3e27c618dd5a4f77c0b3f20a25036ad495c88a9a1d134a6af58f0134 -DIST reqwest-0.11.22.crate 156932 BLAKE2B ca25d5ce6c603310a0cae8613e002a158e6deb977b5dfdb4cecd4d313ec90de369b740e806f7cc3d58137c4e72ccc1ad2f96de0f843e4d7da6425f7782cf78e4 SHA512 aaf1218a239a9c979b7a14198bbc1ffada80237a0d05a63242f8486d416c3dce636dbaf205976da4655973ddc5168a3e8d4ad341e2f042c5f239a7af35c7c5d2 DIST reqwest-0.11.23.crate 158448 BLAKE2B 202367a03a72ed026fe09742a833f4db054f48cb56408ecac16606f01044f277146543ae403cb820133be0e7dcc3325beecd3832300bc4878b5a658bfdd1ff67 SHA512 13f4b4622318a6996f019be8f374be76384f7985e0d48de91254d050d56ce1a0642f1e8e7b5ae59e5310e2c0551ac5e90845b92257e33927b80e86987915fce0 DIST reqwest-0.11.24.crate 160972 BLAKE2B 7afd1594ff5a146fbcf864f8f03e4f2404d31ad8ee2b56af87b0d056ac36b890af343fddbab6a81bf687765eaecdf3789caa02de5279c25cb5f06f7095544ddb SHA512 cadb9d44f3e82da2ab69eb5cf669a44302b737072632d4ddbb5f11924814acefc318dc13fcc690e581606353344bace46f7f1d3759b9ab968e857dfc622a768f +DIST reqwest-0.11.27.crate 163155 BLAKE2B 0135a99a42400d601a19299d379e28f2df7454dc85864bf3905a8148c908fb1b0f363cecd3fc2ed0c4ba0c108739eb3ec5116d511bcb73530bbff6acb10c691e SHA512 95e5c2e375e345a3ac9d4f4b4fa9aec28f45a457c1615d303d4b4dddb639749995ef2834a6f8659f5f0cbb49e0876e89c9925bb2b2ba62207e393c9b12e58ad3 DIST resolv-conf-0.7.0.crate 17352 BLAKE2B 32b565a11d5d752e2cce2ac7b44e483b8a682220c99a9ca34d0a440d87cb5a874c407d474e47757f128bc5d78ea57940452eb099ea6fa433d8f6d1fe881f4302 SHA512 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4 DIST rfc6979-0.4.0.crate 9140 BLAKE2B 662d967b1d818439e972d19bd251a4e3609c65bae945b4d11c0ff4966e9fcfaecb739d0b63bd767cda6a22e77a52f3386f02cb27c5c76ce9008837c882f8df33 SHA512 fb68114f5f8c1e7b921ed175fc01813531a584b8cb2df1264b72e1925bd66b4c021714b3627fbbcf3fabc26e4d6578c4d246369a0c98049d4058dca4cbabb20f DIST ripemd-0.1.3.crate 16601 BLAKE2B b72f950d20e0f6f19e5e4dac9da24a5fdfe3dfa441596a89fc7a8350cea3a297ec04caab43c7c24c4d8e499e50de306656b5a5a608d5b01d0ae86014aa4931aa SHA512 eb4510c2a5879984dc662a985515e17f0c22f91babd1ad9914a030058bf8e703a72375e82672c382294a0bf7e004c776e9c5ae30ee0f6acbddc44d22b48e2e03 @@ -419,59 +413,66 @@ DIST rusqlite-0.31.0.crate 152252 BLAKE2B 5ef8396ab6ee9f6887466e7ff856c6260f40ef DIST rustc-demangle-0.1.23.crate 28970 BLAKE2B 611d2e41a8a9799db2f8bcb8fc8fefcda361d055a417d2bfaaf2dedcce9d6f388c69d905a28c65e6691b4d408d7922ccdc97ce524c87c3cccb8467e314bc87b9 SHA512 8cd29800254b1305ad50f1fc008838c52d9659f97a51a68e9f2bd6d0a60126f3ebdd1c79760f96445b3bf998d0773526ddf663b174acca81babdc0b423247247 DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 DIST rustc_version-0.4.0.crate 12175 BLAKE2B 6fda2ce03eab45d7193fa0d70175cc7ffb56b7be85fb1314092bdcfd3948ea145420569ace3a47218a4a2a6e44a818862cea6dd8cfb945475496f63b591c29da SHA512 f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db -DIST rustix-0.38.28.crate 365398 BLAKE2B cd9401511363c806f0c8de5076031aebd22a9c6cdc49963277bd7a58ebdccaa59c33710ee625bc0a07fe2102f370e39143adca0651d123a0dfeb562d32e7a537 SHA512 a48c959c0fbc9700294b1ab0fb71a303bcef89a01b4407c2d7dc7c83b35dfbdb69bb6ac9a364ba7d68b4e561445e6c227af586cab15d9799de9e6622e89ada12 DIST rustix-0.38.30.crate 374744 BLAKE2B 63ad9fe2e131259a008abdf7a19735d2e2401e62cceae7b449ec7cb6025e82f8d275c24caba5c23c19d9c37de9b3b9263e96db3eea6bba569eb6146f5b3dd62f SHA512 6ffcdc274f97e7dad9fb0a23fe948ec4041fff6ce915204fb46adc31b55646a5fd0ff3d8d6483673da2cc55044ba53af4d6e48ebeb8622e7ac027a5d390231de DIST rustix-0.38.31.crate 375443 BLAKE2B 9e8ba6bb4eb4fdf0bacfbc719124f745f383abbabfeb161bff9908d1948942d358f46191377b90c180a2793a88bb01be20dab556cfabc8da8efa2533af8e460b SHA512 593e0395a7bc5bba949e6f2a5ed9e39ae13140970a598def32ab7d6d91b4ec100752fb05abda407ee2e5e420d950b19e607f963f3974213637423c751df75960 +DIST rustix-0.38.32.crate 376999 BLAKE2B 681ea50f5405b3a749a26a481995d3a85800378067734bb857e32e5d3764687b0da4b3749d227174440e432b374ae9ada154a8288e4353ca2ff1b851698477f4 SHA512 8f028b4df785aa78fc798f3e053d0a4fb9b3c552a47f66f52f1666f4c1324441be6581ed643c4ef0f56d92e1a078c6d3b45be183fc3df0ed1fc89de0d610cad6 DIST rustls-pemfile-1.0.4.crate 22092 BLAKE2B 9a776027d6e43a336ecfdd6713d4b1e6642378f81b73c97752563ee1d2cac5b3988afd48c92d25d55f655a6fa248436954aaa0e0bd9c7c679c987ce7df0cc99f SHA512 bc748ee06f2c101d8e54e8c4555e88c5ca824ac7bb0182f8e49bfe1fc66d418d2a3da8e454f3741697f491ad0c7bc8e924a752697023a191c1bb6eb98c48aa37 DIST rustversion-1.0.14.crate 17261 BLAKE2B db30d01914059a893bdb4c448ed0bf04852085c2d948bfbed8819a1d2317c34133cf609abdd806ad628b86974a9c1ab9d09f79743cb8e13257ef32cd444f49c6 SHA512 466d753c28c4899ab3da3e9f3366f7ecc435d484f51e0c07acfa5f3367af0de27ea3bc75efda22159b4990c976b1466a27e7c31c834c72a87d8234318357454b +DIST rustversion-1.0.15.crate 17406 BLAKE2B ef68a3a83e11f6734be94117e5170f92f9e1211d353a81b45ed11d4c738278c7f519ebfc9896681d564698fbcc579da10f97fddd77d56b14dbb96b90e16ea811 SHA512 e0e37511c25b71a64bd6f91cd8b29e43c4073ef56196de808634f3408cc297fc7fda1316a5adc5fffde9192b7d64f1940deb7cf396277a3805e89e15b2a855da DIST ryu-1.0.16.crate 47351 BLAKE2B 13c72ec8aa608f6c53cf27c95d06b90839c5bec5e54b0441e9c4f779af3dece30d01a2276c717a733f92406a5a02b09c045b2b5f92714fe492d7263b6c6808e6 SHA512 89e3e18346ae6e4035787766f286a6eb62f5294e39ad902cc29e95c53781c4e5dd629f567f22ecc7e9fe9d1c273323da9b867aadc9cd8a066727c58330b51b10 DIST ryu-1.0.17.crate 47537 BLAKE2B 28408e17a4322f1afb6f21bc8d7328c39d07186de4d464f8e9bd63a69757cb4af61b46e558075e14836f310f020ac824d5ffa616fc0a5ffba59b9df0bb66ffc4 SHA512 6dad725c4fb2d3a33ea30107b63cb702eed56bd2f3c16a72265f648f5aaefcd3d5a7b919b1d037af926cc6311bc68ba58c4e0483da2b2e2135c6a7c2d6601af4 DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c -DIST schannel-0.1.22.crate 41642 BLAKE2B ccb512f6c6765e5245dcee607b7886411710aa89d317cbaed2f511f74a927a0083042653e070c9d4b976ec83a74f3f37218f3ecb621781ee367b774596227f68 SHA512 6ec962cbd25f25dcee5e31b5012e61d38b97a7e8651a5439ab4cbc8ab33a0e2ce04fa22e06a82ef8750001c6659937ffd8dccb0cbd6971f68b0c354d0075aaa0 DIST schannel-0.1.23.crate 41667 BLAKE2B 3f34ecf4cc519f5302f0ab5207907a275c68e6fcbb47630aec4ed5d5f1a1cc7475f6d7a8c22361e9878002f9f54314c1f630ab0c1f77ea309714bdb7ada6c9af SHA512 dfce25e3b8bc09d8dd1fce2783fe02ec83f74697cb24aa212ef9369a628685ba488f821cb3e5f863798e0e59995038c8d748f74b89f7929eb8cfd804d5066b84 DIST scoped-tls-1.0.1.crate 8202 BLAKE2B 20be49f0546691bcff3f0fc257345e432e200836a60b297ff3fe698699ef6a2fe8a5dc6977902a08f7dc63c578aa27607dae0f1889b849c257c59c48a458e1ed SHA512 342f43d53edd33ea3e2197faf5dce37bfbeb0b20b6f0febad4dc6244c3185df127b2c10488e95561260a0ef968f32707460f2d0d23667cebece19b167c0a0c25 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST sec1-0.7.3.crate 17979 BLAKE2B c30d4e617f9c0c21b80f14a7df88a164ad43f4c18fbedc1ec32af41193053e67ff6ea83db54f46c8cd6389d930984120c2a1688662fd8083e0c23bd4995d510b SHA512 be646413d84b39a43a0af478854f47db3b167c2bf1bedf7a58392782c423aaaa38df3b3676f9807a98c6128152295c426edd16d67d62ae7048caa635bf39641e +DIST security-framework-2.10.0.crate 79723 BLAKE2B 9978af62742c6f58c6720a7a9d76aef3627531a4e5cb2b131584727237ec743eb1e688029c8abfcecdc8280b16e6fc85fb9c6fd93be65621363b0e3945899a83 SHA512 693944670032db795ceb944b187ecd96f094449fc801cc5f8b903a5cf117832a4db97c23dd0ab6d66a61da7ab56b5e9433b5993cbcd0b8dfd88f96e819958a5e DIST security-framework-2.9.2.crate 79295 BLAKE2B 96be139f2d2b9bc2fec7805c9e90f19f68fb6cf3f09a879f1d5952b502951900fd6889451c6866e53394859a0f8a842b4a674c4bfa82cd71f48195c0af365475 SHA512 fdc58c1c12ff849af3acf34208411caee50f30b9d55e20ef9d3922ee37664c606abcf90c4b415e5c22498dff2116fe2b2f374a0bd382c837ae7d281cd1a0a54a +DIST security-framework-sys-2.10.0.crate 18676 BLAKE2B 4c16983b5bad471b18c52e34fb6a2762097bcbb0891c7c8a8423777e01bb27341576114f6ed90aaa80cc3e0ee264b3bbe9335886565f7b2a91e37f0ac3f555e2 SHA512 10c006488bd52bffba72f7aa44cc58e292c186259054aa85f882c3f0198586574a9c722ba80f101710b867148e823596f8d1ead1b6a753e6b50e702f5fcbf904 DIST security-framework-sys-2.9.1.crate 18284 BLAKE2B f1484b6b691f3616192ab363c81eb3d6279ad0bae6bb7fbc4eadfd9fc6b6bcd5ce42fb8edab1eb8934f40a1d42714eeb8ca3616871e8f80c90318834901e8ca6 SHA512 3118d1e982d94c5fc6e8ad6270ba398da98a042c7a2060eafb3b78a54491091c46529bec30d4f871744431f01b828ba2a795f695cd20d008441839f3c4350462 -DIST semver-1.0.20.crate 30451 BLAKE2B 7a08bd65749e99d0a881ef315f611f9f02215991aafb317294925e0b88b125acf33e713a45113d229646401520fba22c6f6527015c12b9859d7a65d126de647b SHA512 35a55f1d1e4dc8674d48053da36b7152b5e3bfeb72eebf7d307c491b02d77e6bd4552212551be29e2a2c3951afde292c2614829e668d9382fec0f258dc6484fe DIST semver-1.0.21.crate 30445 BLAKE2B 1c779c25576723ee7e44e7c831eacc5dc6bb33cbf051bd0748f688573e01595d05808cdef4ae48a6423df15e474cea58a0664ad7fa5cad490a61f89473f426d7 SHA512 bc3ceb11f2b729be086120c06ca2cefc34c5141d2d4af64279b0868456894eb9097b234b326249f2aa83d8b99086fcac4c5b7ef4a1e14b1198ae808fde245c35 DIST semver-1.0.22.crate 30446 BLAKE2B b77a951d959a3685b0373c80b9991a8567f8926d093b23b7b8fab48595b5d565acf7408fbfc8f4d58331f39e316a8068885d28bcd70c1476d1cda436a2dd88b2 SHA512 7dcf9b6a02650d71d6c9ab3c29e44fdef95af296208f26aa7be6fd6e16773e5e5e66418c303a0589d1165df6dbfd46ad6ebf9eb5b3adab25a51f340947b2d949 DIST sequoia-autocrypt-0.25.1.crate 41241 BLAKE2B 5fcb7131447b2e11aceeef037743b0a368693a92fca3b4296bd6d0d76fca5ef89c059556dc2591c944b2e9f545fd4e1a8008def5ccb1110b293e3a0f93954141 SHA512 a8835ddf7c782abbedc182d1d6062e23d420898480277f01869fe7d06ca5338ef1199c41b11091e4eec9ec304106ce1d09cc033ee298d4f72c918688584e3705 DIST sequoia-cert-store-0.4.0.crate 153832 BLAKE2B bf2808c354ee9f297b9bee3bc74616c108e5165c176edcca60ff1cbb3b2d5df9103a7f7947b34e265be2a8094f4261173b5d10de120381496f4e1f82e8b66467 SHA512 c87a8f91906c5be0fe1a7cee1c7f15559c8e9f7ea7d127feb5fd4f0bdbfca41e8e0074e03842a43191d7d5ff70407062cc4390de0f5a9b9593527e7657b1d2be DIST sequoia-cert-store-0.5.0.crate 166651 BLAKE2B 95fa51edc227da789eccad9527d8285142add8105b500bb3094ee1b122130298709e4367e38f944c66eabf417b54323bf5b51e9e3e8871c1e4992944d376aa5a SHA512 23a6608b4b0899532a1fe6790565c0f45a6ee0b5955d8d757da21b4d6783bb67c753e52127e543a2d7b8ed998fec7f6a6fb5cb4c3ee1826ee2efd67f79009741 +DIST sequoia-cert-store-0.5.3.crate 181761 BLAKE2B 498e354e2bb7d6cf2d67c1b361456f31e7fb60bdf7b12c970294b65a5581fd285f03ed744d7eb49b60d974c5b919fac890cfc339eda5053bd61e0e309a0065c8 SHA512 8198243aefb3dc11dc0e44a09079d410cc1a50c1d0cc463ad03379c4b8566631ec713f7e5b963e811fbd7147658bc53d9ef09e9acfb9ff137ff33bf4d94467f2 +DIST sequoia-gpg-agent-0.3.1.crate 101496 BLAKE2B 71793d9c105459c11e1dd06a3574548a19b4c68c8cc8a25ab77b5d524a59a72d55689d83c0915dabc230427c46bca44203ec46450ffba1bfaf37013695958fa8 SHA512 45ecf84ed22deb7f8ac6d4ef253721f8e53a5a5131d29a547fb9288158c5433f64aa71233f57a112b8de360ec6e2bf0f9886aeaf8c19ffd0e7f8381c60071b82 DIST sequoia-ipc-0.33.0.crate 4504654 BLAKE2B affd8e5c53d72925590838e5906988144c152c1d569738298e72ded8549fd60921c31e1096561010f55716de27f2de3700ebb2e7666925989024864ac06f9083 SHA512 a1ee95aaada3b15394d46cc97ba2e8c8e091522eb1ffa5cbdd04ac4617fb299276ab6018cb378d838ad74a3a4ef782392cfe1dfb054c1f8fc5ad71816d076dd4 +DIST sequoia-ipc-0.34.1.crate 4505028 BLAKE2B c8d6f1a75ecd67bbeaf2b7af8c975dce9a66d18d9fe72dd6d14982edfd61cc00e96d7931d5521031cb2be7e2f9511ffa92d1b4ef0a7b9122555207f5c4225fdc SHA512 75df9b6230df07ff354185c8650382f44dd20d6e05594793872d5f05d828aac77293e05f93142feba5b3c97544d58e2fae075c67a2597bbedd6c0647b7736fa1 DIST sequoia-keystore-0.2.0.crate 80710 BLAKE2B d010973b554359f50fe05f898d195381fca51e436920208c1a716c7a4ec51738b66fb1ee0f5c2d9b38d88960ea8fe7bb5af9f27aa96d6ee7ae3c9c01f882620c SHA512 205bafb021e3456cd015cd8db87099473ff5e1d9c188d9cba571c95a6fbb9f53b0b2afcff7b11bcfae1c301944566a9ddc3cd6afbb6ed6bbeecfdcfaa5e51d28 +DIST sequoia-keystore-0.3.0.crate 81628 BLAKE2B 115cab313d47a396c96a0ad6e0f782387d87e46780c26a1358328b65717332ff74b9b5c3f809c54430ce8f60d6db24444cecbef5760d0407346e9bc1f8f7161c SHA512 bb7aa1665b5e2c8e55f1e1d214b71b470d8a6e109cb19efbd93df1dfad9cf7dfce807f444e9cd41a30d0e95fcc909eb69860901b5939bdf457dd78151326816a DIST sequoia-keystore-backend-0.2.0.crate 17099 BLAKE2B 43c0871b9e74e682bb6f56cd84ad3118cc92edd26409bc6161d9d016c65480011c191a55783a8c24bdbaf09d818cf46c209b678abd0c5fb4c98f3e05a7139f35 SHA512 6aee1586701e0f85bbb3862e075c3cdf32d8d01d247070d7f8a6a0aafe2af3543d02911b9b744f77306b4ac8ac08cfec90991fb156c31c519212071055a07966 +DIST sequoia-keystore-backend-0.3.0.crate 55520 BLAKE2B 198ab84a5bc292e2bf8cf6d0ebaf8570951335ddd37fa842357e722632fb815768629a12b96d4d7ea4aa89bd7d869c3c5c7b28167356407ded4b22efe9d77c77 SHA512 0d981b00e257cc46a73a2ba8f6b378ea6b9af10959c0ee6646baa29085b0c7016a40e88e73fdcdef13e4a8c41a4272bf8dd8efd5dcaef8bdc778f2ba5ea26e2a +DIST sequoia-keystore-gpg-agent-0.1.0.crate 17347 BLAKE2B d4a87977fc31ef05ac2f0b5c5cdde680c8e1ced02c9b5c68906038765c9d887934a744ca490acede7ff95a8d769608ee71e8ea5a421029ebf94b2439c9c0ef96 SHA512 cabfd343fec62b23b0cccb98d9fd5ffd123eee2c89aada023503d8218a87a776d68a4a945f193e35ecebc3de0fff1a30f8d0d6d40ac26f9569c9036c363c6e3d DIST sequoia-keystore-softkeys-0.2.0.crate 50961 BLAKE2B 74aa51810a7f609122aacfb92b49a1c9cef69f0a2fc64cb664c66bb6855bcc14aab91d89443fec4bbfa5ea5f6669ff755629dbdbae141d4faf826f5496ba79b3 SHA512 8ae6425a74fa8235bbcf9359ad1d166b7d2ab52142a7dbc3129846ddd7014fd341320c609fb9d921aa397ca72c80c22bfd1d175edfa7ea74768fcf3388f288a1 +DIST sequoia-keystore-softkeys-0.3.0.crate 16052 BLAKE2B df749733027c05d08af9df5f778e6da0f73a61127fac508538231b53efce5d4de851a2df21e349cecb506e38d3763740711378f622bdb4847855c24cb75ea92a SHA512 4051600cb34e5b65a053d8fc8c7c3e99685a6ff11cef9e747b20c2db9c78b9a2c781be4794dd199d15c86f0c9cf8d38f0f2d3bb796b0a6026b0f7216c3f5cca8 DIST sequoia-net-0.28.0.crate 49672 BLAKE2B e89656e0428bdadb6f9d4fb479c985d5d187dcbade342906610222d85c22d90c60b09ff4eaa3eef62d6650ed06c92b86a3123a001faa358fc775ef0e74d44265 SHA512 1a87d9b078c2b44220882611e8d49c6117906d8cbd81e50301a6b31d7428cef5622223ed234e28558fa83e31c47df84dfed087f1b1962bd42a7d1bc2f0fe9fff DIST sequoia-openpgp-1.17.0.crate 2979040 BLAKE2B cf11104c04f69e20caae885cb51824f00722a975b07c332562a61138325253dc25b92c791098994203c5f607c42edf2d58024b0486d5cc1068fec8db6dda3206 SHA512 275d0e393befc19e8b9a70f7e931d8f95f093a2f4734e8ff2543176b1c38b7d9e07e95bf474df0a1784d210baadfcc4f3de689e5061818ca3a22d604f52f6cba DIST sequoia-openpgp-1.19.0.crate 2995131 BLAKE2B fd5102136dbe748591576193de1f9b919fadc0da1a96d70ef4cd902fcf15fc226877067a81e06b842ea3582d3acfb6954b6f47034d91f7942aba13a988c03175 SHA512 db3f4016e78c4c917e10364cab2120f2facfc239d1ce5a684307ba95a30cc4260597f6b9bfa5014d423c77a690b88d8ca69493311b77f10447aa94592161a64e +DIST sequoia-openpgp-1.20.0.crate 3002022 BLAKE2B 7bd2ecdbe2885b749dc3b7f36f58a0092cc2b96409631d5b6da87488476eaa9bc3e71033ce292b04bb17b3b824fb3d163e6f95c470c5fa17b5482b7daadcdfb0 SHA512 692664d80a029395f0d921a4250baf7ae12111f2038f9fa1b98217d4c862b14ea07e36d4f3684d2828c97a8652149c3cb698d8b18f2a74d8927c06e7d74d1130 DIST sequoia-policy-config-0.6.0.crate 42529 BLAKE2B b58960a3296d1c3289036a2218e842bb63bfef11968ccae7c42cb61869e04d26fb52736876bcf32d276177c488d0be4d9ff3ed50fbfb0ba68bff3c0410a460cd SHA512 499d350426f80627278310b2eded6a69a7ad833058129ea5ed9ebd0255621ff70f9f04228fc8ca79830e6ec11d14b121bb3e5a6c5fc2721135d725bdf0d886ee -DIST sequoia-sq-v0.32.0.tar.bz2 362391 BLAKE2B 73d378356071b0c27cce4ef9d0ad8504254f8c742a794828932ed47104c56a2a36c538f684b3025c1f94db0c56a720c5a257de4e1a2e2e924dcfae192cc50d3b SHA512 958bc24ae319cf77df2dabb861efaf615ae1895f0c8ea846c72e0324f119146d688f8d93ba8a9fb65bca3caec302f6a15e18617e8d30961134b200d0121d7008 DIST sequoia-sq-v0.33.0.tar.bz2 370331 BLAKE2B 6e932768d04cb9c4037dbb821b4d034b3f841e7497234da71789a3001d0fb2d00ab4880a398f96b3297fa8f23ee0c5ca508b6356ce6dd74c59da28f84057ace7 SHA512 44cbaffdac911e45eb230dabb356478f4a89c0256d30fcd1e6d2121281e5dfb0b43ba0e22371c745aff081a63b50c354b11492fa4d7daf1e393a030144cc6a35 DIST sequoia-sq-v0.34.0.tar.bz2 393864 BLAKE2B bada077cb017e182bb276f7347f2a827631513854386274caf7a3466475f9dc8bf0b723522548633701a5d6b3c9cbf34e066957b8cc022dfe42da6837da3e7bb SHA512 9276d7b2a8ecae3df6c7b9d7cdc7daaaca53969290be45d1a33be74bbc530314b9b387b4b7f36625e3405bee7d61566eb9880bdb0df289d8fc170eefca693b60 +DIST sequoia-sq-v0.35.0.tar.bz2 472305 BLAKE2B d9c83c4ada4aaf7b6976d1b44eb53168ccfbdcd3c4559de4fbf8e884f0f8ef6a853910b6ffcddd1b22487ec67c81ed156ae2ff2438dac14b1d70b35624e7e40b SHA512 18439273ef3811c57d71a88ce7e10d25fd3ecfc26820f9a8827298bd170583574dba49e178ba7318e2e22ad645331d441db62e78e2e5879758722f00f22dfb75 DIST sequoia-wot-0.11.0.crate 1080482 BLAKE2B 7abdf5b5402d923965c541001f705812ec61b11a46e79cbc55abdb7b1bc62913274a8f294c2b925e6c0420fad9b7709d6d4449678188373d68a1daf12f2be628 SHA512 a200e0008fa3a14311b488d84425fb108a7c31c481a4b1077650755debfdf1061e74f5061dee99bcbec01d2f643733a76e95963f312396def5d8c7cd6c0f39bd DIST sequoia-wot-0.9.0.crate 1078451 BLAKE2B a3e1bc2fb1cb6595f8de9543532c28f9c7fb5ae8cd65e02142720522f1f301f5bf65fdef8bd219a9954cb77be8f490af24ec5c87fae73b3538cb10a523dd2216 SHA512 e85e3dd8267f13d7357521963d9168948f2131d1072a544e99588abffa2942be5d45b11a5894e222adda54e34ef70f786e0bc096c8c0dcbaa58cbb9afbf29f2d -DIST serde-1.0.193.crate 76863 BLAKE2B 163097e85b5542451896d7381607aa297e3b0342a2641887a01689b13122c6c1ca566fcb7f32f51bb0ecc861aed014f1467edfe21338223d5361555f870425a3 SHA512 82259ca302f42116ecffca3c88bc1212785ce5430f9d29390a9041d4e5943c13b13de119fde644a583960102c4b6e850a16f962d36dc76ac69fc2297ed65a506 DIST serde-1.0.195.crate 76856 BLAKE2B 6a80b59335f222ae48d5e377c30611f30fe6416e6853ca47a39016e21f649cb9dfbe4964ce19e5da977fb9a963228a6a81c1e85af99ae12d7a0a5722901aa2f5 SHA512 0002ecb933d08fbdc8585ee74efb4048d385459f629261f5a4a8401b794f1c02b8296db79f479013a0b2a47ba99bee6c02d60d0fc2454e32f1b038b4071e8727 DIST serde-1.0.197.crate 77087 BLAKE2B 4a4e04ededf5fefaabfcc4e17457db823239e8eeee7631a905ed47800ca10d26a93632e3a9d1b784b83f84168d0d649cfa2e6f5f1e68ab15a68e837cd5b6c699 SHA512 69e42825fce6a0a5d109979785daceacfd6afc5641e202fe83da32e2b1f968416557cce97fa014839e873e65f85c27494c8f8e20e6e9e4fbedf20d0291880410 -DIST serde-aux-4.3.1.crate 11637 BLAKE2B 23f6cc2b2c26d213b98e516b461b902625f2200057ca582671755525f9a6ed664852b86c3ee2ae4ddb7130084bc7322601d9fe72a77ddbc03e895957ec9bf246 SHA512 2536e27a716bb5a228a2f10fa4f11505a760111a76b0212eebf9db404d2a66d339ffcf21a144e43986c7a391f7f8c253549b53a46988b1d54bf6619733930459 DIST serde-aux-4.4.0.crate 11926 BLAKE2B 345ddb49f8efc714723fe787dac1dd536759a23b8938fb3f41f0692008c6892396482d9d8e89035a463b4438d829b2204a6311b65e59a4910de09a414e96f02b SHA512 bc82d276e43919fa21ceaf40b18d10475afea90b1e577ac25d1ba8400fb7511a33ebfc1501dae58981c6aeba3d7febe5261208eb45b44b319f5cd1bcbe741507 DIST serde-aux-4.5.0.crate 12448 BLAKE2B 33b59c46f182e6e6a7d8bf9273863cfed3eceaca5fda53b9c3381dd10096ecefb4a38fc00f165eac26f97fa52c8a11d9399fc49220e6e5d4432a0b1b32b1a8ef SHA512 1b40fa8aeb6698bcd625c49fee25c34d6a2e796a20c3767d09812bbde532864b3a528981c7972ba97dd320ccc2694fde597f6fb9f6245f06ebc7e554277a94b3 -DIST serde_derive-1.0.193.crate 55692 BLAKE2B eeb2a2fbcd0daf5fee1bd6a4f584fed330db58cbd786073311d6a94308c63dfc6b7c2dfbc4b8980064ed66509f0127525b79d99aa96ca0134226fe21715999bb SHA512 05efb144aeee293a0e7dc7540106eb8c4920b2d8dfc25771d73afa8ffcba330104643430a6e396ea2adabbed4ccb23591251479b75449b9c8322799f91d38c41 DIST serde_derive-1.0.195.crate 55687 BLAKE2B 4da7916e36f71dfe82defa6c45b3075395cae54631cdff08a4607e962290020e7214288258fd316439c02536073325f5902e7b00144f97269a207fc453496599 SHA512 8a82ae4e7cfe0c3ac27688cc95d74bf4c2e10c1fe845ab28fb57579b2f47f36d13218c2ae603f93f00114065d47c3e46166dea39b205be673f443c34305dacce DIST serde_derive-1.0.197.crate 55771 BLAKE2B 73708908b6d1e104af4c63b498bd25c5a728e07e22afdf92f15754c0f17636efe44c0560c1f0df1b9a30708e8e8894a62f1ea57c234b6dd861cb9c8dc044eb4b SHA512 669376e248b76a5ee8b9c93fd9fe6d35372e7267fbabc14730539ef28a94e405ee5e9c2cc2846897d59d6153742cdc6799f9e2c87f20b9dad119bd3a86c28994 -DIST serde_json-1.0.108.crate 146476 BLAKE2B 9c0ceae5566a4e0ce7a6264939862f9dd920bb47d18acebb179798b036c376d97a4e9b0717092903ab90cfbf6fb73d37518e3cc25f3217af010296f5644de396 SHA512 7d8d1b74515388d99983ffbc5696cba022305cf4c797d3ff5d2959fc8fc8f4ce01cc4c9e7ccae7097b06b5acf5307027f6b7315df1fd8f58e681cc5968e79fb6 DIST serde_json-1.0.111.crate 146447 BLAKE2B a3509185e78c438f495ee9d5b5b7c23cd3b565d45178500f2b9ceb8cc8b1cc509b8d25d217f2c98bb597bab205566d660c3f60506c836da903c52206e6fb160e SHA512 11851e34a9a40de32654a12ada1d1bd01abb11531c5804f5d0747bbb01bf59025dd92be916104fbc278bbba5c89c77920941b83c0ac2f0da23f5d61a7788e83f DIST serde_json-1.0.114.crate 146986 BLAKE2B 229f0a8e2c0bc35435b49774fab9d4cec4e2323e85e2f97ccaa2a18277ecfb9cff9e9b165786e782cba043e9ac670717364b0f9c145254eefd74582b728f2186 SHA512 2c35cd0e29ee2af6046ce849b5854b82b90f402b51c04ea86b32ce7d67869736f17a4d028dd8245c31201036bcca7a1d3df11d842a92a45b0eaebd809687d436 +DIST serde_json-1.0.115.crate 147100 BLAKE2B baa2dce9d85e331d1308f2ece9dbeff24bcc70e37be3f06c7e819ad9f4eb59fb1f00658736fd336a41a65e3616d1bf75a0c9adb359eb606e1418159a9455132f SHA512 d1a60e20af770fdfe0585853c87c5631e56944a3c1bbdf9e1e91003af8e924a8076335bd37563d167c760aad10d4c08fe59ebd47fc52e461bc3586b835808d22 DIST serde_urlencoded-0.7.1.crate 12822 BLAKE2B 38c74ea862f041828467dfa586bad9b8e1d1d64a9f82fb7f98727e3965377d00e59f2dbf20955a9dce976b6911c0a619d2a6e4cc9dfc73cf0f6c449d873fd072 SHA512 b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60 DIST serde_yaml-0.8.26.crate 40670 BLAKE2B 78ed7b0d45677e2ff5bb94e9a12be0ab72eb2229e064a3e357a7ea3566648f10fc6c2ad5c07ce6067841392c97d4034da5d54d51939a08d81f64815ccd798642 SHA512 f6bde42539fe35dcb09fd506149c564f2056102f15ce275034b33c40ae666e22d6beaecfed8a0048704547f153fe13d52b8b305c95a61007784ee42f6a8372dd -DIST serde_yaml-0.9.27.crate 64781 BLAKE2B 071d9ec686e0fd029cda986c14a6156c617e64b94ca9f7608c6306fbe426e07dee6231504f346d53b658395812b0fe32d74a103fc1b361e642949474211df41e SHA512 661b6a796caa3da6fabc3b24e798f9608c97706d49f64f05b8e046d40fd7c5e60ac66c3a88d399fdcd7eb2c71f3b6cec0104bdaf46870404e938b08fd55c7ea5 DIST serde_yaml-0.9.30.crate 64831 BLAKE2B b1688fae76bd4b94ca33185901c3241bace33c1d2df04bf7d3d669f19af6f6ac574c53bbb3b0b1c74124b00675503976ae7dbe0d87fd431390cadaa505b68685 SHA512 5490d2af795062263b2daf3613dfc1fbdf259cca2bdcb1395fde1e2e535291035980220ca5aa0e97f99b3041acbcc7fdaea133f3503026be72db3b17fcbafb23 DIST serde_yaml-0.9.32.crate 65170 BLAKE2B b1651895b2828acb8b962398700ba6802718391369d94a11c63edf8bffdcc5df91170b619d29d0f97c40050232e416822a05d9743543ffcde79deddce0581a8b SHA512 121047516378ee1fe98ec0262be63f39bc09d8d46f0a7c98c0ef1792a8636a9a8ddf0f97608a57723af0f7e4de369e25c353180b9e6de749f57bb7349f419dee +DIST serde_yaml-0.9.34+deprecated.crate 65290 BLAKE2B 1c1f8c7dd1a7952948596d8c727fb6fd36426c7b80ddaba2e6065db7551757e6fb170c77373ba9784f6b32de9f8aec94f90e1c85df98b9ac1f75a7cc8e5da174 SHA512 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca DIST sha1collisiondetection-0.3.2.crate 801440 BLAKE2B 32310a30929535afdf78320e65a6fc6d2688f6d29f2b42b0b8a61642b4dcc83e8195258a35619822376964b008c8da989048c5c3fffb48cd7b98467ecc825d28 SHA512 da9e2047a5f53622354471d918ab6dacfb9516ff9282fd59404c0f6eb3baf36081257814ebc946c67bd9162210f32cf8048a4dfa48d0844262ea71645f8989b5 DIST sha1collisiondetection-0.3.3.crate 801556 BLAKE2B 112a1691032781a7c759b743b7c2b49bfb3d596b18d9262f6c3c08cb1505001e29b7dd175dd38671fd61318293b0adc0991a851a5a773a25020f08d0e3f5f423 SHA512 5240c9004b44cefb5a220b6b991ea29529f20feb882dcc9dfb4cb35ca127483770d2f118a648a2d88481f19fe8f0973f3d1a0bc8ee7121f83090af44e743e446 +DIST sha1collisiondetection-0.3.4.crate 799321 BLAKE2B 6a36035f19330da30fff69ec304c17ca0d8af74673b43dbf421dd9e67f3e522575e7a6780a2eaca3c4e799304acb40eecd0a3909642f03f18996196b3dde19e3 SHA512 d74b317f272ea600659288af786c656005009b7e2fcf060eafb71df07cb3de2b698e74088217ff99fa911a59e00653835cebe6bbd5457e549c3f9015d8dc8d7a DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 DIST sharded-slab-0.1.7.crate 58227 BLAKE2B 9b4c4e4849ed324cf48c2b905f21139d1d65aa5ab13e7fb11817cac9a32ad09f8dbb1e50a93d40cafa0aba872792bc92f7bd2e219f62f80695409e949c07978b SHA512 3be7438d4a75debb14463477f34de6db1ac38abe958ada5d5dae7ae8d5993e245da69fcb989d91aaaffda5f2b085d4bcc88d10e07ec567b7f40a21437de6d4cb DIST shell-words-1.1.0.crate 9871 BLAKE2B 7923b36f0ba50c17ac4eebfdda34566b615291253b7b41879b3f64b3fc1325e63948d3d44801e40748b11ddd2ab201b81d238af2a2007c7a57d71f5dcd0667f6 SHA512 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 @@ -481,17 +482,17 @@ DIST signature-2.2.0.crate 15531 BLAKE2B c584d9ad52a1ab3cdc129c36cb2ed6dedc40a8d DIST siphasher-0.3.11.crate 10442 BLAKE2B 771221614bbd56f609b9743da4352dc7a2cbd0f6257952fab0cd052e5e5b258a4c95a0461d6d1b579dec90b72d66a0e58e036899b3db8341ae753a421a4cd4d5 SHA512 601121bd41da896142dc6ccc74a6eec3ebee3e976857ab8b5d21e915fdc8bc6e979af66a489c406371fbbbfc7a13338cc4b3744aa981206e43c53998f3e1699b DIST slab-0.4.9.crate 17108 BLAKE2B 8e5288c4d00efa915e7be27b55f2204850968624f0d8101c091a357131106bceeea7a63c98007420c12f67893dd2228b15d3f23508108c3a0ceaa605474bc7a9 SHA512 b6b5423ae026472920f7c9a4abe0962314140a36dc562c0a9e3fa60725b2b8b7a8b343110d9d4c0e18fb318b0103e14c0ccbc9ae350d5563a5ac80c35f228c40 DIST slug-0.1.5.crate 6833 BLAKE2B 47e4765e70a501e823eb02ecdc3fce30aa2216b3c2b329aae787a886a09ee7ef3363cf7e5d933cfdc07c7befb16f31bb4d480b7b937c58c2af1d34523907f96f SHA512 7ba0f946e60d2f5923cb21ae044dbd2c0e128bd77bc5eaf7171eb0a53584f61ac472bc937d8b600441d92aa6f916baa9797439c992e3a7cd6530243e8cdfc9c4 -DIST smallvec-1.11.2.crate 34801 BLAKE2B 58645e99db8f02db64d02c75860c7ea41836c427c03ee3b0b23365e73a406e4fd6ac312bf13fc5faef8bb6111c10fcfd5f839d5b3686e9b34d1626f8469fc327 SHA512 5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d DIST smallvec-1.13.0.crate 35327 BLAKE2B b1ac305b95d096afe72c2b6c9fde72d70379d36c7444e4f47151d42eb78903e0d99f7007acc08c6b6bff0d61acb14b830a097ed03eed2f765976bdf994911b9c SHA512 2b668a71462ef09de8a441565ebc128d94e76688f5066f03811d82dd9fc3127bae4e6b4c125642a243abf14d17f1560284fb8f38d3777334bf81d37687429c8e DIST smallvec-1.13.1.crate 34952 BLAKE2B e0dcf1d26883564cd4f5d20a588562404e193075b1ae011f7f7542009a9466e5df3ade7768e1a8feb8806774b2cee5f15d31779928f83714e7d4b6ed46af9ab9 SHA512 1259ef947400470b8c9e74c5582dbc1a49753aa46420883c1f7d66f320f67bebe733a15a23cd57ba461020fad4ff337a5b298de82754602a78f5e6cec969652d +DIST smallvec-1.13.2.crate 35216 BLAKE2B 31a268aad595c06cdb078577a97b089dbea156a0df307a3e6aaaf4861bd9a680c5b11921da9dbdb1bcfe17d58c0cbede1ffe6bba3aef59b384fb1b9703c62d27 SHA512 a97c758b668e40ad9eb572e65feeae4954e09200a04ab92e26a13b48894381cd3a3d2571070c4b7a5e181182e1ede9688f990650342ec69ecfe1a264d234c679 DIST smawk-0.3.2.crate 13831 BLAKE2B 551ed3406db797765034e2ba53d5aa75eec57cce608097eaf0f1a94fd1df8aa8bd248087a8a3b037d844fc91773f74501686180802a6d75165f771ea1f20ba96 SHA512 39f3cab5a6eaaef6f4e7703a6840ce7a805f6175e02968090a58a12d3420f0a144533e5d6542f1e9ec0e36902046a180386548713ef6148064922ff837fa1602 -DIST socket2-0.4.10.crate 45697 BLAKE2B 1af475724e47f0d7889ee092c4bb5ed34cd3a34885bb3d65a7c11428ad224174be94c617f5215ed1a1656973e112e40bc56ed50666543743371a65d61bf3257b SHA512 eeb0bdb86ad969f3cce4735c99aa812a867b11a5ec88a53fc7f5e399c510b47ab14d06bbfba63398fec0a0f65835edaedb7eca7fe36aeaf4805843aa9f0dd5ce DIST socket2-0.5.5.crate 54863 BLAKE2B 4237b540dfaa96d3f8a8b9178519e5ea37b6b96480a2aed5287f462845231427a18f5add26756c7b03c18d4d4aa617a5a36c5462258ebd8be326e8fed1c48641 SHA512 afa8df546234d4e8f89289622448aa42d8c2ba74a0a3a4b13c0ff7bc30fa435a7d6d6e8c9e2a6933cfa23ebdfb4908c865e82c657611defbc16e1f1bf66f9f8c DIST socket2-0.5.6.crate 55270 BLAKE2B 10eb32486b9a2908e05ab24620ad7a79243e59c2c2db5a7793f87f32765745b21746423d5b3896ef37d3dc9e76410fba97826cc64cafb7dd45adb485900c2282 SHA512 10f14ce7bcb9fabac56f98bd34ccd6368dcf4ca245ba2df80fe0f1157e177056eeffc6fcfb1d1fea6e89c0eaafb99d8056fbd10101031d3ccabb98950ec563dc DIST spin-0.5.2.crate 12004 BLAKE2B d67d9156ca6dbcf4022711cce797cd423a4977115abac4cafaa507aa2e1071b637275637a20934d4d0d6d2bf82c98c74a4506720326d1804952aa0fd5fc4895c SHA512 fc57f7906da2b7a298c5f89215e881e8827b4d9f934dbf138338e0ee30122d8459483be566268fa374b41d63d8dbf65d42e0b322535ba35c827d7edb2176f267 DIST spki-0.7.3.crate 16409 BLAKE2B 6b39144e4e718ce5eb454e21ee89fb936ffd31ec99554b0150fee47bca396bdfe4ef39603ec029d4af4d8c4c3ba2de7f6c549244f8c20114de9b43ff14921681 SHA512 d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9 DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 DIST state-0.5.3.crate 30385 BLAKE2B dce810b48e985b67e7d0c02c29fc718b0366e80522d211a5559cdffa1a8d46251527ae283caf49794aa0a655a73f5c3ce8d779e92ae5350adbca19caa2208102 SHA512 bdf171e663921d464b2df644d761c7754e36604e60d50ca562634524da0fe2dc0c53ff0a56d7bc7794d357f0844ee1ba197468cb3564e2bd7a240b30429ced79 +DIST stfu8-0.2.7.crate 42753 BLAKE2B 0fd14038b094f0351fc80d9de4b8d5f83b047577d0c59af549e7ba5c980f4e7db71b8368dfa29d877c8d834dcb59a752e2234c502914900a97d4a0bf796c83ec SHA512 5584cd8b16b78e6131a6f4f6601fcfafc737bcf614855595e5a2253b20c031045dd48fa5fddc124538f27c031b879be7d71918f588edc273dd52fdece70e3e59 DIST string_cache-0.8.7.crate 16655 BLAKE2B 9a017f3248a3d5e7b8c1a05462a882862b20174c7ce5dda1568c3d3f61c422e84ba2ccd5d6dbd726d1c752f1eaa8062a179470927a80d5bdda0ce530d1ae2c17 SHA512 03f9cdd2c01c0f233284851f17eaefebd68a91ae2ed2b231fab2d6d6476bd19e0696d7d3a74fb6ecb2ec36b89e79ad966ab73051255c9e194bcf9c5029fb8479 DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 DIST subplot-0.9.0.crate 130930 BLAKE2B 6bf0d4aa71895e73b99eb21bb667a2f642b97428a8ccbe994b9fba39eae7981ed63b064e50d4a350b9489abf10882e1143500d2eee70d21c5e7e5fada6c34803 SHA512 fa30f00a386c6112ced7f5722e17aa15225e2b9734e7626ad731a442fb0bbd5f0a2fad341c8e8a9aa08d3ee9bc20e4d7a36a2f55d39555dd0de1a594799ed702 @@ -500,44 +501,42 @@ DIST subplotlib-0.9.0.crate 22509 BLAKE2B 1d107486ee5cb5c370424561323ca2a4b154d3 DIST subplotlib-derive-0.9.0.crate 4490 BLAKE2B faef04b799c4759afe1677e82c2182e8a68eb7cdcc94f4c8505901ede40674b548d552375170f151a54808aa5c524a1402658d7d7e8b2bfa145f35e0f88d7844 SHA512 4c3aeb5b7e19b928f27b9e6a4e61530c7129690469aed2eceafc4bfc6eebc525792f5b29082aa1d5b812103ecd84a7f162a2d59972d07f9d55fc0ba889a43696 DIST subtle-2.5.0.crate 13909 BLAKE2B 660c3a472ca54c9843ce3feea74b802e27fd7f62dd37a30e2a4ba82e4b3a71df63562e8865d5fc675d31d0900998a8730503f91a61450884446a3bdd6af0041b SHA512 f150b1e2037554f8cd3213a54ddbc258f8f670cc4f39e7084cdea4b47538dbc58b834bc93b443d58a4b9087224efc003234042aaf366687dbd32b1e7174082a0 DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d -DIST syn-2.0.41.crate 246016 BLAKE2B 9d389f2e2a0acb4c84c309456e8ffcc88c5d4d541535ed136832d7a6054dde45a598bb68e8a6f3062ca2a96e1ceae947d54b3aec9bad65b0c51d6733aa6c80db SHA512 6bbaf69ca783025dfb81ac3612ac60bfbed31b2d87792909b35c12892dadebdaff2ddf9463105e536b671dce5870610ab90fe29471284bbd3014dca8d6993f1a DIST syn-2.0.48.crate 250566 BLAKE2B e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580 SHA512 926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325 DIST syn-2.0.52.crate 254728 BLAKE2B 1e56e49de8fee8ed47e89a0791bb0188ee8f0dac127f6e17a1c91a3cb8744a61a6e3b8d3a7fa5cc450a453e9ba7c9ed844302d23cb6e6cd8ca8c624ca475b32e SHA512 a0fb277a4d4611c465d76adf83040a6ac4375275d9f9414fddb34f577573b0f5890b94773bd57660e9af4b65778888ddf34c99d829fe4f58a966484cd8dd9b05 +DIST syn-2.0.59.crate 255393 BLAKE2B 872c6fdf55eef2f050c02fd054f383ede1793286e787f447d242a0436186e67151ce4f47a63c7ac8ab00a87d2fa9452ccc166a32cc7f1c1de2e0f2581c01d2ee SHA512 0e9e1529a0ce43afeec5e9847f8f4c86939ebb1fa0236d25aab73a9fc253b97ebc62f1c741e137a5a3173e2342b33d776a488210ccbdcd36177a1df31188afdc DIST sync_wrapper-0.1.2.crate 6933 BLAKE2B 0ec797ddead298a95bde0a508ae942a4e90943948d3c1e4833fb3ad1cefd3566b7fd1aa0b133d614839707e3f416e3e739099ac73441527213da81b6d1c47d50 SHA512 ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8 DIST system-configuration-0.5.1.crate 12618 BLAKE2B fa75a24f8db6eafe578bcbf162fcd110ca059c58af24916acd64959b48d8541e0aa95ce2c929a8a50c62e7e8a967de9101640d1da7805fce2f76b7c5c86c4544 SHA512 af77ed5be890e826b9b8f975bd2e63f3905adb24a597069a887ff2a861820f1ed40582b918f35c3d4eb063800e179b93e5acd7d5b48b147e9b16e3cf4c12840f DIST system-configuration-sys-0.5.0.crate 6730 BLAKE2B e40c4b5e7897cfe30b2fb6daa9b44fe2b83eb2a12d798a1ad8908b51abc735566becb0e001f52f5f8a0d3596f62a9eec631341c3a9cbd132a4f650f988c74b93 SHA512 764168ee5efe1ba82e847ed74a14d1f5f1892735e98657c3ecaafcb4b405d4f779592dfaade252f6a577ca2cfd5cd5e467c0b6326bbdcfa573c3ab01cdc8fc34 DIST tempfile-3.10.1.crate 33653 BLAKE2B 819b183e7840f70270883ee8b6a91fa09861c3112eaadc65007199885abe099bd593e1cdc4d9ab48c23490a6d484cad9bf0e80cf4e718c369cc2418b72eaf09c SHA512 bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 -DIST tempfile-3.8.1.crate 32164 BLAKE2B abccff7939df8cd223a5a8ee61e5af7c35335f1cd61b3e72fed9a8565465c293e99938d57b50743141aace3cd20422ad5d3090507ed66561cb0155771fe0a5ec SHA512 b257bfb70793575d59ec4cf4b7492aff83dafb68b367a48594211f476a3b1d4800b69bddc405d8749d8b320c30cbe71be1261a60b4bbc862663b37a6c7d97a3a DIST tempfile-3.9.0.crate 32182 BLAKE2B 4e802990988aff3ab5173bd96dbd906651a8df46b2619e6a500a3b9e7f4a3cd01dc7ee977791343f7875afdc4793a845000bb363d8c1a6599aeb6b1efcce5d56 SHA512 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 DIST tempfile-fast-0.3.4.crate 8991 BLAKE2B 98fae1979a2be1aef1d9c6abafdffb6b90df92328af5c74d19ea4991539f8c3be7cd823e980c13e90f16300611d222c1d81b7eac4c55b7a3da3c38abe385cc36 SHA512 b0d44bbf78e9991784a9d20f3f3ea8d5e59e95d74d782889a3f38f732a0fb06920ec81295c8abdff7603675c55c43c3ff7d9f4bcc094f403ad83bfb96a9ceb1f DIST tera-1.19.1.crate 104237 BLAKE2B 244e300101e13f05a8547f50799f5809714696d4314f739a8daa5d5e5e4f45eec9bfba6e1e8fa036da73e2765b84735ddbf4cc0843eb0ea4e1e3c91852d3803c SHA512 e66944615221c45ffcf9ed3685300fae5076fc09019b6576f82e885347b3d06c1a1a26fa59297957516121539e24bbf888a35231daed66e6b67d16533493ed3f DIST term-0.7.0.crate 37082 BLAKE2B cb7947c696f71fc68bab3b25cc6cbde74b92380fdde5447399b06de99534b0cb2160963792824ac74a350444ce41a4fa16d6a9792a68d84578a15ab37ab76ca2 SHA512 9de6e836f1fd205b3b58645ec880eaabfc0fd8991e3980ef90bc6184b370a14676edb688a2a75bce412dd8ebd97345aef742afe5b964250e2b6f84e6b15b486a -DIST termcolor-1.4.0.crate 18765 BLAKE2B d7286fcc84843296e2edf074e316ee8fcceb018c08deda7f1048e38108bf1a7c5f6b90dd3150078c413322eda08a1c58300b4adb963d9f51f307ecd08b5b7e10 SHA512 36c8550fe85cb90c4fdd1a6e3f60b42b6c71f65b6128da97d5ad6aac8350d907410899ad4a47bb4dc72ea6d00bc69e5a1ccc80ee9b0e80a1a27912e233f3e416 DIST termcolor-1.4.1.crate 18773 BLAKE2B 34676efbde8e242415857d6d40a287ae3459678d8222f5144faefb8c84d635686f640e79588d98635c8f25b7628ec6663a01b16e1e462705b5cba7e8b8e61f44 SHA512 b66aad157c4fa2985f764321d157dfb1f0325fd633811870db7919b5579bf7bc19fefe99e1c706cdfa67504c37dc2ca3d283e11d1bb516edcfaf1eb7747a778a DIST terminal_size-0.3.0.crate 10096 BLAKE2B 097ef50a85945128dcfa36d8ea0fb15f11142c206462a32980dbbba4fe2872abd214823fe3c75e804f3159a97d6e929ec338860e9c89587da509fb9e6da5d339 SHA512 f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681 DIST termtree-0.4.1.crate 4557 BLAKE2B d4300b0e6e908c519a0a76f5e08167f4467f428b2926e7739614cef5d3e294dfac15ae8576f7011a852745713c16da93346660ff96520a2bb90a4dd4c23d889c SHA512 ddbe0d3ddd79b182732359f47958ca32aa351d10b1e7d5f6456700b851aa2b5314ce005e1fd120a248b676f219fbd68039cefc071d92c5b5477d053bb6e29062 DIST textwrap-0.15.2.crate 53191 BLAKE2B 6f9488a5d44e8bcdb63eefe6b7d95772ef84196b0002dc12257fcc0ea79c50225478af865551617f2346005cfe73bd0604aa18e9996ec076f27569054f41776a SHA512 1c5190d136fc9fdab1fca36dbfd3ce9228c0bc2a10780d1a7fa64cf5c6ff30d4c0e3827c2253c50e8a5c980a15441679edf65f024f2b997dcd61e32f2acc624a -DIST thiserror-1.0.50.crate 19414 BLAKE2B a093f66ad191a8c4b15356f8d29578273b36f9f11b5843195eaa15b70bd4c8eaf6dffb631564386acf35a9ddf856e05055b419af52d4e008f582ae444f3dd5d2 SHA512 65605a9cfbc43447a50980739259a45d933f1eb315926dce909892f7162c79bd04bfcee7b38b5a9fa71b24fbe4416d050ae8e2443932577541513a23ebeeac46 DIST thiserror-1.0.56.crate 20592 BLAKE2B e98c8bba8d21342c981646e88b72a7cbc146c695a200aae3e076b55948791cc51a29e8818d64451b17233ed4d095d0ef63ba4fb07502f4ffde5af738b8629c37 SHA512 6b7c856745256d6ef9e7ab2ea0027f9c1ed2c75ed5b075068af57cf706abfd835fd4552d9ec7578bece1f820086828c5dec85a9cbada409569838cdc9d63936c DIST thiserror-1.0.57.crate 20993 BLAKE2B 4eb90b8ee027e39102d6c030176db94510180f2bd2966503501ff89ca6b49afd61e6d9e1ebf18c08d374ff9de4e958dfcb3da8740fdfe31cceace5be456bfe4b SHA512 0ff7e48c3696f4f4c6af29f3142f0a7bb88a07b7a9877ec243e3ea15d89c48f1898b731311da5d4a7c88060628cae3eeea6a4eccf25bd851cb3075920cb1a936 -DIST thiserror-impl-1.0.50.crate 15357 BLAKE2B 41309507014a2c628b7e91d250335070e4cca6c6c452c90ee7e6173bed049df83ca197b37c16537cf15415550919c248e0f6c798aead760e7bbcd25eab701d50 SHA512 8555e010f94390e93ba757bce9ef25d066ed542f23b843db431a66fbab722584ea0ce6c9d4b6f4d92cea3d91c190336abd567c4a0aa4a27893db25720c5b89c9 +DIST thiserror-1.0.58.crate 21025 BLAKE2B 2915ed6ab691fe94e97a834ce5874d37a388c3240499889cff633ee6c67d46a2ca88098ba40c225ca0e2e3c1ac7bdcfafcfde3dcefc50867e299dc49505d6fc0 SHA512 3cba2d1f4965bc56bac8fc70540d8cd442ab6b8c7d25d328bde7f4cc108535d83c75f293316d730bbd86eb247400b6e35107d610c7caf47f43a28b1f52fed578 DIST thiserror-impl-1.0.56.crate 15367 BLAKE2B 6fad787eb1e2c0f25fee7bef160be794fb8000a0aa292ec0d2d66d7a4d1fcb226c3e2e690ff6a61ba2d8704208014eea84044dba27523d4b2c26d2f7d4ba64d5 SHA512 da66f4674cf699083f7142f3a60c1c9334767b4de3690b4c7af460ffda787fab2089f5bca231e92b6e71724d46fe7dbdcaa19073f5d8100838536d10971efbde DIST thiserror-impl-1.0.57.crate 15639 BLAKE2B 2838235c5536fcb16d19382fe286850d6fb882b1d77ca4ade6a62e1d4727ef89f69cf0383cf330996f9e2303226d5fd709557331a45c9a91393db1788fbf4422 SHA512 a850806f09b232546d1e0df5e35cd961a8aa32f1d8ac3b24df360981da53b75325a46dc788c994042c95a5887fdc77234b9f6ee5851242f734a613e579548e3c +DIST thiserror-impl-1.0.58.crate 15645 BLAKE2B 9c6f643a582666ee4eb43330340888e7141f0dd89d927e3345268c3eaca02fa42b018514ef38b3db3ff9722b25ebdd43c36b11ecfc7bcb36950ce2c204ff78e1 SHA512 9bbc623f54c71595e48b33bdb3e4f12eb2e48074b15ebe400d6faab43410b363e5af94df071aaa324c59dc6958173e3c301fd51b216969f095e19cb98a27292b DIST thread_local-1.1.7.crate 13585 BLAKE2B f497dbcdfaf7dbc8b4b0dd97f77ba93df15b63303e7894c9032c9822a5b8111e0a21db2fa8cfdce5a503f70959ac9cdf48c840b925bdd850dc15e8436ba72379 SHA512 3772452c2a349fb564d29bb06e13c8ae64807db27c3ee217fa04fd0e9847e94adeea582b82ffc2d9116f31ff478eb088550caf1346c263de49b55fa17b431c31 DIST thread_local-1.1.8.crate 13962 BLAKE2B fce2feddaaebde42bdb83d814929868f06387a4fa25d5becc73ff0b983395aabe076268569c6a89e2d90ce6e68d2ebca7c3e0ba1c9159c61b32631ce39289a9f SHA512 6d7e3941f43c43ac091db5d1cf2a8a3892b54b0634d9200426eadeb82015566532f04b6040085dbdcb10580ac724b6ded8416931d764d795a5f923aced66c492 -DIST time-0.3.30.crate 120289 BLAKE2B 917b71ea8362ca14f2564706919e7e62ebd3e8024d48ebcd9ac9799368a12f425b982a7739a73c025155d5dd0650ef8c9fd4642c60a9111294cad7ac2e30672c SHA512 268f0c779e2a44431932aa407f39878ff1412e287f9678574537fe7185f12faf7605c5ef433aa6d364bf77894e819ff3953f870ef7ad208b7203f1c58eccc4e5 DIST time-0.3.31.crate 121762 BLAKE2B af9097f5e44bf1a2d3bfd26e094e5c3bd17697b35ace2549167ce9f766e422d34f619b230fa81e5de6296f6d01de74a58923d7e69f7db04d6ad055d21f177bfa SHA512 e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa DIST time-0.3.34.crate 118430 BLAKE2B 6d04a20596c9b0961ca104748d9d360f07b16059719d7410fdf1a7a0d5f2aa02aaebf640999464835964bbded2d3257d79c4b0ca3080fbecf13dd2d0aa6962fc SHA512 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116 +DIST time-0.3.36.crate 119805 BLAKE2B d4da96368ab8565373d034edce261e0d8867036f2ba87e84b5e4a506a70ed3b62b93ba10734aecb39847e258cf7008b6ae57f92df8d0e5229cd3fec488d14caf SHA512 83da6e27691d1f0ef37ed276528e927686a06dab4811b6e29d625ef7a0f7c30fbb86896d74a2b087726e7a24a951b0a83aa1f5f22d711ead54f447d36ac47133 DIST time-core-0.1.2.crate 7191 BLAKE2B c477ad3410ff29f3bf4a38fc6ac4a043d49b6d2bdf5cf309ffcd2eec3bb6e4c4b62156ee7f069f0b37ea31c163bc75ccbf35abc1db2833cdd4912135e60ddfc9 SHA512 3861724c23cb806829a01186deb5217ae8252c20af622975264e6670cff528f42155039e4937756a9eb312a5580ffab07949437d5504d684a0e70755046cac52 -DIST time-macros-0.2.15.crate 23568 BLAKE2B ed16207f302e03095e726f0087f9f7c1514cd71b68a17ac804424c526349838171f3bda62d442b8429a89adb084cca1a4117828c3d66d20f2ff8272d7cb2d3a6 SHA512 d6da54996ab99a46b2b2cef83cec62eca2462490db439ba9814502f7d5ecc3018eb266b29453d601677a0ef39797da77a106d407e0e5de3b110ec1c5ae2f3c6b DIST time-macros-0.2.16.crate 24356 BLAKE2B 807f56609924cf66dd57eba1d39b0b9302dbadff468562bd624c5413e5e9c36c416f670d558d519a89c0399b9b5aeaa41b2fa2bdbac9113e61bc830d7494a470 SHA512 19345f2bdf626cdc8c44bc11fbe9e13466cb7223cae89228c20ae83e7e9d71e8fe6a037b0461c289f9ceb6c8f08885458bc1db09adeeaddbbb0fbfb0dbfbf6c5 DIST time-macros-0.2.17.crate 24443 BLAKE2B 5045af9352961db0c97cae2f6ca3e8d2c4f89a129c7ac2ec1d8d20804292aa9f2901a61f910a564954614b68f39311bd381deeb66fed8bdac423227d077f3d14 SHA512 c81747f0b74e68d3b3f36d378ac5911dece8c6b511e5ac793807f854cc31c812b927d0df941f55ff90d3d67512d0ac6a5f63f2de4322c81b05da42f46b4a661c +DIST time-macros-0.2.18.crate 24361 BLAKE2B 09fa325be0b1a5b922285f035484b0de8e339306b49595c87f6374e46459d6777c6db4b12c1a0c6ea9795ae8c741188fbb81208d0499a651760b9f5089323fc7 SHA512 557786115add272290be8305ab79c44f5b4425b64eb698492fe300f15879d9e013c66933cae8aa8faad9c109e2917e7a0e43c8a5eed7f4b0f0fdad092089efe4 DIST tiny-keccak-2.0.2.crate 20129 BLAKE2B 105a2d2af36cc053cd95721ea563108f33b8a3feb2ae84c75a04a65ed5d548dfe35d8b2e48977a82f725c0ebcf914f21157c547f4a74bb4d98c2e894385139be SHA512 c0219f23361eb07e0a68575c461a36b7286d9bdebae89080d9e259178d402b0c7762ccf33e65a16951ea168392322c44a24eb55189cf143e22d09d6dfc4acec1 DIST tinyvec-1.6.0.crate 45991 BLAKE2B e9699d4d80a78978f0ebfd049f5b33d7f23d401cf4f4439ccb168e8c0e322473ad0ea7e2ff0ff69e9aac3e5c4c9ae5a7102185533bfbf96dbe77b3526e700bc9 SHA512 e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e -DIST tokio-1.35.0.crate 743314 BLAKE2B d98431d3687bd7f14af52418fcae0d3d0a0e35c508c3c5a2b7fd8e5cb0ebc8ce1187ef96500e1fa7c2f116fa729c872a0e17286a5fc68be1fca8f4878621f5c5 SHA512 85e1d9504cbf3d583aec5c0eb931aac3d5318fac0d3a606a2e511d81d713c9be318c66723d9b7ecb7eb107904ab222727f8f92c42f141debc1989b88b8ffb914 DIST tokio-1.35.1.crate 744407 BLAKE2B a3fed316542c4275aaa5c5b16353ae7e15306c9c6e06b86035b43df3b2a223ee4dbd9e8adbaf5a2426513279b68249afae5162bd53e14a6736b71bb1c0d01167 SHA512 75c14b714341db3764d2fde645c6ffac6f4e32be83b3ccf6315f3240fed96b65c75b8a0936df6e04a0a45cec49b3a781b5b8001282c91704f6a19ce7d188675f DIST tokio-1.36.0.crate 757286 BLAKE2B be9fccb7c41fa6a48f500509ce7b7ce0e1c831a5ee51772ed10fdf054b5872395d0037864f10da4d8cd160d15e8dd8e2445446de75b8e8613debd01e530fd0b8 SHA512 0687980dd375965647c89cd6f569f74ded6400dbbf73318f02d8221e8f49a03151a4f023fced542cf63197d7bb150ca45417c10dfd91517d10bafe0d329d6848 +DIST tokio-1.37.0.crate 764297 BLAKE2B 725f3b62c52ae962623df84c690db7c54438581b8d2108dda76f05bfabdf1688f2de8b4fed2ab0db5c04c7659af8d95a7e19702654a12fd498d85a1d030c7a45 SHA512 fc3c070ed0c09e57205b76618a93b8b00f4d74c2ad89df3295254ec2a984f4fdfa9ed5472ff935e1644e89cf2abc44354742603c0e006f14861deab2b873cd85 DIST tokio-macros-2.2.0.crate 11520 BLAKE2B b688669f8bcb44967fe0d3db51fc5d5f86da3cd0c7eb7b5803feb250ea3444d134ecc7f79345f0b947cd3479a46659f3a158a04e0edaaa52deb8d343deac4761 SHA512 7e33fa62e0cf4b829638553a51f849242788d217264437444b3bf478fb40be26800d5cfd954b1bcdca1e5191b3c6c60879050f0f7e707461f7b090ae5025e0c6 DIST tokio-native-tls-0.3.1.crate 20676 BLAKE2B 4c752179aab8b4beaa6aa212dc8d9e4a2b7c12be0dbf80406f20f92fd12844a3390e88a1536875596ab44774a67ce35115ca4622f9faa977c80c4261ab4c06ea SHA512 bda2e77671e030a021f628ad760b3fbdc26e7483a5f9ef6c6892ae0fc38b538d52d527805c020d578079896d50fff0bbc036a87cc91604904840d5b7dc181914 DIST tokio-util-0.7.10.crate 110508 BLAKE2B 073b25e1484d54911bc15fc2a4b3fb7658f24f7f77a2382f9f84c5122871cf8c5d6097d5c784cd75b17a79aa63eca80644ff54bb496b52e53bb89650ce35cab0 SHA512 d77db36cfa5a2ace3090874d8996b9e94058ac31648308da8dd92a7bdc9b9b61adb703dbd2131adfef0b428cd61b4de76fbdb674f718e89b297f762af11ec50c @@ -560,7 +559,6 @@ DIST unic-segment-0.9.0.crate 34848 BLAKE2B cf04b1d875ebc835758b17f8fa0937da8e47 DIST unic-ucd-segment-0.9.0.crate 39262 BLAKE2B 73a2f0bfeb17ee731c17e7eb4b7188a800fcd3745c5c6480916240d087df5a856e4f51556e1aaee1e6668b216377acdaf4879beee6b285da040f6871f0c04e6b SHA512 04aab71f97785453dce7f561acfb2382a23d60a68735f3664577015a256191463dd6b1f90694e4440c4889eb9b6380c16c7a0ec2dfc2d49fc44a284eeca43c09 DIST unic-ucd-version-0.9.0.crate 2246 BLAKE2B c546ee182387db997e6cd699a25bc201fc943306d8e87f96edc1a3dc1cd5ab8ad96f34e8275721a5604765aa6fb6f81e3d8d9eae690d04e5ba71325a769b065b SHA512 153219ff18be02e23ff3dc90bba11fa8c7cda11b972e0d84500d9a0742fb7d84466f2cc63ee278a24098c39634e50742af3317cd942f4ea882ef5a2a8e003d7b DIST unicase-2.7.0.crate 23783 BLAKE2B 2b74b932b45c9d5b984b57bfe8249496c192944e2e66916919177eac81c509e2d7a5d30a85ea58e8cd5a0b47fec746bdb18723f3f14002fc64af3a0d320a9e7d SHA512 c2b05a3bbd8996e1cf65d7458f5ad95de9797c8349484f8db04967bde15c1f057f62b2f7a60e7367871512071ed5076c0da042169dbbdcaf4d6c16cae62da828 -DIST unicode-bidi-0.3.14.crate 56429 BLAKE2B 8670c2bb1ad98d4540d7837e8b395078b5e0eacc0dcb7ef3ecf6ddaff9d69ce136a883b99cc5bdafd3a3d657834432d0145b11a44ea1d8b776a5394e56ba04f1 SHA512 8793d415e33f1f693ba5928d8aa09ad6dc10bca6d8ad338fca527e5b142d1ea1cb84515459a9fa0a821ae68747cae570bd3872646fcf218ebc7167ad41c97379 DIST unicode-bidi-0.3.15.crate 56811 BLAKE2B 1f1d372c86ec7444f13eb32baf13dfc8699b52156b265a2b53f40c0d771064876405451120fe54739a2679e6991caaf4f63e0644f03729cab814079fef4868c8 SHA512 7a21d5eb05ea8d691dfd54ce4cf7d3693d08067f7a88ef17b8c3044634f46411176b1bde1516c442577910b254007b247f5e40f9932eb601cd96cd574f9d9db8 DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac SHA512 bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920 DIST unicode-linebreak-0.1.5.crate 15324 BLAKE2B dc560d5b36ed01357c22750feb7f09fd0f57fb0ea543180f6e31c0b71b51df4faaa70ac8482f9cd60e5d1faa5bfd4bebfbfd628dd5913c2c4a858ec04beeca3f SHA512 f37be2f7b04b886e95bb7d0f33bd392b78bb940ef9a01cec487062cf31ec0367306650fad7004df556887a324c714eeb28f697044aad9a429ce07b7b7344af60 @@ -570,6 +568,7 @@ DIST unicode-width-0.1.11.crate 19187 BLAKE2B 6baf7f3b32eb838925e591792abfe11968 DIST unicode-xid-0.2.4.crate 15352 BLAKE2B 80c327b39f3b8f2cdb5747cde968cfa1efe7b65b6bee9136adc881fa19f66aa5b1010d9d08de55a61b322d665b5b0cb0395e9ac471f6333c40d8dca5d97e123c SHA512 e67bd1258e1961807d9d5fe583a89ab5b82b2a529ecd32cadfc79aa5331380eb4a2db9fd96b74c8eace47f2f29021587d69bcdbf79f7e2650e92a25f7839d03c DIST universal-hash-0.5.1.crate 9146 BLAKE2B 9095f95faa8ed4128c3787226f3899acec4278d36799ae30a7ca71ade7179c274a1807f62605e687e60ee97e6bebfe818100ed0441db455bdee0f8e5dd451809 SHA512 83b3ddb1f0d7ff621ca2b3d426c2e682d8339a2adedbbbb3a4584977e2e996549d665578729bff65b5693059460e9e04b9df2181c404980d3b3d946c80e0b589 DIST unsafe-libyaml-0.2.10.crate 61964 BLAKE2B 07de7d3925cfa25f7d95d7a48c7fd5266d1db763b2715d6eecb7b288a834b794590df4638c91d0f021d348c354f7320441e54d62871c7156ddaa821409884a7b SHA512 9989fd93105ae343ce3ed097fc66e62ad9fcb64b8ace4ac2f7bcd374782f9919082ba0bc0f246a9a7071c35172f08953560a8108553076a819d9d1d7dce9a5aa +DIST unsafe-libyaml-0.2.11.crate 62101 BLAKE2B 7ba17f2c19d96fc8999448594ba67bfc0eceaff47a39e560f856d13229ad5e69a9c8ba8794ec814e6b7c3cb7d597b7c7a366c8e880f17c0efc6a03a5677d82bf SHA512 a42c95eaed1ae2e438d3ba19ccd92337327c34f6174a43db80e1f37c507154249c7510e93f81726890c6032c89fe21b1876582afb7fbb811e3931480c4727712 DIST url-2.5.0.crate 78605 BLAKE2B f3fec3477248cbbe67866577eebb03f517c284a5e5cb783132b11ef3ad156a03524f4730f188d822dec85169d7474e265099296d6bdd4adf5ffaa0a118821617 SHA512 4aedbc48b85bcc2853189f5fe8265a01c76516b5507f4e958d8d0b860fe2590c69c95f0f4b9fd6fac9b8d5911bcb0a5e9ab7f8e8b600f37a12db1438976ee5c3 DIST utf8-width-0.1.7.crate 2977 BLAKE2B 319871431fd21dc30f812460ca69bf0f3b1f6f9bdf749e4ab650eee1597e3a86afebeb646f4abf4b32ab661142433eb9bd2b0917d0f5c0a93d154168c2ea3278 SHA512 ae870bc338bc74f9e214acbb31155ed37e3c686abcda81e7a3f9b8440d2782e4b29efa6d1a52afb22da390f3e64f012380f18ba1e3c1a37bde927812c361909e DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 @@ -578,30 +577,32 @@ DIST vcpkg-0.2.15.crate 228735 BLAKE2B 6b6bacd9a7fa38919241f45a97f58cae957e58d3a DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 DIST wait-timeout-0.2.0.crate 12441 BLAKE2B a99d3f57bc6e784ac06167f98b2dc2841f730dfab4fb9772b15e67707f756d6ba7daeb3e992d32291bed3daa85eaa8a8ddde64db5e1acf1cc4031fc9bdc82212 SHA512 db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 DIST walkdir-2.4.0.crate 23550 BLAKE2B b4298c01cb38be0479b7ddfee627af01f889b6b6ff432e368bb67f65134c3958a4fe271a5a7dd61b19259ae88f5680e5ce8e12e50a872b05fcba68f59b7073ec SHA512 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9 +DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST want-0.3.1.crate 6398 BLAKE2B bcc1384bbb86db27b5e082b29a8dd4d89c37b40f6cdec4df8a86c8d205b418468b6cd42a78bd14ebaba057b28e151c00b474c098d7596f49a823ce33510c13b9 SHA512 f93f765113f035e134b967e8eb3f4511b8e03e793a47899b614d826afac02348fc02865c298a10410ecec4eb64f35f66c22bcbdbe36ed0c4c1665dca1db4d526 DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f -DIST wasm-bindgen-0.2.89.crate 181935 BLAKE2B 88ff35daace267087750053eacdcf81f1d6cfd7653e1b21cd8436799688615a2840ab733e0196cde747dd4a49ffc3d4efc7c64f48e4e75bd9a240a689f7c037c SHA512 e9e3b95547423ac7acb0f0b327b9fde6c8ef3160296509332fe5d9cbf9eb6a4ed6ad30b29552cdcd113a94e95fab4e3ecc1e7a03811514f84fac569972febf5b DIST wasm-bindgen-0.2.90.crate 182529 BLAKE2B 309bf19f4f0551ced885ef7ef80c56bc54431cf06c77e430872fb87e3cfde0c0dc49b018d070b505ea8e488e94a4845ed143430e3c4b70ee48713147b980c6e9 SHA512 c6f73581590a8142b66bdc6373d925f1b1d37d4d09718b49c3454d3d2e16eab3dde97724cbd246420e0c29656bac8ede82eaa0b0e94f22238628dd974223db62 DIST wasm-bindgen-0.2.91.crate 182689 BLAKE2B 4ee85709546462be3da2a6f1caa02448fa903c7411eb264894aac402979afae4a0d7f3dbb486266b05d8caa911893ae9bfe9921cd36e03eb5147a8d75d6c17d2 SHA512 80e91e5b6094eddadbafd842a4a1b3284de7bb51bbd795e8716a0adac354dc14ceee0593d7c33090de06aadc8bc61b8eeab8851d066cc4ef4661e64adff1988a -DIST wasm-bindgen-backend-0.2.89.crate 28205 BLAKE2B d280d04a6e8df72c0eb0d99b134c017be8c7d378578e23505ebb184510e6eab746fc06ca25333a62c24405565531b6e1c79a5010ae31aebb280c7820d5fe41fd SHA512 9ff63a2401e741013753fbbbc86990948e0e8820ffdb4b16167d2c72f12626306e5d077fef37d8d956acc73eefd699dc7f03250926a5609639b127d4e46daf1b +DIST wasm-bindgen-0.2.92.crate 184119 BLAKE2B ca256c686bb3854492bad6afe3cd27dab314561a1ea2e0205579820066b462bacdb2cc01075fb420bd20eb33b03a648ce1ff46feee04d8759ea8aa990ff8232a SHA512 6e46501276c0d4befbf930c816d6ae6c3764e3b5ce0ef4aafa627a6ea371f1a056ecc15970a817e9e9bf51c0a2ffa57df427d758b2d367beb6a474d75b8939a5 DIST wasm-bindgen-backend-0.2.90.crate 28348 BLAKE2B 14193bacce7df590b372bbab1126255cca027fd94c76c17ab13b06e7c18346b5ffff5e2c9d0ff5bdc631846fca70eac9a43e4ffcaf58f0c062ee36fe025abf75 SHA512 7b19cfee23dad5b09b6089d2b56692bc183d477fed5db8a91a6b30c574b3de4b1d45004761248d8c5437ce20a5ff64f7e081fccbd84e8ed72fd154e5a06607da DIST wasm-bindgen-backend-0.2.91.crate 28345 BLAKE2B 912a0471ac64d61f18d1c1749a3614ab70d08f330fd90b903ce5ef51f18288c7d4ef153f1d8100671c02de8fc499928cf925bdab4da4f0352789268dfae87457 SHA512 7d3c8db4503982fae9c86620c964e8f9a4ce542a79c56f21d9f82d26bb9418e78b7fa9922901663bf78516d58652dc3255ef48d1e1f042d8a3c69210f5804204 -DIST wasm-bindgen-futures-0.4.39.crate 15376 BLAKE2B e261349108d59a0d7dc0cad93a6b32609ce0ea5ec2e2009f62fefd4bd6c8cd4ecec29859db93951c45b3fa03c39817768f27f1475f2ed8fdbd45a2d7fb71f821 SHA512 2874f0abcb301e7ec06ebdc189fc39eef191cc1cf56f659dda1f52929870455df7c227cc44b649b91e0cf088ca1c08f347a5f82ff55e8477e65ef633fd828f0b +DIST wasm-bindgen-backend-0.2.92.crate 28348 BLAKE2B 425497aa7a023b70549c55d5a15dfed80877c5503863b186c0a9d11b29551c4606c1cd5961c7dfdeee2eab5662952ad7ad215513e93abe727a33f84b30bd181e SHA512 22e4f5848d62bd1fd55f4f054ea1293e223b3cd6f916bde2523eec10388e733623492c3a3246d61831e696dffdec5d000b95e9aa1217be6e38dd6459872166aa DIST wasm-bindgen-futures-0.4.40.crate 15375 BLAKE2B a11cdba684c14f0deaeb22eb490012b1d72d03e0c5307a8b7e1fafbdd19207482770c66fe02b013bd459a073757bbbb1e93031e8f96ffde04dbb6717f282e514 SHA512 8a2cd103e6d2c8c2c4cf1f83897f9cd54319bf1a648078c18b0bbd5f47903d8ec21949b776eaca8c997ddac7b9ffb3cf48348be1e830d485671a73bccc876250 DIST wasm-bindgen-futures-0.4.41.crate 15382 BLAKE2B 4556c439efb311b2624f57fbed58c32f7db1e0ee7fa03d92525e9a82f7397a23e3f2f751774e60fe402977875be2fb665c83b71ed9b121751dea8cf94e8d4fac SHA512 8aba780d8d1c18f78e3d83efeaf83db72382d89ea262112100424dc082110e4d71eb173cee8c6b53f5d872cd74c2e4091770a9af829a45d466a65575b7178636 -DIST wasm-bindgen-macro-0.2.89.crate 13906 BLAKE2B 93e4b784eaf75a070f471d7d60b802d42b4bdbfd0c7ec21ecf1dbda554ed2bed62d99c2b28ba1527ad8f6f3e5b6083d132f36f9c36efcfa9f6a9cfab73b1ca0d SHA512 060e0f300bdc42557798f4d7348165ac9dde60e4f7760acca5da6ec02bdf8bac22e2e5b80f733aae625a0c699dbe831e0afc6e66b2af8fe445aa6513c5180381 +DIST wasm-bindgen-futures-0.4.42.crate 15380 BLAKE2B a20ba9f2bc814d7aac031f1cbaec90289f63893b76c60b536a65af85379771e102d6c3d949a8528328587ac776d7a3b684c12a217f9e186bf10046a1fcb34652 SHA512 0a77203499381b6bc4e9258480d7ef499d9c26b195baf38d0b7b228872f844d24c827cd57c8e2b0176927fd5957428084f53fe80cf60b35b7ba02d02b27a4682 DIST wasm-bindgen-macro-0.2.90.crate 13904 BLAKE2B bd5e3521c27f7ec3cee0f2ac4cf894ea5a9b9bde65ec55ae9b29d033b986338af92e2dc9932b87dbf739f4ba48230f17a16226cf1826afe13b102225af29c1c8 SHA512 97dc09c02ea4daa1694f3a118aed3ae958373e179bc7ae4d7bcd14b9958f79c03564d678ec04d7f80b6e6a5529f63f1a853b2905055be8a210d41a12ff279007 DIST wasm-bindgen-macro-0.2.91.crate 13898 BLAKE2B dda8dd5d77dc57324b633f056805bf7892c39c5e70257b6d048c2f8cf885f7306f91f3f17de1b63dc740db66d52fe2250ba981077e03dcc731dcf7c80c047c9d SHA512 6b05e0a2657e7e4f313089787b52cc7f59f5a94be6f716ba007fcbc3bf7c38561225ba3f39245d779e28dd30630b2d4c6be12baa6ea1e6cb47e562ccff48372f -DIST wasm-bindgen-macro-support-0.2.89.crate 20008 BLAKE2B 867ed0049f076d37e8c0587928d67209d69071a6beb80afaba35b947c16958d2c61ef1c762d1706de6744f23ed811815cd94f7059b3ad823aa99f30929cc3a33 SHA512 4ff50819d989733b51e6614b8b14992dc7e53e4c283b89c4e21dd50659cdc49a8cec379df7630ee26e04be62f4ff0bc5eeee9153dbeaec213e8217964a149e76 +DIST wasm-bindgen-macro-0.2.92.crate 13835 BLAKE2B 1f2202fdaeb78c32813eaf08b2fbd7aa9c469228386df71b8ffd81a46374e39a7104b79991f702505f9b7e97957fda8574517fbb03e3f9e93098c4d6e1e46be3 SHA512 78d2ddac88a9ca3ca5eef8a7af81cdf2366187a67d844e69f65f6893d1949f9723ab5f2be762c2217a5c21aee2f3dbc2d5d55ef0c9cbf0dec0d52d67a6ba7462 DIST wasm-bindgen-macro-support-0.2.90.crate 20008 BLAKE2B 46172ab1e6d03faa2a29d8b2d1bb3b37dcb830d73aa96d0922b63627a6eced1d38729ff85bba7eba3e89dfbd04fbb92a4b87cd74a1a906286c61145e3ad38da9 SHA512 9a5782cebb192276a0a05b54f8cadd994cbb97388d72c85f9c60754ade309684883cb2f916badc1360522a6599172eab84aa2bc981889cf2ef2aed8a4e0a3577 DIST wasm-bindgen-macro-support-0.2.91.crate 20091 BLAKE2B 337b1b2a9e9e9c1350267df0d9f041291a847cf4faa3bcd6fcc8a96e66fda54685da72f6e64e57cde0d4609409ebdc7851e96781f599470f8b0545018bdc2166 SHA512 1277682520d88cb9529adbc054590a732a8890debe33d1d64ebce332c66c02f84065c0f643fa45c01de8b80534b2daf8333979601323b3ed50dc49553233c39c -DIST wasm-bindgen-shared-0.2.89.crate 7265 BLAKE2B 78668ee6af47357983788161c2a50562ff37a8d584e6be61142c5609360aa712571c3fac6b3395215c5d132edb864e0ce8e7b648fd7225433a81f2ae3e6a586b SHA512 02b2252b5b2e6bc8723404ee8cc750684f488b3e80ab60210d97fd7b343a67db2ef8d62aa792a5f02bb351467f4ffbc887512a215007f6fd089b29f8d3a23be3 +DIST wasm-bindgen-macro-support-0.2.92.crate 20092 BLAKE2B 8e274a4053e7afc680740e811c3941478caf5342e2206e3d28cdea9f9514bedbfa4f2b6bc608817306a1c455dd7134b7e17f0f04499f6bfb5302f29b041ac7ae SHA512 92543d2aad0b25798ec20e68832b823610c2c01401088cd9cac1684a86ddd1b567b3e2712acb862060f9c645a0df509b01d9834fd3e13cdaab97960f66d8daa7 DIST wasm-bindgen-shared-0.2.90.crate 7264 BLAKE2B 2082267bcfae660b72f6d5996a563d10319a1cd7078b37070f41e96aa56da31ca0a22c168a1e5fe52294f5d7a50c76d06f03d489cfcc0826db29316f2e67ebbc SHA512 f6639c004b17661d0a571181e1447db7eeadbfe93005d6f0e1bab983967591b64cf2ed21e7b77934ad45058adedcae28af1ef141696bd598f9c2d683abf93018 DIST wasm-bindgen-shared-0.2.91.crate 7267 BLAKE2B a9dca2db84a33c650a7abbb6dc552bc4bab1446e66aace751d3709d2c63b878b127748a83cb174aae3ff8c5f5ec017b97623e5e9294e6ebf92d669efc618c357 SHA512 97072a8bdfadde104f6e9e760e1ac5ec665fdaff38a93a0bf601c95e652b35403e58a99fa8c0fefea6e47b38fb97f2e1ffcf52736f9ab890b0b9632efb26cb4b -DIST web-sys-0.3.66.crate 733024 BLAKE2B 5f9b318d3d6f0395579d7483c2a72325203680a030532c084a63899d8467288d82bbd33eacf66595513bece2d2d94ca7e3450649a62a06585e1012fadbfebd32 SHA512 7fad95dad96e1b4f0d187f116889aa142747b2f44e8fb88ed8579d96cd5491997a7c13dca9745de4536ba7363a51b88615ce57aec25963bcbc8ce9a2e8b4c658 +DIST wasm-bindgen-shared-0.2.92.crate 7263 BLAKE2B e54895486b9a31cc4651b7bb042059cc84421708346c06a9764315ebd4f440a1077520c7d325d6889a690b2c06aa185d40cede2dc4d061b363594cbde20fac31 SHA512 70e3a22731ed8aec428433bf30500eb3f62e3b7f4f1be34d8bb3b6f34f99690fc85d49eb413caecab807064494cfec64242c6a42709dffd638046e370bf86e07 DIST web-sys-0.3.67.crate 725967 BLAKE2B 4d9080733645fe5056bef44d7649372ab588ad8642bc8581f15c7d24cbceafbd214569a5f07f968d30999b08588005c5ffa0c63da16d44bdd6d772e8bf712a1c SHA512 9653be945e3c19dd5ff344ee002f41762a5efc24af316424a30246427e15d1c945f6ae25b9d6dec1881867003ea0dc261adef328bc1a1a8f94d7d792faa95e1f DIST web-sys-0.3.68.crate 728353 BLAKE2B d0e8d47bb44e83f376b3d3556caf2d243eeeb5f2798fed767ce3cf0eb0c67fa13b74cdd9a9999f48de06fd2f2d720f68b602ba24c20b50fa6e78966e5cc19893 SHA512 f4b537310e9900410bf4a00b382c2bff29317efd2ccfe12b9680dd3ed49a896eb8e8e10d9964d463f1627cc9df1e27dfef1c86693e90b94ce3c488915762d88e +DIST web-sys-0.3.69.crate 728877 BLAKE2B 9f1678cbddb15f5a37331216a43785c72896f87e8ce62c6b9e69007316ca6eeaa7edbb33b9f2d9bf96c98de2a1e10afe491d8734657b186e2c3905ad1ff19ad9 SHA512 78b79ceb6a47485c766ad660bb8b971ba549424542a020c35c7db64a19f7b161617e464eaea0602f433b6ac4973b8d1a86a56e76dcda179ccea60aef1245347b DIST widestring-1.0.2.crate 79706 BLAKE2B 64423d0c485d1596015e9fcee691222a2a69b85a1b13a91651c50c1e3c5ec61c5105232904c6239bb442a2b3f2e808379d802856b93bb62ec8779cbf3db77655 SHA512 cbebac37d87808e791d7839ad69e0b86af49b0e8a354a22e11797915c719937ed5b0cb638e5afc9d710cd1e073eaa9f7db76cd3ca1ec35a71b565f0b8f55407b +DIST widestring-1.1.0.crate 85046 BLAKE2B 591f8ba6c3c45721d342fd4668805c19915d500b2b46b8e1e75a485ebc772db187acec791205415e5cbf288ee70299a5813a3185d933443d426eb61d7fc6003f SHA512 a4feb959e19d5238e89b0973f040b26849f896e7e9fd567d0e74fbb4972958a4dd76e74de5ea8d407b74cff28f20f9c80446488da6abdbee38aa87a94d683435 DIST win-crypto-ng-0.5.1.crate 44667 BLAKE2B 112a40af7aaa7d3e1c6d6eba99f3eafc7173a10f149e122eb5c658619f6898add8086ab8523695b8433bed89952d70a63e6f445b39ad4e9bd64ed98931002817 SHA512 735d245c56928db70dd4ca0b95dbd8be9f3b55dcd88961549dd51cf8e671eaa3a203b76a1e2ba073ed8b0042f9aea08fdff505f7efe19d8b2153589f9e811692 DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 @@ -609,7 +610,6 @@ DIST winapi-util-0.1.6.crate 12234 BLAKE2B b8db8ec9d7ada5532a22a2d070320174c32ec DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 DIST windows-0.48.0.crate 11864177 BLAKE2B 39c0e4f058f68a829ee08721818a0b04287af20dfe6e03a125b75566b4c8a58b56557d685600f1f9c215811154f9782f12368d42848445d54dcf9bfd6471349d SHA512 7c906f885fa0a730f1cb1ef4e62f5b602a49d44343febe1d38fcd4cbc28e0342766983796042585fe457aa229333558715b6270e378946faa8f398a7ecc2af8c DIST windows-0.53.0.crate 11095744 BLAKE2B 154530aad725a06d644d6a72ab0773de7eab54ee8761507e9adef76babe666654e5f484a1d3ee2285a3e64427e704e94aa4364da314d2318babd5e1bb3fded60 SHA512 8d4e705c18df17c58990b9883533f30ca765a53d3b9fcb094937be3642471f17dce7e61c89f4c917c8f54b44057b9266814181758aa29723a90964448fcd3e0b -DIST windows-core-0.51.1.crate 42364 BLAKE2B 0227e8cc033f40b644879ce4a86f17b9552076378eb6cc6c8cedaa15602ef3ce0deb1ca48c6a7b4276af2bc2e0434e76193649051d7a2f78695f60400d00ccff SHA512 90615ed84f11fdfe0725a4a8b112e45f93ae6cb7e65c16636f85217369fd8b708553ae5bd28aff66e18b180ffa3c0f6820a94022fc5eb202b4f8358f8926fde6 DIST windows-core-0.52.0.crate 42154 BLAKE2B 9670bf02261b4ab2a24eff97dad11e305deac823cacfae286965b62b11bc035f19a55ca710eaa4359c8a4905433a94fe62a836b77ddd68f244ad6ac2c9657f58 SHA512 0c8f1c7e63c11bdcf1361150ecc83abbfba8da2c6d28523799bd286bf8aa1df61ffed19175e8cb3ef516a9afb6248b640c2101a2e0c09a99bfd7a18c6741bd36 DIST windows-core-0.53.0.crate 43862 BLAKE2B f118b2463a3dd8ded59b7452fc2ecec9007a2c1fc3bdd68cc7083db30cfdcf0b44d8ce886a63f7acc2a2531f4bef3dae55e30a6c40e5607475129923ee7c4e40 SHA512 3d651961168399d06292d92e0b63f1613c820597f290888f60119f7e213c81cb7195dea235b9322ab377f0849db3343abb92e78701dc64d039397dffaeb9b637 DIST windows-result-0.1.0.crate 10486 BLAKE2B d830c0edaf913014dbb61e108b5c8967c50bd8b8741155b1ea6d0d3a0181d1fcd9d6bd260e3c1413697e6c1f8e4828547ae44f5c4c5ec0cec57022d6803ab13c SHA512 69cd05d1ddc61e52d1f5c76d48a8de716aee40874ab6cfa5b72143873fa4b09bcfa82be6744c9ed87b551e0b0d0489f87801ece5b74d4993cfc1a10580c6b29d @@ -620,46 +620,52 @@ DIST windows-targets-0.42.2.crate 5492 BLAKE2B 42fc4a7d3e287fe2a70637e890304b497 DIST windows-targets-0.48.5.crate 6904 BLAKE2B 7396bb210f37bd51da86f39fca3425c8f6610721d5c4e94f9fafa0a8a8046303b3fcc6979146bcfaa32f4406d242a0455f6cbb220f84c6ff84650e755acf5223 SHA512 e079eeef255a046be7f8e6a31c14f7b230254ebcf05eed2944827bb3d2a0dc30940d87593cf544d5e7ef35f6312b99430efcfb01421d91b02bb9c4bef7d98709 DIST windows-targets-0.52.0.crate 6229 BLAKE2B 4b1efdd32202f112d3782b586ce60667f5d3b6f97ccae0d7da833aee2ae81ceece88b5ef4126db2448c9019de3f77e4fe66ed4286bb6275d9a5e8ab74725b804 SHA512 0ea09552d89b802ec0d419b640fa02d0af7af602704a0e88ba10f81d123dee0c907460f6ec91224177ec9a948970abd7414740eb219148a4d66c269c2362740e DIST windows-targets-0.52.4.crate 6310 BLAKE2B 0393bf3e7f8823edc455055e9977798bd6cdc1e523127cf840ee1b9e36febe40e01dcad9875a06aea283dd55443d02f643d42752103a5ec1de933285fe410b17 SHA512 4b2c26468df54b9801e6badd120dcffc15429fc78a614f45efa16d5fed1a36983198fbb621cc3beb4a4f9f0161ef8ddeca3a5c6a6ac48b5589681936f4d2bf50 +DIST windows-targets-0.52.5.crate 6376 BLAKE2B 1d39fd86380ab086c536d88e67b60956410b345790ccea62a25e6a700757b2a9cfa6dfeb7b86934cf47b981ea2e5f42dddf49780ad9829a551dc507fcf108641 SHA512 d00d7bc7eec3c10272e803ee5c9ea0d9b07c43311124dae975b4f5aae7408c5f2ccb2fe6e68228ea3d4e70b6b658382cac6992ea177f43a9cba2ef95c4fda0ee DIST windows_aarch64_gnullvm-0.42.2.crate 364071 BLAKE2B 97c4e3b2a2dd3f936f9bfcdad23639c9c4c499eed220aec361d26d6013d798efa118e6b298f9cf841ac149d2ae5d58ca653731718450fcf2910bb5f6fa39159f SHA512 75cd7eb1def8ce9d0ff3d7468d2b1cc31cc76c08f981a2460c3d1eb09cff7100d7442863a3591621c1f5f3b3f4badf0b5c95285b6ed583e37283a8403f1095f1 DIST windows_aarch64_gnullvm-0.48.5.crate 418492 BLAKE2B 5c6f7d73ad05740f0bac304ed1ef9b2ea63b0d6ca8f875552ae299a0b73b1557e8fe996f1c2b69be9f2df350c9288690f49ee62239a2896991364331d6c55462 SHA512 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996 DIST windows_aarch64_gnullvm-0.52.0.crate 430182 BLAKE2B f23370c62c4ab3fd885e3ee22e8ec2fb5a3a837a57044c1df3f9986dd4e7e9d0a44ec58be1648a41e1ea4d037afa3077f0f03de0204199a82fb8395731815a4a SHA512 b7c3fe0a2ad5149be0df48fc7a4d15879eb130bd9441c58c25fc71b8a91483f0b553fb1bf29a9302acd348e9083a547430a840b059b0cfe19867ecaffcae986f DIST windows_aarch64_gnullvm-0.52.4.crate 433373 BLAKE2B 5678cf2371e4c566b7ff0dd1fabcae92d12ce9f97670524c93fd8c34bf6b09d054e7de2f852302b8d994f52c81015b7cc8a74f529490c7bdd17a3b5d2c88a12e SHA512 dbb914a866873892a8cffecd4ed4977fe6c3fc48a58bb9f88655d86e7f8969cc27e6f5bb7d40eee41ae7d78f6f4be65d46650719321a7697c7b5b99a0f07a5dd +DIST windows_aarch64_gnullvm-0.52.5.crate 433266 BLAKE2B dee1b69cdf1fbd4143136909e4df3adaa7b80d7630a01ca9a42fc5ad0d5a4d9a9e2873b43c6d8e55de59f237d9199fad0768c4e1cda3b1e5354847bd70d4c79e SHA512 b4cf511025458fe30d5b11368af285610e1654a8986ea9f78fa81b8bb87d38a00c4869441c62692534df66d06baf14c8a4d17f8eb06468eb260b99e2fda6439d DIST windows_aarch64_msvc-0.42.2.crate 666981 BLAKE2B 9f3cc5592cdede08bcdc1e7c455325279e3b763d96942695e10dccf1dfc37a81c749b69a7d6de883d4c0fa6e8a0d2f578fe2a8d6c42ad8ef6282590bf8fc87b7 SHA512 d2dafa8c94d01c1b65ca1bd631d31f2ef842f1db7accb132ff78c3f8483221b991afd3391563e03dcec42bbc9cbdc0ebdab47b991d25af85b5ba2ac1bbf8db63 DIST windows_aarch64_msvc-0.48.5.crate 798483 BLAKE2B 60c466d6536426425a34b5ca20da97c8127ebeb4fb9b1363911165bada484f8913fcd50e90410b5661e0c27dbfe8f4eeaa62fb17d1f3566bfc82b6255e11619b SHA512 223f016c6f1a44dbc5c8a8428b39438f75380ea06951b7c26ed0877b19d79410c6fde5e4c7f2c839b6e76159131f39a1230e0e3a208dfc425ba9117e3665c4ff DIST windows_aarch64_msvc-0.52.0.crate 821663 BLAKE2B e6f772858205f7cd871722136aec4d00daea4793ff9dcae53e6311e74526c46aa11c2b3df7a85e6c577757254cbfa5a713e68c694625ca274b64e7a1c5532c23 SHA512 8446bfe5b9fe538415762c8129ab3bf2fe45482e045bce367475747786602ad4ae1187c6e508dd9d7b6be81bfc8d430e0db9c624e35c7cc52e823023e46f5cf1 DIST windows_aarch64_msvc-0.52.4.crate 828055 BLAKE2B 3088f2f66fc91ad698906315eae7e6c0dd7da5414c28cfa25b24e138fc4a7da40535be09129cd37b8e331d8d6e8c41d0106fba1ef9e5b4ac561140653e9ded4d SHA512 dcc538d0a9c276e7ec415575ec1392bf476219348984d9567f56d5cc7af0f9beeac523a9a6651f763dd4f50f89535a3ea2275d5321ec022c2ee8814e4e84e95b +DIST windows_aarch64_msvc-0.52.5.crate 827944 BLAKE2B 3bcb16d527be1dfdf18a9105ab259a064f00e949937ca423c8dcd1d2b90090d85aa7e42ca6ccc50c9baeee1aa144123d0a04643f9ff1147e62b2fce28b8a697b SHA512 c8974f81e37a43d92c4a8b142705e36b7acc58d9150d80ffa3997433da878044c467a2d9167ba792d37a183a0082d912500fea8c8fed743f395b63ca62a5758d DIST windows_i686_gnu-0.42.2.crate 736236 BLAKE2B 4ef0496462afc73d9d72af7e5da1e6d3506a92f8172930e88ae64ab97596ffd31c4f97fb969e9b677e30159c27f00a8e756deb006b630fb98ce83f03c8b762e2 SHA512 ad09d650a05cb91cb6b40f59025c023a4c286bc1194586697c506016df2b9b0d5b02606b81687bc634795a0d9a9b8a73e486599328ae09c853e8e5ba662fc59c DIST windows_i686_gnu-0.48.5.crate 844891 BLAKE2B fdc37cd74a4982056bf22fdb7b84e1c55dc838f3cb19ff3648730a77e673ef4ecc0380b3e4277bb8df2fcfa25f57b69014713d9e3ed27c28e19b25b3ea2ab774 SHA512 931ba5c1e4eb8ae73248e00d9611298d1c4b4b0dae719fdeb9243930cd420a103a7bc2738e0a4887c42c8f25728d6c5d64ad141dc092bc3f1d0f35dbe37d303a DIST windows_i686_gnu-0.52.0.crate 870285 BLAKE2B a7688062a128a1b1394b3978210334e4e2aaa10dce131457c4a11ce0cb3f551e7f4962d1ece1846d8e9526983ced0e0a3ee8c933858e9314b62e76381e086ef9 SHA512 fe993f5bb6e039c257be9b35337e0221f718d23866818bfd19c76aaae236aafc2de4bb5014fcdf919563b5901cdaa14a2136cd086eeed3c83e46a5d02f6aa77e DIST windows_i686_gnu-0.52.4.crate 875736 BLAKE2B 31ee3017a6db246b0d5fc02e10cdb517a69ceac3dbbc9d41b4051f5dfa1196e4a46e7b3f5f90935560c03bb139b897e5dce69989a3698d9c88ebae923e24ef30 SHA512 9d57260744607eb63453040c532bf3693cf3d8d93c56543ee00aa66adf3a71919e72bdef7811f287167403ade893248f189b797a5d2dcb24ef4e6f3d915a88c6 +DIST windows_i686_gnu-0.52.5.crate 875699 BLAKE2B 528ea431d080c5326e4c6ed316d9ea3e38b40c2e1322a12a432506a2c11555a94537661a0941e90c20eff4a9ce42c12539876dae6e77a1df18b522529928b309 SHA512 cc3e0362fb62dd5e8a855bda3be0177708ec8629ee9685f1f9aaac3f71a8cb082387388bdf49b09d3f5ee24a636b0b4f933d2c8bb75db434ee0192c8ce0547d2 +DIST windows_i686_gnullvm-0.52.5.crate 473064 BLAKE2B abe41ee330c05ee1366b3a835d15c6db3964ffd7b340ee69d215056b0d4b65c67f2782b0c04a55db64001098de87c93e2d447e25ef2a27f2cfa6685b8cf20c88 SHA512 da45c882248070911bf55698f62c245cb081a23254cdcf578df053905adb9117454235e52dcf1dd97c0d2248f92ff1d2fd3e18844a7be8d93ba08590c1eca22b DIST windows_i686_msvc-0.42.2.crate 724951 BLAKE2B b084286cd4927efd2889b149abf8a9fe9d3d777130db9e592982660dbf9a96a0f5e723ca121465787aa11877d2d29a5a7d7cf066cdc8fa7e90d7ca7dcb7677f1 SHA512 c1706fc36d4b157c020744a11b3eb5d7dfbf05a0b56775bc717e94b7fd725816b20154fdbcd69ac08dbfb8b8bbfa74fab72d7a9c10399aad6a1cc54cf597e804 DIST windows_i686_msvc-0.48.5.crate 864300 BLAKE2B 3d3ea8be55e2d6ced0eeda18abe1dffb925a1a78f456d683e4450d9f2fd287ad2e8494d65b2b770c677a12b3a60d10f0435e16c61880e3867c3657fd44892442 SHA512 70e2fb4fdb006a4cbd43ab2c7e940b277a15fb1790dfa2d1fc1f1fd18bead4886f6dc046e44326603e4894d988578917b8932aba5d9a6a4cc8424911cad9dc7e DIST windows_i686_msvc-0.52.0.crate 888693 BLAKE2B 7a6e9d03e503c8f543e80a8c7bcf3f50cfa7eed462e487ae7b581746d7cc4d871b33e307110d3a3a75226d88e837f9452ac56bf3baf71b66cfab2626cc15558a SHA512 817ac796fd00bed51d80133ec873cf3d3d582ba41fec8a6f6407fbd7544f198e928aa5d710f70c13bbf74a1dde4c91c54e65eb9d3b7518a7f011ea42725eb671 DIST windows_i686_msvc-0.52.4.crate 895530 BLAKE2B 87ec4628472beec8697317662fd599a8ea0ba5a11a0cad6b23f2481f39b3a4e0546d37fade4d715ad06a4798cf7faa6435bafa1e5054105c064cb560468b6025 SHA512 0d5526b21bfb96ab352b5181dcf84ff31007ce338245a374b3b413805239359a689b1a21de56ae998cc13444e40867bc30c4200454b84ef9ffa7117318baef1e +DIST windows_i686_msvc-0.52.5.crate 895404 BLAKE2B 02555169f8c5b944231a877de8693fc871ea0d7d33f52f60e164bacb35cec13d463af07c57fec4667948047cc222d8bda7f6a0be01a07e7184b69e4adc2b4577 SHA512 08c96f8e9385ac121549bae8ed228741b32004be20b2955d163a98d4b62af464f1682cb813681fa22823d20646f19335cf0a66203a876b105e119e05a4db0634 DIST windows_x86_64_gnu-0.42.2.crate 699373 BLAKE2B 01c70809d564b16b268656e47295e99c992d8f9839fac8a51338a0e7c3b9cdcd0429c456ca8c1c139a8c687ed7ed6c43a82250889d881aadaa65bd037223e0a6 SHA512 5767af3c86e717f93137a89d442230e6b60a649057edb3ab104b1f82c0bcd64fe089dcdf2f4fd486a799bece1ddb5f0449641536b678211945e749ae24f35c1f DIST windows_x86_64_gnu-0.48.5.crate 801619 BLAKE2B aa7e7e6a6ff9f9553ada3a0a39a9aa798e9d995a8eef36e0b6fdb2a0db93ddecee5548970575271fe43aec74797a420d0ee231d503b5bad1bd999059261e0e33 SHA512 1d6056fae430b3d042bdff3c6217c76be4b8b9f5dada9bad06beaac2db7d7ab9b0a82e44f498ec88e61afa73e99f56d84d445dc3847732b9ce5d947e08485f74 DIST windows_x86_64_gnu-0.52.0.crate 826213 BLAKE2B 3ca03285ef289fc844261142154e710e996c29940b1c0a7dc3016906ff6452fa50b24f8668fce0ca44bf169ab1228c217fece9f7bddac9ab8bdc54fddafaf8a8 SHA512 2d81af56ad0bc9536f6e066776642a546ce6c6d99551edc0603ffcafe6db15d5d5a32a642b204bbfadf34231daa3894ad7897a9c0c575c2b6bc1e3e58a9a3eb7 DIST windows_x86_64_gnu-0.52.4.crate 831627 BLAKE2B 64d29f6e0837be822d89cc8aaea2514382d2c03b33deb5684df1d6b81573b3817add39d99f66181a762fae7c155e60a8c070affe43a0f2e247fb0c5ddcc7afd9 SHA512 96c673fb330af597fc3c71b53b9b66cacc9f3f64f05dc7cfe4a77447b7545280f065df22b7d91a6b7cf681a442d8b71c9d2dd128e76580664d8598c481cbb95e +DIST windows_x86_64_gnu-0.52.5.crate 831539 BLAKE2B 54f84c19988addeb7cbbbddb940e430e7345944589419592b99addf9b83bf6d801b18f4e80399b85bbb0b0ccf4608e36d9a50b79d8b1d6ce2b93745856e06eba SHA512 d9bf91765d02d2727344e42081f4bcfa73be97991495126f7e633f27e56a261ada3a8b865a559cfe71f9bc9aed5b14504f89138796766937b3521009726dfab8 DIST windows_x86_64_gnullvm-0.42.2.crate 364068 BLAKE2B 64bc53e98eb3fc649c9b43a6e734de4e65088e41edacabd49f7afcc5dc6e1065c563ecfc682747dda05978dea2dba4f45c16fcc18c3b00684c3d93681e5a7deb SHA512 d39a8bc948110fe612d3f8d6628b3f0d56620df11d8a49e0fabb6c90389ad407582b3af10e4eab46c79b3d11d2e10753d73d9e55963fbeac085f41e9749bdba3 DIST windows_x86_64_gnullvm-0.48.5.crate 418486 BLAKE2B 12a2199d434617c1df1a839e9f435620ad64b40c579f6d0c3677553ad7a48e5765d12c266b04946402e15c92cff2e4ac4979ce2130750ef426e2672119680284 SHA512 c016d5b5e73832b61ff67929d92fa8c16e154656294357266ad29ce1f44db4ca2d2935dba31a6b571187dc838b1d22f1e3b41fefffd1d719a338439adf1646aa DIST windows_x86_64_gnullvm-0.52.0.crate 430165 BLAKE2B af9345a1f6e0ed1392ca1534c68d23f3be0fbb6a42b3c5518cee14373e645038526da15e849d14abe45c53766a30c6c2042a626482ba4a05409f325eb6aa36b1 SHA512 e88af35fd1c694dc189783e5c81aafa61aeffbddce4d7130e1125d0ce3d932fafeb345990ffd98477c41b578b7f5090f4f9c0457b02146309b95549c9f8f44f0 DIST windows_x86_64_gnullvm-0.52.4.crate 433358 BLAKE2B ffd55fba15ef713bd48caec5ed5f32936e05ac4897b721bd2b041229bc8c7beeca77ca018c3258dcdb09495629aa359d1dadaaf5112d38e7ea54670309d0ddf4 SHA512 f153d86b01e47f17ef08271b69becf7883bab92f96d40cdb1d74432f2bc6a7a65aa4ed931d8f6f4c2679e360bbd8d12037dc2a74a6a444fcaec5e4c784c54c74 +DIST windows_x86_64_gnullvm-0.52.5.crate 433246 BLAKE2B f34328a6d100e092ecb34a6305daedf4fecd71840432f104e8707f049b60d784584ce4f02fabdd0281fdb8bc7ebed34b38fdacf3be9c8abd60084e9a4ee9fd56 SHA512 22a978c40df9705cd94e4c52f2b706e477e667b564c608d0adb144b38cb486c279c09d1eb1dd2d6c7bd3401b75a2dc5eafe0f7d642ffe6453f394d1f59483a08 DIST windows_x86_64_msvc-0.42.2.crate 666936 BLAKE2B bc3a456e7f8bc272f8978ec69506ec9d89f97b7582ebbe05d8bd57bdf8156ef62d0d2dc6137a97e81d54059d70db97a24af9a038adff357f5dfd28805d6193b5 SHA512 53a35f438903fceb59e36bd2ac331773fb8e6c8c5a6d984e79021761f91b3b4a23efe49d219667a4d0d23dcdbf906da9c24e74fb1cff93395b5c55ff524e3788 DIST windows_x86_64_msvc-0.48.5.crate 798412 BLAKE2B 8abc0721e2fb337fe17c91d278947d36122d9045b839ba0cf3e690202d242265b676f23cc301da5f9d98c56ca4ecb76f7d6f072ee71bf986a1deca87020b90e5 SHA512 fa1c5cd14ca2ff0082e2504cf59d317dc4dc6f7138d35c12f95d4476a9c13d8b7f5537d0ee251eee7c99411ad31b22263171b7fbd391daa5d3ea3488ceaa61a0 DIST windows_x86_64_msvc-0.52.0.crate 821600 BLAKE2B cc448b65f98fc0fc4949ae622b7020d2dae927ae45310649f6ef71809740eda9d3db0fc035676c201fd9ab9639e9e7f21e2e992b4c789542f12b419d2c752179 SHA512 3aaee31533a1a48a6ab5cd15b3cadfbd906a93a153e53919d0aa74e440d11e29830554e4e014c215f5b88a475bb733fa8ba4ce9d773d3e23a40ea9ad37ddd0a7 DIST windows_x86_64_msvc-0.52.4.crate 828019 BLAKE2B 08163b63d934114457cd64b1c372f8a0cfc1ebf48a2efb41d79031c58ea64e023acd32d2f5075b8b78536998188138562e584ece95f2021b4bc71087ac45f026 SHA512 0671fa3c0463c6d65b525ece8bc91eab2f75cb534de86ba2b1e854d4136fcb439717441881206dba7cfb602493bc24d2aefa96abf8977f5a0fe38d41eadc90f1 +DIST windows_x86_64_msvc-0.52.5.crate 827905 BLAKE2B fd5dac198bfbf29878cb461a7338c289c9af16ea80b3e5fa567980d2a6a5ea6a1cd83729ce6fd67e4da171873083dbeb1d6e16a287620f0245201f9cb29c29b4 SHA512 81176090dc725d7fe3867e6322fdc4a4065168580847b35e6f8da345f685c4f66a81e35cd1880dbaabdd4cdc82446dde9d6a0e583cf0b7fe47dda8bc8002f1c6 DIST winreg-0.50.0.crate 29703 BLAKE2B db9a968ef96cc07bc1088831affc4627e09c7ab8170a54fdf70a599c2d6180a8a9ac46b6304b61fdd2fac96e01bb004ebd8051940300c7b52c5b7b7975732d11 SHA512 2f52a9e3ab794665263499c88dfdf06009c6477d180a90ebbe86e786ae7f5003c9dc8b3c26224024e79450f3b94688000458f2ea8b1ae1c3691453c3d4df4787 DIST x25519-dalek-2.0.0.crate 87806 BLAKE2B b099db9b71f42f4b79abd87cbf1c8e6acaf2d7e35b33ada6db5f31f476c7f2643dc2f4b760cdd1ac2654b018ef8139e35cc75ce8d3fe98ef82252c1589987777 SHA512 26664da711df36e9c2701b0714bb4ce5bb448daadd772f949bfcb4f838cb61f232420a4baee8896589be9c75db35cd7aa29004f88a044c55ebe5f4c0609b924f DIST x25519-dalek-2.0.1.crate 87820 BLAKE2B 039749d0278d95996016260f9e32162b370594085186044665685288d879e067fa16a5d4d42e939d2bd05f7b47a81036cb4f573d841cc81ece078c7a08eb672d SHA512 13dde8a8d4772dfccc3849a37717828ff6fdf6b4deaae86b5d6bbfce9b6dabbaf039d95c163cc6764447d503c1a62d602ae5b5d1f7204cc002d3fb13ca85acb9 DIST xxhash-rust-0.8.10.crate 20066 BLAKE2B 5fca80ff05e00d5f78c2655093a963b08a16d2bd40e74e53c9e48e9812f81d668f9d60cd23872cb76ecb643cd381eddb841da5ba93a5f9fc92e42e6d8bb7e871 SHA512 c5a66c4c7a30dffe9d925dbfa8d0b5ae5b825770cb5d52a0d5de2eadf24c9af1b08b11b2e7a94ce60a30dabb2ce61cd3066cc781d05c90bc6a9d46daa2e04b71 -DIST xxhash-rust-0.8.7.crate 18495 BLAKE2B a259e7b74133a598fc345a40c0241f90faf7a761fd3b2a5210295a0b5584274b26de80a5367ca735b240a2d340e13a242f4e718c530bf04bd8430cd80559a988 SHA512 6c47fcd88966d09c4dc55e18e32ddec97d8befa56910428058361539dd36af3472beb7a6d7db7740a8b1adf73ef522e4c5f52208efd4c39226e094d1a3fd4658 DIST xxhash-rust-0.8.8.crate 18515 BLAKE2B 9676dbffcaf7c345165cd463ca25e81693719c95fbb1356526b02850f11884bdb1a715f01ec1c4844b55c8db65232aa9041b891a7e0058e99edeabddac289ddf SHA512 f2c77a3132af7e4d61a375e038d20ff8d5acebf35385e2f2a283f1313a8ebb795cc7132f84d91ed2e6fe96a2925a6f1e5d4c1255b991d587470d5a8d8322cde5 DIST yaml-rust-0.4.5.crate 47783 BLAKE2B 3e888c5cc7afb43eaf3aaab2b6f47b86df164a66eb54d4e166b965cc84b1e06cd17bd992a0d6ee175d9a73a76e2b44a13167246383ed054afcf3cc1710b309cb SHA512 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0 DIST z-base-32-0.1.3.crate 5284 BLAKE2B ba36b0338748c13eb18fa4c4b0c82015e100e67c9cfd28c31686359adbc5d4da398157e047932f85215f5c3eb79df16163f53ab833bdc5fa4e9bfae1ebcd3b3d SHA512 ae3a87440622ce39dc157be7eb5765c22eab758a4ad475c229d78fd34ecd3d4d7f0b24557bcda729b4215217dc93113453cfbe8d6c32f1dbc8e67ee3ece66c5b DIST z-base-32-0.1.4.crate 14008 BLAKE2B 099ed86e96c8434f1784c8e80143de91a357fdbf9db096fc461daa13de031b8561dac5e6cc1ab6edea1732b50e2dca3e15541b09e239852c04cad82e324dd96e SHA512 83eef93391d22782fd38ba30957a5569a74e7be529354eed3b24da71eb958a7bf17da7b3366e4f204accc2145a967819f0a07ae33e021063640ce9ffce7534aa -DIST zerocopy-0.7.31.crate 151100 BLAKE2B 0363306c4b0f024bf87d8d689bfa63b7a12fcbf670cfb07a27a69d5b8269c38eadb73319b8788842d292bc73eb41a2a16820cb265cdf40f6a1f9dade3aa44d5c SHA512 672c71003c26a6cae1fc0704e13210b20055e66ccb1682e590effda094ab6c0409d56060c7dc8e94e4a0295b55e476f50bd2145096cbdad7b14c4abf613a251e DIST zerocopy-0.7.32.crate 151096 BLAKE2B 12c7c329ec0e0865467af08306ff4b55ce1e39fd77b094ee48ed9c6e266dfa807bda9ea72a3f7ea989916327f4d9e803d8868995728bfe2fb1c2dc1e5ecff78e SHA512 6729b05eb88029555b88c75feff4f8bc28ad9675edb02b07486381f775c8650c95e2e59612906bd9c34c5e390fd339857ca91573ee9f9ca7948572cff4171c82 -DIST zerocopy-derive-0.7.31.crate 533507 BLAKE2B e0872636d43956d1405e296f51f313989b1cddd9911adc5f1c2a59274f9668003356bbc942cbe7f339d7173f8caca8378e7ba11461c181fa1b51e582bf833a5f SHA512 33a0e2b1045c6f584fd67c34a64d4262c848090acbeafbc75e4c553ec2e2d14dcb70285a1a2d840257757b1836fdb44778737aa06199cd4e831ac74623932827 DIST zerocopy-derive-0.7.32.crate 37623 BLAKE2B 8b583d39d7bf9c3dbbba578120751c664f87363c5ba3fc45f6506a4059b9e599c43d9fc7bd498a257ff7c9d872af77d39bebdb0e65fb8009eaa2ae9903dece46 SHA512 3ce8528871fd18d6abe92b98503927451d25791c9c4af0ba39a3b6ba2006030bdc137084d080e9b1ac8b5ddf5f2121e0a3ef34bb2033a040f2c72c8149a9fc0d DIST zeroize-1.7.0.crate 19039 BLAKE2B 2f94a5025f409bd2b96a456d2f78a34c6b05b5554abe7ef3fad2a55a8fcff8a6a1b971be660aa4c2954ab7d6e89bebc431036e349edef74711292f9f64b1dbae SHA512 9d31e3e76e8c861309a3579c21f6da5fd6b056c7d7a350427445a1a832e8827204804783f7f9b808acaa2148efef883d9078bf84943b1db55526bba5bf5a2756 DIST zeroize_derive-1.4.2.crate 11141 BLAKE2B a40add656369a3a40d5b5f3397a77a1e9f803d4b8ae5b7d51c9f2ebb332a289b3c1ea528655806a26998e081a1cc9f4b07828664542de8d8d2619faf079d25c5 SHA512 d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226 diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild index f822179d25ea..66c8a4e0f0ab 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild @@ -504,7 +504,7 @@ LICENSE+=" || ( GPL-2 GPL-3 LGPL-3 ) " SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm64 ~ppc64" QA_FLAGS_IGNORED="usr/bin/sq" diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.32.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.35.0.ebuild similarity index 60% rename from app-crypt/sequoia-sq/sequoia-sq-0.32.0.ebuild rename to app-crypt/sequoia-sq/sequoia-sq-0.35.0.ebuild index c18f67a85e7f..2e74b8d1c269 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.32.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.35.0.ebuild @@ -8,120 +8,127 @@ CRATES=" adler@1.0.2 aead@0.5.2 aes-gcm@0.10.3 - aes@0.8.3 - ahash@0.8.6 - aho-corasick@1.1.2 - aligned@0.4.1 - allocator-api2@0.2.16 + aes@0.8.4 + ahash@0.8.11 + aho-corasick@1.1.3 + aligned@0.4.2 + allocator-api2@0.2.18 android-tzdata@0.1.1 android_system_properties@0.1.5 - anstream@0.6.5 + anstream@0.6.13 anstyle-parse@0.2.3 anstyle-query@1.0.2 anstyle-wincon@3.0.2 - anstyle@1.0.4 - anyhow@1.0.75 + anstyle@1.0.6 + anyhow@1.0.76 as-slice@0.2.1 ascii-canvas@3.0.0 - assert_cmd@2.0.12 - async-trait@0.1.74 - autocfg@1.1.0 - backtrace@0.3.69 + assert_cmd@2.0.13 + async-trait@0.1.80 + autocfg@1.2.0 + backtrace@0.3.71 base16ct@0.2.0 - base64@0.21.5 + base64@0.21.7 base64ct@1.6.0 bindgen@0.68.1 bit-set@0.5.3 bit-vec@0.6.3 bitflags@1.3.2 - bitflags@2.4.1 + bitflags@2.5.0 block-buffer@0.10.4 block-padding@0.3.3 blowfish@0.9.1 botan-sys@0.10.5 botan@0.10.7 - bstr@1.8.0 - buffered-reader@1.3.0 - bumpalo@3.14.0 + bstr@1.9.1 + buffered-reader@1.3.1 + bumpalo@3.16.0 byteorder@1.5.0 - bytes@1.5.0 + bytes@1.6.0 bzip2-sys@0.1.11+1.0.8 bzip2@0.4.4 camellia@0.1.0 + capnp-futures@0.19.0 + capnp-rpc@0.19.0 + capnp@0.19.3 + capnpc@0.19.0 cast5@0.11.1 - cc@1.0.83 + cc@1.0.94 cexpr@0.6.0 cfb-mode@0.8.2 cfg-if@1.0.0 - chrono@0.4.31 + chrono@0.4.38 cipher@0.4.4 - clang-sys@1.6.1 - clap@4.4.11 - clap_builder@4.4.11 - clap_complete@4.4.4 + clang-sys@1.7.0 + clap@4.4.18 + clap_builder@4.4.18 + clap_complete@4.4.10 clap_derive@4.4.7 clap_lex@0.6.0 - clap_mangen@0.2.15 cmac@0.7.2 colorchoice@1.0.0 + console@0.15.8 const-oid@0.9.6 core-foundation-sys@0.8.6 core-foundation@0.9.4 - cpufeatures@0.2.11 - crc32fast@1.3.2 - crossbeam-channel@0.5.9 - crossbeam-deque@0.8.4 - crossbeam-epoch@0.9.16 - crossbeam-queue@0.3.9 - crossbeam-utils@0.8.17 - crossbeam@0.8.2 + cpufeatures@0.2.12 + crc32fast@1.4.0 + crossbeam-channel@0.5.12 + crossbeam-deque@0.8.5 + crossbeam-epoch@0.9.18 + crossbeam-queue@0.3.11 + crossbeam-utils@0.8.19 + crossbeam@0.8.4 crunchy@0.2.2 crypto-bigint@0.5.5 crypto-common@0.1.6 + ctor@0.2.7 ctr@0.9.2 curve25519-dalek-derive@0.1.1 - curve25519-dalek@4.1.1 + curve25519-dalek@4.1.2 cvt@0.1.2 data-encoding@2.5.0 dbl@0.3.2 - der@0.7.8 - deranged@0.3.10 + der@0.7.9 + deranged@0.3.11 des@0.8.1 - deunicode@1.4.2 - diff@0.1.13 + deunicode@1.4.4 difflib@0.4.0 digest@0.10.7 + dircpy@0.3.16 dirs-next@2.0.0 dirs-sys-next@0.1.2 dirs-sys@0.4.1 dirs@5.0.1 doc-comment@0.3.3 dot-writer@0.1.3 - dsa@0.6.2 - dyn-clone@1.0.16 + dsa@0.6.3 + dyn-clone@1.0.17 eax@0.5.0 ecb@0.1.2 ecdsa@0.16.9 - ed25519-dalek@2.1.0 + ed25519-dalek@2.1.1 ed25519@2.2.3 - either@1.9.0 + either@1.11.0 elliptic-curve@0.13.8 + embedded-io@0.6.1 ena@0.14.2 - encoding_rs@0.8.33 + encode_unicode@0.3.6 + encoding_rs@0.8.34 endian-type@0.1.2 enum-as-inner@0.6.0 enumber@0.3.0 - env_logger@0.10.1 + env_logger@0.10.2 equivalent@1.0.1 errno@0.3.8 fallible-iterator@0.3.0 fallible-streaming-iterator@0.1.9 - fastrand@2.0.1 - fd-lock@4.0.1 + fastrand@2.0.2 + fd-lock@4.0.2 fehler-macros@1.0.0 fehler@1.0.0 ff@0.13.0 - fiat-crypto@0.2.5 + fiat-crypto@0.2.7 file_diff@1.0.0 filetime@0.2.23 fixedbitset@0.4.2 @@ -133,18 +140,21 @@ CRATES=" form_urlencoded@1.2.1 fs2@0.4.3 fs_at@0.1.10 - futures-channel@0.3.29 - futures-core@0.3.29 - futures-io@0.3.29 - futures-macro@0.3.29 - futures-sink@0.3.29 - futures-task@0.3.29 - futures-util@0.3.29 + futures-channel@0.3.30 + futures-core@0.3.30 + futures-executor@0.3.30 + futures-io@0.3.30 + futures-macro@0.3.30 + futures-sink@0.3.30 + futures-task@0.3.30 + futures-util@0.3.30 + futures@0.3.30 generator@0.7.5 generic-array@0.14.7 + gethostname@0.4.3 getopts@0.2.21 - getrandom@0.2.11 - ghash@0.5.0 + getrandom@0.2.14 + ghash@0.5.1 gimli@0.28.1 git-testament-derive@0.2.0 git-testament@0.2.5 @@ -152,12 +162,12 @@ CRATES=" globset@0.4.14 globwalk@0.8.1 group@0.13.0 - h2@0.3.22 + h2@0.3.26 hashbrown@0.12.3 hashbrown@0.14.3 - hashlink@0.8.4 + hashlink@0.9.0 heck@0.4.1 - hermit-abi@0.3.3 + hermit-abi@0.3.9 hickory-client@0.24.0 hickory-proto@0.24.0 hickory-resolver@0.24.0 @@ -166,59 +176,60 @@ CRATES=" hostname@0.3.1 html-escape@0.2.13 http-body@0.4.6 - http@0.2.11 + http@0.2.12 httparse@1.8.0 httpdate@1.0.3 humansize@2.1.3 humantime@2.1.0 hyper-tls@0.5.0 - hyper@0.14.27 + hyper@0.14.28 iana-time-zone-haiku@0.1.2 - iana-time-zone@0.1.58 + iana-time-zone@0.1.60 idea@0.5.1 idna@0.4.0 idna@0.5.0 - ignore@0.4.21 + ignore@0.4.22 indexmap@1.9.3 - indexmap@2.1.0 + indexmap@2.2.6 + indicatif@0.17.8 inout@0.1.3 + instant@0.1.12 ipconfig@0.3.2 ipnet@2.9.0 - is-terminal@0.4.9 - itertools@0.10.5 + is-terminal@0.4.12 itertools@0.11.0 - itoa@1.0.10 - js-sys@0.3.66 - lalrpop-util@0.20.0 - lalrpop@0.20.0 + itoa@1.0.11 + js-sys@0.3.69 + jwalk@0.8.1 + lalrpop-util@0.20.2 + lalrpop@0.20.2 lazy_static@1.4.0 lazycell@1.3.0 - libc@0.2.151 - libloading@0.7.4 + libc@0.2.153 + libloading@0.8.3 libm@0.2.8 - libredox@0.0.1 - libsqlite3-sys@0.27.0 + libredox@0.1.3 + libsqlite3-sys@0.28.0 line-col@0.2.1 linked-hash-map@0.5.6 - linux-raw-sys@0.4.12 + linux-raw-sys@0.4.13 lock_api@0.4.11 - log@0.4.20 + log@0.4.21 loom@0.5.6 lru-cache@0.1.2 match_cfg@0.1.0 matchers@0.1.0 md-5@0.10.6 - memchr@2.6.4 - memoffset@0.9.0 + memchr@2.7.2 memsec@0.6.3 mime@0.3.17 minimal-lexical@0.2.1 - miniz_oxide@0.7.1 - mio@0.8.10 + miniz_oxide@0.7.2 + mio@0.8.11 native-tls@0.2.11 nettle-sys@2.3.0 - nettle@7.3.0 - new_debug_unreachable@1.0.4 + nettle@7.4.0 + new_debug_unreachable@1.0.6 nibble_vec@0.1.0 nix@0.26.4 nom@7.1.3 @@ -226,67 +237,70 @@ CRATES=" normpath@1.1.1 nu-ansi-term@0.46.0 num-bigint-dig@0.8.4 - num-integer@0.1.45 - num-iter@0.1.43 - num-traits@0.2.17 + num-conv@0.1.0 + num-integer@0.1.46 + num-iter@0.1.44 + num-traits@0.2.18 num_cpus@1.16.0 - object@0.32.1 + number_prefix@0.4.0 + object@0.32.2 once_cell@1.19.0 - opaque-debug@0.3.0 - openpgp-cert-d@0.3.1 + opaque-debug@0.3.1 + openpgp-cert-d@0.3.2 openssl-macros@0.1.1 openssl-probe@0.1.5 - openssl-sys@0.9.97 - openssl@0.10.61 + openssl-sys@0.9.102 + openssl@0.10.64 option-ext@0.2.0 overload@0.1.1 p256@0.13.2 parking_lot@0.12.1 parking_lot_core@0.9.9 + paste@1.0.14 peeking_take_while@0.1.2 pem-rfc7468@0.7.0 percent-encoding@2.3.1 - pest@2.7.5 - pest_derive@2.7.5 - pest_generator@2.7.5 - pest_meta@2.7.5 + pest@2.7.9 + pest_derive@2.7.9 + pest_generator@2.7.9 + pest_meta@2.7.9 petgraph@0.6.4 phf_shared@0.10.0 pikchr@0.1.3 - pin-project-lite@0.2.13 + pin-project-lite@0.2.14 pin-utils@0.1.0 pkcs1@0.7.5 pkcs8@0.10.2 - pkg-config@0.3.27 - platforms@3.2.0 - polyval@0.6.1 + pkg-config@0.3.30 + platforms@3.4.0 + polyval@0.6.2 + portable-atomic@1.6.0 powerfmt@0.2.0 ppv-lite86@0.2.17 precomputed-hash@0.1.1 predicates-core@1.0.6 predicates-tree@1.0.9 - predicates@3.0.4 + predicates@3.1.0 primeorder@0.13.6 - proc-macro2@1.0.70 - pulldown-cmark@0.9.3 + proc-macro2@1.0.80 + pulldown-cmark@0.9.6 quick-error@1.2.3 - quote@1.0.33 + quote@1.0.36 radix_trie@0.2.1 rand@0.8.5 rand_chacha@0.3.1 rand_core@0.6.4 - rayon-core@1.12.0 - rayon@1.8.0 + rayon-core@1.12.1 + rayon@1.10.0 redox_syscall@0.4.1 - redox_users@0.4.4 + redox_users@0.4.5 regex-automata@0.1.10 - regex-automata@0.4.3 + regex-automata@0.4.6 regex-syntax@0.6.29 - regex-syntax@0.7.5 - regex-syntax@0.8.2 - regex@1.10.2 + regex-syntax@0.8.3 + regex@1.10.4 remove_dir_all@0.8.2 - reqwest@0.11.22 + reqwest@0.11.27 resolv-conf@0.7.0 rfc6979@0.4.0 ripemd@0.1.3 @@ -295,51 +309,58 @@ CRATES=" rpassword@7.3.1 rsa@0.9.6 rtoolbox@0.0.2 - rusqlite@0.30.0 + rusqlite@0.31.0 rustc-demangle@0.1.23 rustc-hash@1.1.0 rustc_version@0.4.0 - rustix@0.38.28 - rustversion@1.0.14 - ryu@1.0.16 + rustix@0.38.32 + rustls-pemfile@1.0.4 + rustversion@1.0.15 + ryu@1.0.17 same-file@1.0.6 - schannel@0.1.22 + schannel@0.1.23 scoped-tls@1.0.1 scopeguard@1.2.0 sec1@0.7.3 - security-framework-sys@2.9.1 - security-framework@2.9.2 - semver@1.0.20 + security-framework-sys@2.10.0 + security-framework@2.10.0 + semver@1.0.22 sequoia-autocrypt@0.25.1 - sequoia-cert-store@0.4.0 + sequoia-cert-store@0.5.3 + sequoia-gpg-agent@0.3.1 + sequoia-ipc@0.34.1 + sequoia-keystore-backend@0.3.0 + sequoia-keystore-gpg-agent@0.1.0 + sequoia-keystore-softkeys@0.3.0 + sequoia-keystore@0.3.0 sequoia-net@0.28.0 - sequoia-openpgp@1.17.0 + sequoia-openpgp@1.20.0 sequoia-policy-config@0.6.0 - sequoia-wot@0.9.0 - serde-aux@4.3.1 - serde@1.0.193 - serde_derive@1.0.193 - serde_json@1.0.108 + sequoia-wot@0.11.0 + serde-aux@4.5.0 + serde@1.0.197 + serde_derive@1.0.197 + serde_json@1.0.115 serde_urlencoded@0.7.1 serde_yaml@0.8.26 - serde_yaml@0.9.27 - sha1collisiondetection@0.3.2 + serde_yaml@0.9.34+deprecated + sha1collisiondetection@0.3.4 sha2@0.10.8 sharded-slab@0.1.7 shell-words@1.1.0 - shlex@1.2.0 + shlex@1.3.0 signature@2.2.0 siphasher@0.3.11 slab@0.4.9 slug@0.1.5 - smallvec@1.11.2 + smallvec@1.13.2 smawk@0.3.2 - socket2@0.4.10 - socket2@0.5.5 + socket2@0.5.6 spin@0.5.2 spki@0.7.3 stable_deref_trait@1.2.0 state@0.5.3 + stfu8@0.2.7 string_cache@0.8.7 strsim@0.10.0 subplot-build@0.9.0 @@ -348,30 +369,31 @@ CRATES=" subplotlib@0.9.0 subtle@2.5.0 syn@1.0.109 - syn@2.0.41 + syn@2.0.59 + sync_wrapper@0.1.2 system-configuration-sys@0.5.0 system-configuration@0.5.1 tempfile-fast@0.3.4 - tempfile@3.8.1 + tempfile@3.10.1 tera@1.19.1 term@0.7.0 - termcolor@1.4.0 + termcolor@1.4.1 terminal_size@0.3.0 termtree@0.4.1 textwrap@0.15.2 - thiserror-impl@1.0.50 - thiserror@1.0.50 - thread_local@1.1.7 + thiserror-impl@1.0.58 + thiserror@1.0.58 + thread_local@1.1.8 time-core@0.1.2 - time-macros@0.2.15 - time@0.3.30 + time-macros@0.2.18 + time@0.3.36 tiny-keccak@2.0.2 tinyvec@1.6.0 tinyvec_macros@0.1.1 tokio-macros@2.2.0 tokio-native-tls@0.3.1 tokio-util@0.7.10 - tokio@1.35.0 + tokio@1.37.0 toml@0.5.11 tower-service@0.3.2 tracing-attributes@0.1.27 @@ -391,14 +413,14 @@ CRATES=" unic-ucd-segment@0.9.0 unic-ucd-version@0.9.0 unicase@2.7.0 - unicode-bidi@0.3.14 + unicode-bidi@0.3.15 unicode-ident@1.0.12 unicode-linebreak@0.1.5 - unicode-normalization@0.1.22 + unicode-normalization@0.1.23 unicode-width@0.1.11 unicode-xid@0.2.4 universal-hash@0.5.1 - unsafe-libyaml@0.2.10 + unsafe-libyaml@0.2.11 url@2.5.0 utf8-width@0.1.7 utf8parse@0.2.1 @@ -406,65 +428,66 @@ CRATES=" vcpkg@0.2.15 version_check@0.9.4 wait-timeout@0.2.0 - walkdir@2.4.0 + walkdir@2.5.0 want@0.3.1 wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.89 - wasm-bindgen-futures@0.4.39 - wasm-bindgen-macro-support@0.2.89 - wasm-bindgen-macro@0.2.89 - wasm-bindgen-shared@0.2.89 - wasm-bindgen@0.2.89 - web-sys@0.3.66 - widestring@1.0.2 + wasm-bindgen-backend@0.2.92 + wasm-bindgen-futures@0.4.42 + wasm-bindgen-macro-support@0.2.92 + wasm-bindgen-macro@0.2.92 + wasm-bindgen-shared@0.2.92 + wasm-bindgen@0.2.92 + web-sys@0.3.69 + widestring@1.1.0 win-crypto-ng@0.5.1 winapi-i686-pc-windows-gnu@0.4.0 winapi-util@0.1.6 winapi-x86_64-pc-windows-gnu@0.4.0 winapi@0.3.9 - windows-core@0.51.1 + windows-core@0.52.0 windows-sys@0.45.0 windows-sys@0.48.0 windows-sys@0.52.0 windows-targets@0.42.2 windows-targets@0.48.5 - windows-targets@0.52.0 + windows-targets@0.52.5 windows@0.48.0 windows_aarch64_gnullvm@0.42.2 windows_aarch64_gnullvm@0.48.5 - windows_aarch64_gnullvm@0.52.0 + windows_aarch64_gnullvm@0.52.5 windows_aarch64_msvc@0.42.2 windows_aarch64_msvc@0.48.5 - windows_aarch64_msvc@0.52.0 + windows_aarch64_msvc@0.52.5 windows_i686_gnu@0.42.2 windows_i686_gnu@0.48.5 - windows_i686_gnu@0.52.0 + windows_i686_gnu@0.52.5 + windows_i686_gnullvm@0.52.5 windows_i686_msvc@0.42.2 windows_i686_msvc@0.48.5 - windows_i686_msvc@0.52.0 + windows_i686_msvc@0.52.5 windows_x86_64_gnu@0.42.2 windows_x86_64_gnu@0.48.5 - windows_x86_64_gnu@0.52.0 + windows_x86_64_gnu@0.52.5 windows_x86_64_gnullvm@0.42.2 windows_x86_64_gnullvm@0.48.5 - windows_x86_64_gnullvm@0.52.0 + windows_x86_64_gnullvm@0.52.5 windows_x86_64_msvc@0.42.2 windows_x86_64_msvc@0.48.5 - windows_x86_64_msvc@0.52.0 + windows_x86_64_msvc@0.52.5 winreg@0.50.0 - x25519-dalek@2.0.0 - xxhash-rust@0.8.7 + x25519-dalek@2.0.1 + xxhash-rust@0.8.10 yaml-rust@0.4.5 - z-base-32@0.1.3 - zerocopy-derive@0.7.31 - zerocopy@0.7.31 + z-base-32@0.1.4 + zerocopy-derive@0.7.32 + zerocopy@0.7.32 zeroize@1.7.0 zeroize_derive@1.4.2 " -LLVM_MAX_SLOT=17 +LLVM_COMPAT=( {16..17} ) -inherit bash-completion-r1 cargo llvm +inherit cargo shell-completion llvm-r1 DESCRIPTION="CLI of the Sequoia OpenPGP implementation" HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq" @@ -482,7 +505,7 @@ LICENSE+=" || ( GPL-2 GPL-3 LGPL-3 ) " SLOT="0" -KEYWORDS="amd64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" QA_FLAGS_IGNORED="usr/bin/sq" @@ -494,38 +517,39 @@ COMMON_DEPEND=" " DEPEND=" ${COMMON_DEPEND} - sys-devel/clang + dev-libs/capnproto " RDEPEND=" ${COMMON_DEPEND} " # Clang needed for bindgen BDEPEND=" - =virtual/rust-1.70 " -llvm_check_deps() { - has_version -b "sys-devel/clang:${LLVM_SLOT}" -} - src_compile() { + # Set this here so that it doesn't change if we run tests + # and cause a recompilation. + asset_dir="${T}"/assets + export ASSET_OUT_DIR="${asset_dir}" + # Setting CARGO_TARGET_DIR is required to have the build system # create the bash and zsh completion files. - CARGO_TARGET_DIR="${S}/target" cargo_src_compile + export CARGO_TARGET_DIR="${S}/target" + cargo_src_compile } src_install() { cargo_src_install - doman target/$(usex debug debug release)/build/sequoia-sq-*/out/*.1 - - newbashcomp target/sq.bash sq - - insinto /usr/share/zsh/site-functions - doins target/_sq + doman "${asset_dir}"/man-pages/* - insinto /usr/share/fish/vendor_completions.d - doins target/sq.fish + local completion_dir="${asset_dir}"/shell-completions + newbashcomp "${completion_dir}"/sq.bash sq + dozshcomp "${completion_dir}"/_sq + dofishcomp "${completion_dir}"/sq.fish } diff --git a/app-crypt/sequoia-sqv/Manifest b/app-crypt/sequoia-sqv/Manifest index 6b69e2e3bf65..4c0616cca7cf 100644 --- a/app-crypt/sequoia-sqv/Manifest +++ b/app-crypt/sequoia-sqv/Manifest @@ -1,195 +1,405 @@ DIST addr2line-0.17.0.crate 32260 BLAKE2B 23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c SHA512 ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95 DIST adler-1.0.2.crate 12778 BLAKE2B a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd SHA512 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1 DIST aead-0.5.2.crate 15509 BLAKE2B 0214f3e8ee85a7e18c7d20f9a3fcbdbb9e5af6fdfdcb427e915279b505556dbd2df6d09d5c90561417c56796236a56ab24b2b11389745bc03a0a6da45c0e8636 SHA512 61926a615618e64efd0e9342d729a89f80d6e092dda50e018252a06147e2ca0dc2a989136416f57ae02019695757dfa3d3f3cf3799f138e440662744ecab4a44 +DIST aes-0.8.4.crate 124812 BLAKE2B c4a9cadbbfd9d24a758bd5d18b851fb86bd74f5b1f0f6f5706275329d92396a00dc2c35fa0aa2af5b55fd336934d35df413a31f85ba886e85a037296f9df25bd SHA512 96243337546acf64f89bf9ba23011eea1a205d82d96707f9c45bf28cc62ef00cdac5cdfacb8d6013155ee1522ad73dd1b7f166c74ed18159bf23c3c48ec77d79 +DIST aes-gcm-0.10.3.crate 148991 BLAKE2B e1376b741386577277a8cb9535c1ad3e15ea383c0f324bc5cedff09a76b11f2c9e29226535688f9431e904bf2800b8e140c4b1cab333e572208eefd19ca897f1 SHA512 f9aec1e2609262c30921bf83cdd82117d147905d4ca311f9fef4b9f1734d3a57893ba2586f0ccfd39cf9264d347ba2c2d2c52b4726495eda8fec7fbec42d6db3 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f SHA512 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00 +DIST aho-corasick-1.1.3.crate 183311 BLAKE2B 8dfcbba0b9d94e55eae739b16f5c6474baa43ee7854c5ca792f426a9f46fb0eece79cd493b804e51449181bcad338b96819fe977c02c9907654d713e26b9f830 SHA512 ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69 +DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 +DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 DIST ansi_term-0.12.1.crate 24838 BLAKE2B f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791 SHA512 b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671 +DIST anstream-0.6.13.crate 30928 BLAKE2B 0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0 SHA512 4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09 +DIST anstyle-1.0.6.crate 14604 BLAKE2B 0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20 SHA512 dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa +DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e SHA512 4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399 +DIST anstyle-query-1.0.2.crate 8739 BLAKE2B c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3 SHA512 f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc +DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 73e124773f618a744b17017d4680ec6ccc84ff94fbe2e565073fbcc0facecd3cb65356cf27746d07f453bc917cbeb2ade3a618c6b8578d64cff4828c99569868 SHA512 4cc194faacffa01c6989354c1cadbf1134f0945250f67b7020ab5b475e30db34c799176bd335a6265386cb9c5e8b5bcbdf35894ec0c809b140ffe1c406751931 DIST anyhow-1.0.51.crate 44100 BLAKE2B 20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedaaaab92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee SHA512 e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c +DIST anyhow-1.0.76.crate 44259 BLAKE2B 7be61550d78bafe866fc90dd1643cf335110e1f41faaecf295c5433c81894e7398f31f825394aa13df783a3bde3aa6dc11f129d882f0e452a635cfe88b77b84e SHA512 53f2240f952fd806ad0f247b1ee26f988cb8e237e067ddaa12e67efc8d2477ecc5eea0e7fbe59a7f35935185238b184860e3c594c67a96856b0c6407a09cad55 DIST ascii-canvas-3.0.0.crate 10575 BLAKE2B fc40c40551e3e1b2bec6ae5a85ee8b0a1ab1ef3425cdd19ec6dd47d849205004781a2c8f51470417fe7556cf8524cc63b84a532532c5081604adbcd92d286b44 SHA512 216056640604f5faba6d46e2c94ff75234fec83d3bc2dc7cf34dd279706362874e3a513c717b23bc591da07cc3088458913c4e9aa5f280550c93d261095c8703 DIST assert_cli-0.6.3.crate 18660 BLAKE2B 783b9eb81ca21a4274f9f14791eb0993bd3562b96bce787753a24a605490c97c97298f18061d7036aa648e4d3a8076ec87bc81fedde7f0c48dcccaa5d6cd12cc SHA512 f61e7e99123c63f30889bc743fdf9e412358ad6b52be7e29c89dcac09272b8d1132284c90dc96e3152864401d36a2c969019e0b821b2458dff2fae3debf4b6ad +DIST assert_cmd-2.0.13.crate 23917 BLAKE2B 72fbb8afc12429a96c89b07dce8b2a969a1c2656aedf19ac9cd2bd1e5d5f29b3c558616858ad01a86807b787c88efc556ad432a55b59b0df5b4bdbeb9b6ab05e SHA512 3599483d28f1893945b63d693f38d656724f382ac7a0c2cb0773d72e6bba3dcc9137cca51575fca984c2435b081cd6ad68ed5d1fa04e606484926528cc41a305 DIST atty-0.2.14.crate 5470 BLAKE2B 2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab SHA512 d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9 DIST autocfg-1.0.1.crate 12908 BLAKE2B 40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a SHA512 630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b +DIST autocfg-1.2.0.crate 14808 BLAKE2B 122327d6ffd32e08dc9fbdb4dcf69128b19d56280f9d934311b946741003b40571cdd1f3ef54b2be02c8dc505aea11c962b244d33a92206bf4ee8f6b2b9da432 SHA512 66cbfd13e33b36284cf4c74c8d654f93adcc45893d127d9aaa4c1d183e47336096e72d74e7c17dd481fb7a98931ab6cfec7e4d4165cfb491861d4e3ffe2416fc DIST backtrace-0.3.63.crate 74280 BLAKE2B 825fcabaddb436d33e179630301657d212c9364b323bfe72e8ed8edda5c0c34abe36142b0bc34501d1885d40d55ab53c0f8bc6387e35ef86f14a9d010c426bf5 SHA512 25cf411ee21c796f39a45e6320374b38f62580ca853e560b3a8ec596f0ca6d60b94539662b1a8a3a3046f481b8b84a5b84983e1d2624aea297090382eb99b25a +DIST base16ct-0.2.0.crate 10240 BLAKE2B a8097674e84bb85fa72ea752d71446fc39e695fea9acc0f98178bb4e6569180f9acb4c7a9820708359d1c4733b57af6448015cce83f8c610985e6d2f7858fc33 SHA512 efe7c810102646733cb24c5cab62bd58d797e77b117d0fa5d651c34630f77de4d768fb99c981af5968393734bc32a2c1944a719f9f1a192b5062c0af8bb3413a DIST base64-0.21.1.crate 76319 BLAKE2B ee0699c5d6caf8d98d70f7f5bcf1ec512b023ad8e3149ab8dd887b117dbc3628fdeafafc6f3bc1e03f2b7c438455a38ec13d8bd92bd5c7c42caf0b216ac64ccb SHA512 bec15a064c8cb7068353bae5ea9415a33b65d1c9ba1d650534f9c311be6a3e611af9a87bce9a9abd29ea21244394a09f10546a89670ef1323e5852a88a990e31 +DIST base64-0.22.0.crate 81568 BLAKE2B 55e6bf8888de846bc14010fd706686544a1706dc9cea034435b5bf97bbbfcdab57210e69b425c9f2adf7b088b6f2cbe0f8148077a8be3aad88114c404738682c SHA512 116928d2fed66b43ecc8ffb4e1cdafb1aec3005e0034e2cacf1cd3cac7a591aed8e423fb2523900c25a4592ada49d3a0e438703afe7bb66dd1ab9fcaade24000 +DIST base64ct-1.6.0.crate 28870 BLAKE2B 60fbd9958f2519f293db2cd86add5160b51ff4f98718591b3e65d866e8bb176670ceecd5f6e365ff3ff488bf813860bf65d375a2159dd28b25e276e027303c4a SHA512 e3a267dce49257b6990d8d0842299d75b49a9af635082dfee25e314f5ab9067b339c877a4c7b012a1eaf9a84a7f8ddf0173c6f9d8695be81b8b4db03df66c92c DIST bindgen-0.63.0.crate 201856 BLAKE2B a99470e5878c90d0ff4cdcba5d16177eb765822041203c7224f9baf1fda23f83d92c3b9cd83759ed9ca779f9d3961509b4d7e038b716b9d68bf6563743ca8141 SHA512 43ac3067b3635c968c3a4bf6d665d633b9b80ff4eec36aad353019fc16e25c2338ea3f00a7fb077ae0dc055d10ea3ed6c304055a18dcf0c31bf980c26b110796 +DIST bindgen-0.68.1.crate 218997 BLAKE2B e3706a992c166c16cd8b8ef996b2eba6a0d67f493825e7257ba660f597de33002a32df7fea0fc2508fb47155f70ace0765e9ac4e4649d1f24b2bbac8ecf06d8f SHA512 29520e30db93ef3e239273854c926eba7bbbe2ec70e5162a4722e03947461510732319bfcfc20d5dfc0df137d69e8c1ad97daa0236c5bd4da8a1679bfd696a90 DIST bit-set-0.5.2.crate 14093 BLAKE2B 06d41a217438d9a00f8e57e592d12364b671d082f21a4d174673bc820dde28ef5ce02e782002d03c9311f71b0130eeeca7cfacbc4c1b27475069479163643ef3 SHA512 9709f35c7e69b84eed61f73da99ffe0693d1d0fa5fb94d13759cfbbb9dd4b0bb27628c3200e4b29ef29cdb0aede5fd3d7ddf663012b2c5946975bc169efbac34 +DIST bit-set-0.5.3.crate 14470 BLAKE2B f6525500a494236103df2b27e964bae0b2caf718156879f972b9972fa509794bcc663c2130e3d872ecadb7ead0982b415dfa4468ef12523ee248fb1bbec2559e SHA512 c5ce7ef71559706d996505e138ce95d9f008ac3375928012a36339bfec48986ad935b384e2d21fa0d505d4cf98bd3e93be15955ecd9607d253b8a276351334c6 DIST bit-vec-0.6.3.crate 19927 BLAKE2B f5bd3bb9c87fdf3b206739b74df20cab50a1a45af3a58b2642a5a061c26207884be58ef8369a3cd06dfd3615bff0ce15915fdd4b6b6f03facc4a0f86c0b7e910 SHA512 b4b4a82c80d0ff13527ae4fff449ac9c1c7bc519c013af6ea3428348e0e5b9306b725c0a13a42d7d9dcf0f895a9eee0c63695a2503eb7fd2200083c9ea3a9aa8 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 +DIST bitflags-2.5.0.crate 43821 BLAKE2B 2d2a78b0a19dcb39580e6f73ed6c468b0626043010b34661084944c83561fe49db24bee1ab57fd692d57617be6506d529e095aea27b753a77e26d0b1ebf7ed78 SHA512 75d7a89e53e5e7582591932bc430e6a1db7ed0f914ded6dbcf957125be52975598df7fee14ef816f66544432ef0505f0a081f3794d17138ec429e283fe14fcf9 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb DIST block-buffer-0.9.0.crate 7108 BLAKE2B 42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb SHA512 2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98 DIST block-padding-0.3.3.crate 8504 BLAKE2B d62481c25fd8680cdf0ad0bc259bd3777c3985ee91d5bb4995f484a15d4a9bde21c5d20f8c2efd0eb340aa0b8c7faac0f3fd817202ef4350d17994f478715eae SHA512 0849c99f2027f4e1a12872d2210310e9669f98929c99690febfeec90c0199b2274e20a5f83824f200f75f2553be2029ca85b0c5d0db4d9d477ffee9a71dd3b7c +DIST blowfish-0.9.1.crate 16734 BLAKE2B edb9ef86b168259d37ae74ca5f961d4a2f79f0bd83c64a157b1605655001a8e82a1b40b0e03a24719dd9cc273fd50d1ad6a406b47b1925a9c2c687c119bcae0c SHA512 e005212e2cd0233321f1e84170829c6e05b4f4e47b81342e0fef7e12ac05f09dc6db288b6b28ea2826e9d19afa49366b74b186f2f20db6da77b57f09e124e3a8 +DIST botan-0.10.7.crate 40376 BLAKE2B 63332415636f353323b72a4a2aec2910da4da71adedbe649b753b8d8531a4b10054aea588e216ae2a240bcb91873acb63cef2a1d34c364bbee383dda0f24718e SHA512 a03e0a76b8bc0bc777bafc3e2df7667dc78fffb35dc3bb227773aa23b3ebef872efec9d5144513940dcd44e18ddd87d881806803ce3736c73cf96221befe16c5 +DIST botan-sys-0.10.5.crate 8245 BLAKE2B beef1579600f7fea44b7a701cc29b2f530cd1da8da6090f1cf8fdcc00e68fab711064b0d037604796aa0633f2e71495f8cbcbe69047ef773098a36ffe2069867 SHA512 6f22a5c42e4b13ae2531e1b46ad0d93c62faf96b056f80a145370816296fbf33c93c2dda94736afca7a73bcfd336003a39171c359723e05bb5c269ebb4784339 +DIST bstr-1.9.1.crate 380305 BLAKE2B 52b45bd48874d052636c6b451cc36d8b012808ea5193e0188e5edd09f81d21b8306926cfebb405ad0650ec9aa710f609bacaa773bf854b21f4803dc38bb2eca7 SHA512 67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172 DIST buffered-reader-1.2.0.crate 62127 BLAKE2B 8ca2e10f69121a08169e082b34e2412502673f24f2c373c66c49e24160b340e9078fe16b9dccc4f1cc51f3f0867d9e605c04bb002abb61b8891618b95f79e8e3 SHA512 4e7f9d75720b10a04577220ead4ca96e0c34a573469f80a50288e156d7aa99a1820850aa69c3f2db0505d0204bbd3aa6bd4b5823925481f0358d13936ad54770 +DIST buffered-reader-1.3.1.crate 63723 BLAKE2B 7a7553b5994c01666c95a678712005ed3c02fbf8f0b45d80f2e80b2bd46c5993376b16f5d89d50a7cd915aed9da6dc164901c6e62091922e615bc8b9284f3328 SHA512 4b7efde96c2db48f8452e56a904b1fc865b7317bcc324c10c0a23147b96eb14cd5097b3178910a1a74d54948b50d6499fa7f5c8630274a80ff05f1eeb2c7054f DIST bumpalo-3.13.0.crate 82114 BLAKE2B 62a930b165e853aeeb40558079f570c75ed13ff5e8436d99309dc6252aa28ae69d327c4b438913d6c7543bc156f2714f0c1e80d759ea0d44babe24ef0f268ac0 SHA512 419368d6ca37474c2867751fe5706d0c747326bebce323d571cfc07ee0f022d8e8a7ef5692091b0fa804995b081998dafc55da19a53e51135a767bc0afdb9605 +DIST bumpalo-3.16.0.crate 85677 BLAKE2B 08da17b757931d2910e0299df53eb62731aa8c4ebd8915859b81d1982b331e7455dfac977c754e500a35ee07ba8eff00a61d2f62be99744e2ddbba06c1268f49 SHA512 a51b75c36f6794db444cab20eeb24f42a319080ecb486a56d254d6f873f3d188b5ccba11db30c068bd0c52c4322d4a3f5f5195c81c94b0bc04387030418835b1 DIST byteorder-1.4.3.crate 22512 BLAKE2B d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d SHA512 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa +DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f +DIST camellia-0.1.0.crate 89085 BLAKE2B 88f67a01f18e236a8ec2613cea4f0d38fdd65b2191e5478bd7c1155feb45832d693bff15ad4b880651cdc9c74e89cdc0131548864b2c51f7cec38ecb11b5d113 SHA512 b851c285509d21ed02428ab45378dc145959bd196ab75daebb7df60bce3b71e059d4dbb5639697ef21fd6f7554c122cab8a5702b1d118c743fe02f65054f66df +DIST cast5-0.11.1.crate 37018 BLAKE2B ed3d9283131df32dc18a5e4110a325b7713936e109b43bed8da0d22b0afe81a0f00c9e4fab0bca1194c93fe6f0bf326a5474af6f9274c310632b93d24dc9328a SHA512 0fe363b576ece2661616c47c4de1801756c5aaa2a56c720a7b4eedf23e031ba9d30af9d086a16b0f957c39b473cea1f059295dd1c776e9a9cd4393e6c895d015 DIST cc-1.0.72.crate 57495 BLAKE2B b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e SHA512 e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d +DIST cc-1.0.94.crate 76456 BLAKE2B bf72e0007d9fe022a66ccc12be48acbc5dd1b716a47f18e4062b415405140764db6ed26bcab071307142167309c9c9ab55382c7973ad43fd15d06e3fe6b24b69 SHA512 67ce0e73904cf7fac81b0b914ec5fd4d9e59f358602199530f51d203a2e42be9814b04f65497a644a0e2720cc6e58c5e4bf1ad4782ded35b710b22c9b0f2bee5 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 +DIST cfb-mode-0.8.2.crate 25334 BLAKE2B e004871204d40258a052b7771f6d770f710857fd7355dd87ceaacff49ad0be2b3bbcbc8b439bff054432f336792e11e312b8bd472eca53e58036dcc4bd2f3286 SHA512 14bf9367317b2652cd070572f2a7d5f98884064a2d42c8841fe4a966e9944c8e5df3e14244c16a78a32ba8e2fa3df9348427d2f0ca6632df07fd24b75cfd7099 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff DIST chrono-0.4.19.crate 155663 BLAKE2B c92c273fb6475bbb2546dfb75eaa23321bc8f9a5fa8a7c652f527649b96ff8718fa932f52b500b02a4acae7837df5bdb14f69cb821d4962be2790dbd1d023a54 SHA512 a119349bfc2243a249f1d18b1ae548a04b30fecb75913a56f26d1ff8c0eb53097a2674d9141e2094018191cbbc1620843fbddaf52999824e077c1157f0907980 +DIST chrono-0.4.38.crate 220559 BLAKE2B ab828bfeed56eb737a1797d5e1132cafe87a1e14bf7a1fe4a5098f50e6ceead50ca2e7f041cc2ff63d5f4e41e2853322f6c345bb31ff12a5b412e3e5202f5fea SHA512 858e47e3facebd5383e71898f26b27d92fe4a69027e2cc47da2af59975ead7767355e0b699f4228eabe76a3eff8b2519c7cecf8b60dc3fc60fbf9b28e2f3d4d9 DIST cipher-0.2.5.crate 13099 BLAKE2B a728a53007340dcc55da52cc170e5b801c8ad20c4e159d31200d5ab7f8bf4407af9a60713b4385ef0d65c06cc81692cfbd7339cb7449367d1eaf7c529ca34373 SHA512 e55627f5424d9b566dfb0787eebb1fb17ae98b4016c9091e87040ed37b36e0256b7681958a0d90aaf06c125c71123270bf986128ca1e0dc125f3162a868848b9 DIST cipher-0.4.4.crate 19073 BLAKE2B 144c45c1bdc5f7aef7f4fc63b6dd85955c453537567d1f1074e436e50d0d61f8413973cf3da207a48f1560ea92f2280fc5880569c78a1dd66bf97fd1d88ccde7 SHA512 1856d8b08bc3dbd2fa5c8b97e9eae43323c7aa19203ef3e80bb49cf15b5ddc832acb7b97121a52032656353e764f1f722200b638f7c28975fec1b5c9dc908846 DIST clang-sys-1.3.0.crate 37713 BLAKE2B ca7ee0771a970ed67b02d55d9027bab061c52d624540894cd00d09d847f6f35c58e76a1a6153309f8af709474df64b46f4764c2036883a688ffb8154d77ed123 SHA512 80c78c53a877cd8208730885214c135dd65a208cfd047dba7595283bbeec266f4d39cd1e0b3c2c69a474569ba68e4db93636e31a77c350d7bb2337e06ee7cb74 +DIST clang-sys-1.7.0.crate 42088 BLAKE2B d1ed314a910c1b676eb780fc1c96f5ac391217ec135480d0a91b11d6f447ad06484b48966ae99115e35d921a506caf6aa7ffbc4ed86aa64367dca321678cfd7d SHA512 e544984d5bd76824ea2093f43f98b59a99e1ca8a5de40e49164b870ed4a91a530f3492faf0678190b91e74aa5d122bdbb32c649998d0ce24912dfb0b83ed6b81 DIST clap-2.34.0.crate 202210 BLAKE2B f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c SHA512 c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8 +DIST clap-4.4.18.crate 55269 BLAKE2B cb5d4b093bb7958d013b28ee25f9cbf0479ada392b81265834d75a5fa2e6a4a687f8d4a71520d5bdce05785a874ffaa09beb5707766d59e70928dab00bc122ad SHA512 1f151864b92dcfcc69a66c2a8aa8310ce28171895698d82e2e69e19a6b51ed8780e5eaa77410df9aae2d17c9b45117b913a4c23ef879106c1b7a96182656ebb9 +DIST clap_builder-4.4.18.crate 163538 BLAKE2B 9991c1a8aba5feda466fc878f9415ad9b5922ea1835c17e1dd6c640234ee85e623bc556ba0e4edd84100a0879ae462028c74304465310d69f9d58e333c2ba8a3 SHA512 ff04ce8e700d8df4a0ae94e8341c3bcc1ebd415312e3b21d56e6beadf604aa5576641861506fa1c901a615a013e4f30bf8e6467889d637b34fa37ef22e2a15c2 +DIST clap_complete-4.4.10.crate 37761 BLAKE2B 41364c37c96e82bfdbf0fde377512e894ff720542ded85fe49da4e305ebfdf39a2d511a48d6662c0ff2e3d191ea95c59704dbfe89e7531a969be42de9409e82c SHA512 d0f541bd167c9f755f149e5ab3171a4b5a9e4a37dba2de62ed51eeaa20691eb7602ef0061392cc7e4ca3594a0a69a7eeec75bf65f14e92fa6bc45285725c3f1b +DIST clap_derive-4.4.7.crate 29046 BLAKE2B 96ca919b8f9901b2e89c58ee8cf8bd3881ff715ac27999c03c867b317321e4839d9e923f68d411a05b45c34d54557af12b8a173f2445732fb6de16f30dad8e2b SHA512 4be40460468f7ce22906cdc9eea8d01bb07cb206d4ce0c3df2abd929d6925b175a49cf63907925ca16ae6297d6f4d933087fa5b35958e551117ec7ae050be167 +DIST clap_lex-0.6.0.crate 12272 BLAKE2B 22aa04997fffa15a2efc7013ae27fd223c3247cd31f8fe96aafb4e87e3224f075e887df10a95a2da80b468d4e16088ae9f171ba6551c0ae06d77bf3b8920ff9d SHA512 3651aa5e27ed35b6b75b1d25fd9c20c26a2a6039116e54d84c51469087732a4f0fd71754326456b367e341b017d03749e9a6774cb7b62250ca8745f5af46574e +DIST clap_mangen-0.2.19.crate 14857 BLAKE2B 713c5a6b52c60f2310c4f3198f39e7ff97b5eec2bffec0ae8c885472caa7bb9d26e99a31e2c02587899ed5f825dee2d739f0c927ba8e27bd3d61e22e1830a4c7 SHA512 2e6961efe2ac33278ab6312ee3bc2ae9faa098787d9086b7e33901e1df91776e75e60ab0efe6c73c1566e39655eb6eee8cc331b4001d06c87aba1e0ef8eb0ed4 DIST cmac-0.7.2.crate 44847 BLAKE2B ab8539f41e720f132b2da3176e9c533a2309cbb3dcdb027af4c5bdd6ac68e4a2a97f53efda52236527a15786b73bd96ad940385002412330d7cde60e3492a6fc SHA512 9e55f9f9323dff330ef45da953bc35da79ff8fe643b3984479dbab10b35e05e4d613f7329c46bc119fefa589d8f5f3bb268a7e7f0853003c1e192fe324e83315 +DIST colorchoice-1.0.0.crate 6857 BLAKE2B a0818be1299717461ffc1bcfb6fc53a0b3b645aa8c45fb72e045cf2d876fa207948610e58d6a837aad24838ea9616e80b0558ca3eae03fdf9bc4c03a8e5ba52f SHA512 53363f2889cd8e8a3b3ed10c48356896c0daa72f3c12c9c7804707ab0dbc07c0e34ef52fa4f0fb1647311ce5913168c1bf62c2407ff86a33f765a9e6fccad551 DIST colored-1.9.3.crate 20062 BLAKE2B 43bea2edb35df0382def6b0d37a55ce0214732bb152eddafae0c23fae05c5f4c6f9f3b88c6f271c778d80990eedc52e02a46289abdf2b1e0ba692bd83d9913b6 SHA512 72a77360148b960662d62aa63313e235c155c761948ecc67d92f244a99fefc92ad133e1820634358130db841095027cd99b64a79aa6fa41a279e0d5d505aacd6 +DIST const-oid-0.9.6.crate 45382 BLAKE2B ac27c689784fbb1f486cec1c17502c8738ce3d7d1b579391a151cb0f0a6a0c8335e474d0a517c59230fcac74317396f20ac15d66e2f6685780be01dab197fd96 SHA512 b871d3b4326c4828b1c1d7a3e968315fa320e0b52e97081a95617ded0dc5b93d42b3f79ad26ff3b58a4835dcc442473f3965c2b60026412ad6aacc0c23e9f399 +DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8339f08bb4043f1d70a8588636eb5dbe6ebb3843e2a12d9a7e5fd1637a912c52a5aefbb8d44796330b09593e7adefd3babd8 SHA512 24a8958cb16b081862a9000affb0147b8b3be1a664b834c3dbddbff03e709de3f4060ff4800e5a35453f4392ccf33168e8b864be71b17be38cb264a39b915100 DIST cpufeatures-0.2.1.crate 10500 BLAKE2B 92e676cd9a8901cdb344340dc7cd7b6d66114a15bd72cdaf600283c79c2339fc8f89b57ac38808141037ea45ae32628e9485cb825c7bcc25abd94c41b6549407 SHA512 0db2486beb0f287b2b4f8543f0f02c4e6d00f66e65c9785a1ecd2868c460553f016b33426c24d0b0ade1417906f5853cfbdeed98ad85cfb73b4f7ad3af85a613 +DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093 SHA512 52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6 DIST crunchy-0.2.2.crate 2995 BLAKE2B 74ddf8c5e0deb2ceab65c20a2743e1230739ac6aa3af60c9e867a7852270697a1278b7dee00df8949fc4268f9756a4a098df1211ab3b3e31a122652c3ba0a6fb SHA512 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025 +DIST crypto-bigint-0.5.5.crate 83384 BLAKE2B f688f22331b4b3620299ae9b50aa9ba6e1b2c7a4ae55e4236f7ccb8ddee4f61950ee0332b6b67005bad505434f3be74b1a0caa426036dde94162289c6926c8d4 SHA512 04668d432b4169154934d55b8ab14f708e59f70a70704b56cd72ceaca460e15589965aa92a22bef20b32ce637a423cc6e1a8819dfba38a32353bd749f7126021 DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f DIST ctr-0.9.2.crate 18344 BLAKE2B 195dce5872a0f59b90bedc268c5a5796f3076d12868f29f887294301b3576047ea82098e73ae996f564e400ce316cf1cdd9016ffb714559aaa0465dc826f0cbf SHA512 6a027f4e3881e51e3dbcb89348c961a2086bb63e70652c49107f49b7d021e31f74ec8c6ae91fd1605928f93f5ffa27889f257c166669e18508995168f17b46a5 DIST curve25519-dalek-3.2.0.crate 517530 BLAKE2B 568ca1e1f159e62682eebe93860802c6873c5675e83ecff747ab859ff7eae52eefa40e6311ef7b0429de1d0b8dc79ebfd80f8162d466ba8822b1cf64b758b0d4 SHA512 376242559e8956bb7260d7db82ed748f18107210a12fb744a741825448e63663f4cfc7e4df62ba79defbbd1ec9732174faa84592d0f84742d3ce1ce69aec7154 +DIST curve25519-dalek-4.1.2.crate 305477 BLAKE2B 7553435f9d431739793feeb503a542619dd67178bfb0f41fd3d56907e9217f114e68ea78e6d6ad57c746b6e6a281f38023cd9b6f78e39e65725591d0295a9d5a SHA512 a6aa320a16c5a64f1a151717175978df651765d0772bfc2e06590e7656d34ff898e47fe11a5590580340a028b0d3524b1a5e150b37996e3c5774b8bf93c5f3d5 +DIST curve25519-dalek-derive-0.1.1.crate 11723 BLAKE2B 442b0e4fc519f233d3fa46c17c2e25807374360bd6576e97b4ec33e6c2cc228bc917e4e395a1d70aa19be7bae57db36d2c09c4c7d505691b53d5a624db67eb6e SHA512 60861002465d2ba12a6089b31fcd7a75f7a6d77319159d5383f29e857adea8cb7e5c9c0ab6977c8cfa34b60e1012a1a5dec57f637e6a225e60269ff49c25b29b DIST dbl-0.3.1.crate 6266 BLAKE2B 0c8fd10fc7f1ca91a13a85f026581898aa6509adc8fcbef89cc788faf7e3f194f0bfb970b0f0117e6f3e6cb76042abf2d71289dff081bc7bf9be0179f1cee299 SHA512 f5c3e10ed6b57d429611dbf86a97a19c99eebb919b832017be39aa1b637dbb177d6b635b7c219e95ed08c74e5e6b76b04c95244c622e61659b9cea382e577cfe +DIST dbl-0.3.2.crate 6336 BLAKE2B bb912351efaf270363c2a6cefe4da42ae8c6a552690b566e5a7b70115721efd2ef42801500d534de0245b6feff5b6895bed74924c86eda3c5e9a5322f32e1392 SHA512 efed499069e1eacb709598b9a250be353d65dd9a1a27c7fac6d23af6262af0fda60b121c283b9318f301be2d80194ec1ce33733daa554f54ed3f690478d37cfe +DIST der-0.7.9.crate 85173 BLAKE2B f2dcf402e3d8b6a7ca818a8f260e0996290c77517b06bba8b22849c4d0e0c8f3dd57d664a06d9a7bfb1da6a39abd0740cd7d9776e75669aa970cc3ef63f924d4 SHA512 6de996346365647ac0da23d3fa9c72100d665c9225dc2f0bf1f553c4f0e7eb5c6acf3f1e36a11a7cc20e8b1c44752997e6f592c1d142755df145c5e302800f5b +DIST des-0.8.1.crate 38783 BLAKE2B e85ae2d87866a537baf593afeb4e8c9aa2d6d7e239ceb0db077176455d8bae8e7e1617cec084360ebd7b1f1b47245beaa5dc7a4021d920ed1e8a07dde836c3f7 SHA512 2d54b2eecc3fb269f3fd17231088644d685feb81473043131f5bc68b5f682f726065426dc710f76e8c25cec9de597c90a30790ea3a62163a9e9539115e16c88f DIST diff-0.1.12.crate 10223 BLAKE2B 369f305661f1da31207f3801ed1841dbce12451ac9c3e9d3736f7158ece433af9b2e42c29063e5d93bb86b1d300e503caa9c3ce7dd0b25553f91d72a9eea5298 SHA512 0e81331c0424e9369963e23894a6412b65a3ed4f3154ccc184fc84cf1c5985b81c586a6b34e8c6c0e5c3afba38fb15277cfd89e7f50c85bd5d8d4d24ba670d16 DIST difference-2.0.0.crate 147616 BLAKE2B d720202ba8d73fb9b3cc6a982208e4fbe22eda4b3e296f4238a7b2d8ed0339827ca5a3d93a983396901614a9eabe36a0baf55ecc5f55075ebf7fa1e4c0699eb2 SHA512 cc9956757770ecf237d8f46abef25ce219193c877be6cf83163e87c494956cca3202951ac01bba0728e7202fcde2261009c1b4599f389cf979858f25936a5482 +DIST difflib-0.4.0.crate 7638 BLAKE2B 57c703de0d467c997bcbedc4d6577569b3d72c612d3ccd929025a98f4bf8f72f2a0d43f3cd3bc616676c2569aed176b3c1362cfa868a4bb1197e05fe4dbce32f SHA512 fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9 DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c DIST digest-0.9.0.crate 13247 BLAKE2B c5f2fa8a5bc12021d99ea63f08fa8c8b5b3353d90cf9d58ba84252b3f81b88b52f28c15c24c61fcee44f7d547a0bad11def7fa8f4616d070db163e48f89ab64b SHA512 8637a322c429f51ecb0fa4c3b58fabef01368c1a093492fad65f48eeeec2366fd1b7876e6e47723e089ec5ce11f881bfe4dcebdc605811252b797db027746a45 DIST dirs-next-2.0.0.crate 11689 BLAKE2B f5022bc51dd50bad4ad0fd05b159a4117aca47afbea66dc42c8306ca58f3a550165afbcf9f5f721ef5ad8d357eaff305c6f6e42789354a910d5f1d05d3b7b7c6 SHA512 6ccb732da8ccf7bf35952c22a3b0caa8238319feb0a6cd3b0957e6be12548a2ce507c69cb6d3cbd2adfb37e13e6521c6229da5999edb0e47a292a41c3ea1a766 DIST dirs-sys-next-0.1.2.crate 10681 BLAKE2B 71431533dbfd6016cc309c14a842ac8d43577abe768e69bd2caaf7d19d743f3ca95b9b0be1747077282089c64485f3d4e24bec8e56d4d883f25e494d328fbf3a SHA512 b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5 DIST doc-comment-0.3.3.crate 4123 BLAKE2B a82d1c1a7a90af6e111b5e684a1298d7eac5fd8e4bf7d5baf6c7403d26b609958716d57e51122fe7ad7626fe00a2d824dcfef3cc2fd7679fdb7b5099603de1cd SHA512 e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba +DIST dsa-0.6.3.crate 25991 BLAKE2B f8db8e4eac2b967206e0641f83da560de847e59cbaaac7cd8f497324f8c698fa1b22873f463b8372f61da6fcec02eb5f7043e4f5506f9daa20d511a49cbe6fad SHA512 ddc74666a39fcecde77bc1714133b0cf796091d71099c13d4d13c61523c4d431c5f6a47e5eaa171d3fd5d94ffe16cb80643316834e028afb4d58f3ae6f527dff +DIST dyn-clone-1.0.17.crate 11848 BLAKE2B 1f90492639630036e1e877537328e46ee3fa697d85b2f87c45990d4a51cc900a6f604d077b16575015bbf0a970c26f898226e87e6e2af82d624f5fa565036617 SHA512 b51fee8c4fa3c6b0bc677e9997d4b6921bfee9a11e369eedc649d19eb5d95d7872b533b37fb1ca842c75e714b46afb1231369341c45071db94f09b53e37e03f6 DIST dyn-clone-1.0.4.crate 9654 BLAKE2B 210668852b04d59b1cab21d89f99dba4ff6832c6d699d4dfb929042c04fba8d16eb6e78cba0643ac8e23c166217c79ce016a064ac263dcd43428f0c7f86e6c2d SHA512 5d2f65ab4cadb16c877e9adf762f95826e07aaaab77ef64d52c888a8c7b362559fb108f3a5eb887a771dce89fd8d05d9d07fb50328474620e0cf303349c56f6a DIST eax-0.5.0.crate 14882 BLAKE2B e0c4a922cf71aa5ae09f8dc434301242443004895a638eca6237d437f4ee72250036423a21e01eee6f2d27b3d11e943dc68788b0b125ae3ba88918d407cecc3e SHA512 d43f2356586a94915a901e700fc9fd84a4be019c605c7675fc1ae79140b9af161cd30ebc68d35dc10306893ae385d51aedfc42a62aef16050271f2022d9c55c3 +DIST ecb-0.1.2.crate 6210 BLAKE2B 6e8ea36849f3deaf685c689823f2c276431d84353c8fc5ca02d5256aa36488a7da29e7b6d98cf9d402814581a507c306671b2d4b8ab34884b87858125276f812 SHA512 104c1631de32cee02291c3902a8e28c704d843cc12d3765f53c892d67e3a9429b340bee36e763e1bc929f18e1180a04ffce30d3f15407decae7a834da1ffb408 +DIST ecdsa-0.16.9.crate 31406 BLAKE2B f827c0ea9f80555a1c4e37efa3509ef57bcb8c2abbefac29cfd85c3904d82495753bc5917e8e2b8659bd091d73c2d57bc2f6c8477b7d5d44ab858bd3a99229af SHA512 c69f921653a3dd47fede16aa886675c35b082c7b83486a6fea2c39cf2f98535a00263d7f0e68c5593d16b7cbee757ea913060bcaaa4c69884ca6fe2d3b149222 DIST ed25519-1.3.0.crate 11052 BLAKE2B 21f986922337c35972cae7985495f70c01d5c1408211a5d050184da40c38c33f02ea83d34028d368b89e36f3d4e6a88eee7c1ae4a7dd413f9961b6b85634ee18 SHA512 ddea7f25ed57ac1216419f1351e9e294bcdf4642cd95a7e9feff1c0ce8665d306340cb12ed9cf01f6935a1a8f7022c3bb61c7e040e4a81cfc8c2fe6684eb94be +DIST ed25519-2.2.3.crate 17802 BLAKE2B aff96de3343d0cfba058203e90b6fd2c6cbd24531abca3a37977a1ed2f1eff0f4d4b6decbfcd9759617f381f88eed32d78397e6fa8d310b99b98d603b809de44 SHA512 3bfbfcd7f442dbb6d49860c530525bac60182bc57f6778e4ee097c7ace9c6a9d32ce430339ec15931070a538d3bb1e1f7b1cf572537ffb782bc5551fab49b2b2 DIST ed25519-dalek-1.0.1.crate 29460 BLAKE2B b156de45f81957a0f631354b7b438e35592306045a00360df71ecc1ae3298eb737fbd436b2148c471f94dacd08ef1c04dc193feed82b1d9963809ac999decadb SHA512 e3d6c4e9a8f573783817e9ec905e5fcb76f743c91f45bfff486625cebca02e17b5fd2c222f03b73932f8bf5ed680e729e6eb81f541d3f32f6d82b7cec4df7fe5 +DIST ed25519-dalek-2.1.1.crate 85736 BLAKE2B 77dd4019467da3dfbe574ceb574849ea665ffd8dc91660f6a9b2596fb886400508bc632dac10a06461f35fce5400f27b89b1270514188ab488a952288309beda SHA512 a3e3838a3d4eef726b65a38196e66456f586b7e29cc328eb243bacc5a247b50f10ce76df6259aa102a08ca921f07d0395793088445f36de33f5dc1aae5223ed9 +DIST either-1.11.0.crate 18973 BLAKE2B 31ece6eb44a367926b5f9ee817f6ac9d93746f5b95c95fab360361f6b3a02160c682d298d115f39615e5b4758953f3f29ece22a72fe4285875dce03483f87486 SHA512 f62a3859afdba762b004d4c766090a25d3bd81e4a14509c3bd0f39b0d433aeff997b39759f7dbc5a012bf3b680fc4510a4b2643d63dda8171bad7403554905ff DIST either-1.6.1.crate 13641 BLAKE2B e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949 SHA512 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf +DIST elliptic-curve-0.13.8.crate 63198 BLAKE2B 542536886019beb276b587f906c5552d88229eb06364d93db5eb6c93f70555e9e38e4636bda14789e5ba5b54321c0c6da85aa8d584e638fccda107e296c4d8f1 SHA512 64ec7868cfd2350f5a0e9f4fa7e2225b7f5532b8514ed6d5b8a7718f252f94caba4acf51b2471ac59717783289c9f2ab35d47881210ffbdeff08a85f68ef3042 DIST ena-0.14.0.crate 23052 BLAKE2B ac9a4141d831bd16cfd260a162572b43e9389b5cee4319cc22a23b550b25370cf49856c320fd4489633171a4fca91cf7091e974418ddbb1649fec8730c9cd2c9 SHA512 bcf842f8f5da8a7e9b8e51df50bdf3f00234534f1d59d96bb1e45b0ee4fa74847eb8b9b5ca615a66d84d23c629d7386f28294a5c64d22efdf2903bc89faab2d4 +DIST ena-0.14.2.crate 22991 BLAKE2B b609831e2f5dfb6602293cc3260098bf0dac09afd516a8e6062453724d7d3f516bf14811e81ac3e11efd917087dbbf4f9a3524fd30ba79cca85cee2c0c63d77a SHA512 e66eea99484c2b7fa2df7c8b3df3a10dd185163b781fa03b1695900a148a7c1a1676f7e6dfe2c5d18b61a90a6756de0bc42e9c873fc7a53de3dac799b7c23c01 DIST environment-0.1.1.crate 3227 BLAKE2B 19bc390268415e09b7a73587573242f3368f428bd7dab7b8ff535a459a3729d3fe34bf0490022908c7d8768678e9cf78bfbdb758466ee86046f48c37bd059b37 SHA512 17c38ebc23e559f1507b55d81dfb32122e285ce1b2a8fcaf5f37bf8fec20f5d9c485a0f9e6563b73d38bb608962f42a3203c1879680d664bd7bc7b8cdb4d7a9e +DIST equivalent-1.0.1.crate 6615 BLAKE2B 302d78069d9df05e78b53f0488a9e4eb98fa2bc1e21893dc8a0acf2234347ba7c4df4b9d6b380ae77d8ffb1074b9c790460fe2dae47318aa1c4fe4208244540a SHA512 b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140 DIST errno-0.3.1.crate 10348 BLAKE2B 72831d0b69f95884a69918249cc0e814eb5eade3205331bec6d2021f8b01a42c4c9b494f2717033d65a4c5230c8490b6ce250d349c1e8e177b20e7e84a860020 SHA512 00d64157d066f1e7601c522c0f4e777eb662ca5cce64682f616de0734857765c343396f7161ac2908c3db0c474995ae157bfe9d8a9880743724d9bd428dfdf54 +DIST errno-0.3.8.crate 10645 BLAKE2B 4a7af10845f11b3d8f177a75a692be468e8ef0ee53fb84a4d212335f1499456b6739a59af260894b5c3853d3bf21ef3490d1e3a613305561203ca334a636c3b3 SHA512 29753c421c6f929760cd7565f8171696e4f70e677654a7507253f4fc495edbcf214ace27be46bdfe5c1a0d782f4b688f591476e56f4a1096471cb353c643328d DIST errno-dragonfly-0.1.2.crate 1810 BLAKE2B 781fc26dce5c33d83b9a1fd9be2b2ce9ac2559aaa858957ba6777e143b1e44cdfee48e1b47e3c91a95075a51921d1a421d0b45eb3d8de827cf4dd0ad744a7d8c SHA512 f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916 DIST failure-0.1.8.crate 37582 BLAKE2B 007652720edab76efca83ef23a6f29dfec2a8949e88f697a4609257d158d345ebd617577df9cda69a25cae70e02f96479f427ee3059362771a4a1459bc4bd1c9 SHA512 a8762c978c286f921ef9c46dd17f57656739b339656ad237f6fb43062a8b2ad97cb98b977ae04735312d5328894b45c512fe42e33a9bdc4ea898330816b7a884 DIST failure_derive-0.1.8.crate 4950 BLAKE2B c068f2a122e1137aa8a31e3a3c4c333f1e66f1b93df144f5a07772167f9085241292b85c55adf33851c319a418bac19fd31f4fb22b87ebbbf2814cbc815b77b3 SHA512 3f11adeb616a2d57e1a33ec2a5eb71c79a5df7946a27b74acc7c89a67c5dc6d01222731b37b405e33493570a98c96c7d2c7b8535928d7cf82536bcd9f0df809c DIST fastrand-1.9.0.crate 11910 BLAKE2B 570c66ec1d4ace08b9790299759e3b6f0394aca52c4ec2e02258229c198846cba7c0627807548bac3ef1f86c7e512c4bd105f1e18e35ac0ea6934f76a6838e1f SHA512 321567b5fad8552c0efc4393b1e77d1bce288b0a88c475d432f79e91b3457ee6eb5db9e4d65ac6381b9990c9916f4651b6a76250df44d51ea3e25bd8184bdc52 +DIST fastrand-2.0.2.crate 14674 BLAKE2B ea23f52d745f4fcfd4ec911d48d77c60da837f57942994b17458daac7cae38953cf679459908d68e5f393d03a90cd6eddba23d2a86c2bc11ebfeed0bb41fe4dd SHA512 3ef9c21e4928071619adbad6421165ea82feb04c26ee18893b172f9f8a510b9a2097257ae31647a907680412b68d6662eff13cb27649ed9f5e68c374619701cf +DIST ff-0.13.0.crate 17688 BLAKE2B c32379ebfea6cadd162dc169e0b413577fd191620f4f2a1c7d18e50ddfbe561ca865bc3e0fee3be287f43f6c9f2982992cbc56629889689bcbbf652e512da80b SHA512 eab19938f5a2cddb0fcc78b0724efd788aab7f17f04c482e0d06acac4d1cef2bcbfc74d6e4b2d9f535f9c955bf39c2153e010bdd2fa72d6d637d44baf8bf5f63 +DIST fiat-crypto-0.2.7.crate 495388 BLAKE2B bf3c64cea6e28bff4b21be6bad51e6acd38c5a63e24214ef52feffc43bdcd30e5bf6cf9ed2423026b71b028cea16f949d130c8a570c28e7721043a321401893a SHA512 aba4ec81c04b7dc5358a9cc35b50c2596f46ef9d47d848dee51e1727d82b5cfc2ca9e6de1a45958900f030a5bb4b6a564518193b2ffd4ba85aa6f82aef48d95a DIST fixedbitset-0.2.0.crate 13597 BLAKE2B cfbdb06fefda131509b04cfa780c9e9574ef0acb902479d7ef98f32ab45b18d78cb1cc94fba78bd023267a7f2a081aab29171f81a9e90912d4aad9f5fc17ba3d SHA512 44642b270d52f71637a87e5311f70ac77baa2a377f94254d1bd728b4ff02a3176f3a5d07732c0c4fb9bf303dbeecf327432ae01e2779d966cc13b5fb97cbc28c +DIST fixedbitset-0.4.2.crate 15954 BLAKE2B 91270883db5ad0e999ebbca1123d8729d3040eb936034ab8da3cda72a830e45fcb977b3fe3c2b94e870c1fbc366ee8602357bb77e8b9a40cc41a04afad1b266b SHA512 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab +DIST float-cmp-0.9.0.crate 10102 BLAKE2B 46bce5f7e838a947bbbdd22b085435e795b67fd23479780f65bf1586a70e7a35f04f9af086be98bff24e2583eeac7c9688727a2ddbd1ce978526dc01abf67dfd SHA512 f8dad12ecf8a278769054fd78794999dae8dedbcfde5e77bdf6cea12fdeaadeeb2f1f3ca62df9aadc1bc3f61457236c4854d6d6923ad6d03ae7f23af600572e8 +DIST foreign-types-0.3.2.crate 7504 BLAKE2B 520818b702d990d296ecd31a8646850202509ccfa18edd0e1b260289619a6c351e758f317ec0824bd76eccb209b6f087057c25f1bd01a47897715013dd834867 SHA512 bf27b8243ed482c202d120383374f19ff09422535e24b9c1aebccc66529bf300ca17b8bbc76d67f98ac092e614497afe3add9dc68aa69c93074df05762f91232 +DIST foreign-types-shared-0.1.1.crate 5672 BLAKE2B d2e42e04b6657e7a69fe0bd20c672176629c743e49a55fd007bb30e289710b70045d445ae9cae0eeaa747ee708c90e8abd9b5fc39bad8ec0666befe1b696d4f1 SHA512 bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a DIST generic-array-0.14.4.crate 28916 BLAKE2B 41adcb738bb316d17967e029a829dcf7377427977309b010c2f2e365f16306b44991eb5f65698782497f614b129b14cad11bfeba2ae19b45efd117114492517e SHA512 34ac71fee2cd50ff786d39b4abacd9e090a8598baf4dc36ba5fecfb7171cd8e4f58e5360cbb0baf02a87eea26b7dca85b35555b82bbefe06635d2fd38f7b8b40 +DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d DIST getrandom-0.1.16.crate 25077 BLAKE2B 0cbe96c27e78100c181a064e5fe524efa9a7a267fe60f8336d2ae0125883acd5d575ff17d1d56607255d9b2c30cb9d962026fdea1a5c3c29a5e0760d27c3136a SHA512 c5450c522c07c7a38b326f9a9062bac7d089630219d577ea4b55abad4e0c31d17b7cde385fc43912dfa100b42334e7a52422c55fda8b738caae428c6f9addb53 +DIST getrandom-0.2.14.crate 37307 BLAKE2B 5904388869335ea904d950ee83ad1867a0d3f6831b7139102b53f4bb4a2c12371c9396f1f1cbcc44e3ce69a4ea316651b1674722071bfa7562385ad4b6a88c33 SHA512 6c334415e09f570e3123e3c6c6eed1727533ac6c9c4142e16ae995c237a16effe146832a891be9fdde4335bd02b454e0fdd9160f20dc02f107ad106756221658 DIST getrandom-0.2.3.crate 26261 BLAKE2B 3e52a87b9355f850e07e5080c20e1ab3acfa927bae28c63bb8bfd6a773ad77be96d3ba770c344631cc0f2d9a95aac920790173168b102e25f50480ee96663569 SHA512 e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d +DIST ghash-0.5.1.crate 9482 BLAKE2B 77510c9a42ebc486e35cda6893e7f9f464628d6e4ef2f2f1adfe5d6371dc2f7e2d0578665d02dc5647651a96f3f06ed9cd3825caf462d70a740c9e937ac8cb50 SHA512 00041605bb458305f0fc54d2c8dde2cae672451646fc41a94dacf83950ee44f75464a926439e7e6d1ca3ded05a9b697138f62fba6f4e86ea3df034ad7240af06 DIST gimli-0.26.1.crate 716168 BLAKE2B c138e890457e8724295cc8996f8e60f1f4d3eed46c865dc7ff2379c65e8d470080953eee70718867b73524f57d54d4a91b5d5ba74d79bd3da38084a880f3fed6 SHA512 c341354e13a78c4afeb651a0ed651f60d188957216ba51079512531ab1273b1b79c86c57e904b87064015f8e7efe4280d9edd4acf90e25fb29f8813a4c7bf9a9 DIST glob-0.3.0.crate 18724 BLAKE2B 1f1dd380e7d668a0c2cff9134279ebda958b4bccdd4a65ff01f9665b45ec4cce8ffbd47eb46e52cf516c5fd5803561e6bcb60cdee21ddfbb8601a95d45500620 SHA512 87098ffdbc518442995c422120cef71f83069c8f88a1970ecec5105b0f284ddd92bcee929f5c230d5b90ae1ead7e1214c3eea26f4a8b26715a00c1ab8b09bc46 +DIST glob-0.3.1.crate 18880 BLAKE2B dc89b3a664e810264dd7a01ad892e865ce35b504bfe5dba12d7ea8084da7de84feaa94c2208f1a1eefed90297e552636ad61ccebf6fc8cb4d01f27d605ad0a09 SHA512 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b +DIST group-0.13.0.crate 16526 BLAKE2B 099ced5b8d16e6fefc331f2d89aee931ec5900a168dbe31bfbe29bd00304e8525fa5763dbcd60cb19ac6c62c8d77877f2d83e700c7ab18255b08c9b42be60d24 SHA512 359db06bee4cb51ffe799d9c408791e310e72fde3bb3fd447cf97482ebb909af07b43e9b728e3639d5497fc905b650bf00403b3a6b21515e6628c2466e0851e3 DIST hashbrown-0.11.2.crate 85713 BLAKE2B 402f9f1bdcb92631206f9b72923ee35e28db8623e87469c0f1496664bc7185077013ab3c8aea68268241e5b2504f10cddc613a350abd4291050deda6c112e559 SHA512 c21ca68fd49bbb741901f59fed04cc124b8da99e2a4dfc26e2e5e1140637872b344612a01691bd30cc771575c571be15f756c84dde225441699cd2322af2ad6c +DIST hashbrown-0.14.3.crate 141425 BLAKE2B 23c63a99c6c6b7a6b9b9e8bbbc7f1e342e1eb9d7582fc9eb408d3eec50c99f34502d450170bcfef4da7f2b1e743e1d1619875ec879e4753dffcb84f3c10dc3b2 SHA512 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356 +DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 DIST hermit-abi-0.1.19.crate 9979 BLAKE2B 801e8052b85341cca388ada9db4b06bb1bd7b64474185b2ad06c0256b9e597639bd3dd4ba0053ea010f922e53969a4ab47b90d451fd9b94c8f2324055d151ea1 SHA512 1c877fcd562b15d2de9c151fd6c5f3ea4bf48abcb799e6139a180ffad5d64b632f0000d5707bbd92ff23a0e5f349157b9e0f5be8b50f03680b0fa47315dbb78a DIST hermit-abi-0.3.1.crate 13793 BLAKE2B ece7865a09f566a95bfba5f1fba380bf12836c3761fc6d5a3d5543d3e50ca0eac81bb567d50b5643849cf1a752aa651a0db4c053c60faa8f1c74fe2f12819d71 SHA512 a55fe9230e4e8fef63284befff74108f206e76067257439d334d33068875368902dc690926a1feea15611f14123073867d7e9cd21397bc484cef849d6e1dfbf9 +DIST hkdf-0.12.4.crate 171163 BLAKE2B ffa03876879110dcdd3081cdeadc9490534c44763b3b49f1d6a5f4407a7346e6fa1ea18303f429b23adcd23e8898ba8fbf3797f5ef9f7ab7b11499d130311d68 SHA512 a43fe20b7d14fa26b118c6eba2b84219645f65f2ff33fcca679b139ae3e96f72abc1e7a47eb8887aac5afe4e34211434a4eb5a2fdbc014666d82c4af340a4b21 +DIST hmac-0.12.1.crate 42657 BLAKE2B 5d432a666dbcf9077a98e1f8a4aaa3afc88f3d88553cf7a2356d117c66f38efafe686c148598ad67ae89d64ee3edf56387a6f89b75dd9ab5eee63e13953dcead SHA512 77d4bf51f4633a8c36712ce3178945141df31cd645eafcf4bd130b8ecd7cb498bf1ee6f2d9c8dfbbc9f97ac638919fcc81bd3ee600a1b27c3be3fa87313aa0b8 +DIST iana-time-zone-0.1.60.crate 27074 BLAKE2B 6f534056e220e2f721fc7c7f3ed24152eea7f07d1f4cb3609ca734ade32a2d6b18fd0164ed831170cdff192cbe48653b2c4eb0903fb6f157292b3b5bf47299bb SHA512 5619b994d3277f56e65322a7903e4c5e03928a87bdb72831cbef88788aaf5573b8460abc0a4d5488c5df7052bb978531d973dd66002b0ec4a3af468928c9b722 +DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 +DIST idea-0.5.1.crate 23243 BLAKE2B 3db4dc0fe83e1cb408e7e2b69996e6d58af18d43efc2cf4b04227f5465ca2446e805b12bc760f10f0acca284f6d79045a9173e1593977f04690de680acb9fe4d SHA512 f5d7254816210734f4c6f4e74801b38ecb44765cc97692843444975e7e62d6975e021f7010c11e991bfe46e254478fc0ea08634759ea9ad5c37ec2c7ee8141cd DIST idna-0.2.3.crate 271023 BLAKE2B 157ece18825fd3f8055581ccbd14191a6923da4c806ce51b3d6376682878db000a1b873f744c8e9e1966e4c1f8393643bcb603deae299ed0bd87847b0bd2c591 SHA512 1278bd561ce329e1dc7a6f24a10f83d9a068af5d15a088414f3921c6728b0d54f4d60d6f4d0d5a786596ad226263e1e50c3842f192d5758aa4665ba4ed5c269f +DIST idna-0.5.0.crate 271940 BLAKE2B 0b781c2e9bf717af429efb53bdfd18244f2b8c58e5111c3bd3bee50c8a01cc747513fe20db75c38b6b771d5845647bf6c1849ae6667766c9623e018c1f399a9b SHA512 bee6cfbfc99859b113aa8c7b487429a836dabc4e317980f132d28ff8333336f33480bf9f8b186a07115eff33024cd855bc85d346fce85e17c4132e886769c54c DIST indexmap-1.7.0.crate 50363 BLAKE2B b45318ae2a6e1f008494db77a3159eea3fed4f77eb04ae65599be9392d6ef78d4677b65d04fefab8f917f6808fee821a33bcf53a50b88785fae5ef6848e3a08a SHA512 9b882b4a7068a686acaee0a08bd4f3b35b58d36e786358cf14a3436eb61339649e64f1757331cc7833a2fa364c76eb6b75cf0c732afaeb202113de1e66b72ab9 +DIST indexmap-2.2.6.crate 82420 BLAKE2B fac5cf6339dc3c0a40b100035a5c874cc7b2efeafeb31c51488d25156e392dc9db86a497e76eead351d2126f69d060422faa9c55d73407a0de9f5be18d234123 SHA512 53211c4a9003d751feb6dcdf1a76495764cbf32d24bbfe2be7023946622ef4f2b07a6de57109e5d24ee01892f4b2be0e0692e10cd31fd39c4ffdff4d37abe9ea DIST inout-0.1.3.crate 10743 BLAKE2B ac2fa5cadd98088ea3f6eb94ca46b3a9ceb6547ba49f0de311d86474d71024d1a087ce9b8d44ec808008db69146e9c81446bcfeebeb2fd74d2e8d0ad2c4975ed SHA512 1db5bc2bd87aae145b3b0be6669a9a722df2aac8f970fda210aaf945c372e641b941cee822917926dfa1ab8381c6e99cc7df4b18d2f4e2fbef17fdec36ed2beb DIST instant-0.1.12.crate 6128 BLAKE2B 728923f757c1ee4e4a7afb90e460eed81392068961240a538e5c6468e15a0b6491f590fb5f6cc46e6d78901ca232351f65abb9f2f230d8f4983c5e58c4011902 SHA512 fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 DIST io-lifetimes-1.0.11.crate 37346 BLAKE2B 7f278b7378a8569d3552c9b6d4be06d7908e05d77cdb964267f0b621ec4975a42fb6e48fc030a75ad5865681adf32ff747943ac559ab4ad73331a6611a1b10c6 SHA512 30c6e5ce6f5beabe0d7bee4f4522884d1316cf7d9b8d093ba0f952995997be3d0f10e1e77b9c20b7fe2b65429de0d2ec89bb35e939455795205206a3154ed544 DIST itertools-0.10.3.crate 118661 BLAKE2B 0095d6e7f14ddda69605d09f74e8cc881eec1a1d234f705e667d7f9e738ef157b7ddee066855cbcad7f134bf79b99a4a4c77bff3371397a567cd34d98b68bf97 SHA512 9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85 +DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 DIST itoa-0.4.8.crate 11926 BLAKE2B e5a648b490908d0ffa3a0832342ad11264eb4357939bb39aad014aed3938bb60e82703b7e31929a458525061e9bc40539d33753bdbd722a03b6804e57dd1f70c SHA512 6911d269ff3ed7350e4f0dcfc6e9e0d70e25833e1e7cfcc57d5b8aff1f47b8be4f2e9baf1b92e5517cff63492be489b6d29b48dd9bb642e428acaa431216b68e DIST js-sys-0.3.63.crate 80154 BLAKE2B 378b8da12827a743c2cc996362934cfe249dc9d9dc0de507cef366fef4ed1b9d82b5ffc22f3ac6270c909eef901f494dccc8f01725278876ef2fae1945041111 SHA512 fddab182e0f093d8b600f86688ffe736852b48351abfab1e60073c67901f144bacbcdac867f533056b1213eb75920b08b6249fcfb5a15e650978966e8350918b +DIST js-sys-0.3.69.crate 81083 BLAKE2B 529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6 SHA512 506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9 DIST lalrpop-0.19.6.crate 227279 BLAKE2B 081aba3e6169f458892755f30fb3399b045d407b7033ce778d03119f27c73a899283e9ea30413a5b7f3a97c9c78e462efa13c596d81165bd154e5734b8e9405e SHA512 ec8fe968b606a156dffdc262ad586454d9ebad19489e0c561b61d56139545094a4f55cf2262c6a917db4affecf90982d1842da3e309bd1b4b62397e5af90edd8 +DIST lalrpop-0.20.2.crate 240370 BLAKE2B 024026e9d206f24f3f0675f87a5d8204237c00c96331c3cce43f563639c2750f363b173bcf928bb69b3707917ef0769c9e174316b1c85f76e8fbedc6d0262bb8 SHA512 1f22f3aab724e720c7f78b268a9f6ee468fbdc7fbc0ecf83e0a35130ca56371aa2e38752e02cff5ddf0f003d5a8bce43c735c6d5ce09a3bfcda924f2c5ab0674 DIST lalrpop-util-0.19.6.crate 10236 BLAKE2B 24deb1ea5e38063112d228cc811329ca2b3f1d3824842226faf14a7d03b61187043e8cc03bbd7372d99927e31d0d0c48b09868e2e1e73bd119475f8ad021cd99 SHA512 b254a09f71342a7a80d469dd896db8d5e0b69b1ff4f4d9c6ccf69447bcf8722dfb1c43de666e9f8444c54a529c7b6196ead1cdb78ad50d8c49acd210e646d391 +DIST lalrpop-util-0.20.2.crate 15064 BLAKE2B 7304f30748afad37ac9be5f9cb890b70b0362bf889a86f7385e7e83a067e5919e42d85f892a018d255d0eab56f7c3b8fd9564fc5d24b657916dd915bc45f0a46 SHA512 91034c6d82a0a006bf35208f84503660d55170a36e38d5c64a6c0ceaa0302c43e268df21feee6b60b70723462f6e4f09022ce83547560ab7c51b5de0954cfb28 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST lazycell-1.3.0.crate 12502 BLAKE2B dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8 SHA512 f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d DIST libc-0.2.144.crate 682092 BLAKE2B 1f699cb880a65baf9210527789abb35fe8be9565828d061e12b5c76330e21babab67b21e9a44be6a706f643f3c8b98503a3b40482183188b49f33f96a2489a68 SHA512 576da68e3845a7149f64bee425529ffec4bbb8df0272790182e49c8bad5b9744de21ffb5c1206753b57b7fe45af02c6c429e16522b72a77e5262482d64df5692 +DIST libc-0.2.153.crate 740614 BLAKE2B 523a41bc8cff4ebcba0edbbe9e6a2286ec7cb3ba5e90ca5926c972b68e4b34188bc077d20c22376238c3cd91b7455898a95c505ace4ededea88cc496edb4c5a7 SHA512 3f99e3a192974fffdc053ef21e9ad5fb54b7cdbd4755df176704a95dba38047138ccab76763e89c6b565f37f98fd549fe368749f84f6d1638b3209cb07eae9b4 DIST libloading-0.7.2.crate 27229 BLAKE2B f85ba948aa88e7e3e32984e4a74e34efc01d3c35354ea30bc3d8f0a873094eff8d0c30b8583fbbb57e6afec8d505d4b53c8f2b7bf879921c986d5908ec6354ec SHA512 235ecd8750baef122f3f6ce673e4feae621d806851e842f33f95e8a414915776c33c11e6253da449faa12855f5e444f691c591cbe66efffcbe221d6ca2d32a67 +DIST libloading-0.8.3.crate 28480 BLAKE2B b8588be0e7034e94c808490adb8ee6e81c29e962aec436a0d8f8c7617b3ba9177887ce59b95b2f0af00ab030bc77b73e0a889d8a77b84deb437245211a969c94 SHA512 af8fa5fe2428fa98177d6adfc01bcd6e701b0d77ac18c95b8b8d5abb3a6376f16241ccc71b9fe100782c73c843ca53c9bad465545d8bb7def52320dad0eecef9 DIST libm-0.2.1.crate 111906 BLAKE2B aedb58515c1f63a1731231cc3415b2269a1dedd8c56e614ec08b9075c80a0edec5480efd984b320c38a256ab97d9590851f8880e846ce7dd03fb5dd7711f798d SHA512 a037ce773e4c4b0a9c20a23a9c04a34bc468753a1ccafb42199ae1793adc100148b77b08533c4bcc0f269d7de421c0657b6ea62f132ae808cc3b998f55e713a9 +DIST libm-0.2.8.crate 113450 BLAKE2B fc4a55ecc0d4a558b9014b58861341887679c696af6b6539c7cdb70c033c63219b24f6f30cb8d9b335d15e3af42be6f3a6bd719e189667ca0c43ac818730b674 SHA512 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5 +DIST libredox-0.1.3.crate 6068 BLAKE2B cf09f261d3a945d290ecaaa724903e0042d66eca46dde8a40c261ccb1e82c0d6b9926898eadafc6313fdb9f19cde56377b8a9179935482559c4b9707e327511a SHA512 c62142fdca92388664eef83fc89b8607e2df318cbadff6edf9e3d927837853d5cfeb54445299a82054a0ca81853b0a33536966ab26f1f2e0fa43b39aaaf67c49 DIST linux-raw-sys-0.3.8.crate 1013776 BLAKE2B 375b29d2cc700e95d94ea8dc304cb711562952742f65c9664e33560a3da862aba74f2ad2ee66b1dface8cd5371ea9cbbc452ea953a6b6c656ade7d938b7d2ff2 SHA512 cb0e5c54870dacfa513ad05f7a84e9e90dc1a42f55685fe3e252fd25cffa4b875f1b65eaf4ad132ef0a19e6677c7763b360d71ff0060fe6ce5198f38b9956375 +DIST linux-raw-sys-0.4.13.crate 1493855 BLAKE2B 1298a038276e2424eda9873c642fb43d864b343b03b7962446122d2dbea94d58d9fb2b93e890769e6fe4092378755413ed6afba81ce56fd61e512146e44148a3 SHA512 3918da6b667a08ef8a51aa0b087129e2dc5ab101669cbba7690fc98ae2659a36861bf9410a3b87d18522a7549d43ac169b995ea192d3073f7249305a809cac62 +DIST lock_api-0.4.11.crate 27487 BLAKE2B 87116cf908f7f1f9c300cedded989df305f855883e3df5a482de2c76814c48739582d3079d76a2bdd14a6999204b7fd31dcd8fd06d1dc7f9418f0e2f70a1450e SHA512 9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3 DIST lock_api-0.4.5.crate 25199 BLAKE2B c91adefaa0dc3efa786957794b67cf219f5159909179282c13c7e3b68d73a0acebac29438cfcb39b75cbe87bc181e981ab4ff2776134621d8ea92e7a6aaf966a SHA512 d6cd948a4183a73e8b91b9167d551e72dd75820c76123fb0839f8389c7872d2c46dbcf5785d7600ecc4e27f3d214f476585b9c39e85f70500eb8d012e5ff9535 DIST log-0.4.14.crate 34582 BLAKE2B ddfba35947ae1f5905cd9ecb9eb862a78af6f00ee8b8fe6258b369b140928fe677a02b1b3ca5bdec36ff2b16abd85a9f49688fd5f3d1ba2b2905e7f96b8a84c1 SHA512 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc +DIST log-0.4.21.crate 43442 BLAKE2B 8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba SHA512 0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b DIST matches-0.1.9.crate 2246 BLAKE2B de155202636c6a03ed68cdb21e8ef96e19b45be040a82943d2d7e5192c0ab5c253ab6d65f0b30b2689e21da79cba684af5be6e63c48266681aceba356f6eea41 SHA512 6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305 +DIST md-5-0.10.6.crate 16161 BLAKE2B bdd43889aed114cfa97ed0c70bc97b89fda28b14033a0a26bc7309ed744ee907d59151ab92e9cb95f0ff0ca1cfe2af360c48f1b99fc8a246a25c803a4b444a0f SHA512 024a9e14aaf860e748f64dddbb8aec01bb9f40d702d8de31497fde1d66a663e97ca1b06b600d8a818a0c707d1ef02eb0f210befaeacada458acba69ccbf476ca DIST memchr-2.4.1.crate 64977 BLAKE2B 31479718c118093b684bed946eae0706d77d9d275bd49f5aeff4de490f479abd60c7dc462150eafffc6d6fc1da0853123b78be038826b775d2a41a4c39d93ab5 SHA512 d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11 +DIST memchr-2.7.2.crate 96220 BLAKE2B 2399064b6db21838d4aa0b25ed0bf04940ee3820741658cc6bf62e5ade08f41320df743ff13f99b2781da7b844e18deb1cfe25fe570f0e93f98ff03ca5d442e3 SHA512 cadcb4239c7f3aaab042592c5186770a225621e32f8583052fd3dbebb4a6d9b99be28f589b39b5ca36cb2d56fb3709e7d4ba91838ebb882e28e51280c02bbc40 DIST memsec-0.6.0.crate 5494 BLAKE2B cd4c40c9ee6235fa6390ec00425faf99a7623c8ddbfe52bfb6bacc292da8fd861a994624a6784e4c0ba1d88fdb9ca4cd5bec4f29aa8bfaee8f295761fedfe14a SHA512 326bd28be5fe98720f0d57a96154e7746bd9fc5b4e8bd827361f6dcbf15f83321b5f0519ddad38f0bcbf4a043a7ef3cdec24ef6539915b007a0e85b01c584bad +DIST memsec-0.6.3.crate 5512 BLAKE2B ed2a36cb139098be66fda58f052c2cf22bc025e34b9ac2b11a1a8f848d94df6165f205543ea30a5e7b347b85fe41670973155f68c970dde145b41fda551c5644 SHA512 6d4ed30d9b975b00a3eb4b92bb1c7b83269c2fcec7629975334e53b7683ee28e4432ba4390d1590d88d1c4a0e689dcab38f338a6bdcefd3bfaba75067b819d8f DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61 SHA512 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c DIST miniz_oxide-0.4.4.crate 49938 BLAKE2B 3403416bf9d10b67ef976eb23be64216027c67c56225efd08c87f8269017cb5174ae64f35d18acb66c7a1b831347791cee5af565f3ddfb31ae4210221604b0c4 SHA512 2c6e484a8a53c6b1fb84e2bf9518919e6e5ba84e7716c0bb8e33b53dc0d3432c35f28f19c18368e27c94f6df66b7674f514ef889cf1b19f546bedfb6e6ebaf6f DIST nettle-7.3.0.crate 580277 BLAKE2B f70a60e47a633a399843a7d2cae466c3695e09f442968009c93a26aa40a806966c693765cd3f9e361e3e8550efd54e4c72d7ac3263eb159da850f55b7a8c52f0 SHA512 658b7c72eaa86c574ccec8c10ea4aa37480c1d7b92711a96274c7ea75d89c96d669d2e05145598c835a1f34ffb1b2be005cef278f7bf103b8d2c8b8d96213cb6 +DIST nettle-7.4.0.crate 583944 BLAKE2B 79392e3b2df0551ed22865a42f0ededeab2421764e6daf0b6388c08080d0674bbb88f733ae5d29ada841e567c734a641e7fa6ab2bd8e8c627f63125c9c153598 SHA512 f132a9c7ea566930fcc813a9c799d4ec6849522dc70e8b478655988a9ce1f75ca731b0c0b7d2a702f96273d51770b47725014e6d1e407ff58343a0b4b7560871 DIST nettle-sys-2.2.0.crate 28559 BLAKE2B 87da765ad2e88e595a6fbaad4f3d972e72c0a1fe4b5e16efd91e9c0f601c307c3891586f27e9f6096224775253479a4e63b37f2c73133e5ee9122b53ca863625 SHA512 db72ab5f0bfd79230489d1310ba6d91ff55ec8d7229f0c21cc309fcf50aba6c8db44fda946c01642b4b9d348c7d113d77d3c13f7cc395f7fde7e9c50cbb6e90f +DIST nettle-sys-2.3.0.crate 28576 BLAKE2B 23518adea067a8a2cd4235ccaa851ed62336847db9bc8a6adfd77cfde8c57f4a8de104cfac0e17068027702e1e4d79efbe77c3733cdb032650fff1eb1ff15457 SHA512 f453608d860edf86ba62ed959aa1d04301c06d13bef5179b2a69f7faebe1e1ea41fce163aa4a48617d21fc493cce16c28cc11a051ccfd13d0be93c66405aa5d3 DIST new_debug_unreachable-1.0.4.crate 2561 BLAKE2B 5c9831b04e2a44b2dd27816df0a331a8108991a84ebdfefe4e42f325ec3519ee50e89a99d490020a65a3d75acc371316c2253d2c6382453a0b15f4c3d5b96520 SHA512 6f964bb322aa8f2ff92078381dd720527600c6449e237b703278cbcf47b39a2581fddfc2f34ebb7cf31229e33d58de48bb5050e083fec6dad9aefddc1d771c85 +DIST new_debug_unreachable-1.0.6.crate 2582 BLAKE2B 2ac3dd86f1a532832a40ccfda95654e43709a62faebb8182c87309827afdd23e6d3f250f2345f044cb789015c30b7907be63253b487d368e68c4fdbc7de20492 SHA512 73a61acbc9b20b3595925360827ba8798f3338471b291fa37c72a1c9505b3ec9f688808fcaac9a2eb494e5f3ea5331d30545d5f21f89559111bec6126ac90b48 DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad +DIST normalize-line-endings-0.3.0.crate 5737 BLAKE2B 935b2d20ccd37ca7469641a37aa0ae9b6872715d6ee88d568d0ee16fb76416cb1a0c585cff861825de8cef11d864b1dc1b350911c28d64e071d8fb444bbdf740 SHA512 f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea DIST num-bigint-dig-0.8.2.crate 123759 BLAKE2B 1b32e9bf4e6bd079c9836565e9d1b7b89acd888907b789cd6c5cad4f0a088519d8fb84bf0de8c7656e9ab3fab439d7f537d43b5506382e04727290ba158528aa SHA512 455f66517dea45e9785168f4e51c6ebcc612ade7ae4f02c05fd4c77abed015703ad9ad398cba042ad129d6712a4b9b49b0e7c5151181e0fdc0f465c06ded687a +DIST num-bigint-dig-0.8.4.crate 123825 BLAKE2B 9710266116ea15d0e56792b7c8e217931765dcf2377bc05f23bd386625087eb6a7d7aca7b8f0beeb78ace9f280895565a6de3b14ffda7721e35c741ff64b71c0 SHA512 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8 DIST num-integer-0.1.44.crate 22216 BLAKE2B e1c08427e006cde6f2084adadb6086e87e6d6f8bb8dfa757a8228aa671e862a366e4bd8ca5e0500008c18bab128aead9bd5b1e53568a4f40afadcaf3882ee98f SHA512 d07e27ede02a1d007373935fd91e57a26e0e84ae14bbe24be66763baae6850788bd64ad2598d2bde4f4fad6c8a4675c40bfe0927164b16b9b69de5e9a83d9771 +DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae DIST num-iter-0.1.42.crate 10450 BLAKE2B 8ef03f8f84bbac51a11d22ad79d745c74c4092bdd6e65b91c472967c006fb3cd6b944c4bef913465e39e6a2fd734ac2b1ce1f21b332b2faece823fe410b54340 SHA512 46b0e05c4f4587121ec300da51cbf02e04ee8f8441eb4dcaab5a2ccee3b40210f1badde56addf053fb876aed3749dfb5f01e757042573fdf99defc77fb265f3e +DIST num-iter-0.1.44.crate 10249 BLAKE2B 9e70a4ee02e784c5eafb033dd321f70ee92582c2a75871688ad43970a1313ffbcd49c26a8c6787e537f041ac60fd269131e157bb61ff2bef09e5ccfa372b2a09 SHA512 f7cff4e6ceee82aa6de469b9db834a45b50a3b73cb068ea714fe237f74fe4875a33881f3421a71ed31c47dca847e3f3b7e21cdaaec52f0aafe6dfb8927f39f42 DIST num-traits-0.2.14.crate 45476 BLAKE2B ae310d9d5640acc3e45e1e5d1d2f519539795922c0058ee940c94c94b6654b39358b7c18dd23a276f2c1b16a30dd4de4cbc8575bcda6a5c11e70665d670e6439 SHA512 c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e +DIST num-traits-0.2.18.crate 51930 BLAKE2B 6c40e155d7a52267a7183d8030ef34245492d33f103cc24551b10da3eaa18e3db485062ff87057dc23e6b55e381e5c5d2a2633aaf6f4763c06677a0a0c524f02 SHA512 e395ad9f3b21b0dd1d3a94cefe0d68a42d1b1d429ddb2823696f9cd75042568a635d93d133ddb9497ed357e5b3be5caddb8e4a4af87b65882bbdc60b05c74ebc DIST object-0.27.1.crate 228030 BLAKE2B 48ebfff83ebd0c1bad5f956f79a0f8628f9cdcd75638ecb92f040ed84f625425062c16449ce44b29d9d99c3950554fc1a480046fff922bba30348ac14d68d887 SHA512 3f25b663fdbf9a38090c2b1cdc03ca40bead87fb83f99143e79a272dfa4f2fedc387a50d3412d42a53aab228bbcbc6967fdb5a0c8db0a8a3e3ae9cdcf1061589 DIST once_cell-1.17.1.crate 32856 BLAKE2B 8bde2aaaf9ef45d1f6b8458686179f1fe9295ee8faea269e9b49779583ce26ab9dafe988c3584e841a9e5d05e28430ca967ef3b25e755f48f0120d9c99cdb7bc SHA512 1302d51801e38bfee23e74c0046f1ecb1d3c27309b5fe11c2b6c99553b357db502ce1718695602f9d8b10429e8ff03f91c016d5d604957083728293824c05904 +DIST once_cell-1.19.0.crate 33046 BLAKE2B c14b374eaf4ac0f60acc2e02f7bba270a0e8e0a6978d749cd3cb0ab3eb26907e4fbea70dd5132982f90290381ed18ff8a87fd530f1415fabffac864f157ea380 SHA512 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c DIST opaque-debug-0.3.0.crate 5767 BLAKE2B fb5d32c876a271b41582563f5d6978d75bc1cba2cc34167f491bc198e6eded45b9dea65effa3aa972ede20978808b37ad1aadb6837f926fa3378ffd382076d41 SHA512 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae +DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf +DIST openssl-0.10.64.crate 272306 BLAKE2B a8b618aa403cdb06a7f135cd966775f21c99739365c55aabde2680a6154d03c7d554bfae6c62a069841c70ed82ece6c3f0cd589da8c26022b7022c3c4d79a6d8 SHA512 a1fa9f71cfebbb37ed9d4a902360f2cc95a78f55b5da5d51eef69db38cef016fc03236485158d689ccf054e04937b8cddf88e3f0f31672997fb30c6cac73cbf6 +DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c +DIST openssl-sys-0.9.102.crate 68622 BLAKE2B 0d3d3c9ef8e2542c7f35db1d8feaf512cc7313481bfcc99354d601e8d6332adfc2e7ee8b35599a9241de35c163efd840186e904375bdc9c65ee743abbc154cba SHA512 7ecfaa0b49cea5c60f6f063fe5217252a65b27c5e6d1185e0aa1bb4b59c4cf9bf326840e8795a870a537c18ee5a987feedaaf2dd767cd6f1380f25468a1622bd +DIST p256-0.13.2.crate 63434 BLAKE2B 8c0d6997b60299382f1da2b7caa1b0353b787352bc3de9ec7168bf224ff7ca15b2ffa28f99377eb11cb6cec3481e5d28c68042ac88c1cea27e84aa8fff5e0658 SHA512 4105c597346e2bc74ad7b7173d13b3b46cf4a1df87ea1699586cb7d09beb1b9f8d152b2bd0bc6849c69771fe4d320dc15a9e275470923b495971e9aae54b0ca9 DIST parking_lot-0.11.2.crate 39869 BLAKE2B 67c555e87b68f5763a7790563fd8d542e126bcb77f91267f3b76c51fd73060a2c32dcb91f9d0db7ea772e555d91576c8d7ff48053a9c35fbd3b749d2459a660c SHA512 526b176363dffa59501c18324bb723a3846ef5b0ff9bf1d890e40ad10e7023284f7c8012eda87520eaa94515ee828d9ef52692a9ed590a55e176383d6d472f9e +DIST parking_lot-0.12.1.crate 40967 BLAKE2B 940a112a066e3cbd15e2f6df89bfff37e4ece2194118618a96fa14871813c91798f93181ab0f768d3e1f3d60805508f216724013afb7e3da95678d0d951a42d4 SHA512 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c DIST parking_lot_core-0.8.5.crate 32466 BLAKE2B 44d9cb65444ea93fded7e216e3bdbe2256ba1611f5cb6f80d67a01e71d428b81e6c7fc73cb928e2125f34bac0abf4d1da39f622e813dff89b01fed7632308b7e SHA512 c4315df551748d1ae77655e4d9f8c90f911498856e5358009e9e02e410bb8085f006f369188b0753a298371ebd74a5c383d848b65e31b55f3462381308c83a00 +DIST parking_lot_core-0.9.9.crate 32445 BLAKE2B 811d8de671bf6e0911cf0df7dcaee4fb03a3b223173a3bb8cee65a28724eeb7bac87f62aa7b1df5ea3fc93af3cee3ef30b83d06c6773d6b856a7e6fa5fa197ea SHA512 7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032 DIST peeking_take_while-0.1.2.crate 6697 BLAKE2B 31571604d00872900abcb677a483da93654de523bbdb0331c326dc9a3e531f246e571bebcb983e79dc46e33ed6dd32b978be509841ec0d9f1e7209c06289c22a SHA512 7bf8721987c3e2e1986683dd897746592a909382f02b840b777effec7d8b0a864c1a83b03c73d555e359f22c423168a54b75448a7e7b996b739527ce8c88b721 +DIST pem-rfc7468-0.7.0.crate 24159 BLAKE2B 478d355dd970b9705ebcf44d74d61ae0694db6de16b2018548fda88546f53e35b965ff72d939def399a49fe97d3c8317a10385ace94b3d552797ec64ace1eb8f SHA512 f47d3b6c7c8bf4547916acc2a3d6671f6c1308e74641419c8f1df810d8bd940aba8f94d361e4cbef3eae3b7f11587cd3996a11be3be41d19111abfcde7a9272a DIST petgraph-0.5.1.crate 147173 BLAKE2B 3b74b2965ecdb37a82439111ad849581254698c8701d8d5bdb050f4a30cce05016511928443cf65dac394dd45584279a933435a77ef3c610a64c73cc5a68ff9a SHA512 c3d5f53b1a0900084b0693a6f3a849bb9b443b1b6fd1ad88bce8beb12ed1b45f2399b68db3366ba15f33c2d5682e052b733dbde76fb1b646b7bb1e660a38d8bd +DIST petgraph-0.6.4.crate 185895 BLAKE2B 9ddfb2796c461d2820db8227753113b02024e5dcb694a0bb2826bc1f375f028d8b98a3bd67555485db7fab88eb86043f5b768585dbe0c60703cc655976030a2c SHA512 b5a21572526387af3151dd4f864bd95c94f65eaf0612d96f99926faf646214df205bcc652b98d3b281f2e270779a4c1fdd6a32614ed60b3612e5d594b2bf3f20 +DIST phf_shared-0.10.0.crate 4095 BLAKE2B 9155a2c145148f3c36ba6d6d8be86a526480b127f4af79b2b5855cb014a0080bec1ec45be466513bd57faa39c77cfde0d6ca02b6bb77d37a23d697603227da37 SHA512 f088a6836a28afca7a2ef5440d7aa953227785d52aa0b9fcb76c88d085fe7f0e68732f2354c9f8dfc0a90ab1b8ac214f28549780e6f32d857ff7e8963093d9e5 DIST phf_shared-0.8.0.crate 2860 BLAKE2B db48d88ad6e7aa6bdb2f6750ab66063a55d005b4f5e92ededb59da1f1fa9b1296d30f87d32d036f08e3a74111ea4d8287e8eb6c86d0edd76b3ceb38f223696db SHA512 6ad7ac732b7cc42e7e179329fbfee7074d26652d73eb4f2b97224491d978ad9b14c66e5a539c96b84c70124ac44cfc009bf963a42c438d028bd9737b99f463f3 +DIST pkcs1-0.7.5.crate 35790 BLAKE2B 0cee88bc3406b60d225593b4b01a4eca11d14a916bd589843300f6130729e7926d2af32b9b7d03e98b6934775e30e5627754e7e32e1785f59c8ede36c28ea40d SHA512 a3584ce492116d6e617a733a0d3d5696404aa7b10ae95070313b4a41dbc21d0940850870b711e375ac8b54fdd179b4083d61c48e902e6efd8a3a11cb630076a3 +DIST pkcs8-0.10.2.crate 26360 BLAKE2B a62b5b7386eedba6fcbc4cff2b103b899dbf6179101445283f9076080489129543561af1ad6f09061564f68c28954262e49d0bb3e182f2ce7495e19d6f34bd5e SHA512 87127d51f0e1fe085d46b30394f2a580e857cd64f5c6fe4a3ac3b8871230aa426598dbb007e8bdfd5d729b99a9c0b4d84116f0768886605342d2ed112c51dfa8 DIST pkg-config-0.3.23.crate 16374 BLAKE2B 53c1b62a2695ecc480e2105b567753fd25f290e554529df1d34ba467afb4bbe3357c58cbf3737e89256aa6aab724e7445fd03c4d3e644e56f32d9cffc37b4511 SHA512 f575394105e96f454609892785da1a105adef5b698ff83182818ccd414cd2a8fc9f2ed780099793172008ba0d64bc31d1d9a1aecbf2facff16a310ca7446f059 +DIST pkg-config-0.3.30.crate 20613 BLAKE2B e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66 SHA512 e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d +DIST platforms-3.4.0.crate 29298 BLAKE2B 7d3f85ffc526ec95b2e95073d0621bd57e9becd86406789971cb87ee072fecdb42c90cc01e16f320d793dcb6ccae02688c0952861e8c7b25723347c21e1663f0 SHA512 16bd9bd104040827d457595bbea3385e103cd82530e84f17132ffccd3a20fca80cc92b5b72b452e7307c7aefa8e4a947c0bde7d9224f0e38b06caaad28907c70 +DIST polyval-0.6.2.crate 18425 BLAKE2B 59ae2ec631060ee8e2e1d4bc250abbb4762c97ca7ba5c543c0292f561bb967e059410ad7e79d8dfd7912cb30a6284169ecc2f4c94bdb165037acf8c3eaf1209c SHA512 113646edef3a7f60d59db3cf06c1796bf81305b66835c71bbce0fdc07345f41e23f2bbd7d5cebc50c72eac11c98f351bc793e2f568b5fc0bbf9fb2597eb44f0d DIST ppv-lite86-0.2.15.crate 22002 BLAKE2B 3f967f112ba799f18a3f897c944ea656994abdc7c912868023de90d3885a87d9544159c44b6aeeffd83c1fe0172e326bed4044c2d199ca899da4f8420629736c SHA512 6dac73153d244cca97ea00e429f783a7d03b48f10ee450cf6f8d77581010b28be5048f53322b0c888b425b5085f440b6ea90599ea00c55c641de6e29da42f0b3 +DIST ppv-lite86-0.2.17.crate 22242 BLAKE2B 48c4a31a3b555fa37072c4de083580bb769747c7668748541af472778b5b58c3e7ab2b5e178760f542f973774f09910bdd4058ae5fb9d6b10c103eb76cfd0d3d SHA512 539d916e7e5869d832045c1aa88aec519bd000227f9b01d4dd0bfc9ffb640d5f5eb21b05eba718174773c97192a655ad3cb31b53ceb914dd19179a6699b3583a DIST precomputed-hash-0.1.1.crate 1640 BLAKE2B 64a37ef3edd317f771e833bb394f7c19bc9b8c844156c831d2b550692c7e2e36bce44ecf18dd9f2d0f0511346eaf0d2a0ebe792fc288ca0e94a93933f2051846 SHA512 a118a98286a47e2f0cf35d2678d0325c18b9b7d5bdf40ceadc16483b282307fd1498434d5bdfa25477a4f420d97c34d786e42e9fa70431b788b4b8fde9718e05 +DIST predicates-3.1.0.crate 23090 BLAKE2B 6c51fa390f3335501df604afda47ff1d2a69322d928a1412bcc4829f16c3ff5d345ae52f54d797c9698b0eb7b26495e594d8c21f04fdd77c8119ad4635184adb SHA512 1ee38c715b4b55038497a4a4996e12de91d356d53173d3a034d6a1f56859cb3a4a61a82d016fbefdd6ff291519097ce9cef950547d3d437035cd7093d965dbf0 +DIST predicates-core-1.0.6.crate 8084 BLAKE2B 337cbb155bc2859c5a8b891c21d352e998cd1eaaf606cf46c003c9c499a42f12268b071e7a4cca65d50cdfdfd4267f023076e078a0a3eb401ad836755d65298e SHA512 afeb1de4275c76bb1c5950f42bce2f83a21ab217ec60130336286cb48b15f36bf2a1ca346bd652c10a65a1f9e3310d16b23b8333a3e0f7e20fe874c3f728e702 +DIST predicates-tree-1.0.9.crate 7960 BLAKE2B b758c52dcdd0ea237ce25f0a092200604765bc83c5edcaea646c6b1db49431296b61aebddea3b325e62f0ba9bbd5edba7ec92fd031cb597e7e8d642b966b401a SHA512 1fd5d9a84ca8fdd1b3c4759d5e6fb16e3d8fe8b0dfe5afbd16bb509c8558b0750705fff47701c95f7a8df1a222f639116a1b9ba4d89775bf03b06daf34f249a3 +DIST primeorder-0.13.6.crate 21296 BLAKE2B 2ba479defa1c26d14f8711f6be5020eee9bb91a39fa7a7c14a93dedc6de920e0ef1c9f6240d308233d0e0d6bce4be9500d0e9cfb01b6c4f9902e0f77a2f97352 SHA512 fdf52b47b36403d5218220b886a3ccec7828731b5a59ea1d48a25fa85de754544fa9c94d51356d2ed904bf2d908bdb4fa87c53e597a3c9f2941d7310f70198ac DIST proc-macro2-1.0.58.crate 44519 BLAKE2B 34b728460fcc161cfba36298c596d263d4c7455f95907704a490c1a81c479823926504f03bfc169c1b0543611092258698ccaf00905b5b02a6b843308471ef1b SHA512 5c1505b847944098d85c30b8d0fc7f059526170d51adff39493e9701fc8479829d4ca4a7f728c35d11478b9dbd718e521da0699af3b70aba8a3a3df2c60881ad +DIST proc-macro2-1.0.81.crate 48233 BLAKE2B 94319064772c757b6bf57eb9e759e827454f719d82210271ebab9c6ee4ecfddc9099522cdc8595123efe2efb64fd50eadd7e31419c5842ff1cb8fdd32e8daa0c SHA512 7edec4b786d9fe076ced4fa5c0d369c163fd1c27c895431245a8268ab2e16665b7c0a585552d46ceee6b8103979a4201f92abb381f0e678128abed359f514de7 DIST quote-1.0.27.crate 28416 BLAKE2B 68715000ad56f93c573ebacfbad0987054ef7716e10144cc8de47636812271060e3aa8f0754d105abef46a27024cda03a7054f11cbdecf110735ef845dc59a31 SHA512 5fb5802aa667c60d1a721766081b01bfd6cd929db7a5d71cb74627c2325f7108740752e514db73fb3612c163840e60ef2d4bde31c41978f3d77605418bdf2b4a +DIST quote-1.0.36.crate 28507 BLAKE2B b93495163ed205e33543ed45f084870240d479071d643704b6e348fb9ada6e1d8401893c13348b9964f4b6b17ddb96cb5458eec540f0d761655fcb96a4cd9129 SHA512 f1f002a912692f7ffd4912ca980ec57ff4aca3a7d9e2e42e9e3409e2105c9f59d86c05719f6af309bccaef2f8843b0848a6e3afda3356e045d8e7cc5956ae685 DIST rand-0.7.3.crate 112246 BLAKE2B ecc7c1bd70ac874c03bd8b7faa3016bb2d5ee5c19603280a12a45a81598f706e445971ee081e6ca410ab6f0f5f7a06d9315848cd556a2d8522a82024f6ff91e4 SHA512 f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e +DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 DIST rand_chacha-0.2.2.crate 13267 BLAKE2B 7908867ceac98243ade22e1b38f1903fe0249324484d91c948a5058a1e099e5213f325c5ba3400898c8319158ed69f4ed064164f235470856a8191bd990d5a10 SHA512 1e2117442e4ffdd834dcbf0ea1829e73202c0ff9041d5969d81a59330242145f2753f2a56de2fdbff65f26cf0d227c7d08b2094ab2f946b764aef88106a6ac84 +DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 DIST rand_core-0.5.1.crate 21116 BLAKE2B e74791f941a79971f2741172d489d546373c9abcb0dfbffcb7b97b858ec800b2e0c97df4ac636f3aa1b8dd6c14685edf317336d577f31b5c6cb7d89a157e547a SHA512 4f7500b35e165e6c817fdd67a50745d5497d24e554bb554705097e37258751e8755c4d6b8a69fcb5e1977708ba78620bc35d640e4e018fcd4e88d9dbdbebdcbf DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 DIST rand_hc-0.2.0.crate 11670 BLAKE2B 55fd048f2524cecd4f0e17927a81111e3070a8cc6a5b0234a46445400ad5527194edf8c91fb5ad6538f4958d53044ab02424f61a38adb2931e2cb7568c458ee8 SHA512 bca185612bed5cee4da76fb68fe854105da276f5bf2da464e596d586b925df798cc692ed881e276ab77c36b4b0551930966c93656be122ad05899d87853533b0 DIST redox_syscall-0.2.10.crate 23582 BLAKE2B 7253dd96415e7b70df488c208d86c250c670b1245ac6573a59085faabbde9e33fabfacd233e7d737e365493db14008c180274b41ea0a4af5f6f98eec666a873f SHA512 ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 DIST redox_syscall-0.3.5.crate 23404 BLAKE2B 85aa4299d9816666bf576f523da5cdeae87b3c8fbb2af103e82258d23f73303c068a4b6c3ef4117ad67958cb31e41f836a9f59f2ce1bc52c23605e34399afcf1 SHA512 16f8f4766932bb54e4740cfdb4f0802f76246c0bf88c1d76c69c115949b124b625d8c3b85d8947073c2e9544f425aa16c10f71fabe3c03d29e424c47fe4ccdde +DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_users-0.4.0.crate 13023 BLAKE2B 66d0d1169f98a27a00930c86365f289c38659c0d7b248a6870d1c144dfe63c9752429b2912006527d42aa321f9605892ffa85257eeff1ae148254bf370dafd02 SHA512 4058ffb2fd57631eb6346c8839262653af3f2e670a69bb5739d64adeef7347849b18e191c594303da1f5e29b4a3cb000161fc1b3ea4b7f94585977597a2574b9 +DIST redox_users-0.4.5.crate 15514 BLAKE2B 9fc9d9c4875ed711efb75fb08f345b5f4f0667717d37710143742e48251a709c53760bcbc31ce13e6432672f9417be429c38c2e77a6b786887841714290a1194 SHA512 7a25cc91c9d1bfe537f20b83255990681d136ced5aaa7aa0cdb1b1fc024ba36aa1fb75c335c768a85ee078019a9ca2460efd911cad8ae6fe8b0385fb171aa4b4 +DIST regex-1.10.4.crate 253191 BLAKE2B 08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447 SHA512 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b DIST regex-1.5.4.crate 236581 BLAKE2B 6efaf69d1a99dc3a2e04b2d1a96b036f631e9a0ad0d3aa57263febd47f7ec12765526f06f9c52a5497bf0d9b455f1d1b39e011adc4c28530c44b65c8a453efc0 SHA512 1a9208358c4ab87c19ec91bcf5c1e35dede46f3a0c0097061b7b53fa77a1e5ad38090d243aab274956f09c491e5fbe3b3b35a91db079b82a2dde2fd9fbad4c19 +DIST regex-automata-0.4.6.crate 617565 BLAKE2B 8f1e2a3cc1d2d50478776281d2bf10164ef441dcf7127994f4a0341ec40588ec8dc1c07fdf9f670da9e61a7753551500b80314df130370b61d2c03c2b2e3135a SHA512 b288e1facae2612f73d3de3fe9fd1af13d337107004f990263abe6277b31b948478ad9c2b807dcafa73fa565e48bdf2113139f5ca67eb73165b7d29e2ee5c9f1 DIST regex-syntax-0.6.25.crate 293293 BLAKE2B d5ca0dbc26b03c6a1818026f9a69cd226ec934e7c64094d0ebe843052b648617ffae7aa3a074f8da46d03c46996d8b547d8916576342000bd9711089b3e57d73 SHA512 a3d31f82aadc6be1796f76c03152ff24f37fe42d6ce27fb98e2f55ab102f86502bc37ccd563f6e0eba61aab20d002184c618517b678b3b93cb8f0497cc046ca5 +DIST regex-syntax-0.8.3.crate 347497 BLAKE2B 9ac2f63098ffa3fff51fe2bc0bcf9ef164cf9389a909a3f0cb668d2598e7ca65d573e47d571ee2e6bba3a1a96ef7c298b8d681e1ef89c8c53b7d590e0e22839b SHA512 925f7bcc50d94c65d34fcc770c6e58dd5b8a045541c0109e77b8efe842eef4c110087ac9c0f86c7c3022ed013abbc5c0a187d796dce292ad5361a0cdf7153d76 +DIST rfc6979-0.4.0.crate 9140 BLAKE2B 662d967b1d818439e972d19bd251a4e3609c65bae945b4d11c0ff4966e9fcfaecb739d0b63bd767cda6a22e77a52f3386f02cb27c5c76ce9008837c882f8df33 SHA512 fb68114f5f8c1e7b921ed175fc01813531a584b8cb2df1264b72e1925bd66b4c021714b3627fbbcf3fabc26e4d6578c4d246369a0c98049d4058dca4cbabb20f +DIST ripemd-0.1.3.crate 16601 BLAKE2B b72f950d20e0f6f19e5e4dac9da24a5fdfe3dfa441596a89fc7a8350cea3a297ec04caab43c7c24c4d8e499e50de306656b5a5a608d5b01d0ae86014aa4931aa SHA512 eb4510c2a5879984dc662a985515e17f0c22f91babd1ad9914a030058bf8e703a72375e82672c382294a0bf7e004c776e9c5ae30ee0f6acbddc44d22b48e2e03 +DIST roff-0.2.1.crate 10605 BLAKE2B 34d66bc4f4eb828523c464cd75632171277f6b1901916f2337013f8daf39915e1b7ee9154e18413145c9ae103917e0f34c2b6261ba16b3e969a2cd078a372c61 SHA512 001cbc21c5c8ca4362f91fb237b867966653e6f49fa20be1a6c3d3e8d9f2cca66c474eb0b59ecff1527c771554e8503cef94181295dcb007fbc1a50dab49ce0f +DIST rsa-0.9.6.crate 80048 BLAKE2B 0021065c262a351c3c3e9e63984442e9ff8e739f0f60c79f0eec031fc3ecf928756a0da656a0eeb4bcb94cd6f10ced2326a83666efba3b85b8a518b0aaec3d18 SHA512 0af7737181236f0e5544a83eb41d7e780df1a488b7b782b2c97eb4eab3dd599b86d18adcdc69bb56f9aac548a24dc88806e7bdc32fbc43c33b4d7a9817cfab9c DIST rustc-demangle-0.1.21.crate 27920 BLAKE2B 73ada923b9b293c5a9893f86fda0586139afbb7d56894cabbd70612d1fb0330a9e491d5143fe3498a0c8d3e1a3f8e63c14b20865926e4c831915592486ae32d0 SHA512 4031b26863a726cc6d3398b48682e0f0f9e5665abf20a5d35343a904ebd7c0d3752dcdd3a049b2bfa3e2a303214dc39a2980700bcc64464f7029be3c7f34727c DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 +DIST rustc_version-0.4.0.crate 12175 BLAKE2B 6fda2ce03eab45d7193fa0d70175cc7ffb56b7be85fb1314092bdcfd3948ea145420569ace3a47218a4a2a6e44a818862cea6dd8cfb945475496f63b591c29da SHA512 f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db DIST rustix-0.37.19.crate 323809 BLAKE2B 6a01e5128910c4b1333359efdacd5d0c1f0cf0ac4f2615e6891c10e7de3ce8df5ca50955a3e5c27f3b85d3ffee9fe28105aac3baa4fadd05172645e9f7ddb853 SHA512 e1c00f97414313580dfb7a616cd0e9a64d87950b4d4e6b536b5eaea93b8741f769ef62d4ee1461af8266758f9bdc136a445abbb05c8355a11d338a166b498722 +DIST rustix-0.38.32.crate 376999 BLAKE2B 681ea50f5405b3a749a26a481995d3a85800378067734bb857e32e5d3764687b0da4b3749d227174440e432b374ae9ada154a8288e4353ca2ff1b851698477f4 SHA512 8f028b4df785aa78fc798f3e053d0a4fb9b3c552a47f66f52f1666f4c1324441be6581ed643c4ef0f56d92e1a078c6d3b45be183fc3df0ed1fc89de0d610cad6 +DIST rustversion-1.0.15.crate 17406 BLAKE2B ef68a3a83e11f6734be94117e5170f92f9e1211d353a81b45ed11d4c738278c7f519ebfc9896681d564698fbcc579da10f97fddd77d56b14dbb96b90e16ea811 SHA512 e0e37511c25b71a64bd6f91cd8b29e43c4073ef56196de808634f3408cc297fc7fda1316a5adc5fffde9192b7d64f1940deb7cf396277a3805e89e15b2a855da DIST rustversion-1.0.6.crate 18380 BLAKE2B 2969bb40849dbd2f0d3f4a190629e53204cc5ef9065be6aec7a4504470e1dba6cde7172a3075a1bade421b30b88947cef6b29c0ab5aea8601695f72a7acc45d1 SHA512 fa9efca7e49eff6c510d062d02fc73d15341b1fe16d24dada86108202a4295d2e0519aecf3f1701540cd4d49a513c05e74d3d27e21e5eb3cb1aba46c70a992cc DIST ryu-1.0.6.crate 50032 BLAKE2B 13e805124f80de0d8175fe8b315b20b06f0ef188049e835843b91ffb90322bbfa54ddd0fe1617af851e8f5b59c1f076252b705394ed3408b5fb577059a46273f SHA512 175da99ee31a942800eb33ab5addcdf89b2bba95b6289be1560746d030acda547a5bc3e8cba714c252230a93bcd991b9593a7c94421222833bf089694ccf1655 +DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST scopeguard-1.1.0.crate 11470 BLAKE2B f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe SHA512 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d +DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb +DIST sec1-0.7.3.crate 17979 BLAKE2B c30d4e617f9c0c21b80f14a7df88a164ad43f4c18fbedc1ec32af41193053e67ff6ea83db54f46c8cd6389d930984120c2a1688662fd8083e0c23bd4995d510b SHA512 be646413d84b39a43a0af478854f47db3b167c2bf1bedf7a58392782c423aaaa38df3b3676f9807a98c6128152295c426edd16d67d62ae7048caa635bf39641e +DIST semver-1.0.22.crate 30446 BLAKE2B b77a951d959a3685b0373c80b9991a8567f8926d093b23b7b8fab48595b5d565acf7408fbfc8f4d58331f39e316a8068885d28bcd70c1476d1cda436a2dd88b2 SHA512 7dcf9b6a02650d71d6c9ab3c29e44fdef95af296208f26aa7be6fd6e16773e5e5e66418c303a0589d1165df6dbfd46ad6ebf9eb5b3adab25a51f340947b2d949 DIST sequoia-openpgp-1.16.0.crate 2937534 BLAKE2B 127ff229f0374fc07fe30dffa98a18c716a332057bb90177ef23aa55dfbf102ede058b92a19930cf1760ecbc3f3f3604df5be1779ecdcb6a11e4c28af8e1b706 SHA512 0f51a494b8c011b77e98adef1747ba84eb36bf1b629c02341c10cf33b86cc2a7da9a99f57b65f44f23f8a2969fc83a1326288133b904ee5ebf54078034f6d5fc +DIST sequoia-openpgp-1.20.0.crate 3002022 BLAKE2B 7bd2ecdbe2885b749dc3b7f36f58a0092cc2b96409631d5b6da87488476eaa9bc3e71033ce292b04bb17b3b824fb3d163e6f95c470c5fa17b5482b7daadcdfb0 SHA512 692664d80a029395f0d921a4250baf7ae12111f2038f9fa1b98217d4c862b14ea07e36d4f3684d2828c97a8652149c3cb698d8b18f2a74d8927c06e7d74d1130 +DIST sequoia-policy-config-0.6.0.crate 42529 BLAKE2B b58960a3296d1c3289036a2218e842bb63bfef11968ccae7c42cb61869e04d26fb52736876bcf32d276177c488d0be4d9ff3ed50fbfb0ba68bff3c0410a460cd SHA512 499d350426f80627278310b2eded6a69a7ad833058129ea5ed9ebd0255621ff70f9f04228fc8ca79830e6ec11d14b121bb3e5a6c5fc2721135d725bdf0d886ee DIST sequoia-sqv-1.1.0-CVEs-bug906801.patch.xz 7888 BLAKE2B d8dd8e42e1b6140e390901a66f7fa5b6b83ed86a28410b87f66afdc9f43fb7d9cd0387e65e22982acf6f9bac99a0e03f690588ab4ba7f93f7ebd0fcaeabe60bc SHA512 98c6665bb266860e69cd078dbb707c7f144d7e0e63536f334ec5526657dfba88e45bed2fca5f241a05deaceb5ba645f266517138e7df8df726318fca2ab19cc8 DIST sequoia-sqv-v1.1.0.tar.bz2 52066 BLAKE2B dc5d8a2d00a39734fa04e53296d2d980ad7a04dd6641ce27badaacf17bbff058eae1b0caf73f5ff0afc80b1b3bf983a58cad2cfb0ebe5cdf6e2bae13d48e994d SHA512 183445497cccb0d06a515b4a793a48c5a25f25fcba4d59adc4575f2261085c7f4bf4ad035dafa771311cdcf43678778ffddd293c6daa3e040eae84b4b07f37b6 +DIST sequoia-sqv-v1.2.1.tar.bz2 56814 BLAKE2B a390daf4dca292ca0aa12f8aa3078f24a13d490fb15fc6c2302ece80d4298b891511897b2ceacaaddf91e8494334c2ea86d6e7515e4bef90ddda0bf5bc32ecd1 SHA512 ee934ba845368aff8cf4880ce1a5cd60f86c2529e5c407e304f7e56bbf9b8039dd15649a5d8e1785b3cd0e6bfedcb90ca873099c3ba523096272cb6ec0b6d0a9 DIST serde-1.0.130.crate 75305 BLAKE2B 3973b70d8e06ab7c2f35e19f23739e8e4dd75dcdcddd818771be5daca8c61f6e2a7a830b4ccb8b3e3898769d7afdeb39ff217bcbf40bbd00867c13bc4668f905 SHA512 e6d6444abadcdac95ff15cdab53736adc9ddd1b6441d67158b6b41e68bee4b7763f9c2d80a857f879f40620429e8f04a90b01380c8c88da45a273c3ad13cfff3 +DIST serde-1.0.198.crate 77577 BLAKE2B 10d18e00a17f38e6eca67f78a3df6bea777053b4c510be7fb89ecde7d0ac2ffe37399031ea0cdc6113a0b80f8f3f1095271bc6aa3f2147e2d675cb3f5df713d1 SHA512 561e4ec8858148e9cf59f1b824c489ab259b63819e6b031205db8d89b30a5b0c12c3828fc587cef67316d1b9752f3618d089fa21b3a27cb87a074d943f27c7ff +DIST serde_derive-1.0.198.crate 55787 BLAKE2B 6fb5b68d3bd0010283a1f61d9af5471845d9f2f5a6b476245348c6bf3d3c5d3026325de87cc8ffab0300d31dfe03e093acc40e4a7f334d33b9d33cb8e03645c0 SHA512 f33fd1e1ced08a305a41114e354ec174e09c8918e28bd486549ffbb859a139e41b5de27932cb24767f4b3db4703c25e6987c55c9b3ea566d60b9f6cd893b38ef DIST serde_json-1.0.72.crate 115888 BLAKE2B 0770707160014ef19f54ab6acb6bf8cad8ae65ab47c184912aa534b927c0743e66273e93c7e3190102428bc71914ab4648bfe0c2cae9416afe6ea1d7da217996 SHA512 e48129cb5c36b4999751302fcee811b80f2113780c12e122b13d9fc7a31af7452183ff89de1793994edfdcae61a80db37aa492250a0d69e9180659418a10063b DIST sha1collisiondetection-0.2.5.crate 821851 BLAKE2B 744d1c22c69204c421e2bc0298df1d186eb6ad1977f98f3568e7ac480f002b23ed950bb0ab637f09e02efc248515046bff884f57b6444de77c8e79755987951f SHA512 98dc643e2c7a0541698b5e5a10c03c436f68adae35da355cf688d49a0eedbd5c8b5505896121435b8fd791d3e40f6126a455d2063fb125f39bb72602a27a6fc2 +DIST sha1collisiondetection-0.3.4.crate 799321 BLAKE2B 6a36035f19330da30fff69ec304c17ca0d8af74673b43dbf421dd9e67f3e522575e7a6780a2eaca3c4e799304acb40eecd0a3909642f03f18996196b3dde19e3 SHA512 d74b317f272ea600659288af786c656005009b7e2fcf060eafb71df07cb3de2b698e74088217ff99fa911a59e00653835cebe6bbd5457e549c3f9015d8dc8d7a +DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 DIST sha2-0.9.8.crate 22132 BLAKE2B 233c2160961729590a2ee2b150715327fb09a1a38ca13b07c2c690ee6ed6eb7d180c54d84e9b3ca2e92e48d7ec923543e893786aa81b5942ecbca27b40ca12a6 SHA512 4bd858f67a3ee5a22769aaf4161d823884e112f99911d5461cafe746a19fafd2d8946eb3aa234953efa06a4dcf7becda70db6721c0d4a9b6f1fb670f31f6343d DIST shlex-1.1.0.crate 5199 BLAKE2B 325536bab9c9707566a099a161e7bc8448c7369cd9d7b2f144ed71543d551038ef1fd764376491e8076ccdcc928b5c4e177764a68584267a91386b8d542264c3 SHA512 e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752 +DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a DIST signature-1.4.0.crate 14979 BLAKE2B 540e00b73266c20fb4c0187101545b8f0652de6c64a19557598145d38046f9a93a19218b07d3418774dba91119fb12b06d872b05ce6f56a097befd84cc3ef05c SHA512 0574477094db4d13b9921952dea2033e6c658b3f8b22390a23277d0b81c177edd281a039f085ff3dc893195913c901759295946bd2953b8acd7513493daa0eeb +DIST signature-2.2.0.crate 15531 BLAKE2B c584d9ad52a1ab3cdc129c36cb2ed6dedc40a8d49f7294352a7df8121dc57de78268f15d9ff9ce076abf1dd3c56773daa26ed5ec39c83a600b6a377b51d4db37 SHA512 673a8f6229c795cc8f640fbfe02cd912b41c6359ca23c5ddeb1679f49784b84f109c6c45e6210201c9ca05e441c1be64ce6537e81ccd3589b37be6d0bf50dca7 +DIST siphasher-0.3.11.crate 10442 BLAKE2B 771221614bbd56f609b9743da4352dc7a2cbd0f6257952fab0cd052e5e5b258a4c95a0461d6d1b579dec90b72d66a0e58e036899b3db8341ae753a421a4cd4d5 SHA512 601121bd41da896142dc6ccc74a6eec3ebee3e976857ab8b5d21e915fdc8bc6e979af66a489c406371fbbbfc7a13338cc4b3744aa981206e43c53998f3e1699b DIST siphasher-0.3.7.crate 10097 BLAKE2B 455b5ca81418aee667b4fe16092435e025353267e14cf4f911f5d48a18d9a46be04452ce1451a272f8b2073ecf606c6834b6d06b49687474bb7ac226383aa7e7 SHA512 4a8ef56085742de7ad638194b21ff3e315aef6de9b7590e736071859ffa2aa4a28cdea7e05ecfa781fa35a40505086a36d84bdb3ec40d679f9b83c2edffc4d3d DIST smallvec-1.10.0.crate 31564 BLAKE2B e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147 SHA512 a09110184582dcc01d7a0d3fa8f74c17bf726935126d3654667b8e9c4bc43ad16ccfd8fa94feae7d9b31913aa7ee030fe5936e4b44a36302b6ce5fe37372a7ae +DIST smallvec-1.13.2.crate 35216 BLAKE2B 31a268aad595c06cdb078577a97b089dbea156a0df307a3e6aaaf4861bd9a680c5b11921da9dbdb1bcfe17d58c0cbede1ffe6bba3aef59b384fb1b9703c62d27 SHA512 a97c758b668e40ad9eb572e65feeae4954e09200a04ab92e26a13b48894381cd3a3d2571070c4b7a5e181182e1ede9688f990650342ec69ecfe1a264d234c679 DIST spin-0.5.2.crate 12004 BLAKE2B d67d9156ca6dbcf4022711cce797cd423a4977115abac4cafaa507aa2e1071b637275637a20934d4d0d6d2bf82c98c74a4506720326d1804952aa0fd5fc4895c SHA512 fc57f7906da2b7a298c5f89215e881e8827b4d9f934dbf138338e0ee30122d8459483be566268fa374b41d63d8dbf65d42e0b322535ba35c827d7edb2176f267 +DIST spki-0.7.3.crate 16409 BLAKE2B 6b39144e4e718ce5eb454e21ee89fb936ffd31ec99554b0150fee47bca396bdfe4ef39603ec029d4af4d8c4c3ba2de7f6c549244f8c20114de9b43ff14921681 SHA512 d33a6a7844b33c37628024ccf25c1a631f7a6661595e063049b8c9a9b4edb28f0335397faefc592c6fc5e96378b870ab5dab9b0649c3387577b2370ec8210db9 DIST string_cache-0.8.2.crate 15770 BLAKE2B 36e2984684931fb15371dd0aeb30d93312153daf65f8b8c720c16327b169078763c0c7b70a00c9670a0c8c3b1099c9a98488c893f8e90eb03952cc0e694b6fe2 SHA512 d4ae1fbea4de469e342ba1a0d4c0f26386633dcc46c0cb9adbb7983e565476a57aedf1798e65f21ee5326f96880ee2bb4a5dc1621ff7e7d0ca23fb3536dc98aa +DIST string_cache-0.8.7.crate 16655 BLAKE2B 9a017f3248a3d5e7b8c1a05462a882862b20174c7ce5dda1568c3d3f61c422e84ba2ccd5d6dbd726d1c752f1eaa8062a179470927a80d5bdda0ce530d1ae2c17 SHA512 03f9cdd2c01c0f233284851f17eaefebd68a91ae2ed2b231fab2d6d6476bd19e0696d7d3a74fb6ecb2ec36b89e79ad966ab73051255c9e194bcf9c5029fb8479 +DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 DIST strsim-0.8.0.crate 9309 BLAKE2B 40a8be506c43ee1ffe006ddc7dee98c3d418bdd205d57b78f5d1e4c9312feb57e1eaf952e02d92d4e0932db240c6fba45beb06ea8c4fc6de1cf1faa8b6a3a939 SHA512 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34 DIST subtle-2.4.1.crate 12630 BLAKE2B 05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b SHA512 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a +DIST subtle-2.5.0.crate 13909 BLAKE2B 660c3a472ca54c9843ce3feea74b802e27fd7f62dd37a30e2a4ba82e4b3a71df63562e8865d5fc675d31d0900998a8730503f91a61450884446a3bdd6af0041b SHA512 f150b1e2037554f8cd3213a54ddbc258f8f670cc4f39e7084cdea4b47538dbc58b834bc93b443d58a4b9087224efc003234042aaf366687dbd32b1e7174082a0 DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d DIST syn-2.0.16.crate 240928 BLAKE2B 776e3cb9ba82f7f42d226d1b631180bc2f6bea259152b39e5005a5492f5416ca9b14403d91252eb92d9c101751091a0425ca44512b46f25e2eeaf2ada0372a72 SHA512 75d6728614a39d7f676536fc345be6777e8dba6198f031e576ecd199e503347c4069fc7294c4da3e829cb919c08347513447dc86fbf0c545df2d347311621da3 +DIST syn-2.0.60.crate 255808 BLAKE2B d7a8e415dd72267fd92da48ba8b3e6feb728f0639797db1aa74aeaa2a57935b7565eec37cbd32eec826154e2c54075b121737369eb15af36c322c34b3cfd7930 SHA512 20bfa02b03c193672a9922f9a5e196185341e082a262f7c00d7c2d467d9e2d77f4af3994634923cfaeee34aa9eab510415165f052ffd9b1ed0b1b581e272898d DIST synstructure-0.12.6.crate 18429 BLAKE2B 7666cd83f82910e036e5b57600dec9a1c2e559453ccc2f1201e2ee4ba64f2ee62cfc1046ded5cae64dd183967b9d71cbfe4b60a88bcb93706eedd0c4ab69be4f SHA512 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c +DIST tempfile-3.10.1.crate 33653 BLAKE2B 819b183e7840f70270883ee8b6a91fa09861c3112eaadc65007199885abe099bd593e1cdc4d9ab48c23490a6d484cad9bf0e80cf4e718c369cc2418b72eaf09c SHA512 bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 DIST tempfile-3.5.0.crate 31129 BLAKE2B 6d32584819794dbbb1f30970577ca2c82cf79979f94b070327285ae8bca6f8e3ea2402d2034290472f284ce039a3a578bfdfa81a53b5c49b587dbdb40960f6fe SHA512 8e8775a9727e32f6931b3289d2b8aefa5ede7b224ae2e1937da3aff371ef5f6078587f060eb36793e9779249992a97acc39c02c6095c41467929e39ada12c7db DIST term-0.7.0.crate 37082 BLAKE2B cb7947c696f71fc68bab3b25cc6cbde74b92380fdde5447399b06de99534b0cb2160963792824ac74a350444ce41a4fa16d6a9792a68d84578a15ab37ab76ca2 SHA512 9de6e836f1fd205b3b58645ec880eaabfc0fd8991e3980ef90bc6184b370a14676edb688a2a75bce412dd8ebd97345aef742afe5b964250e2b6f84e6b15b486a DIST term_size-0.3.2.crate 10917 BLAKE2B 2302faf4cc03e0e40e4b4b0ca79cea5e70caed8087a16f2b985673476041d19ee6908bb17931b453e63a89e33158f7e01875716879964664487fb26395ff7f49 SHA512 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 +DIST terminal_size-0.3.0.crate 10096 BLAKE2B 097ef50a85945128dcfa36d8ea0fb15f11142c206462a32980dbbba4fe2872abd214823fe3c75e804f3159a97d6e929ec338860e9c89587da509fb9e6da5d339 SHA512 f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681 +DIST termtree-0.4.1.crate 4557 BLAKE2B d4300b0e6e908c519a0a76f5e08167f4467f428b2926e7739614cef5d3e294dfac15ae8576f7011a852745713c16da93346660ff96520a2bb90a4dd4c23d889c SHA512 ddbe0d3ddd79b182732359f47958ca32aa351d10b1e7d5f6456700b851aa2b5314ce005e1fd120a248b676f219fbd68039cefc071d92c5b5477d053bb6e29062 DIST textwrap-0.11.0.crate 17322 BLAKE2B 257428908342774593bbd3528fcdae710712ff54e8a711393a24356d8ba0e16e466a4b20c05f942c48ca76b3b5b5aaa90ec202f782cad892caa8b71ccf124da6 SHA512 f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a DIST thiserror-1.0.30.crate 17748 BLAKE2B b9d8a8f824de03c57af43d0ef8f2e157321e7e6a220660581299a38988e7bd43733126fc9b8d8b8ae38ac1d788ef08fbcb2352beb5ddc014113e0058c2bf60d0 SHA512 0e6cbc160ee1b6236a9073dec225a4290e7a82632ee7cec00bf02797b04851adb2d3071fa268b54f7fa9fe22eeada55a83d44fbddf824520023608eda8ea2e99 +DIST thiserror-1.0.58.crate 21025 BLAKE2B 2915ed6ab691fe94e97a834ce5874d37a388c3240499889cff633ee6c67d46a2ca88098ba40c225ca0e2e3c1ac7bdcfafcfde3dcefc50867e299dc49505d6fc0 SHA512 3cba2d1f4965bc56bac8fc70540d8cd442ab6b8c7d25d328bde7f4cc108535d83c75f293316d730bbd86eb247400b6e35107d610c7caf47f43a28b1f52fed578 DIST thiserror-impl-1.0.30.crate 15230 BLAKE2B bdfd4451304a2ef4ddbecb48eb1a1307e6eeadab0860c785a2b6a5e7de270ac42ac4f11e46eb9dba77ec5a86b203d9baf8e4fd5c83cdaa10e2af34a95d29d2e5 SHA512 465b1d4eb79075d8abb11f5c260d68847ea52806a2f519515705b03da376fffb3686bebb23c11462b1c59e1ae5b3ee96d834c62cac69862c491001b1ff7cbb46 +DIST thiserror-impl-1.0.58.crate 15645 BLAKE2B 9c6f643a582666ee4eb43330340888e7141f0dd89d927e3345268c3eaca02fa42b018514ef38b3db3ff9722b25ebdd43c36b11ecfc7bcb36950ce2c204ff78e1 SHA512 9bbc623f54c71595e48b33bdb3e4f12eb2e48074b15ebe400d6faab43410b363e5af94df071aaa324c59dc6958173e3c301fd51b216969f095e19cb98a27292b DIST time-0.1.43.crate 28653 BLAKE2B 95fe69647e8d52784be1fd3457578896aa38279d00f51f1070eadab111d39450583c63854c73d4384f2e4349b0250f1c9bff9901529b776c596846c057c93335 SHA512 c3e0c68cab1ed2f33f41955f83e632c51924e4d3c1d22dd0c4ae98499e03f3cafde8b0c2d9e69b67a78d6e4055e464ee00d1ed6af5eb9fa75052405b43e24a25 DIST tiny-keccak-2.0.2.crate 20129 BLAKE2B 105a2d2af36cc053cd95721ea563108f33b8a3feb2ae84c75a04a65ed5d548dfe35d8b2e48977a82f725c0ebcf914f21157c547f4a74bb4d98c2e894385139be SHA512 c0219f23361eb07e0a68575c461a36b7286d9bdebae89080d9e259178d402b0c7762ccf33e65a16951ea168392322c44a24eb55189cf143e22d09d6dfc4acec1 DIST tinyvec-1.5.1.crate 44942 BLAKE2B d02f610dfb599ae4957d81140bb8945f4cae49c1b7ec5de4bd4a7d07a1334cd00557993dfae2516d506f362305025bd1a6617d55efdad8ebb549fe573e9e6f21 SHA512 80b68058e3264b3fbc537debf01b6b60d438bf5cba6ad366083cb440ed6b45587f367d3a134ec6fab769495b94413d0eca47544b26959a2c35b1a997423eb849 +DIST tinyvec-1.6.0.crate 45991 BLAKE2B e9699d4d80a78978f0ebfd049f5b33d7f23d401cf4f4439ccb168e8c0e322473ad0ea7e2ff0ff69e9aac3e5c4c9ae5a7102185533bfbf96dbe77b3526e700bc9 SHA512 e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c DIST tinyvec_macros-0.1.0.crate 1817 BLAKE2B a3d1966bf57c11afcd026269135a6189f149f905bb70b47537c0a7bcaef0bfc6c89bdcbdb0f6cb8e5255632855134631c683fc90606a254ec8ba818fd5ef0794 SHA512 d6afc83a3c70cde916a6ff599e2772588e4bbfa7a5b1c7e5c8aa0f4a8a5c9426182497a644e4a88194ece986d38fa64b6c8eda9eb1630441c8e65a8741a45873 +DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e +DIST toml-0.5.11.crate 54910 BLAKE2B 9ecd5103b33ab47d4be23c897c7095ca381cb79bedcaac4918cddc36fc7cf5d34ab664da52c2273d935f04486e9325241d6b66785d50aac78453c219aab49e1e SHA512 eddb82aeb8fdeb5436579292c6f7a64a90a2c7bb54070beb437bc7890b99795d0505faa8d6451a99e8bcf440f78db8a1b273a697c8ad44275cc4163a9ee49317 +DIST twofish-0.7.1.crate 12156 BLAKE2B 282ba2e6e4610297a67aff0e06db6089c57edcb0056b4d6592a84b96dffed7e2394c7ef0418e7c0b7628b2b9585b6ce8a0f0f981de36c3f10b8ebd3fa85289a8 SHA512 9f6f9768e0ec227d03de0f95d5baed803a710b286fb18a2fc4e325eb518ac2e483fba6928b14f7b6a38643b0320d6d37fa1f3d2fdd26e805cd23705753cd1055 DIST typenum-1.14.0.crate 40518 BLAKE2B ff6d77c28e41cddc1956619bca522f4ae5680cedf313d4a12a4d40f191f85ed10d673a32bdd811d7774a01a1b9b5adf9990269ae230737237249faad16ba7070 SHA512 e9739a24936563e9471213060d53d970f8cbbdd163892a22e98f1972d10861009ca1eb568c3bb5d1d78299482372fbe7e6bf42ec8f4f5f30df0a7446933a312c +DIST typenum-1.17.0.crate 42849 BLAKE2B a6d1162050679e2c4ab2467f3a77d301f6861882eb7c9749f31d047f383dd5bd2ed5846ad63eed99ccc04d6ac36cc697a305861e1d65880b4d2ef04ee0a79b94 SHA512 99773d5d9f850c0602db4bb67dd062b0ade6f086e155216f1bb2fb6569461ba7e1b7c2f2af81ea8833bc3bfcf3fe5033edecb7c438adae63f59d3e30cf63a508 +DIST unicode-bidi-0.3.15.crate 56811 BLAKE2B 1f1d372c86ec7444f13eb32baf13dfc8699b52156b265a2b53f40c0d771064876405451120fe54739a2679e6991caaf4f63e0644f03729cab814079fef4868c8 SHA512 7a21d5eb05ea8d691dfd54ce4cf7d3693d08067f7a88ef17b8c3044634f46411176b1bde1516c442577910b254007b247f5e40f9932eb601cd96cd574f9d9db8 DIST unicode-bidi-0.3.7.crate 33759 BLAKE2B 4d5224062c829b5e48d26ca727bb60d10d7c663cfca24762331b36a2819a70e7d43d2b6b64ba64751d9b686949142b53346a52027d400acf8cb1e1b1895b2796 SHA512 6eeafec87a504ac968b59dd3168714e555b5b374cfbb5a6a9c962445c423f82b68ee54d1b732c5939eb17fdbb804f9b3affe828745bf4ff34e8a1587df2bc8bf +DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac SHA512 bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920 DIST unicode-ident-1.0.9.crate 41978 BLAKE2B 4e78cefb4e7d7f173f1826a5ab6c8ffde386fea67cf3227bd22e6a6e65d3348dc53c9438e6bde9af06fb5e04b0beac866209d2426e7f04cd10b2435db85df7e3 SHA512 4d8cffe699c6f15ee82ab5f5a73421a6bb8b1a476237aefefa6e932c45c30683a4fb015f138bce99d7cb27a27fb7972909c828e77daef091da84ec162315625a DIST unicode-normalization-0.1.19.crate 107353 BLAKE2B 4c69d50efcae131eb4b91d385a64b49412a11ba913b3c0364cd04ad107d59e31adbda74d34ed13a065d9a7825d79fb740e82a4dc66b7813a9837af4352ac9e16 SHA512 7459e9d2867308cac80a98d8dd0b0cce797e2830ea5ff55b878f7a37a6f5e1f0bc14340e1a29955298d660ba2be57754a1478d74851b1b90576dd5bc4231729f +DIST unicode-normalization-0.1.23.crate 122649 BLAKE2B 22ea5ce3f5a2b371c3c8782321b1bbbee724db1e4d8c1d43af4e6bd8044b99307c227d93631d178d10fda445a941a485882ae0015a6e3d3c347e4bd465bbe1d9 SHA512 539f04010810d73fde7b0ab314faf813f3e7ecd2e51d7975281554b7cba4a8706e2b5523c4b7840568593652360ca59e9db0e1ce342e71c28db635ff55ffb0f5 DIST unicode-width-0.1.9.crate 16745 BLAKE2B 38d4b92e47a284d6881a8073089be59a73d82b91efe5522f55be977f95f479890b6c02cd519544729f1b1e62eb21bcfff8c5f5382917f953603b760e39cf1ea7 SHA512 0f5ec46c57e3b5e50cb8430c89db8d9c129e80ca11a9c398b5312bfe95001e19ca3efbfeb01c3ac09c4ce7e26c6ee1f352f7e114ecef78cefd68c54d2d50f5f4 DIST unicode-xid-0.2.2.crate 14955 BLAKE2B 6c6da49ac08dbd8b3248272224d6bff96b9cd1f36029b1937a58a0b929c3a48326053305ed49e73edd70f572f5abbc4817cedc899c69e3457805ad056669f6af SHA512 92ffd0dd34e3ca235ecf110b38c447d3ec1faa23d76c112457f28d432f92fa6b5f428bc5e1bfd278f361f55426dd96e19ecb0d3eff6cf250892f069c52bd89a8 +DIST unicode-xid-0.2.4.crate 15352 BLAKE2B 80c327b39f3b8f2cdb5747cde968cfa1efe7b65b6bee9136adc881fa19f66aa5b1010d9d08de55a61b322d665b5b0cb0395e9ac471f6333c40d8dca5d97e123c SHA512 e67bd1258e1961807d9d5fe583a89ab5b82b2a529ecd32cadfc79aa5331380eb4a2db9fd96b74c8eace47f2f29021587d69bcdbf79f7e2650e92a25f7839d03c +DIST universal-hash-0.5.1.crate 9146 BLAKE2B 9095f95faa8ed4128c3787226f3899acec4278d36799ae30a7ca71ade7179c274a1807f62605e687e60ee97e6bebfe818100ed0441db455bdee0f8e5dd451809 SHA512 83b3ddb1f0d7ff621ca2b3d426c2e682d8339a2adedbbbb3a4584977e2e996549d665578729bff65b5693059460e9e04b9df2181c404980d3b3d946c80e0b589 +DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 DIST vcpkg-0.2.15.crate 228735 BLAKE2B 6b6bacd9a7fa38919241f45a97f58cae957e58d3aac99df208a26aa718e4f1644f4ccefa31b09151e5c1952288e0e5837c363918b98c7f55079a948a952c1c50 SHA512 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 DIST vec_map-0.8.2.crate 14466 BLAKE2B 8f109fbff19604b82ea2aa61c952e2ce9b5597ccc8e1ef4e847648e2de08dece8c4debe92889edeccb8d393645fd0b62436b49d236ded7ad181c4a51239a9539 SHA512 4f1ef59bc2c437e79f1f84fe021bce5aa8ccd581f500f3d5776913d5f17d45b03ccee64f5bd03d47656318cfc9344a1f4311079d471fa409a8e4e94c143973f9 DIST version_check-0.9.3.crate 12547 BLAKE2B 85761c300a8d755e0b376191ef0604728ae641261fdb10682a3134a828eadc4a33216426d286bcdbd8d0c5fcfe6ca8ba20ed078c4f53066b959739a0e73daec0 SHA512 4b3b428214a0322af536a18e6f050438398766af6589389f20a804121a6721962ba411e2dcfded60aaa74313128fb0e831bea31378e2695c29b29bdc24d7cbfd +DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 +DIST wait-timeout-0.2.0.crate 12441 BLAKE2B a99d3f57bc6e784ac06167f98b2dc2841f730dfab4fb9772b15e67707f756d6ba7daeb3e992d32291bed3daa85eaa8a8ddde64db5e1acf1cc4031fc9bdc82212 SHA512 db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066 +DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST wasi-0.10.2+wasi-snapshot-preview1.crate 27505 BLAKE2B 4eb8644b945633d6e856ad80dd74990be19eb6af99823b147163384f61d471e2d9ec054d78a7064072344be53783e57073e8fffc6d5555c149b4834a9bf31dba SHA512 06977a294d76369a3867c45abdd8a87ea5c84e5a3681075ba0d14af1aee3114ff24495c7e7f7fe1e6e42230e65fba0e062898e69bc89e0209af62c2d14094ec7 +DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f DIST wasi-0.9.0+wasi-snapshot-preview1.crate 31521 BLAKE2B 716bdd2ec46d0bc9911c5e5e29fc783840559931b2563d8619675fc11da9527ddbe653a0f1ce0b782ee0c5f7a3131aba2b0867d415f003aa9c2389357569e7dc SHA512 dbe641f796ee3a5daafcaafc911ecc6dff170340f477c2df7a61fb4858a85aefc2637c9e61973ecce66a987aa8e08a736273a4aad3ef47eaf61ed4268dbf9c47 DIST wasm-bindgen-0.2.86.crate 174170 BLAKE2B 09146027b7c841ad0ff4dc18d2440330f5fe76d445cb947a5ed47e12455cfef8dee60398be6c32fdb7095535d1c88c7cc61a11c5194c4a0b9e4f55626b1dad0d SHA512 185f513e0e67264842f7ac03f19dfa89c6954de333fd5dcf6ba2e016a459c4a9c98d4ded341e99d0fd1f2795c458acd1e5032b1f74f6cf79c220b156f26c093d +DIST wasm-bindgen-0.2.92.crate 184119 BLAKE2B ca256c686bb3854492bad6afe3cd27dab314561a1ea2e0205579820066b462bacdb2cc01075fb420bd20eb33b03a648ce1ff46feee04d8759ea8aa990ff8232a SHA512 6e46501276c0d4befbf930c816d6ae6c3764e3b5ce0ef4aafa627a6ea371f1a056ecc15970a817e9e9bf51c0a2ffa57df427d758b2d367beb6a474d75b8939a5 DIST wasm-bindgen-backend-0.2.86.crate 26792 BLAKE2B 0df16a87b4e3b91b2c66613e49844567ef036dd79532759e07296dacafd4993d2783f88b137b5e6e5d9c7f18c8f4c7eecf11edf666e6dfaa4c1d3dc32872ace8 SHA512 6e62432e29f7ad02e890c5c4943869a166606a7f9ba9a8ee78fbb1d86f9083005da5268e6b18ce1da13c5016e8c89ff3f5576ac3bbe3ae4587bd4c901ed5e436 +DIST wasm-bindgen-backend-0.2.92.crate 28348 BLAKE2B 425497aa7a023b70549c55d5a15dfed80877c5503863b186c0a9d11b29551c4606c1cd5961c7dfdeee2eab5662952ad7ad215513e93abe727a33f84b30bd181e SHA512 22e4f5848d62bd1fd55f4f054ea1293e223b3cd6f916bde2523eec10388e733623492c3a3246d61831e696dffdec5d000b95e9aa1217be6e38dd6459872166aa DIST wasm-bindgen-macro-0.2.86.crate 13888 BLAKE2B 267d19541474501be9ffaba4ffc6a81d32c3c8bd79ff60cb7588edafcf00a65d4547dfcd6ff12692c49438c270e0611e6726ab03ad2b449f7d4c6d41aac86949 SHA512 f6ae82d9ae6e0316c9d35a02100c7e93d5fa17e23d36f72b04a1365a580323126a514bda71f7c225b51ddc966460e9f3d7855cde15a9264c05375a92a56e4f75 +DIST wasm-bindgen-macro-0.2.92.crate 13835 BLAKE2B 1f2202fdaeb78c32813eaf08b2fbd7aa9c469228386df71b8ffd81a46374e39a7104b79991f702505f9b7e97957fda8574517fbb03e3f9e93098c4d6e1e46be3 SHA512 78d2ddac88a9ca3ca5eef8a7af81cdf2366187a67d844e69f65f6893d1949f9723ab5f2be762c2217a5c21aee2f3dbc2d5d55ef0c9cbf0dec0d52d67a6ba7462 DIST wasm-bindgen-macro-support-0.2.86.crate 20027 BLAKE2B bd6363b515400ba393c8f3c7c38e8fcfd19d1eafc377528777254208d3d03cdccbd208c83e70291525b856d88c36f8e13b8c9df3f2d568133357c1e7b047baff SHA512 f4d5a883be6b7e6933e705a112b5efdcb1c5a282b214a592c08c6b5fb423a600c6fe43581cc2f8c13ccf946c5a210e05d0455cf594eccee2077f9a96c5a40902 +DIST wasm-bindgen-macro-support-0.2.92.crate 20092 BLAKE2B 8e274a4053e7afc680740e811c3941478caf5342e2206e3d28cdea9f9514bedbfa4f2b6bc608817306a1c455dd7134b7e17f0f04499f6bfb5302f29b041ac7ae SHA512 92543d2aad0b25798ec20e68832b823610c2c01401088cd9cac1684a86ddd1b567b3e2712acb862060f9c645a0df509b01d9834fd3e13cdaab97960f66d8daa7 DIST wasm-bindgen-shared-0.2.86.crate 7246 BLAKE2B b199125c7a65dd2f77e8700d459f1aec0572c6f1ee16198f7212d494daf4a71ec7637803aaec54e3b04bc991281d102e6f4da9d63838919238b2034353ee56df SHA512 e2a557c58185cea726e694617afb108ede9017f2aa492309695cf9a8b339806c0d9e35c4eeb6733acc56f8d0291f34fc236651246e82b450435949a4d2e0002a +DIST wasm-bindgen-shared-0.2.92.crate 7263 BLAKE2B e54895486b9a31cc4651b7bb042059cc84421708346c06a9764315ebd4f440a1077520c7d325d6889a690b2c06aa185d40cede2dc4d061b363594cbde20fac31 SHA512 70e3a22731ed8aec428433bf30500eb3f62e3b7f4f1be34d8bb3b6f34f99690fc85d49eb413caecab807064494cfec64242c6a42709dffd638046e370bf86e07 DIST win-crypto-ng-0.4.0.crate 44313 BLAKE2B 42d1058b73ac9899f5399ab7aec08276cc5d431b5634a16d69dde1ebbdb46af8b4199097efd51e2f22b3bb9710db2a6897a1573f93742b762575fc93f18ca2d0 SHA512 2e5428680678c78ca5867ad25204d6c16e823ecccdf0d4efd3df7f7cebb21f6ea633c1802d76402d44f977df47a7be2f9a9db222697cc27522c38302aa239d46 +DIST win-crypto-ng-0.5.1.crate 44667 BLAKE2B 112a40af7aaa7d3e1c6d6eba99f3eafc7173a10f149e122eb5c658619f6898add8086ab8523695b8433bed89952d70a63e6f445b39ad4e9bd64ed98931002817 SHA512 735d245c56928db70dd4ca0b95dbd8be9f3b55dcd88961549dd51cf8e671eaa3a203b76a1e2ba073ed8b0042f9aea08fdff505f7efe19d8b2153589f9e811692 DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 +DIST winapi-util-0.1.6.crate 12234 BLAKE2B b8db8ec9d7ada5532a22a2d070320174c32ece1f48890e9b028708e194fe72a04287b11910dc2ddc7f9c9674a9d8d39449b3e100725e1f59e59e3047a7e3650b SHA512 b1c949f9bcd34c1949a9d3a7bde6ce62fcf3d2cb66df60af41fe67a9d1acb24e571cdd5ac721be9f1ee4b3af5ef5149b5724ad6e02b558e124ef2a4412d12db9 DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 +DIST windows-core-0.52.0.crate 42154 BLAKE2B 9670bf02261b4ab2a24eff97dad11e305deac823cacfae286965b62b11bc035f19a55ca710eaa4359c8a4905433a94fe62a836b77ddd68f244ad6ac2c9657f58 SHA512 0c8f1c7e63c11bdcf1361150ecc83abbfba8da2c6d28523799bd286bf8aa1df61ffed19175e8cb3ef516a9afb6248b640c2101a2e0c09a99bfd7a18c6741bd36 DIST windows-sys-0.45.0.crate 2568659 BLAKE2B 6f2d634d121a9bf41e2887e277a73f33aee69b04c7fcfc6ff973d21902787997f1e186f530e9226cddc003ffc3f85a179c069c8a8688de459f617df92d33f94f SHA512 f239346c0141b95aa76e0771e2f4e38b9a592f3cd92c6001de353637cd65cd73b94cbf9917a4eaa9b0c0b2e6e2af920b9cf6b3fccb52770df5160254cffc1c47 DIST windows-sys-0.48.0.crate 2628884 BLAKE2B 551e900de4f67187ef034b60df9fd0e0d8f82a3100ef28e1eabd543ac129d882dc86ffcc1714071aba09e4cb2ae2d2f07ace1a32b99fd989ce525cf05991edab SHA512 bdf534bcf3face31e9ebe11427a911a53f89f4ff5eaea8cccd094e139bfe14b2aec602b1cab1df774794d999477439d9adc6b627a8e33c20334fc348ba2c47ed +DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 DIST windows-targets-0.42.2.crate 5492 BLAKE2B 42fc4a7d3e287fe2a70637e890304b49737776596f4a94a6d216668247092135e84322bd04caddd19c83b7700b0f27278e600ce8ed326957fabc21bffcae89b0 SHA512 84fbaffcad9a80beca77506aac26d0c5cb75aa0f21a5a70bcd3f6a16e71e8753ae00d3b89da9262c99756624163dcc0d6074fa9f99dfaae0dc098018209025f9 DIST windows-targets-0.48.0.crate 7466 BLAKE2B 4ef6d89ad5b1acf26a1a24348122b86d3943bd95935499bc9032fbc7aa01c04999c723df7fecb4989854cb6b7cceffe141537dfb05a9eaf3902c4cb490533116 SHA512 1d2a29602a1e0846c8577ec9167c5f9972091998a5df449d67b13ad918bf37680e7f97247baf5e3010c166d0b3182418c2925470998b92893ee9469939b91e22 +DIST windows-targets-0.48.5.crate 6904 BLAKE2B 7396bb210f37bd51da86f39fca3425c8f6610721d5c4e94f9fafa0a8a8046303b3fcc6979146bcfaa32f4406d242a0455f6cbb220f84c6ff84650e755acf5223 SHA512 e079eeef255a046be7f8e6a31c14f7b230254ebcf05eed2944827bb3d2a0dc30940d87593cf544d5e7ef35f6312b99430efcfb01421d91b02bb9c4bef7d98709 +DIST windows-targets-0.52.5.crate 6376 BLAKE2B 1d39fd86380ab086c536d88e67b60956410b345790ccea62a25e6a700757b2a9cfa6dfeb7b86934cf47b981ea2e5f42dddf49780ad9829a551dc507fcf108641 SHA512 d00d7bc7eec3c10272e803ee5c9ea0d9b07c43311124dae975b4f5aae7408c5f2ccb2fe6e68228ea3d4e70b6b658382cac6992ea177f43a9cba2ef95c4fda0ee DIST windows_aarch64_gnullvm-0.42.2.crate 364071 BLAKE2B 97c4e3b2a2dd3f936f9bfcdad23639c9c4c499eed220aec361d26d6013d798efa118e6b298f9cf841ac149d2ae5d58ca653731718450fcf2910bb5f6fa39159f SHA512 75cd7eb1def8ce9d0ff3d7468d2b1cc31cc76c08f981a2460c3d1eb09cff7100d7442863a3591621c1f5f3b3f4badf0b5c95285b6ed583e37283a8403f1095f1 DIST windows_aarch64_gnullvm-0.48.0.crate 366543 BLAKE2B 9b10f65089fe6da3ff38a1061783f635644ae84f567f891eaced280af68f7ff3919b34289e8850aa34554bb0346903273ff0a7fa743ca8794c2d23a9f1b0185f SHA512 80c5aa74c5669f7acff3882a8e7575f15e8d7cc58c11a1cb731ff423eb9cc9ba43cc6b80e52803c0d44e6a9001655ba87de6f43a9fe858da6d6e3a5c983a2711 +DIST windows_aarch64_gnullvm-0.48.5.crate 418492 BLAKE2B 5c6f7d73ad05740f0bac304ed1ef9b2ea63b0d6ca8f875552ae299a0b73b1557e8fe996f1c2b69be9f2df350c9288690f49ee62239a2896991364331d6c55462 SHA512 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996 +DIST windows_aarch64_gnullvm-0.52.5.crate 433266 BLAKE2B dee1b69cdf1fbd4143136909e4df3adaa7b80d7630a01ca9a42fc5ad0d5a4d9a9e2873b43c6d8e55de59f237d9199fad0768c4e1cda3b1e5354847bd70d4c79e SHA512 b4cf511025458fe30d5b11368af285610e1654a8986ea9f78fa81b8bb87d38a00c4869441c62692534df66d06baf14c8a4d17f8eb06468eb260b99e2fda6439d DIST windows_aarch64_msvc-0.42.2.crate 666981 BLAKE2B 9f3cc5592cdede08bcdc1e7c455325279e3b763d96942695e10dccf1dfc37a81c749b69a7d6de883d4c0fa6e8a0d2f578fe2a8d6c42ad8ef6282590bf8fc87b7 SHA512 d2dafa8c94d01c1b65ca1bd631d31f2ef842f1db7accb132ff78c3f8483221b991afd3391563e03dcec42bbc9cbdc0ebdab47b991d25af85b5ba2ac1bbf8db63 DIST windows_aarch64_msvc-0.48.0.crate 671479 BLAKE2B 0c80f210437628e1d878d1d14e884fea532c7539b3030aa76d46f27d02372c715c6e33d7efdbbd770666472b44a66c30711a33d819ede9cdcd51c96355802d45 SHA512 617e47a7202f1db4dbd3ecea509682135ccd85e3a458c0331b9bc7aa1d84e5756b59c881cb098d5c6d4c951248d13c8253a8e8a50938e1997bd19ceba77262df +DIST windows_aarch64_msvc-0.48.5.crate 798483 BLAKE2B 60c466d6536426425a34b5ca20da97c8127ebeb4fb9b1363911165bada484f8913fcd50e90410b5661e0c27dbfe8f4eeaa62fb17d1f3566bfc82b6255e11619b SHA512 223f016c6f1a44dbc5c8a8428b39438f75380ea06951b7c26ed0877b19d79410c6fde5e4c7f2c839b6e76159131f39a1230e0e3a208dfc425ba9117e3665c4ff +DIST windows_aarch64_msvc-0.52.5.crate 827944 BLAKE2B 3bcb16d527be1dfdf18a9105ab259a064f00e949937ca423c8dcd1d2b90090d85aa7e42ca6ccc50c9baeee1aa144123d0a04643f9ff1147e62b2fce28b8a697b SHA512 c8974f81e37a43d92c4a8b142705e36b7acc58d9150d80ffa3997433da878044c467a2d9167ba792d37a183a0082d912500fea8c8fed743f395b63ca62a5758d DIST windows_i686_gnu-0.42.2.crate 736236 BLAKE2B 4ef0496462afc73d9d72af7e5da1e6d3506a92f8172930e88ae64ab97596ffd31c4f97fb969e9b677e30159c27f00a8e756deb006b630fb98ce83f03c8b762e2 SHA512 ad09d650a05cb91cb6b40f59025c023a4c286bc1194586697c506016df2b9b0d5b02606b81687bc634795a0d9a9b8a73e486599328ae09c853e8e5ba662fc59c DIST windows_i686_gnu-0.48.0.crate 741490 BLAKE2B 5a4a584f8d8ee5bbd2d4c5b6749a66f2d43fc9e4ef90faab2227709b270f0d46fc26578c029edd96877c71309316ddb32d91c39f46d88f9a484c614f866e3dbe SHA512 15149fdd48b61b6d993acd392dbd353d0280d984ea88745217e4207937174bb90cdd9701f69ff0fe06a842f03607cbb57937d20d79ab577181e605a8a8fadc68 +DIST windows_i686_gnu-0.48.5.crate 844891 BLAKE2B fdc37cd74a4982056bf22fdb7b84e1c55dc838f3cb19ff3648730a77e673ef4ecc0380b3e4277bb8df2fcfa25f57b69014713d9e3ed27c28e19b25b3ea2ab774 SHA512 931ba5c1e4eb8ae73248e00d9611298d1c4b4b0dae719fdeb9243930cd420a103a7bc2738e0a4887c42c8f25728d6c5d64ad141dc092bc3f1d0f35dbe37d303a +DIST windows_i686_gnu-0.52.5.crate 875699 BLAKE2B 528ea431d080c5326e4c6ed316d9ea3e38b40c2e1322a12a432506a2c11555a94537661a0941e90c20eff4a9ce42c12539876dae6e77a1df18b522529928b309 SHA512 cc3e0362fb62dd5e8a855bda3be0177708ec8629ee9685f1f9aaac3f71a8cb082387388bdf49b09d3f5ee24a636b0b4f933d2c8bb75db434ee0192c8ce0547d2 +DIST windows_i686_gnullvm-0.52.5.crate 473064 BLAKE2B abe41ee330c05ee1366b3a835d15c6db3964ffd7b340ee69d215056b0d4b65c67f2782b0c04a55db64001098de87c93e2d447e25ef2a27f2cfa6685b8cf20c88 SHA512 da45c882248070911bf55698f62c245cb081a23254cdcf578df053905adb9117454235e52dcf1dd97c0d2248f92ff1d2fd3e18844a7be8d93ba08590c1eca22b DIST windows_i686_msvc-0.42.2.crate 724951 BLAKE2B b084286cd4927efd2889b149abf8a9fe9d3d777130db9e592982660dbf9a96a0f5e723ca121465787aa11877d2d29a5a7d7cf066cdc8fa7e90d7ca7dcb7677f1 SHA512 c1706fc36d4b157c020744a11b3eb5d7dfbf05a0b56775bc717e94b7fd725816b20154fdbcd69ac08dbfb8b8bbfa74fab72d7a9c10399aad6a1cc54cf597e804 DIST windows_i686_msvc-0.48.0.crate 730056 BLAKE2B 4e4ad6ed94948145199c2ed50fc65e4af08455a0fd058bb0f763d481f30b029f99a2b8dbac087b29e762500a19270f6683baf62ba99d141eb002a5b0b5c8ea05 SHA512 11a50800e709712dbea907275bc0faa46d2eb2969118445ed5b932d9c5957a09592a5b26a40e554c1f5fd56c6d074a07637e6f88eedd2224e1001e62df7b469b +DIST windows_i686_msvc-0.48.5.crate 864300 BLAKE2B 3d3ea8be55e2d6ced0eeda18abe1dffb925a1a78f456d683e4450d9f2fd287ad2e8494d65b2b770c677a12b3a60d10f0435e16c61880e3867c3657fd44892442 SHA512 70e2fb4fdb006a4cbd43ab2c7e940b277a15fb1790dfa2d1fc1f1fd18bead4886f6dc046e44326603e4894d988578917b8932aba5d9a6a4cc8424911cad9dc7e +DIST windows_i686_msvc-0.52.5.crate 895404 BLAKE2B 02555169f8c5b944231a877de8693fc871ea0d7d33f52f60e164bacb35cec13d463af07c57fec4667948047cc222d8bda7f6a0be01a07e7184b69e4adc2b4577 SHA512 08c96f8e9385ac121549bae8ed228741b32004be20b2955d163a98d4b62af464f1682cb813681fa22823d20646f19335cf0a66203a876b105e119e05a4db0634 DIST windows_x86_64_gnu-0.42.2.crate 699373 BLAKE2B 01c70809d564b16b268656e47295e99c992d8f9839fac8a51338a0e7c3b9cdcd0429c456ca8c1c139a8c687ed7ed6c43a82250889d881aadaa65bd037223e0a6 SHA512 5767af3c86e717f93137a89d442230e6b60a649057edb3ab104b1f82c0bcd64fe089dcdf2f4fd486a799bece1ddb5f0449641536b678211945e749ae24f35c1f DIST windows_x86_64_gnu-0.48.0.crate 703595 BLAKE2B b227efb78a99c43d0538cceadada3fa1840df29adc665787fdcf845b73e77d782da8a9f9aa602e1da61401b550d0107176feb6c397c922a6240b38cc8f04a180 SHA512 38eff1164fb37dbd2bbe53404b20cba92de84cbbd5e4eb9ad60d51fb43d6fdb8b87a1488e2c88ebd4b3ff3b708f93fdc05df4b14a285d3ff11c33ff0d9828602 +DIST windows_x86_64_gnu-0.48.5.crate 801619 BLAKE2B aa7e7e6a6ff9f9553ada3a0a39a9aa798e9d995a8eef36e0b6fdb2a0db93ddecee5548970575271fe43aec74797a420d0ee231d503b5bad1bd999059261e0e33 SHA512 1d6056fae430b3d042bdff3c6217c76be4b8b9f5dada9bad06beaac2db7d7ab9b0a82e44f498ec88e61afa73e99f56d84d445dc3847732b9ce5d947e08485f74 +DIST windows_x86_64_gnu-0.52.5.crate 831539 BLAKE2B 54f84c19988addeb7cbbbddb940e430e7345944589419592b99addf9b83bf6d801b18f4e80399b85bbb0b0ccf4608e36d9a50b79d8b1d6ce2b93745856e06eba SHA512 d9bf91765d02d2727344e42081f4bcfa73be97991495126f7e633f27e56a261ada3a8b865a559cfe71f9bc9aed5b14504f89138796766937b3521009726dfab8 DIST windows_x86_64_gnullvm-0.42.2.crate 364068 BLAKE2B 64bc53e98eb3fc649c9b43a6e734de4e65088e41edacabd49f7afcc5dc6e1065c563ecfc682747dda05978dea2dba4f45c16fcc18c3b00684c3d93681e5a7deb SHA512 d39a8bc948110fe612d3f8d6628b3f0d56620df11d8a49e0fabb6c90389ad407582b3af10e4eab46c79b3d11d2e10753d73d9e55963fbeac085f41e9749bdba3 DIST windows_x86_64_gnullvm-0.48.0.crate 366536 BLAKE2B 295dc3aef18c604d1579978045f4058b1a315083a8ab842bddf5800ec3460b1530ad88c3464acab712a229290aca235810de8a3b6a253859a354d9fa97277e58 SHA512 8d82fad4c8445030844708aa026a62f1ca43362b8e15f14b0d226c7e9cda04ffa0715087b6a025dbb738e8891de24fcc4a2df071a532917cf03c4a46f934f396 +DIST windows_x86_64_gnullvm-0.48.5.crate 418486 BLAKE2B 12a2199d434617c1df1a839e9f435620ad64b40c579f6d0c3677553ad7a48e5765d12c266b04946402e15c92cff2e4ac4979ce2130750ef426e2672119680284 SHA512 c016d5b5e73832b61ff67929d92fa8c16e154656294357266ad29ce1f44db4ca2d2935dba31a6b571187dc838b1d22f1e3b41fefffd1d719a338439adf1646aa +DIST windows_x86_64_gnullvm-0.52.5.crate 433246 BLAKE2B f34328a6d100e092ecb34a6305daedf4fecd71840432f104e8707f049b60d784584ce4f02fabdd0281fdb8bc7ebed34b38fdacf3be9c8abd60084e9a4ee9fd56 SHA512 22a978c40df9705cd94e4c52f2b706e477e667b564c608d0adb144b38cb486c279c09d1eb1dd2d6c7bd3401b75a2dc5eafe0f7d642ffe6453f394d1f59483a08 DIST windows_x86_64_msvc-0.42.2.crate 666936 BLAKE2B bc3a456e7f8bc272f8978ec69506ec9d89f97b7582ebbe05d8bd57bdf8156ef62d0d2dc6137a97e81d54059d70db97a24af9a038adff357f5dfd28805d6193b5 SHA512 53a35f438903fceb59e36bd2ac331773fb8e6c8c5a6d984e79021761f91b3b4a23efe49d219667a4d0d23dcdbf906da9c24e74fb1cff93395b5c55ff524e3788 DIST windows_x86_64_msvc-0.48.0.crate 671422 BLAKE2B abb063610dcc38581657133182b7d9efeed5553df67bd2bd6f30f1668a645186e4824f9ef556a5abc84ace10b1b437b6325bbda6df5a64ce880d7dcb743ac786 SHA512 6e598b8e3ac54912a8ebac01b0dd2c58fd282072527d7fedc7f6ebecdfb7dcb09ae46c22293bc0117849437f8b053db5e90406e7a38276f0f0afd06be3966795 +DIST windows_x86_64_msvc-0.48.5.crate 798412 BLAKE2B 8abc0721e2fb337fe17c91d278947d36122d9045b839ba0cf3e690202d242265b676f23cc301da5f9d98c56ca4ecb76f7d6f072ee71bf986a1deca87020b90e5 SHA512 fa1c5cd14ca2ff0082e2504cf59d317dc4dc6f7138d35c12f95d4476a9c13d8b7f5537d0ee251eee7c99411ad31b22263171b7fbd391daa5d3ea3488ceaa61a0 +DIST windows_x86_64_msvc-0.52.5.crate 827905 BLAKE2B fd5dac198bfbf29878cb461a7338c289c9af16ea80b3e5fa567980d2a6a5ea6a1cd83729ce6fd67e4da171873083dbeb1d6e16a287620f0245201f9cb29c29b4 SHA512 81176090dc725d7fe3867e6322fdc4a4065168580847b35e6f8da345f685c4f66a81e35cd1880dbaabdd4cdc82446dde9d6a0e583cf0b7fe47dda8bc8002f1c6 +DIST x25519-dalek-2.0.1.crate 87820 BLAKE2B 039749d0278d95996016260f9e32162b370594085186044665685288d879e067fa16a5d4d42e939d2bd05f7b47a81036cb4f573d841cc81ece078c7a08eb672d SHA512 13dde8a8d4772dfccc3849a37717828ff6fdf6b4deaae86b5d6bbfce9b6dabbaf039d95c163cc6764447d503c1a62d602ae5b5d1f7204cc002d3fb13ca85acb9 +DIST xxhash-rust-0.8.10.crate 20066 BLAKE2B 5fca80ff05e00d5f78c2655093a963b08a16d2bd40e74e53c9e48e9812f81d668f9d60cd23872cb76ecb643cd381eddb841da5ba93a5f9fc92e42e6d8bb7e871 SHA512 c5a66c4c7a30dffe9d925dbfa8d0b5ae5b825770cb5d52a0d5de2eadf24c9af1b08b11b2e7a94ce60a30dabb2ce61cd3066cc781d05c90bc6a9d46daa2e04b71 DIST xxhash-rust-0.8.2.crate 16721 BLAKE2B 898102bd731013bc18557e5087aa03e8df362004d658705af7c931964e4f436862c8aff53e135e2777c3234f54df36f7b3227715d17e3bd80d17b9644292c916 SHA512 083afaad3e36e18b370eb7ca457289c9aa37c806f45615d65a83f7f6f74ca619181bae3d3bef315fd1625ee23706490606ea61dbe628714940bb53e3a4b85762 DIST zeroize-1.4.3.crate 15573 BLAKE2B 0ebab6e501bcf32c19ea88fdf038c97468b504c5035b2f2477372326e114231e5c959203b2bc897228a05b19ee510f1264d4fad5e33c5539b5c8bdaaff28889e SHA512 c4f3f10790176925fb90ee6325a50c710ff220bb9d37d424e28e8d8de5f801f2ef5fd687f0b720c471ac9e99e02e26011afcc4ecdd10a8229f70bc71a3815002 +DIST zeroize-1.7.0.crate 19039 BLAKE2B 2f94a5025f409bd2b96a456d2f78a34c6b05b5554abe7ef3fad2a55a8fcff8a6a1b971be660aa4c2954ab7d6e89bebc431036e349edef74711292f9f64b1dbae SHA512 9d31e3e76e8c861309a3579c21f6da5fd6b056c7d7a350427445a1a832e8827204804783f7f9b808acaa2148efef883d9078bf84943b1db55526bba5bf5a2756 DIST zeroize_derive-1.2.2.crate 9147 BLAKE2B b270762bba183790042155f4e0d5ba740cff3d8c5d5be60bce37eae3266e62b0530f23b529510d67434506cc87bc7eea1f37710160caa8735823cdb70f4e9f7e SHA512 b8e00d3a1b1fafa705c40de9b0a60059f6f3b921c022360f1248e50ac6b29cced779bd71b74eea0df5afb991712a13906c73f5892ccdf7ffe79b323e103b8712 +DIST zeroize_derive-1.4.2.crate 11141 BLAKE2B a40add656369a3a40d5b5f3397a77a1e9f803d4b8ae5b7d51c9f2ebb332a289b3c1ea528655806a26998e081a1cc9f4b07828664542de8d8d2619faf079d25c5 SHA512 d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226 diff --git a/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1.ebuild b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1.ebuild new file mode 100644 index 000000000000..c7460b9f59e7 --- /dev/null +++ b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1.ebuild @@ -0,0 +1,318 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" + aead@0.5.2 + aes-gcm@0.10.3 + aes@0.8.4 + aho-corasick@1.1.3 + android-tzdata@0.1.1 + android_system_properties@0.1.5 + anstream@0.6.13 + anstyle-parse@0.2.3 + anstyle-query@1.0.2 + anstyle-wincon@3.0.2 + anstyle@1.0.6 + anyhow@1.0.76 + ascii-canvas@3.0.0 + assert_cmd@2.0.13 + autocfg@1.2.0 + base16ct@0.2.0 + base64@0.22.0 + base64ct@1.6.0 + bindgen@0.68.1 + bit-set@0.5.3 + bit-vec@0.6.3 + bitflags@1.3.2 + bitflags@2.5.0 + block-buffer@0.10.4 + block-padding@0.3.3 + blowfish@0.9.1 + botan-sys@0.10.5 + botan@0.10.7 + bstr@1.9.1 + buffered-reader@1.3.1 + bumpalo@3.16.0 + byteorder@1.5.0 + camellia@0.1.0 + cast5@0.11.1 + cc@1.0.94 + cexpr@0.6.0 + cfb-mode@0.8.2 + cfg-if@1.0.0 + chrono@0.4.38 + cipher@0.4.4 + clang-sys@1.7.0 + clap@4.4.18 + clap_builder@4.4.18 + clap_complete@4.4.10 + clap_derive@4.4.7 + clap_lex@0.6.0 + clap_mangen@0.2.19 + cmac@0.7.2 + colorchoice@1.0.0 + const-oid@0.9.6 + core-foundation-sys@0.8.6 + cpufeatures@0.2.12 + crunchy@0.2.2 + crypto-bigint@0.5.5 + crypto-common@0.1.6 + ctr@0.9.2 + curve25519-dalek-derive@0.1.1 + curve25519-dalek@4.1.2 + dbl@0.3.2 + der@0.7.9 + des@0.8.1 + difflib@0.4.0 + digest@0.10.7 + dirs-next@2.0.0 + dirs-sys-next@0.1.2 + doc-comment@0.3.3 + dsa@0.6.3 + dyn-clone@1.0.17 + eax@0.5.0 + ecb@0.1.2 + ecdsa@0.16.9 + ed25519-dalek@2.1.1 + ed25519@2.2.3 + either@1.11.0 + elliptic-curve@0.13.8 + ena@0.14.2 + equivalent@1.0.1 + errno@0.3.8 + fastrand@2.0.2 + ff@0.13.0 + fiat-crypto@0.2.7 + fixedbitset@0.4.2 + float-cmp@0.9.0 + foreign-types-shared@0.1.1 + foreign-types@0.3.2 + generic-array@0.14.7 + getrandom@0.2.14 + ghash@0.5.1 + glob@0.3.1 + group@0.13.0 + hashbrown@0.14.3 + heck@0.4.1 + hkdf@0.12.4 + hmac@0.12.1 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.60 + idea@0.5.1 + idna@0.5.0 + indexmap@2.2.6 + inout@0.1.3 + itertools@0.11.0 + js-sys@0.3.69 + lalrpop-util@0.20.2 + lalrpop@0.20.2 + lazy_static@1.4.0 + lazycell@1.3.0 + libc@0.2.153 + libloading@0.8.3 + libm@0.2.8 + libredox@0.1.3 + linux-raw-sys@0.4.13 + lock_api@0.4.11 + log@0.4.21 + md-5@0.10.6 + memchr@2.7.2 + memsec@0.6.3 + minimal-lexical@0.2.1 + nettle-sys@2.3.0 + nettle@7.4.0 + new_debug_unreachable@1.0.6 + nom@7.1.3 + normalize-line-endings@0.3.0 + num-bigint-dig@0.8.4 + num-integer@0.1.46 + num-iter@0.1.44 + num-traits@0.2.18 + once_cell@1.19.0 + opaque-debug@0.3.1 + openssl-macros@0.1.1 + openssl-sys@0.9.102 + openssl@0.10.64 + p256@0.13.2 + parking_lot@0.12.1 + parking_lot_core@0.9.9 + peeking_take_while@0.1.2 + pem-rfc7468@0.7.0 + petgraph@0.6.4 + phf_shared@0.10.0 + pkcs1@0.7.5 + pkcs8@0.10.2 + pkg-config@0.3.30 + platforms@3.4.0 + polyval@0.6.2 + ppv-lite86@0.2.17 + precomputed-hash@0.1.1 + predicates-core@1.0.6 + predicates-tree@1.0.9 + predicates@3.1.0 + primeorder@0.13.6 + proc-macro2@1.0.81 + quote@1.0.36 + rand@0.8.5 + rand_chacha@0.3.1 + rand_core@0.6.4 + redox_syscall@0.4.1 + redox_users@0.4.5 + regex-automata@0.4.6 + regex-syntax@0.8.3 + regex@1.10.4 + rfc6979@0.4.0 + ripemd@0.1.3 + roff@0.2.1 + rsa@0.9.6 + rustc-hash@1.1.0 + rustc_version@0.4.0 + rustix@0.38.32 + rustversion@1.0.15 + same-file@1.0.6 + scopeguard@1.2.0 + sec1@0.7.3 + semver@1.0.22 + sequoia-openpgp@1.20.0 + sequoia-policy-config@0.6.0 + serde@1.0.198 + serde_derive@1.0.198 + sha1collisiondetection@0.3.4 + sha2@0.10.8 + shlex@1.3.0 + signature@2.2.0 + siphasher@0.3.11 + smallvec@1.13.2 + spin@0.5.2 + spki@0.7.3 + string_cache@0.8.7 + strsim@0.10.0 + subtle@2.5.0 + syn@2.0.60 + tempfile@3.10.1 + term@0.7.0 + terminal_size@0.3.0 + termtree@0.4.1 + thiserror-impl@1.0.58 + thiserror@1.0.58 + tiny-keccak@2.0.2 + tinyvec@1.6.0 + tinyvec_macros@0.1.1 + toml@0.5.11 + twofish@0.7.1 + typenum@1.17.0 + unicode-bidi@0.3.15 + unicode-ident@1.0.12 + unicode-normalization@0.1.23 + unicode-xid@0.2.4 + universal-hash@0.5.1 + utf8parse@0.2.1 + vcpkg@0.2.15 + version_check@0.9.4 + wait-timeout@0.2.0 + walkdir@2.5.0 + wasi@0.11.0+wasi-snapshot-preview1 + wasm-bindgen-backend@0.2.92 + wasm-bindgen-macro-support@0.2.92 + wasm-bindgen-macro@0.2.92 + wasm-bindgen-shared@0.2.92 + wasm-bindgen@0.2.92 + win-crypto-ng@0.5.1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.6 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-core@0.52.0 + windows-sys@0.48.0 + windows-sys@0.52.0 + windows-targets@0.48.5 + windows-targets@0.52.5 + windows_aarch64_gnullvm@0.48.5 + windows_aarch64_gnullvm@0.52.5 + windows_aarch64_msvc@0.48.5 + windows_aarch64_msvc@0.52.5 + windows_i686_gnu@0.48.5 + windows_i686_gnu@0.52.5 + windows_i686_gnullvm@0.52.5 + windows_i686_msvc@0.48.5 + windows_i686_msvc@0.52.5 + windows_x86_64_gnu@0.48.5 + windows_x86_64_gnu@0.52.5 + windows_x86_64_gnullvm@0.48.5 + windows_x86_64_gnullvm@0.52.5 + windows_x86_64_msvc@0.48.5 + windows_x86_64_msvc@0.52.5 + x25519-dalek@2.0.1 + xxhash-rust@0.8.10 + zeroize@1.7.0 + zeroize_derive@1.4.2 +" + +LLVM_COMPAT=( {17..18} ) + +inherit bash-completion-r1 cargo llvm-r1 + +DESCRIPTION="A simple OpenPGP signature verification program" +HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sqv" +SRC_URI=" + https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 + ${CARGO_CRATE_URIS} +" +S="${WORKDIR}"/${PN}-v${PV} + +LICENSE="GPL-2+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT Unicode-DFS-2016 + || ( GPL-2 GPL-3 LGPL-3 ) +" +SLOT="0" +KEYWORDS="~amd64 ~ppc64" + +QA_FLAGS_IGNORED="usr/bin/sqv" + +COMMON_DEPEND=" + dev-libs/gmp:= + dev-libs/nettle:= +" + +DEPEND=" + ${COMMON_DEPEND} +" +RDEPEND="${COMMON_DEPEND}" +# Needed for bindgen +BDEPEND=" + $(llvm_gen_dep ' + sys-devel/clang:${LLVM_SLOT} + ') + virtual/pkgconfig +" + +src_compile() { + # Set this here so that it doesn't change if we run tests + # and cause a recompilation. + asset_dir="${T}"/assets + export ASSET_OUT_DIR="${asset_dir}" + + # Setting CARGO_TARGET_DIR is required to have the build system + # create the bash and zsh completion files. + export CARGO_TARGET_DIR="${S}/target" + + cargo_src_compile +} + +src_install() { + cargo_src_install + + newbashcomp "${asset_dir}"/shell-completions/sqv.bash sqv + + doman "${asset_dir}"/man-pages/sqv.1 + + insinto /usr/share/zsh/site-functions + doins "${asset_dir}"/shell-completions/_sqv + + insinto /usr/share/fish/vendor_completions.d + doins "${asset_dir}"/shell-completions/sqv.fish +} diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index 89148af642b1..8ff3249c2936 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/emacs/emacs-26.3-r18.ebuild b/app-editors/emacs/emacs-26.3-r18.ebuild index 80c459995d0a..0be75dd210f1 100644 --- a/app-editors/emacs/emacs-26.3-r18.ebuild +++ b/app-editors/emacs/emacs-26.3-r18.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/emacs-${FULL_VERSION}" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="26" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gfile gif gpm gsettings gtk gui gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars valgrind wide-int Xaw3d xft +xpm xwidgets zlib" RDEPEND="app-emacs/emacs-common[games?,gui(-)?] diff --git a/app-editors/emacs/emacs-27.2-r16.ebuild b/app-editors/emacs/emacs-27.2-r16.ebuild index 16843b11a295..637e1687ae4b 100644 --- a/app-editors/emacs/emacs-27.2-r16.ebuild +++ b/app-editors/emacs/emacs-27.2-r16.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" diff --git a/app-editors/emacs/emacs-28.2-r12.ebuild b/app-editors/emacs/emacs-28.2-r12.ebuild index 141307abfb4f..5fc93e210add 100644 --- a/app-editors/emacs/emacs-28.2-r12.ebuild +++ b/app-editors/emacs/emacs-28.2-r12.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" diff --git a/app-editors/emacs/emacs-29.3-r2.ebuild b/app-editors/emacs/emacs-29.3-r2.ebuild index c4df29dfc08a..14d83ce44514 100644 --- a/app-editors/emacs/emacs-29.3-r2.ebuild +++ b/app-editors/emacs/emacs-29.3-r2.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest index 5cc369b92d37..799914a36ec3 100644 --- a/app-editors/featherpad/Manifest +++ b/app-editors/featherpad/Manifest @@ -1 +1,2 @@ DIST featherpad-1.5.0.tar.gz 1087068 BLAKE2B aef468f426c9c635624fe16f8180647a9f62a12c98d654dfb340758ff524e629341469ec3f37cfe8a481def99ba6c99672aa31c49b03226e2e895dce11e9b5e6 SHA512 984d1fba0e4bcb1eda8c2dd3bee34cf2ee0ba5604dd2c9328cc67531099b8a806e8ab79020510049eb788764cf0ad4486c128eefb43d9ab1ccdc4a3c06c48497 +DIST featherpad-1.5.1.tar.gz 1087189 BLAKE2B ede7cde803f5133ccab847c1fd1279de97b4cc3ad3e56874f26096e2cbf17dd197a3db1e6ff8b41c603501d541e314ea9ff434c0be486abd42ce4c9ec1555e56 SHA512 2fff60896c30402ffc87a8daecd6b80d86ff1b19dcc3946d507c8f37742b033cad60fbcb7df61e7e4cbb53821c0d06b5b732a5728cbbb6af3ea03b5872075ea3 diff --git a/app-editors/featherpad/featherpad-1.5.1.ebuild b/app-editors/featherpad/featherpad-1.5.1.ebuild new file mode 100644 index 000000000000..9b69e0fe90b1 --- /dev/null +++ b/app-editors/featherpad/featherpad-1.5.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux" +HOMEPAGE="https://github.com/tsujan/FeatherPad" +SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/FeatherPad-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+X" + +RDEPEND=" + app-text/hunspell:= + dev-qt/qtbase:6[dbus,gui,widgets] + dev-qt/qtsvg:6 + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND="dev-qt/qttools:6[linguist]" + +src_configure() { + local mycmakeargs=( + -DWITHOUT_X11=$(usex !X) + ) + cmake_src_configure +} diff --git a/app-editors/logseq-desktop-bin/Manifest b/app-editors/logseq-desktop-bin/Manifest index a7cfe3cb8cd8..45cd342fea89 100644 --- a/app-editors/logseq-desktop-bin/Manifest +++ b/app-editors/logseq-desktop-bin/Manifest @@ -1,2 +1,2 @@ -DIST logseq-desktop-bin-0.10.7.zip 189638441 BLAKE2B a2e81edca960f4efd3bd93634b57a1791a505a5aabcb43a1a551fb9270023f024cad704321c2a080af1f0e20b57848949eff2f4d7ddbcaf5a001048c7c2cec2e SHA512 c0bf76bb8ea9b58cfd229650a480b0f197c8d6c7780a146d73bcd4b439446a9bfd006154686b2e40f11d433d5f781f70f16e5b2e00fb8373c5dae57ebb679550 DIST logseq-desktop-bin-0.10.8.zip 189513360 BLAKE2B 851b9a5b8b7a5b1c94ecc71cab87dfe6b94a55f8c320b81e80647499741661e1f220b9077acb6f1cdd61e2a6c7dc646fb832cdc80e504a8a4015531d81875cee SHA512 64a31ce323d7f0e9640a6c1b386631b0a9571bf9677effc3e0d1fd0fb8e68da3b95d37ef1db97bb2c7a12f3c1a75de7db44af566fcdfa62eb8aa76390330bf42 +DIST logseq-desktop-bin-0.10.9.zip 188490864 BLAKE2B 83e1b94490a4295f5f2821e70e83c76b31ab19879fa800b1111643cc81622169031d8e2af18eddedeabe3c6ae2e4a575ec9cb0b50acab48aef711c5f4cd678c0 SHA512 8f93c498d64699dcf5c68e7dc800a0a96f667b7767683903ba38cd7dea9f4787b9ab03e83e75cbf6d0b3ba5e52b1442e29aad1383b14c3acdf67463cc7eae176 diff --git a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.7.ebuild b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.9.ebuild similarity index 100% rename from app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.7.ebuild rename to app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.9.ebuild diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz index 1f9f4b8f91c1..1fff3af3c0d2 100644 Binary files a/app-emacs/Manifest.gz and b/app-emacs/Manifest.gz differ diff --git a/app-emacs/company-mode/company-mode-0.10.2.ebuild b/app-emacs/company-mode/company-mode-0.10.2.ebuild index 54c0bf43dad6..940033b3bf8d 100644 --- a/app-emacs/company-mode/company-mode-0.10.2.ebuild +++ b/app-emacs/company-mode/company-mode-0.10.2.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" fi LICENSE="GPL-3+" diff --git a/app-emacs/ebib/Manifest b/app-emacs/ebib/Manifest index ca4e3b8a6794..0c048ad101f5 100644 --- a/app-emacs/ebib/Manifest +++ b/app-emacs/ebib/Manifest @@ -1,3 +1,2 @@ -DIST ebib-2.40.3.tar.gz 1049725 BLAKE2B 651716ed5465a4ef93b149ab84018d7daf3ffa1df404b95625a9c3666a1dbbe3d879f180dae92aa619e70121757c4a3b7f566bfc8aed1542b2828de25775b6ff SHA512 4231f5732990828aa19d9d723fb9b74bf761e8034de24fce4748b95a4d969d5a3bbbdc443b4f1a4a88b945b01ded958ae467da4222b546121513a26759419bd6 -DIST ebib-2.40.4.tar.gz 1050093 BLAKE2B f7ca4deb262017aab9044702c4e0bcfadc26ffec1497d43aa96789f3b10304c040195302621646cbe7234f6b0bf12f30ec779173056bf1e6594b05a1a8b4025c SHA512 c856abe3653f17f3417d3021300a0d131b5119393185ce9e5082c599df14e7d51bbf8405653e28aed790a73b56533a1d07d18fc2c7a073c5664e40926ddfa957 DIST ebib-2.40.5.tar.gz 1048131 BLAKE2B 1a5639290eb6ce93b604e1e129c347e709f7c12a4db38516107e7ce2973fd4fb34e4dff0da16e7fff9395ca2168445e903848c50ca403447745dc4a405618c06 SHA512 9237368550f380e5dd40aa4f528cb9493e5b104e9c2264322128fd56e76b6167e6d1496ab8c663982b9b0dc4a65f5ca38bd7a5962e1281d27f9cc2d918805642 +DIST ebib-2.41.1.tar.gz 1048824 BLAKE2B 1746f782f3445e0d2bfb9cd9b62273b95afd4dc0e940943ba57f7e3b7855c4e1e174d9255d41a2829ad8f43bbbd04142da3c70a9afeb4ad467ecb7542215bcd9 SHA512 2b948b2381680779b68ab7015b1a840ac8437b63ae9a74a157d7b9beb37105eb1a12d170302e8000879233aaedb103006d4b31967f9b923d8879ff03c3f1c97b diff --git a/app-emacs/ebib/ebib-2.40.4.ebuild b/app-emacs/ebib/ebib-2.40.4.ebuild deleted file mode 100644 index b7bcc581be0e..000000000000 --- a/app-emacs/ebib/ebib-2.40.4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26.1 - -inherit elisp - -DESCRIPTION="BibTeX database manager for Emacs" -HOMEPAGE="https://joostkremers.github.io/ebib/ - https://github.com/joostkremers/ebib/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git" -else - SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-29.1.4.4 - app-emacs/parsebib -" -BDEPEND=" - ${RDEPEND} - test? ( - app-emacs/with-simulated-input - ) -" - -DOCS=( README.md docs ) -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert-runner test - -src_install() { - elisp_src_install - - doinfo "${PN}.info" -} diff --git a/app-emacs/ebib/ebib-2.40.3-r1.ebuild b/app-emacs/ebib/ebib-2.41.1.ebuild similarity index 97% rename from app-emacs/ebib/ebib-2.40.3-r1.ebuild rename to app-emacs/ebib/ebib-2.41.1.ebuild index b7bcc581be0e..688763487ce1 100644 --- a/app-emacs/ebib/ebib-2.40.3-r1.ebuild +++ b/app-emacs/ebib/ebib-2.41.1.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" diff --git a/app-emacs/eldoc-box/Manifest b/app-emacs/eldoc-box/Manifest new file mode 100644 index 000000000000..336702e7ad6a --- /dev/null +++ b/app-emacs/eldoc-box/Manifest @@ -0,0 +1 @@ +DIST eldoc-box-1.11.1.tar.gz 718679 BLAKE2B 3ba731f851849275609d309f0121971484aade6f6aa0c974efc8c6a6b79c7460230199b03eb58f8fc918f82d8d24fa068b5586702098009e6c314ae275d6f0f3 SHA512 0c984cd086e7640da439ca1be2fe37bfadb40fa3a87476fb2b19df1c35c0b0efdd777632027165a74b29631dd38be1829c6b05d6edc66942721ed755666d500d diff --git a/app-emacs/eldoc-box/eldoc-box-1.11.1.ebuild b/app-emacs/eldoc-box/eldoc-box-1.11.1.ebuild new file mode 100644 index 000000000000..e466b68c6ef4 --- /dev/null +++ b/app-emacs/eldoc-box/eldoc-box-1.11.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Child frame doc for Eglot and anything that uses ElDoc" +HOMEPAGE="https://github.com/casouri/eldoc-box" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/casouri/${PN}.git" +else + SRC_URI="https://github.com/casouri/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +BDEPEND="${RDEPEND}" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-make-autoload-file + elisp_src_compile +} diff --git a/app-emacs/eldoc-box/eldoc-box-9999.ebuild b/app-emacs/eldoc-box/eldoc-box-9999.ebuild new file mode 100644 index 000000000000..e466b68c6ef4 --- /dev/null +++ b/app-emacs/eldoc-box/eldoc-box-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Child frame doc for Eglot and anything that uses ElDoc" +HOMEPAGE="https://github.com/casouri/eldoc-box" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/casouri/${PN}.git" +else + SRC_URI="https://github.com/casouri/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +BDEPEND="${RDEPEND}" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-make-autoload-file + elisp_src_compile +} diff --git a/app-emacs/eldoc-box/files/50eldoc-box-gentoo.el b/app-emacs/eldoc-box/files/50eldoc-box-gentoo.el new file mode 100644 index 000000000000..933680b3eb23 --- /dev/null +++ b/app-emacs/eldoc-box/files/50eldoc-box-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "@SITELISP@/eldoc-box-autoloads" nil t) diff --git a/app-emacs/eldoc-box/metadata.xml b/app-emacs/eldoc-box/metadata.xml new file mode 100644 index 000000000000..b6c56be55788 --- /dev/null +++ b/app-emacs/eldoc-box/metadata.xml @@ -0,0 +1,16 @@ + + + + + arsen@gentoo.org + Arsen Arsenović + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + casouri/eldoc-box + https://github.com/casouri/eldoc-box/issues + + diff --git a/app-emacs/elpher/elpher-3.6.0.ebuild b/app-emacs/elpher/elpher-3.6.0.ebuild index 0124c2d27c1c..27741257c4c2 100644 --- a/app-emacs/elpher/elpher-3.6.0.ebuild +++ b/app-emacs/elpher/elpher-3.6.0.ebuild @@ -24,7 +24,7 @@ else die "could not generate SRC_URI" fi - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-3+" diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest index c0e2784cd300..4f26a5bb8c20 100644 --- a/app-emacs/slime/Manifest +++ b/app-emacs/slime/Manifest @@ -1,3 +1,2 @@ -DIST slime-2.28.tar.gz 826876 BLAKE2B 9e93af7a7f9e1ef1aed7b513a0b83f426186582bcd43dabad5fe962afe77803bf237d92e79ccabb93b419a7f678168e89584b4f5bb8423918abcac8915411283 SHA512 4184765048302ac568ddb89bfc0ac9fd3af4f0e3c8c39e81e27e58c9342f48332ac365edfd876e6e69e8e13db137d3e14c84cf4608158c4528bb34b0d7313991 DIST slime-2.29.1.tar.gz 828475 BLAKE2B 90ad92b34e8bc90fb549f4dec00dde18a50edee95f4cb77db2ccdb024c70cc03ae6b8942c8a2200b14e9db1cf3e2a6cda52f847443552efac33c30130a04534e SHA512 5e93a13814584c4c02b2fe4f5703212312ef9f6c810030045602dc8b38b1374193cd2f9739f791808b29e27b33e295c79c6d34b9ed864798961f12ce075cef74 -DIST slime-2.29.tar.gz 828359 BLAKE2B 07834a9a80e49f0a08f054cf7a4b00e7d1520159633e4d35ca5b386a1a35b4d8c4a24033919bfbc23475cc9f8486003c1be6dadf45c88db9a759582474eed146 SHA512 2f9b2f16f802c9a7efcc1c27a7bf6a2b7257336060bb7346fd16719daccd874b9731e2fde57e49bd700b93eb4daef548f615b40133436f7ab6c3ab23886f7377 +DIST slime-2.30.tar.gz 774034 BLAKE2B ad64caabfbb76418ad197a3114b9cf69befe4f626febaa97d568313af860c6bacef9322f27742451ccf009956cb68d0608c7c716be5f922c99fb1f245be29309 SHA512 88378df3e2ec065b052be06cb5638a42d07bc05a6e3cd3fc6907f629988a5d0fd90be050a85d73c38bf407dea6049a89fe1525e3308eef79f12f82d235b62e22 diff --git a/app-emacs/slime/slime-2.28.ebuild b/app-emacs/slime/slime-2.28.ebuild deleted file mode 100644 index c3f5a834a225..000000000000 --- a/app-emacs/slime/slime-2.28.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" -HOMEPAGE="https://slime.common-lisp.dev/" -SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB xref? ( xref.lisp )" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="doc xref" -RESTRICT="test" # tests fail to contact sbcl - -RDEPEND="virtual/commonlisp - dev-lisp/asdf" -DEPEND="${RDEPEND}" -BDEPEND=">=sys-apps/texinfo-5.1 - doc? ( virtual/texi2dvi )" - -SITEFILE="70${PN}-gentoo.el" - -src_prepare() { - default - # Remove xref.lisp (which is non-free) unless USE flag is set - use xref || rm xref.lisp || die -} - -src_compile() { - elisp-compile *.el - BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \ - elisp-compile contrib/*.el lib/*.el - - emake -C doc slime.info - if use doc; then - VARTEXFONTS="${T}"/fonts emake -C doc all - fi -} - -src_install() { - # Install core - elisp-install ${PN} *.{el,elc,lisp} - - # Install contribs - elisp-install ${PN}/contrib/ contrib/*.{el,elc} contrib/swank* - - # Install lib - elisp-install ${PN}/lib/ lib/*.{el,elc} - - # Install swank - elisp-install ${PN}/swank/ swank/*.lisp - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - # Install docs - dodoc README.md CONTRIBUTING.md NEWS PROBLEMS - newdoc contrib/README.md README-contrib.md - doinfo doc/slime.info - use doc && dodoc doc/*.pdf - - # Bug #656760 - touch "${ED}${SITELISP}/${PN}/lib/.nosearch" || die -} diff --git a/app-emacs/slime/slime-2.29.ebuild b/app-emacs/slime/slime-2.30.ebuild similarity index 100% rename from app-emacs/slime/slime-2.29.ebuild rename to app-emacs/slime/slime-2.30.ebuild diff --git a/app-emacs/transient/transient-0.6.0.ebuild b/app-emacs/transient/transient-0.6.0.ebuild index 02944ca13d21..f479cee08744 100644 --- a/app-emacs/transient/transient-0.6.0.ebuild +++ b/app-emacs/transient/transient-0.6.0.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-3+" diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 9dec3b467ae7..301c5dc904ad 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild index 19ce1d04753c..7426f9441f2a 100644 --- a/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild +++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-8.2.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://wiki.qemu.org/download/${MY_P}.tar.xz" LICENSE="GPL-2 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" RDEPEND="dev-libs/glib" DEPEND="${RDEPEND}" diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest index a6d749083741..afc89ee5f3ba 100644 --- a/app-emulation/qemu/Manifest +++ b/app-emulation/qemu/Manifest @@ -1,8 +1,9 @@ DIST berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037.tar.bz2 84094 BLAKE2B 396f9df2e6ad559545054e89916915c3a3c8ff80e5e409498fec497b564d8b3ac9dd3cb966e26dce232ddff82af18a0e84e864ca18a80c2a2f4fe47e320249c2 SHA512 93c20d50a356c90f4293d8c7593611b2e0a9bc7567b6d946319f8ae06962ae1e297c8788f66fd38a1d3a0d44661bff9a07a63eaa84c8bb40ae01a45476be446c -DIST berkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.tar.bz2 90086 BLAKE2B ab2070622453a7a0a1fbcf234df68cc7316474c04482b2ac13c700edbb5624968c5274f337dc84f06c4ab6c3e82698cd7b0b30fe206d004b0715f15a2cc7cfd1 SHA512 969892af9fdf16d45660753ed02bbd8d6159928e5e6ef2f87aed8a08d995bb19d2115fb6b559522074492b2595716d314c5c059bfa69c7fbb5aab9275582c22e +DIST berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.bz2 90020 BLAKE2B 3dda1ba90c4a5ad5cbce2acf35e93f7adbd387ae0e0f929b2cd4cbdf263f95183103118f32be38e8c80de49d7df44c26319ee2f465061d004ae7e64e43eeeb3e SHA512 65f41f42ea563b2cdceb6c71633f41e6694a79ffd02afed4540353a8e73668ae40118dfc108163aae751acbaa7c49630ed99f423465089503c03aee76b07f221 DIST keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.bz2 27971 BLAKE2B 0ed69ad24c53bd459c8753565814bcc1cd858f20d3a046c38912a35bcb0ba6d388ef5d2b93157cd028959284b330caf5467d82071c3df56a405dd8e08fd177c7 SHA512 8f2cc14e8bd46cb045e3ebfe32e463793ab7472ebda9b57b8ea0b06fa107a1a99c3ebcacb9c4548e30698d8ec154c0e56f789385201182b680819b8068a103f2 DIST qemu-7.2.0-docs.tar.xz 1984184 BLAKE2B 103900fb7903ed8d75f7f012bf61fa2d6fce345b657c851d0437c3384f5735bd1cfd3129320683ea7846ea0b0940e5af5b2663c9320f12fee74b058523a8ea06 SHA512 a7edd448982865e07533c300d3e44a8b50cefbdde1982b73c24d0b2aa74315439252c59b634c75de312860874c7b06c75aa72629da681b5105f28ee936794585 DIST qemu-7.2.10.tar.xz 121311584 BLAKE2B e3b5156302cc699c38ad966340f68b1c72d00a2c420732368a22a9671a27d87ccd64e06c97b2e47d1dddf2d1d202b5103a6fc51221502b1c812d1c63a082d976 SHA512 d402dc49b9ed5da773785ce9c8ed75b66985286ab8a2f0956cb88277b9da88a5a86cf02226c6b24fe63635405f2fe89ebac9288cf2d4b59df22b4d05c2a8fe30 +DIST qemu-7.2.11.tar.xz 121877020 BLAKE2B c546773b9ac7809b39a3afa51da5b1c06c3765fadb4df9d8529f8af65c26098676adf8e516620ca1b39201fa859878780edb56a445778e105cbe7db0f52b9f6a SHA512 c77ff1505128c05fe39eaa95cc11e4d2279bff06093acd613e54f71d4a13144f905551eec1d044c3a3fb751d3369c01d131d68c18b15d9a04bcc77370d93c217 DIST qemu-7.2.4.tar.xz 121849100 BLAKE2B a9c5ffce9ff0fac4e2d1fa4be1a1dcee2f5d7f793ddf726871c5ae9a68c22f7ba03692a8a5096de3051030d3c2f34e46697d5af2d66c34984b8161ae3bb07b42 SHA512 fa765673833a1f2cbecdb9d47dc7dc29d7613be5a5c8fc63925ae70e1f5aafb4f9f02e45b212a329f17b689351b8a9cdf5f5235ab6adb71bb40e41868898d95b DIST qemu-7.2.9.tar.xz 121870204 BLAKE2B 3336541124f96c09aec05721ce77e8187f8d29c716a05419fcb2b9510976683e58dd791205971d9daa11d3053eb211343225597de1bae72b07467e5acac2a851 SHA512 b1aa2316f6e2fe1e972b6d1aabf7c04b06bca3863143c6a523b5fda40bb8841bec27e0774f24adc4b3267cf1f1d39ba81246eb3d15d7273904a0df8e8503077d DIST qemu-8.0.0-docs.tar.xz 3218024 BLAKE2B b764a625024e78a39470048355471e12cfb57ab3c34e764dc4200fdf5c1aea635d26095ec961979bf46f177101c5bd38618bacf7e98e04bd64688ab5e29591aa SHA512 d9dfe191372e105fe16fe8f66f41ed793ade4c89b5ab1d84b39459f3419a1ca61bd49422a83981965cc257c05eca7fd49054703f58f179f5c7b656e9473a1054 @@ -13,3 +14,6 @@ DIST qemu-8.1.5.tar.xz 124007248 BLAKE2B 0d5db3e18c4dc1035fed442116be98b7e7bbfae DIST qemu-8.2.0-docs.tar.xz 2233352 BLAKE2B 22b9499fdf4ff93e72399dab3803f3171c855859dc7fe111612e2f9146db244ca6d2e0aad16aefdf29b231d2b3a2fbc22171fe6bac13b03445d54555ce798d16 SHA512 f57e78c28277c153fff00b25097d0df5c6ad36cb4e9f3acf30382bfb1c99508503c186c1bbecf266810ef24fd618428fdf3e0eee41c715a552918c9e6ef9e8e5 DIST qemu-8.2.1.tar.xz 129848448 BLAKE2B af5b03fecd41c376daece7598c01755c458d38e045486f33e2915cc7d4856f23b4478a2c1a32a7eb600c4fc675c24df55007840c8a3c6d1fd2d585c74848f02e SHA512 e72d3e13339c03e8d371ca060ac700c45af2ca37523cddb6b02dcaf8430d75c8cef194cf496df9816440b281f368457def1126677db757928805d93ceca2f9af DIST qemu-8.2.2.tar.xz 129398020 BLAKE2B ceecbae945d9ac1bd85935266c33b91aedbc201796b38a9cb721d778ba8b35f07d01af8c5ce572e68e637ae94455c70ddcf9087579231613f92828bccafa93f4 SHA512 dfd2e1305f9e51bfbc90a7738c69336d5f805481a626ea527b971bdfb6dbe6867e5df7461d48d1c22b79be2dc18e057ea9fa36ef593127cd8b262a5c33f1aa41 +DIST qemu-8.2.3.tar.xz 130106716 BLAKE2B 2ec91b5111952434686064bd603880d87c4f56774d2478ee953eb0454e2b14235b1d1cca484e015b96bceae3182f90b856d222ca590059032b4989babf1dffe8 SHA512 28c789d84754b26cd86ded9db8464ec82f07cdc3b1025a988e74b8c5b05df8839a3e9990ff96cfba50e032dd967e9dc18cf75f3525baeadd0fa019cb69108d0a +DIST qemu-9.0.0-docs.tar.xz 2290196 BLAKE2B 82d22637ff2629bee372550e86651f12051ea6b4a57e314ef83f290425d4973ef01827eaf28a85b635788f22cb7cc1c747438b7525c92c99b90b234fb8f7655c SHA512 7c0ba1f3e7bbaa4e3feebc33a1946a5c190f2c14b9ed78b15c1f642668c8124960f8c85bcf36fe54a10d4edef47d2256e500f06d9173b92b03c599811a15a073 +DIST qemu-9.0.0.tar.xz 129789856 BLAKE2B d92acb859d9ce5097fee27a4689c71869aa38f65eb0308547956d54bd8caf29efe5389d9009f334f109ad228e0ef1f1fd1444d26360f03fac4320b204b657081 SHA512 1603517cd4c93632ba60ad7261eb67374f12a744bf58f10b0e8686e46d3a02d8b6bf58a0c617f23a1868084aaba6386c24341894f75539e0b816091718721427 diff --git a/app-emulation/qemu/files/qemu-9.0.0-also-build-virtfs-proxy-helper.patch b/app-emulation/qemu/files/qemu-9.0.0-also-build-virtfs-proxy-helper.patch new file mode 100644 index 000000000000..603d20c42fc8 --- /dev/null +++ b/app-emulation/qemu/files/qemu-9.0.0-also-build-virtfs-proxy-helper.patch @@ -0,0 +1,35 @@ +From 951325a0c9519d4910d80cc6c7a5728c0dbc4946 Mon Sep 17 00:00:00 2001 +Message-ID: <951325a0c9519d4910d80cc6c7a5728c0dbc4946.1714317553.git.mprivozn@redhat.com> +From: Matthias Maier +Date: Mon, 4 Apr 2022 12:56:59 +0200 +Subject: [PATCH] also build virtfs-proxy-helper + +The Gentoo ebuild splits the qemu build into a softmmu, user and tool +phase in order to be able to build and link some of the qemu emulators +statically. This unfortunately has the consequence that we never +configure with "have_virtfs" and "have_tools" at the same time. + +As a workaround, simply build the virtfs userland unconditionally. After +all, it is a tiny executable. + +Signed-off-by: Michal Privoznik +--- + meson.build | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/meson.build b/meson.build +index c3a2be7b2d..50a5cfcf4e 100644 +--- a/meson.build ++++ b/meson.build +@@ -2116,8 +2116,6 @@ have_virtfs = get_option('virtfs') \ + .allowed() + + have_virtfs_proxy_helper = get_option('virtfs_proxy_helper') \ +- .require(host_os != 'darwin', error_message: 'the virtfs proxy helper is incompatible with macOS') \ +- .require(have_virtfs, error_message: 'the virtfs proxy helper requires that virtfs is enabled') \ + .disable_auto_if(not have_tools) \ + .require(libcap_ng.found(), error_message: 'the virtfs proxy helper requires libcap-ng') \ + .allowed() +-- +2.43.2 + diff --git a/app-emulation/qemu/files/qemu-9.0.0-capstone-include-path.patch b/app-emulation/qemu/files/qemu-9.0.0-capstone-include-path.patch new file mode 100644 index 000000000000..3e0408d6b213 --- /dev/null +++ b/app-emulation/qemu/files/qemu-9.0.0-capstone-include-path.patch @@ -0,0 +1,42 @@ +From 67a8b35e98f5c0853f7cdf26db0ebc6ce20b929c Mon Sep 17 00:00:00 2001 +Message-ID: <67a8b35e98f5c0853f7cdf26db0ebc6ce20b929c.1714317553.git.mprivozn@redhat.com> +From: Michal Privoznik +Date: Sun, 28 Apr 2024 17:10:46 +0200 +Subject: [PATCH] Forward ported from qemu-7.1.0-capstone-include-path.patch. + +Bug: https://bugs.gentoo.org/873157 +Signed-off-by: Michal Privoznik +--- + include/disas/capstone.h | 2 +- + meson.build | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/include/disas/capstone.h b/include/disas/capstone.h +index e29068dd97..d8fdc5d537 100644 +--- a/include/disas/capstone.h ++++ b/include/disas/capstone.h +@@ -3,7 +3,7 @@ + + #ifdef CONFIG_CAPSTONE + +-#include ++#include + + #else + +diff --git a/meson.build b/meson.build +index ea3ccff968..c3a2be7b2d 100644 +--- a/meson.build ++++ b/meson.build +@@ -1712,7 +1712,7 @@ if not get_option('capstone').auto() or have_system or have_user + # that reports a wrong -I path, causing the #include to + # fail later. If the system has such a broken version + # do not use it. +- if capstone.found() and not cc.compiles('#include ', ++ if capstone.found() and not cc.compiles('#include ', + dependencies: [capstone]) + capstone = not_found + if get_option('capstone').enabled() +-- +2.43.2 + diff --git a/app-emulation/qemu/files/qemu-9.0.0-disable-keymap.patch b/app-emulation/qemu/files/qemu-9.0.0-disable-keymap.patch new file mode 100644 index 000000000000..c85d213626e2 --- /dev/null +++ b/app-emulation/qemu/files/qemu-9.0.0-disable-keymap.patch @@ -0,0 +1,44 @@ +From 8cca781563e89facd312d622a69af124eb2757c6 Mon Sep 17 00:00:00 2001 +Message-ID: <8cca781563e89facd312d622a69af124eb2757c6.1714317553.git.mprivozn@redhat.com> +From: Michal Privoznik +Date: Sun, 28 Apr 2024 17:10:13 +0200 +Subject: [PATCH] 8.0.0-disable-keymap.patch + +Signed-off-by: Michal Privoznik +--- + meson.build | 2 ++ + pc-bios/keymaps/meson.build | 4 +++- + 2 files changed, 5 insertions(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 5db2dbc12e..ea3ccff968 100644 +--- a/meson.build ++++ b/meson.build +@@ -1098,6 +1098,8 @@ endif + + if get_option('xkbcommon').auto() and not have_system and not have_tools + xkbcommon = not_found ++elif get_option('xkbcommon').disabled() ++ xkbcommon = not_found + else + xkbcommon = dependency('xkbcommon', required: get_option('xkbcommon'), + method: 'pkg-config') +diff --git a/pc-bios/keymaps/meson.build b/pc-bios/keymaps/meson.build +index 0bd8ce0077..3888f4c64f 100644 +--- a/pc-bios/keymaps/meson.build ++++ b/pc-bios/keymaps/meson.build +@@ -33,8 +33,10 @@ keymaps = { + 'tr': '-l tr', + } + +-if meson.is_cross_build() or not xkbcommon.found() ++if meson.is_cross_build() + native_qemu_keymap = find_program('qemu-keymap', required: false, disabler: true) ++elif get_option('xkbcommon').disabled() ++ native_qemu_keymap = not_found + else + native_qemu_keymap = qemu_keymap + endif +-- +2.43.2 + diff --git a/app-emulation/qemu/qemu-7.2.11.ebuild b/app-emulation/qemu/qemu-7.2.11.ebuild new file mode 100644 index 000000000000..ac517632fb22 --- /dev/null +++ b/app-emulation/qemu/qemu-7.2.11.ebuild @@ -0,0 +1,971 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs +# Set to 1 if prebuilt, 0 if not +# (the construct below is to allow overriding from env for script) +QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1} +QEMU_DOCS_PREBUILT_DEV=ajak +QEMU_DOCS_VERSION="7.2.0" +# Default to generating docs (inc. man pages) if no prebuilt; overridden later +# bug #830088 +QEMU_DOC_USEFLAG="+doc" + +PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_REQ_USE="ncurses,readline" + +FIRMWARE_ABI_VERSION="7.2.0" + +inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \ + pax-utils xdg-utils + +if [[ ${PV} == *9999* ]]; then + QEMU_DOCS_PREBUILT=0 + + EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/" + EGIT_SUBMODULES=( + tests/fp/berkeley-softfloat-3 + tests/fp/berkeley-testfloat-3 + ui/keycodemapdb + ) + inherit git-r3 + SRC_URI="" +else + MY_P="${PN}-${PV/_rc/-rc}" + SRC_URI="https://download.qemu.org/${MY_P}.tar.xz" + + if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + SRC_URI+=" !doc? ( https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz )" + fi + + S="${WORKDIR}/${MY_P}" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" + +[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc" + +IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG} + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring + jack jemalloc +jpeg + lzo multipath + ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs + plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux + +slirp + smartcard snappy spice ssh static static-user systemtap test udev usb + usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen + zstd" + +COMMON_TARGETS=" + aarch64 + alpha + arm + cris + hppa + i386 + loongarch64 + m68k + microblaze + microblazeel + mips + mips64 + mips64el + mipsel + nios2 + or1k + ppc + ppc64 + riscv32 + riscv64 + s390x + sh4 + sh4eb + sparc + sparc64 + x86_64 + xtensa + xtensaeb +" +IUSE_SOFTMMU_TARGETS=" + ${COMMON_TARGETS} + avr + rx + tricore +" +IUSE_USER_TARGETS=" + ${COMMON_TARGETS} + aarch64_be + armeb + hexagon + mipsn32 + mipsn32el + ppc64le + sparc32plus +" + +use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) +use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) +IUSE+=" ${use_softmmu_targets} ${use_user_targets}" + +RESTRICT="!test? ( test )" + +# Allow no targets to be built so that people can get a tools-only build. +# Block USE flag configurations known to not work. +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + qemu_softmmu_targets_arm? ( fdt ) + qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) + qemu_softmmu_targets_ppc64? ( fdt ) + qemu_softmmu_targets_ppc? ( fdt ) + qemu_softmmu_targets_riscv32? ( fdt ) + qemu_softmmu_targets_riscv64? ( fdt ) + qemu_softmmu_targets_x86_64? ( fdt ) + sdl-image? ( sdl ) + static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins !rbd !snappy !udev ) + static-user? ( !plugins ) + virgl? ( opengl ) + virtfs? ( xattr ) + vnc? ( gnutls ) + vte? ( gtk ) + multipath? ( udev ) + plugins? ( !static !static-user ) +" +for smname in ${IUSE_SOFTMMU_TARGETS} ; do + REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( seccomp ) " +done + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# and user/softmmu targets (qemu-*, qemu-system-*). +# +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# +# The attr lib isn't always linked in (although the USE flag is always +# respected). This is because qemu supports using the C library's API +# when available rather than always using the external library. +ALL_DEPEND=" + dev-libs/glib:2[static-libs(+)] + sys-libs/zlib[static-libs(+)] + python? ( ${PYTHON_DEPS} ) + systemtap? ( dev-debug/systemtap ) + xattr? ( sys-apps/attr[static-libs(+)] )" + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# softmmu targets (qemu-system-*). +SOFTMMU_TOOLS_DEPEND=" + sys-libs/libcap-ng[static-libs(+)] + >=x11-libs/pixman-0.28.0[static-libs(+)] + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) + aio? ( dev-libs/libaio[static-libs(+)] ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bpf? ( dev-libs/libbpf:= ) + bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone:=[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) + fuse? ( >=sys-fs/fuse-3.1:3[static-libs(+)] ) + glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) + gnutls? ( + >=net-libs/gnutls-3.0:=[static-libs(+)] + dev-libs/nettle:=[static-libs(+)] + ) + gtk? ( + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libX11 + vte? ( x11-libs/vte:2.91 ) + ) + infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) + iscsi? ( net-libs/libiscsi ) + io-uring? ( sys-libs/liburing:=[static-libs(+)] ) + jack? ( virtual/jack ) + jemalloc? ( dev-libs/jemalloc ) + jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) + lzo? ( dev-libs/lzo:2[static-libs(+)] ) + multipath? ( sys-fs/multipath-tools ) + ncurses? ( + sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:=[static-libs(+)] + ) + nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) + numa? ( sys-process/numactl[static-libs(+)] ) + opengl? ( + virtual/opengl + media-libs/libepoxy[static-libs(+)] + media-libs/mesa[static-libs(+)] + media-libs/mesa[egl(+),gbm(+)] + ) + pam? ( sys-libs/pam ) + png? ( media-libs/libpng:0=[static-libs(+)] ) + pulseaudio? ( media-libs/libpulse ) + rbd? ( sys-cluster/ceph ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/libsdl2[static-libs(+)] + ) + sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + slirp? ( net-libs/libslirp[static-libs(+)] ) + smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) + snappy? ( app-arch/snappy:= ) + spice? ( + >=app-emulation/spice-protocol-0.12.3 + >=app-emulation/spice-0.12.0[static-libs(+)] + ) + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) + udev? ( virtual/libudev:= ) + usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) + usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + virgl? ( media-libs/virglrenderer[static-libs(+)] ) + virtfs? ( sys-libs/libcap ) + xen? ( app-emulation/xen-tools:= ) + zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) +" + +EDK2_OVMF_VERSION="202202" +SEABIOS_VERSION="1.16.0" + +X86_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ~sys-firmware/ipxe-1.21.1[binary,qemu] + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ~sys-firmware/sgabios-0.1_pre10[binary] + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/edk2-ovmf-${EDK2_OVMF_VERSION} + >=sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ) + sys-firmware/ipxe[qemu] + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + sys-firmware/sgabios + )" +PPC_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + ) +" + +BDEPEND=" + $(python_gen_impl_dep) + dev-lang/perl + dev-build/meson + sys-apps/texinfo + virtual/pkgconfig + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] + ) + gtk? ( nls? ( sys-devel/gettext ) ) + test? ( + dev-libs/glib[utils] + app-alternatives/bc + ) +" +CDEPEND=" + !static? ( + ${ALL_DEPEND//\[static-libs(+)]} + ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]} + ) + qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} ) +" +DEPEND="${CDEPEND} + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static? ( + ${ALL_DEPEND} + ${SOFTMMU_TOOLS_DEPEND} + ) + static-user? ( ${ALL_DEPEND} )" +RDEPEND="${CDEPEND} + acct-group/kvm + selinux? ( + sec-policy/selinux-qemu + sys-libs/libselinux + )" + +PATCHES=( + "${FILESDIR}"/${PN}-5.2.0-disable-keymap.patch + "${FILESDIR}"/${PN}-6.0.0-make.patch + "${FILESDIR}"/${PN}-7.1.0-also-build-virtfs-proxy-helper.patch + "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-7.2.0-disable-gmp.patch +) + +QA_PREBUILT=" + usr/share/qemu/hppa-firmware.img + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.elf + usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.elf + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img + usr/share/qemu/s390-netboot.img + usr/share/qemu/u-boot.e500 +" + +QA_WX_LOAD="usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or1k + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32 +" + +DOC_CONTENTS="If you don't have kvm compiled into the kernel, make sure you have the +kernel module loaded before running kvm. The easiest way to ensure that the +kernel module is loaded is to load it on boot. + For AMD CPUs the module is called 'kvm-amd'. + For Intel CPUs the module is called 'kvm-intel'. +Please review /etc/conf.d/modules for how to load these. + +Make sure your user is in the 'kvm' group. Just run + $ gpasswd -a kvm +then have re-login. + +For brand new installs, the default permissions on /dev/kvm might not let +you access it. You can tell udev to reset ownership/perms: + $ udevadm trigger -c add /dev/kvm + +If you want to register binfmt handlers for qemu user targets: +For openrc: + # rc-update add qemu-binfmt +For systemd: + # ln -s /usr/share/qemu/binfmt.d/qemu.conf /etc/binfmt.d/qemu.conf" + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requires a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + + if use amd64 || use x86 || use amd64-linux || use x86-linux; then + if grep -q AuthenticAMD /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_AMD" + elif grep -q GenuineIntel /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_INTEL" + fi + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi + + if grep -qs '/usr/bin/qemu-kvm' "${EROOT}"/etc/libvirt/qemu/*.xml; then + eerror "The kvm/qemu-kvm wrappers no longer exist, but your libvirt" + eerror "instances are still pointing to it. Please update your" + eerror "configs in /etc/libvirt/qemu/ to use the -enable-kvm flag" + eerror "and the right system binary (e.g. qemu-system-x86_64)." + die "update your virt configs to not use qemu-kvm" + fi +} + +# Sanity check to make sure target lists are kept up-to-date. +check_targets() { + local var=$1 mak=$2 + local detected sorted + + pushd "${S}"/configs/targets/ >/dev/null || die + + # Force C locale until glibc is updated. #564936 + detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) + sorted=$(echo $(printf '%s\n' ${!var} | LC_COLLATE=C sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "${var}: ${sorted}" + eerror "$(printf '%-*s' ${#var} configure): ${detected}" + die "sync ${var} to the list of targets" + fi + + popd >/dev/null +} + +src_prepare() { + check_targets IUSE_SOFTMMU_TARGETS softmmu + check_targets IUSE_USER_TARGETS linux-user + + default + + # Use correct toolchain to fix cross-compiling + tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS + export WINDRES=${CHOST}-windres + + # Verbose builds + MAKEOPTS+=" V=1" + + # We already force -D_FORTIFY_SOURCE=2 (or 3) in our toolchain, but + # this setting (-U then -D..=2) will prevent us from trying out 3, so + # drop it. No change to level of protection b/c we patch our toolchain. + sed -i -e 's/-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2//' configure || die + + # Remove bundled modules + rm -r dtc meson roms/*/ || die +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function ${FUNCNAME} "$@" + + local buildtype=$1 + local builddir="${S}/${buildtype}-build" + + mkdir "${builddir}" || die + + local conf_opts=( + --prefix=/usr + --sysconfdir=/etc + --bindir=/usr/bin + --libdir=/usr/$(get_libdir) + --datadir=/usr/share + --docdir=/usr/share/doc/${PF}/html + --mandir=/usr/share/man + --localstatedir=/var + --disable-bsd-user + --disable-containers # bug #732972 + --disable-guest-agent + --disable-strip + --with-git-submodules=ignore + + # bug #746752: TCG interpreter has a few limitations: + # - it does not support FPU + # - it's generally slower on non-self-modifying code + # It's advantage is support for host architectures + # where native codegeneration is not implemented. + # Gentoo has qemu keyworded only on targets with + # native code generation available. Avoid the interpreter. + --disable-tcg-interpreter + + --disable-werror + # We support gnutls/nettle for crypto operations. It is possible + # to use gcrypt when gnutls/nettle are disabled (but not when they + # are enabled), but it's not really worth the hassle. Disable it + # all the time to avoid automatically detecting it. #568856 + --disable-gcrypt + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + --host-cc="$(tc-getBUILD_CC)" + + $(use_enable alsa) + $(use_enable debug debug-info) + $(use_enable debug debug-tcg) + $(use_enable jack) + $(use_enable nls gettext) + $(use_enable oss) + $(use_enable plugins) + $(use_enable pulseaudio pa) + $(use_enable selinux) + $(use_enable xattr attr) + ) + + # Disable options not used by user targets. This simplifies building + # static user targets (USE=static-user) considerably. + conf_notuser() { + if [[ ${buildtype} == "user" ]] ; then + echo "--disable-${2:-$1}" + else + use_enable "$@" + fi + } + # Enable option only for softmmu build, but not 'user' or 'tools' + conf_softmmu() { + if [[ ${buildtype} == "softmmu" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Enable option only for tools build, but not 'user' or 'softmmu' + conf_tools() { + if [[ ${buildtype} == "tools" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Special case for the malloc flag, because the --disable flag does + # not exist and trying like above will break configuring. + conf_malloc() { + if [[ ! ${buildtype} == "user" ]] ; then + usex "${1}" "--enable-malloc=${1}" "" + fi + } + conf_opts+=( + $(conf_notuser accessibility brlapi) + $(conf_notuser aio linux-aio) + $(conf_softmmu bpf) + $(conf_notuser bzip2) + $(conf_notuser capstone) + $(conf_notuser curl) + $(conf_tools doc docs) + $(conf_notuser fdt) + $(conf_notuser fuse) + $(conf_notuser glusterfs) + $(conf_notuser gnutls) + $(conf_notuser gnutls nettle) + $(conf_notuser gtk) + $(conf_notuser infiniband rdma) + $(conf_notuser iscsi libiscsi) + $(conf_notuser io-uring linux-io-uring) + $(conf_malloc jemalloc) + $(conf_notuser jpeg vnc-jpeg) + $(conf_notuser kernel_linux kvm) + $(conf_notuser lzo) + $(conf_notuser multipath mpath) + $(conf_notuser ncurses curses) + $(conf_notuser nfs libnfs) + $(conf_notuser numa) + $(conf_notuser opengl) + $(conf_notuser pam auth-pam) + $(conf_notuser png) + $(conf_notuser rbd) + $(conf_notuser sasl vnc-sasl) + $(conf_notuser sdl) + $(conf_softmmu sdl-image) + $(conf_notuser seccomp) + $(conf_notuser slirp) + $(conf_notuser smartcard) + $(conf_notuser snappy) + $(conf_notuser spice) + $(conf_notuser ssh libssh) + $(conf_notuser udev libudev) + $(conf_notuser usb libusb) + $(conf_notuser usbredir usb-redir) + $(conf_notuser vde) + $(conf_notuser vhost-net) + $(conf_notuser virgl virglrenderer) + $(conf_softmmu virtfs) + $(conf_notuser vnc) + $(conf_notuser vte) + $(conf_notuser xen) + $(conf_notuser xen xen-pci-passthrough) + # use prebuilt keymaps, bug #759604 + --disable-xkbcommon + $(conf_notuser zstd) + ) + + if [[ ! ${buildtype} == "user" ]] ; then + # audio options + local audio_opts=( + # Note: backend order matters here: #716202 + # We iterate from higher-level to lower level. + $(usex pulseaudio pa "") + $(usev jack) + $(usev sdl) + $(usev alsa) + $(usev oss) + ) + conf_opts+=( + --audio-drv-list=$(IFS=,; echo "${audio_opts[*]}") + ) + fi + + case ${buildtype} in + user) + conf_opts+=( + --enable-linux-user + --disable-system + --disable-blobs + --disable-tools + --disable-cap-ng + --disable-seccomp + ) + local static_flag="static-user" + ;; + softmmu) + conf_opts+=( + --disable-linux-user + --enable-system + --disable-tools + --enable-cap-ng + --enable-seccomp + ) + local static_flag="static" + ;; + tools) + conf_opts+=( + --disable-linux-user + --disable-system + --disable-blobs + --enable-tools + --enable-cap-ng + ) + local static_flag="static" + ;; + esac + + local targets="${buildtype}_targets" + [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" ) + + # Add support for SystemTAP + use systemtap && conf_opts+=( --enable-trace-backend=dtrace ) + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if use ${static_flag}; then + conf_opts+=( --static --disable-pie ) + else + tc-enables-pie && conf_opts+=( --enable-pie ) + fi + + # Meson will not use a cross-file unless cross_prefix is set. + tc-is-cross-compiler && conf_opts+=( --cross-prefix="${CHOST}-" ) + + # Plumb through equivalent of EXTRA_ECONF to allow experiments + # like bug #747928. + conf_opts+=( ${EXTRA_CONF_QEMU} ) + + echo "../configure ${conf_opts[*]}" + cd "${builddir}" + ../configure "${conf_opts[@]}" || die "configure failed" +} + +src_configure() { + local target + + python_setup + + softmmu_targets= softmmu_bins=() + user_targets= user_bins=() + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + if use "qemu_softmmu_targets_${target}"; then + softmmu_targets+=",${target}-softmmu" + softmmu_bins+=( "qemu-system-${target}" ) + fi + done + + for target in ${IUSE_USER_TARGETS} ; do + if use "qemu_user_targets_${target}"; then + user_targets+=",${target}-linux-user" + user_bins+=( "qemu-${target}" ) + fi + done + + softmmu_targets=${softmmu_targets#,} + user_targets=${user_targets#,} + + [[ -n ${softmmu_targets} ]] && qemu_src_configure "softmmu" + [[ -n ${user_targets} ]] && qemu_src_configure "user" + qemu_src_configure "tools" +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" || die + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + default + fi + + cd "${S}/tools-build" || die + default +} + +src_test() { + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + pax-mark m */qemu-system-* #515550 + emake check + fi +} + +qemu_python_install() { + python_domodule "${S}/python/qemu" + + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/scripts/qmp/qmp-shell" + python_doscript "${S}/scripts/qmp/qemu-ga-client" +} + +# Generate binfmt support files. +# - /etc/init.d/qemu-binfmt script which registers the user handlers (openrc) +# - /usr/share/qemu/binfmt.d/qemu.conf (for use with systemd-binfmt) +generate_initd() { + local out="${T}/qemu-binfmt" + local out_systemd="${T}/qemu.conf" + local d="${T}/binfmt.d" + + einfo "Generating qemu binfmt scripts and configuration files" + + # Generate the debian fragments first. + mkdir -p "${d}" + "${S}"/scripts/qemu-binfmt-conf.sh \ + --debian \ + --exportdir "${d}" \ + --qemu-path "${EPREFIX}/usr/bin" \ + || die + # Then turn the fragments into a shell script we can source. + sed -E -i \ + -e 's:^([^ ]+) (.*)$:\1="\2":' \ + "${d}"/* || die + + # Generate the init.d script by assembling the fragments from above. + local f qcpu package interpreter magic mask + cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die + for f in "${d}"/qemu-* ; do + source "${f}" + + # Normalize the cpu logic like we do in the init.d for the native cpu. + qcpu=${package#qemu-} + case ${qcpu} in + arm*) qcpu="arm";; + mips*) qcpu="mips";; + ppc*) qcpu="ppc";; + s390*) qcpu="s390";; + sh*) qcpu="sh";; + sparc*) qcpu="sparc";; + esac + + # we use 'printf' here to be portable across 'sh' + # implementations: #679168 + cat <>"${out}" + if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then + printf '%s\n' ':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register + fi +EOF + + echo ":${package}:M::${magic}:${mask}:${interpreter}:OC" >>"${out_systemd}" + + done + cat "${FILESDIR}"/qemu-binfmt.initd.tail >>"${out}" || die +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets. + generate_initd + doinitd "${T}/qemu-binfmt" + + # Install binfmt/qemu.conf. + insinto "/usr/share/qemu/binfmt.d" + doins "${T}/qemu.conf" + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + # This might not exist if the test failed. #512010 + [[ -e check-report.html ]] && dodoc check-report.html + + if use kernel_linux; then + udev_newrules "${FILESDIR}"/65-kvm.rules-r2 65-kvm.rules + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + cd "${S}/tools-build" || die + emake DESTDIR="${ED}" install + + # If USE=doc, there'll be newly generated docs which we install instead. + if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8] + fi + + # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 + pushd "${ED}"/usr/bin >/dev/null || die + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 + popd >/dev/null || die + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + cd "${S}" || die + dodoc MAINTAINERS docs/specs/pci-ids.txt + newdoc pc-bios/README README.pc-bios + + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + + if [[ -n ${softmmu_targets} ]]; then + # Remove SeaBIOS since we're using the SeaBIOS packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin + fi + + # Remove vgabios since we're using the seavgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-virtio.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + + # PPC/PPC64 loads vgabios-stdvga + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 || use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64; then + dosym ../seavgabios/vgabios-isavga.bin /usr/share/qemu/vgabios.bin + dosym ../seavgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../seavgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../seavgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../seavgabios/vgabios-virtio.bin /usr/share/qemu/vgabios-virtio.bin + dosym ../seavgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi + fi + + DISABLE_AUTOFORMATTING=true + readme.gentoo_create_doc +} + +firmware_abi_change() { + local pv + for pv in ${REPLACING_VERSIONS}; do + if ver_test ${pv} -lt ${FIRMWARE_ABI_VERSION}; then + return 0 + fi + done + return 1 +} + +pkg_postinst() { + if [[ -n ${softmmu_targets} ]] && use kernel_linux; then + udev_reload + fi + + xdg_icon_cache_update + + [[ -z ${EPREFIX} ]] && [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \ + fcaps cap_net_admin "${EROOT}"/usr/libexec/qemu-bridge-helper + + DISABLE_AUTOFORMATTING=true + readme.gentoo_print_elog + + if use pin-upstream-blobs && firmware_abi_change; then + ewarn "This version of qemu pins new versions of firmware blobs:" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + ewarn " $(best_version sys-firmware/edk2-ovmf-bin)" + else + ewarn " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + ewarn " $(best_version sys-firmware/seabios-bin)" + else + ewarn " $(best_version sys-firmware/seabios)" + fi + + ewarn " $(best_version sys-firmware/ipxe)" + ewarn " $(best_version sys-firmware/sgabios)" + ewarn "This might break resume of hibernated guests (started with a different" + ewarn "firmware version) and live migration to/from qemu versions with different" + ewarn "firmware. Please (cold) restart all running guests. For functional" + ewarn "guest migration ensure that all" + ewarn "hosts run at least" + ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}." + fi +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + echo " $(best_version sys-firmware/edk2-ovmf-bin)" + else + echo " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + echo " $(best_version sys-firmware/seabios-bin)" + else + echo " $(best_version sys-firmware/seabios)" + fi + + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/sgabios)" +} + +pkg_postrm() { + xdg_icon_cache_update + udev_reload +} diff --git a/app-emulation/qemu/qemu-8.0.5.ebuild b/app-emulation/qemu/qemu-8.0.5.ebuild index 6c943ce3a21c..32cb18d7115d 100644 --- a/app-emulation/qemu/qemu-8.0.5.ebuild +++ b/app-emulation/qemu/qemu-8.0.5.ebuild @@ -41,7 +41,7 @@ else fi S="${WORKDIR}/${MY_P}" - [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + [[ "${PV}" != *_rc* ]] && KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" fi DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" diff --git a/app-emulation/qemu/qemu-8.2.3.ebuild b/app-emulation/qemu/qemu-8.2.3.ebuild new file mode 100644 index 000000000000..f5422498702e --- /dev/null +++ b/app-emulation/qemu/qemu-8.2.3.ebuild @@ -0,0 +1,992 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs +# Set to 1 if prebuilt, 0 if not +# (the construct below is to allow overriding from env for script) +QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1} +QEMU_DOCS_PREBUILT_DEV=sam +QEMU_DOCS_VERSION=$(ver_cut 1-2).0 +# Default to generating docs (inc. man pages) if no prebuilt; overridden later +# bug #830088 +QEMU_DOC_USEFLAG="+doc" + +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="ncurses,readline" + +FIRMWARE_ABI_VERSION="7.2.0" + +inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \ + pax-utils xdg-utils + +if [[ ${PV} == *9999* ]]; then + QEMU_DOCS_PREBUILT=0 + + EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/" + EGIT_SUBMODULES=() + inherit git-r3 + SRC_URI="" + declare -A SUBPROJECTS=( + [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6" + [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037" + [berkeley-testfloat-3]="40619cbb3bf32872df8c53cc457039229428a263" + ) + + for proj in "${!SUBPROJECTS[@]}"; do + c=${SUBPROJECTS[${proj}]} + SRC_URI+=" https://gitlab.com/qemu-project/${proj}/-/archive/${c}/${proj}-${c}.tar.bz2" + done +else + MY_P="${PN}-${PV/_rc/-rc}" + SRC_URI="https://download.qemu.org/${MY_P}.tar.xz" + + if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + SRC_URI+=" !doc? ( https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz )" + fi + + S="${WORKDIR}/${MY_P}" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" + +[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc" + +IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG} + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring + jack jemalloc +jpeg keyutils + lzo multipath + ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire + plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux + +slirp + smartcard snappy spice ssh static-user systemtap test udev usb + usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen + zstd" + +COMMON_TARGETS=" + aarch64 + alpha + arm + cris + hppa + i386 + loongarch64 + m68k + microblaze + microblazeel + mips + mips64 + mips64el + mipsel + nios2 + or1k + ppc + ppc64 + riscv32 + riscv64 + s390x + sh4 + sh4eb + sparc + sparc64 + x86_64 + xtensa + xtensaeb +" +IUSE_SOFTMMU_TARGETS=" + ${COMMON_TARGETS} + avr + rx + tricore +" +IUSE_USER_TARGETS=" + ${COMMON_TARGETS} + aarch64_be + armeb + hexagon + mipsn32 + mipsn32el + ppc64le + sparc32plus +" + +use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) +use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) +IUSE+=" ${use_softmmu_targets} ${use_user_targets}" + +RESTRICT="!test? ( test )" + +# Allow no targets to be built so that people can get a tools-only build. +# Block USE flag configurations known to not work. +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + qemu_softmmu_targets_arm? ( fdt ) + qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) + qemu_softmmu_targets_ppc64? ( fdt ) + qemu_softmmu_targets_ppc? ( fdt ) + qemu_softmmu_targets_riscv32? ( fdt ) + qemu_softmmu_targets_riscv64? ( fdt ) + qemu_softmmu_targets_x86_64? ( fdt ) + sdl-image? ( sdl ) + static-user? ( !plugins ) + virgl? ( opengl ) + virtfs? ( xattr ) + vnc? ( gnutls ) + vte? ( gtk ) + multipath? ( udev ) + plugins? ( !static-user ) +" +for smname in ${IUSE_SOFTMMU_TARGETS} ; do + REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )" +done + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# and user/softmmu targets (qemu-*, qemu-system-*). +# +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# +# The attr lib isn't always linked in (although the USE flag is always +# respected). This is because qemu supports using the C library's API +# when available rather than always using the external library. +ALL_DEPEND=" + dev-libs/glib:2[static-libs(+)] + sys-libs/zlib[static-libs(+)] + python? ( ${PYTHON_DEPS} ) + systemtap? ( dev-debug/systemtap ) + xattr? ( sys-apps/attr[static-libs(+)] ) +" + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# softmmu targets (qemu-system-*). +SOFTMMU_TOOLS_DEPEND=" + >=x11-libs/pixman-0.28.0[static-libs(+)] + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) + aio? ( dev-libs/libaio[static-libs(+)] ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bpf? ( dev-libs/libbpf:= ) + bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone:=[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) + fuse? ( >=sys-fs/fuse-3.1:3[static-libs(+)] ) + glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) + gnutls? ( + >=net-libs/gnutls-3.0:=[static-libs(+)] + dev-libs/nettle:=[static-libs(+)] + ) + gtk? ( + x11-libs/gtk+:3 + vte? ( x11-libs/vte:2.91 ) + ) + infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) + iscsi? ( net-libs/libiscsi ) + io-uring? ( sys-libs/liburing:=[static-libs(+)] ) + jack? ( virtual/jack ) + jemalloc? ( dev-libs/jemalloc ) + jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) + kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] ) + keyutils? ( sys-apps/keyutils[static-libs(+)] ) + lzo? ( dev-libs/lzo:2[static-libs(+)] ) + multipath? ( sys-fs/multipath-tools ) + ncurses? ( + sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:=[static-libs(+)] + ) + nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) + numa? ( sys-process/numactl[static-libs(+)] ) + opengl? ( + virtual/opengl + media-libs/libepoxy[static-libs(+)] + media-libs/mesa[static-libs(+)] + media-libs/mesa[egl(+),gbm(+)] + ) + pam? ( sys-libs/pam ) + pipewire? ( >=media-video/pipewire-0.3.60 ) + png? ( >=media-libs/libpng-1.6.34:=[static-libs(+)] ) + pulseaudio? ( media-libs/libpulse ) + rbd? ( sys-cluster/ceph ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/libsdl2[static-libs(+)] + ) + sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + slirp? ( net-libs/libslirp[static-libs(+)] ) + smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) + snappy? ( app-arch/snappy:= ) + spice? ( + >=app-emulation/spice-protocol-0.14.0 + >=app-emulation/spice-0.14.0[static-libs(+)] + ) + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) + udev? ( virtual/libudev:= ) + usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) + usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + virgl? ( media-libs/virglrenderer[static-libs(+)] ) + virtfs? ( sys-libs/libcap ) + xen? ( app-emulation/xen-tools:= ) + zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) +" + +EDK2_OVMF_VERSION="202202" +SEABIOS_VERSION="1.16.0" + +X86_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ~sys-firmware/ipxe-1.21.1[binary,qemu] + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ~sys-firmware/sgabios-0.1_pre10[binary] + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/edk2-ovmf-${EDK2_OVMF_VERSION} + >=sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ) + sys-firmware/ipxe[qemu] + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + sys-firmware/sgabios + ) +" +PPC_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + ) +" + +# See bug #913084 for pip dep +BDEPEND=" + $(python_gen_impl_dep) + dev-lang/perl + >=dev-build/meson-0.63.0 + app-alternatives/ninja + dev-python/pip[${PYTHON_USEDEP}] + virtual/pkgconfig + doc? ( + >=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] + ) + gtk? ( nls? ( sys-devel/gettext ) ) + test? ( + dev-libs/glib[utils] + app-alternatives/bc + ) +" +CDEPEND=" + ${ALL_DEPEND//\[static-libs(+)]} + ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]} + qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} ) +" +DEPEND=" + ${CDEPEND} + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static-user? ( ${ALL_DEPEND} ) +" +RDEPEND=" + ${CDEPEND} + acct-group/kvm + selinux? ( + sec-policy/selinux-qemu + sys-libs/libselinux + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-8.0.0-disable-keymap.patch + "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-8.1.0-also-build-virtfs-proxy-helper.patch + "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch + "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch +) + +QA_PREBUILT=" + usr/share/qemu/hppa-firmware.img + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.elf + usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.elf + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img + usr/share/qemu/s390-netboot.img + usr/share/qemu/u-boot.e500 +" + +QA_WX_LOAD=" + usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or1k + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32 +" + +DOC_CONTENTS="If you don't have kvm compiled into the kernel, make sure you have the +kernel module loaded before running kvm. The easiest way to ensure that the +kernel module is loaded is to load it on boot. + For AMD CPUs the module is called 'kvm-amd'. + For Intel CPUs the module is called 'kvm-intel'. +Please review /etc/conf.d/modules for how to load these. + +Make sure your user is in the 'kvm' group. Just run + $ gpasswd -a kvm +then have re-login. + +For brand new installs, the default permissions on /dev/kvm might not let +you access it. You can tell udev to reset ownership/perms: + $ udevadm trigger -c add /dev/kvm + +If you want to register binfmt handlers for qemu user targets: +For openrc: + # rc-update add qemu-binfmt +For systemd: + # ln -s /usr/share/qemu/binfmt.d/qemu.conf /etc/binfmt.d/qemu.conf" + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requires a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + + if use amd64 || use x86 || use amd64-linux || use x86-linux; then + if grep -q AuthenticAMD /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_AMD" + elif grep -q GenuineIntel /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_INTEL" + fi + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi + + if grep -qs '/usr/bin/qemu-kvm' "${EROOT}"/etc/libvirt/qemu/*.xml; then + eerror "The kvm/qemu-kvm wrappers no longer exist, but your libvirt" + eerror "instances are still pointing to it. Please update your" + eerror "configs in /etc/libvirt/qemu/ to use the -enable-kvm flag" + eerror "and the right system binary (e.g. qemu-system-x86_64)." + die "update your virt configs to not use qemu-kvm" + fi +} + +# Sanity check to make sure target lists are kept up-to-date. +check_targets() { + local var=$1 mak=$2 + local detected sorted + + pushd "${S}"/configs/targets/ >/dev/null || die + + # Force C locale until glibc is updated. #564936 + detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) + sorted=$(echo $(printf '%s\n' ${!var} | LC_COLLATE=C sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "${var}: ${sorted}" + eerror "$(printf '%-*s' ${#var} configure): ${detected}" + die "sync ${var} to the list of targets" + fi + + popd >/dev/null +} + +src_unpack() { + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + for file in ${A}; do + unpack "${file}" + done + cd "${WORKDIR}" || die + for proj in "${!SUBPROJECTS[@]}"; do + mv "${proj}-${SUBPROJECTS[${proj}]}" "${S}/subprojects/${proj}" || die + done + cd "${S}" || die + meson subprojects packagefiles --apply || die + else + default + fi +} + +src_prepare() { + check_targets IUSE_SOFTMMU_TARGETS softmmu + check_targets IUSE_USER_TARGETS linux-user + + default + + # Use correct toolchain to fix cross-compiling + tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS + export WINDRES=${CHOST}-windres + + # Verbose builds + MAKEOPTS+=" V=1" + + # Remove bundled modules + rm -r roms/*/ || die +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function ${FUNCNAME} "$@" + + local buildtype=$1 + local builddir="${S}/${buildtype}-build" + + mkdir "${builddir}" || die + + local conf_opts=( + --prefix=/usr + --sysconfdir=/etc + --bindir=/usr/bin + --libdir=/usr/$(get_libdir) + --datadir=/usr/share + --docdir=/usr/share/doc/${PF}/html + --mandir=/usr/share/man + --localstatedir=/var + --disable-bsd-user + --disable-containers # bug #732972 + --disable-guest-agent + --disable-strip + --disable-download + + # bug #746752: TCG interpreter has a few limitations: + # - it does not support FPU + # - it's generally slower on non-self-modifying code + # It's advantage is support for host architectures + # where native codegeneration is not implemented. + # Gentoo has qemu keyworded only on targets with + # native code generation available. Avoid the interpreter. + --disable-tcg-interpreter + + --disable-werror + # We support gnutls/nettle for crypto operations. It is possible + # to use gcrypt when gnutls/nettle are disabled (but not when they + # are enabled), but it's not really worth the hassle. Disable it + # all the time to avoid automatically detecting it. #568856 + --disable-gcrypt + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + --objcc="$(tc-getCC)" + --host-cc="$(tc-getBUILD_CC)" + + $(use_enable alsa) + $(use_enable debug debug-info) + $(use_enable debug debug-tcg) + $(use_enable jack) + $(use_enable nls gettext) + $(use_enable oss) + $(use_enable pipewire) + $(use_enable plugins) + $(use_enable pulseaudio pa) + $(use_enable selinux) + $(use_enable xattr attr) + ) + + # Disable options not used by user targets. This simplifies building + # static user targets (USE=static-user) considerably. + conf_notuser() { + if [[ ${buildtype} == "user" ]] ; then + echo "--disable-${2:-$1}" + else + use_enable "$@" + fi + } + # Enable option only for softmmu build, but not 'user' or 'tools' + conf_softmmu() { + if [[ ${buildtype} == "softmmu" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Enable option only for tools build, but not 'user' or 'softmmu' + conf_tools() { + if [[ ${buildtype} == "tools" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Special case for the malloc flag, because the --disable flag does + # not exist and trying like above will break configuring. + conf_malloc() { + if [[ ! ${buildtype} == "user" ]] ; then + usex "${1}" "--enable-malloc=${1}" "" + fi + } + conf_opts+=( + $(conf_notuser accessibility brlapi) + $(conf_notuser aio linux-aio) + $(conf_softmmu bpf) + $(conf_notuser bzip2) + $(conf_notuser capstone) + $(conf_notuser curl) + $(conf_tools doc docs) + $(conf_notuser fdt) + $(conf_notuser fuse) + $(conf_notuser glusterfs) + $(conf_notuser gnutls) + $(conf_notuser gnutls nettle) + $(conf_notuser gtk) + $(conf_notuser infiniband rdma) + $(conf_notuser iscsi libiscsi) + $(conf_notuser io-uring linux-io-uring) + $(conf_malloc jemalloc) + $(conf_notuser jpeg vnc-jpeg) + $(conf_notuser kernel_linux kvm) + $(conf_notuser keyutils libkeyutils) + $(conf_notuser lzo) + $(conf_notuser multipath mpath) + $(conf_notuser ncurses curses) + $(conf_notuser nfs libnfs) + $(conf_notuser numa) + $(conf_notuser opengl) + $(conf_notuser pam auth-pam) + $(conf_notuser png) + $(conf_notuser rbd) + $(conf_notuser sasl vnc-sasl) + $(conf_notuser sdl) + $(conf_softmmu sdl-image) + $(conf_notuser seccomp) + $(conf_notuser slirp) + $(conf_notuser smartcard) + $(conf_notuser snappy) + $(conf_notuser spice) + $(conf_notuser ssh libssh) + $(conf_notuser udev libudev) + $(conf_notuser usb libusb) + $(conf_notuser usbredir usb-redir) + $(conf_notuser vde) + $(conf_notuser vhost-net) + $(conf_notuser virgl virglrenderer) + $(conf_softmmu virtfs) + $(conf_notuser vnc) + $(conf_notuser vte) + $(conf_notuser xen) + $(conf_notuser xen xen-pci-passthrough) + # use prebuilt keymaps, bug #759604 + --disable-xkbcommon + $(conf_notuser zstd) + ) + + if [[ ! ${buildtype} == "user" ]] ; then + # audio options + local audio_opts=( + # Note: backend order matters here: #716202 + # We iterate from higher-level to lower level. + $(usex pulseaudio pa "") + $(usev pipewire) + $(usev jack) + $(usev sdl) + $(usev alsa) + $(usev oss) + ) + conf_opts+=( + --audio-drv-list=$(IFS=,; echo "${audio_opts[*]}") + ) + fi + + case ${buildtype} in + user) + conf_opts+=( + --enable-linux-user + --disable-system + --disable-tools + --disable-cap-ng + --disable-seccomp + ) + local static_flag="static-user" + ;; + softmmu) + conf_opts+=( + --disable-linux-user + --enable-system + --disable-tools + --enable-cap-ng + --enable-seccomp + ) + local static_flag="none" + ;; + tools) + conf_opts+=( + --disable-linux-user + --disable-system + --enable-tools + --enable-cap-ng + ) + local static_flag="none" + ;; + esac + + local targets="${buildtype}_targets" + [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" ) + + # Add support for SystemTAP + use systemtap && conf_opts+=( --enable-trace-backends="dtrace" ) + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if [[ ${static_flag} != "none" ]] && use ${static_flag}; then + conf_opts+=( --static --disable-pie ) + else + tc-enables-pie && conf_opts+=( --enable-pie ) + fi + + # Meson will not use a cross-file unless cross_prefix is set. + tc-is-cross-compiler && conf_opts+=( --cross-prefix="${CHOST}-" ) + + # Plumb through equivalent of EXTRA_ECONF to allow experiments + # like bug #747928. + conf_opts+=( ${EXTRA_CONF_QEMU} ) + + echo "../configure ${conf_opts[*]}" + cd "${builddir}" + ../configure "${conf_opts[@]}" || die "configure failed" +} + +src_configure() { + local target + + python_setup + + softmmu_targets= softmmu_bins=() + user_targets= user_bins=() + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + if use "qemu_softmmu_targets_${target}"; then + softmmu_targets+=",${target}-softmmu" + softmmu_bins+=( "qemu-system-${target}" ) + fi + done + + for target in ${IUSE_USER_TARGETS} ; do + if use "qemu_user_targets_${target}"; then + user_targets+=",${target}-linux-user" + user_bins+=( "qemu-${target}" ) + fi + done + + softmmu_targets=${softmmu_targets#,} + user_targets=${user_targets#,} + + [[ -n ${softmmu_targets} ]] && qemu_src_configure "softmmu" + [[ -n ${user_targets} ]] && qemu_src_configure "user" + qemu_src_configure "tools" +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" || die + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + default + fi + + cd "${S}/tools-build" || die + default +} + +src_test() { + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + pax-mark m */qemu-system-* #515550 + emake check + fi +} + +qemu_python_install() { + python_domodule "${S}/python/qemu" + + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/scripts/qmp/qmp-shell" + python_doscript "${S}/scripts/qmp/qemu-ga-client" +} + +# Generate binfmt support files. +# - /etc/init.d/qemu-binfmt script which registers the user handlers (openrc) +# - /usr/share/qemu/binfmt.d/qemu.conf (for use with systemd-binfmt) +generate_initd() { + local out="${T}/qemu-binfmt" + local out_systemd="${T}/qemu.conf" + local d="${T}/binfmt.d" + + einfo "Generating qemu binfmt scripts and configuration files" + + # Generate the debian fragments first. + mkdir -p "${d}" + "${S}"/scripts/qemu-binfmt-conf.sh \ + --debian \ + --exportdir "${d}" \ + --qemu-path "${EPREFIX}/usr/bin" \ + || die + # Then turn the fragments into a shell script we can source. + sed -E -i \ + -e 's:^([^ ]+) (.*)$:\1="\2":' \ + "${d}"/* || die + + # Generate the init.d script by assembling the fragments from above. + local f qcpu package interpreter magic mask + cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die + for f in "${d}"/qemu-* ; do + source "${f}" + + # Normalize the cpu logic like we do in the init.d for the native cpu. + qcpu=${package#qemu-} + case ${qcpu} in + arm*) qcpu="arm";; + mips*) qcpu="mips";; + ppc*) qcpu="ppc";; + s390*) qcpu="s390";; + sh*) qcpu="sh";; + sparc*) qcpu="sparc";; + esac + + # we use 'printf' here to be portable across 'sh' + # implementations: #679168 + cat <>"${out}" + if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then + printf '%s\n' ':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register + fi +EOF + + echo ":${package}:M::${magic}:${mask}:${interpreter}:OC" >>"${out_systemd}" + + done + cat "${FILESDIR}"/qemu-binfmt.initd.tail >>"${out}" || die +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets. + generate_initd + doinitd "${T}/qemu-binfmt" + + # Install binfmt/qemu.conf. + insinto "/usr/share/qemu/binfmt.d" + doins "${T}/qemu.conf" + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + # This might not exist if the test failed. #512010 + [[ -e check-report.html ]] && dodoc check-report.html + + if use kernel_linux; then + udev_newrules "${FILESDIR}"/65-kvm.rules-r2 65-kvm.rules + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + cd "${S}/tools-build" || die + emake DESTDIR="${ED}" install + + # If USE=doc, there'll be newly generated docs which we install instead. + if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8] + fi + + # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 + pushd "${ED}"/usr/bin >/dev/null || die + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 + popd >/dev/null || die + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + cd "${S}" || die + dodoc MAINTAINERS + newdoc pc-bios/README README.pc-bios + + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + + if [[ -n ${softmmu_targets} ]]; then + # Remove SeaBIOS since we're using the SeaBIOS packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin + fi + + # Remove vgabios since we're using the seavgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-virtio.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + + # PPC/PPC64 loads vgabios-stdvga + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 || use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64; then + dosym ../seavgabios/vgabios-isavga.bin /usr/share/qemu/vgabios.bin + dosym ../seavgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../seavgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../seavgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../seavgabios/vgabios-virtio.bin /usr/share/qemu/vgabios-virtio.bin + dosym ../seavgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi + fi + + DISABLE_AUTOFORMATTING=true + readme.gentoo_create_doc +} + +firmware_abi_change() { + local pv + for pv in ${REPLACING_VERSIONS}; do + if ver_test ${pv} -lt ${FIRMWARE_ABI_VERSION}; then + return 0 + fi + done + return 1 +} + +pkg_postinst() { + if [[ -n ${softmmu_targets} ]] && use kernel_linux; then + udev_reload + fi + + xdg_icon_cache_update + + [[ -z ${EPREFIX} ]] && [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \ + fcaps cap_net_admin "${EROOT}"/usr/libexec/qemu-bridge-helper + + DISABLE_AUTOFORMATTING=true + readme.gentoo_print_elog + + if use pin-upstream-blobs && firmware_abi_change; then + ewarn "This version of qemu pins new versions of firmware blobs:" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + ewarn " $(best_version sys-firmware/edk2-ovmf-bin)" + else + ewarn " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + ewarn " $(best_version sys-firmware/seabios-bin)" + else + ewarn " $(best_version sys-firmware/seabios)" + fi + + ewarn " $(best_version sys-firmware/ipxe)" + ewarn " $(best_version sys-firmware/sgabios)" + ewarn "This might break resume of hibernated guests (started with a different" + ewarn "firmware version) and live migration to/from qemu versions with different" + ewarn "firmware. Please (cold) restart all running guests. For functional" + ewarn "guest migration ensure that all" + ewarn "hosts run at least" + ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}." + fi +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + echo " $(best_version sys-firmware/edk2-ovmf-bin)" + else + echo " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + echo " $(best_version sys-firmware/seabios-bin)" + else + echo " $(best_version sys-firmware/seabios)" + fi + + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/sgabios)" +} + +pkg_postrm() { + xdg_icon_cache_update + udev_reload +} diff --git a/app-emulation/qemu/qemu-9.0.0.ebuild b/app-emulation/qemu/qemu-9.0.0.ebuild new file mode 100644 index 000000000000..179ca305b449 --- /dev/null +++ b/app-emulation/qemu/qemu-9.0.0.ebuild @@ -0,0 +1,996 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs +# Set to 1 if prebuilt, 0 if not +# (the construct below is to allow overriding from env for script) +QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1} +QEMU_DOCS_PREBUILT_DEV=sam +QEMU_DOCS_VERSION=$(ver_cut 1-3) +# Default to generating docs (inc. man pages) if no prebuilt; overridden later +# bug #830088 +QEMU_DOC_USEFLAG="+doc" + +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="ncurses,readline" + +FIRMWARE_ABI_VERSION="7.2.0" + +inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \ + pax-utils xdg-utils + +if [[ ${PV} == *9999* ]]; then + QEMU_DOCS_PREBUILT=0 + + EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/" + EGIT_SUBMODULES=() + inherit git-r3 + SRC_URI="" + declare -A SUBPROJECTS=( + [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6" + [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037" + [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab" + ) + + for proj in "${!SUBPROJECTS[@]}"; do + c=${SUBPROJECTS[${proj}]} + SRC_URI+=" https://gitlab.com/qemu-project/${proj}/-/archive/${c}/${proj}-${c}.tar.bz2" + done +else + MY_P="${PN}-${PV/_rc/-rc}" + SRC_URI="https://download.qemu.org/${MY_P}.tar.xz" + + if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + SRC_URI+=" !doc? ( https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz )" + fi + + S="${WORKDIR}/${MY_P}" + [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" + +[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc" + +IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug ${QEMU_DOC_USEFLAG} + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring + jack jemalloc +jpeg keyutils + lzo multipath + ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire + plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux + +slirp + smartcard snappy spice ssh static-user systemtap test udev usb + usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen + zstd" + +COMMON_TARGETS=" + aarch64 + alpha + arm + cris + hppa + i386 + loongarch64 + m68k + microblaze + microblazeel + mips + mips64 + mips64el + mipsel + nios2 + or1k + ppc + ppc64 + riscv32 + riscv64 + s390x + sh4 + sh4eb + sparc + sparc64 + x86_64 + xtensa + xtensaeb +" +IUSE_SOFTMMU_TARGETS=" + ${COMMON_TARGETS} + avr + rx + tricore +" +IUSE_USER_TARGETS=" + ${COMMON_TARGETS} + aarch64_be + armeb + hexagon + mipsn32 + mipsn32el + ppc64le + sparc32plus +" + +use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS}) +use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS}) +IUSE+=" ${use_softmmu_targets} ${use_user_targets}" + +RESTRICT="!test? ( test )" + +# Allow no targets to be built so that people can get a tools-only build. +# Block USE flag configurations known to not work. +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + qemu_softmmu_targets_arm? ( fdt ) + qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) + qemu_softmmu_targets_ppc64? ( fdt ) + qemu_softmmu_targets_ppc? ( fdt ) + qemu_softmmu_targets_riscv32? ( fdt ) + qemu_softmmu_targets_riscv64? ( fdt ) + qemu_softmmu_targets_x86_64? ( fdt ) + sdl-image? ( sdl ) + static-user? ( !plugins ) + virgl? ( opengl ) + virtfs? ( xattr ) + vnc? ( gnutls ) + vte? ( gtk ) + multipath? ( udev ) + plugins? ( !static-user ) +" +for smname in ${IUSE_SOFTMMU_TARGETS} ; do + REQUIRED_USE+=" qemu_softmmu_targets_${smname}? ( kernel_linux? ( seccomp ) )" +done + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# and user/softmmu targets (qemu-*, qemu-system-*). +# +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +# +# The attr lib isn't always linked in (although the USE flag is always +# respected). This is because qemu supports using the C library's API +# when available rather than always using the external library. +ALL_DEPEND=" + dev-libs/glib:2[static-libs(+)] + sys-libs/zlib[static-libs(+)] + python? ( ${PYTHON_DEPS} ) + systemtap? ( dev-debug/systemtap ) + xattr? ( sys-apps/attr[static-libs(+)] ) +" + +# Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) +# softmmu targets (qemu-system-*). +SOFTMMU_TOOLS_DEPEND=" + >=x11-libs/pixman-0.28.0[static-libs(+)] + accessibility? ( + app-accessibility/brltty[api] + app-accessibility/brltty[static-libs(+)] + ) + aio? ( dev-libs/libaio[static-libs(+)] ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bpf? ( dev-libs/libbpf:= ) + bzip2? ( app-arch/bzip2[static-libs(+)] ) + capstone? ( dev-libs/capstone:=[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) + fuse? ( >=sys-fs/fuse-3.1:3[static-libs(+)] ) + glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) + gnutls? ( + >=net-libs/gnutls-3.0:=[static-libs(+)] + dev-libs/nettle:=[static-libs(+)] + ) + gtk? ( + x11-libs/gtk+:3 + vte? ( x11-libs/vte:2.91 ) + ) + infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) + iscsi? ( net-libs/libiscsi ) + io-uring? ( sys-libs/liburing:=[static-libs(+)] ) + jack? ( virtual/jack ) + jemalloc? ( dev-libs/jemalloc ) + jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) + kernel_linux? ( sys-libs/libcap-ng[static-libs(+)] ) + keyutils? ( sys-apps/keyutils[static-libs(+)] ) + lzo? ( dev-libs/lzo:2[static-libs(+)] ) + multipath? ( sys-fs/multipath-tools ) + ncurses? ( + sys-libs/ncurses:=[unicode(+)] + sys-libs/ncurses:=[static-libs(+)] + ) + nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) + numa? ( sys-process/numactl[static-libs(+)] ) + opengl? ( + virtual/opengl + media-libs/libepoxy[static-libs(+)] + media-libs/mesa[static-libs(+)] + media-libs/mesa[egl(+),gbm(+)] + ) + pam? ( sys-libs/pam ) + pipewire? ( >=media-video/pipewire-0.3.60 ) + png? ( >=media-libs/libpng-1.6.34:=[static-libs(+)] ) + pulseaudio? ( media-libs/libpulse ) + rbd? ( sys-cluster/ceph ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/libsdl2[static-libs(+)] + ) + sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + slirp? ( net-libs/libslirp[static-libs(+)] ) + smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) + snappy? ( app-arch/snappy:= ) + spice? ( + >=app-emulation/spice-protocol-0.14.0 + >=app-emulation/spice-0.14.0[static-libs(+)] + ) + ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) + udev? ( virtual/libudev:= ) + usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) + usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + virgl? ( media-libs/virglrenderer[static-libs(+)] ) + virtfs? ( sys-libs/libcap ) + xen? ( app-emulation/xen-tools:= ) + zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) +" + +EDK2_OVMF_VERSION="202202" +SEABIOS_VERSION="1.16.0" + +X86_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ~sys-firmware/ipxe-1.21.1[binary,qemu] + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ~sys-firmware/sgabios-0.1_pre10[binary] + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/edk2-ovmf-${EDK2_OVMF_VERSION} + >=sys-firmware/edk2-ovmf-bin-${EDK2_OVMF_VERSION} + ) + sys-firmware/ipxe[qemu] + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + sys-firmware/sgabios + ) +" +PPC_FIRMWARE_DEPEND=" + pin-upstream-blobs? ( + ~sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + !pin-upstream-blobs? ( + || ( + >=sys-firmware/seabios-${SEABIOS_VERSION}[seavgabios] + >=sys-firmware/seabios-bin-${SEABIOS_VERSION} + ) + ) +" + +# See bug #913084 for pip dep +BDEPEND=" + $(python_gen_impl_dep) + dev-lang/perl + >=dev-build/meson-0.63.0 + app-alternatives/ninja + dev-python/pip[${PYTHON_USEDEP}] + virtual/pkgconfig + doc? ( + >=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}] + dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] + ) + gtk? ( nls? ( sys-devel/gettext ) ) + test? ( + dev-libs/glib[utils] + app-alternatives/bc + ) +" +CDEPEND=" + ${ALL_DEPEND//\[static-libs(+)]} + ${SOFTMMU_TOOLS_DEPEND//\[static-libs(+)]} + qemu_softmmu_targets_i386? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_x86_64? ( ${X86_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc? ( ${PPC_FIRMWARE_DEPEND} ) + qemu_softmmu_targets_ppc64? ( ${PPC_FIRMWARE_DEPEND} ) +" +DEPEND=" + ${CDEPEND} + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static-user? ( ${ALL_DEPEND} ) +" +RDEPEND=" + ${CDEPEND} + acct-group/kvm + selinux? ( + sec-policy/selinux-qemu + sys-libs/libselinux + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch + "${FILESDIR}"/${PN}-9.0.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-9.0.0-also-build-virtfs-proxy-helper.patch + "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch + "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + +) + +QA_PREBUILT=" + usr/share/qemu/hppa-firmware.img + usr/share/qemu/hppa-firmware64.img + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/opensbi-riscv64-generic-fw_dynamic.elf + usr/share/qemu/opensbi-riscv32-generic-fw_dynamic.elf + usr/share/qemu/palcode-clipper + usr/share/qemu/s390-ccw.img + usr/share/qemu/s390-netboot.img + usr/share/qemu/u-boot.e500 +" + +QA_WX_LOAD=" + usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or1k + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32 +" + +DOC_CONTENTS="If you don't have kvm compiled into the kernel, make sure you have the +kernel module loaded before running kvm. The easiest way to ensure that the +kernel module is loaded is to load it on boot. + For AMD CPUs the module is called 'kvm-amd'. + For Intel CPUs the module is called 'kvm-intel'. +Please review /etc/conf.d/modules for how to load these. + +Make sure your user is in the 'kvm' group. Just run + $ gpasswd -a kvm +then have re-login. + +For brand new installs, the default permissions on /dev/kvm might not let +you access it. You can tell udev to reset ownership/perms: + $ udevadm trigger -c add /dev/kvm + +If you want to register binfmt handlers for qemu user targets: +For openrc: + # rc-update add qemu-binfmt +For systemd: + # ln -s /usr/share/qemu/binfmt.d/qemu.conf /etc/binfmt.d/qemu.conf" + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requires a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + use test && CONFIG_CHECK+=" IP_MULTICAST" + ERROR_IP_MULTICAST="Test suite requires IP_MULTICAST" + + if use amd64 || use x86 || use amd64-linux || use x86-linux; then + if grep -q AuthenticAMD /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_AMD" + elif grep -q GenuineIntel /proc/cpuinfo; then + CONFIG_CHECK+=" ~KVM_INTEL" + fi + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi + + if grep -qs '/usr/bin/qemu-kvm' "${EROOT}"/etc/libvirt/qemu/*.xml; then + eerror "The kvm/qemu-kvm wrappers no longer exist, but your libvirt" + eerror "instances are still pointing to it. Please update your" + eerror "configs in /etc/libvirt/qemu/ to use the -enable-kvm flag" + eerror "and the right system binary (e.g. qemu-system-x86_64)." + die "update your virt configs to not use qemu-kvm" + fi +} + +# Sanity check to make sure target lists are kept up-to-date. +check_targets() { + local var=$1 mak=$2 + local detected sorted + + pushd "${S}"/configs/targets/ >/dev/null || die + + # Force C locale until glibc is updated. #564936 + detected=$(echo $(printf '%s\n' *-${mak}.mak | sed "s:-${mak}.mak::" | LC_COLLATE=C sort -u)) + sorted=$(echo $(printf '%s\n' ${!var} | LC_COLLATE=C sort -u)) + if [[ ${sorted} != "${detected}" ]] ; then + eerror "The ebuild needs to be kept in sync." + eerror "${var}: ${sorted}" + eerror "$(printf '%-*s' ${#var} configure): ${detected}" + die "sync ${var} to the list of targets" + fi + + popd >/dev/null +} + +src_unpack() { + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + for file in ${A}; do + unpack "${file}" + done + cd "${WORKDIR}" || die + for proj in "${!SUBPROJECTS[@]}"; do + mv "${proj}-${SUBPROJECTS[${proj}]}" "${S}/subprojects/${proj}" || die + done + cd "${S}" || die + meson subprojects packagefiles --apply || die + else + default + fi +} + +src_prepare() { + check_targets IUSE_SOFTMMU_TARGETS softmmu + check_targets IUSE_USER_TARGETS linux-user + + default + + # Use correct toolchain to fix cross-compiling + tc-export AR AS LD NM OBJCOPY PKG_CONFIG RANLIB STRINGS + export WINDRES=${CHOST}-windres + + # Verbose builds + MAKEOPTS+=" V=1" + + # Remove bundled modules + rm -r roms/*/ || die +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function ${FUNCNAME} "$@" + + local buildtype=$1 + local builddir="${S}/${buildtype}-build" + + mkdir "${builddir}" || die + + local conf_opts=( + --prefix=/usr + --sysconfdir=/etc + --bindir=/usr/bin + --libdir=/usr/$(get_libdir) + --datadir=/usr/share + --docdir=/usr/share/doc/${PF}/html + --mandir=/usr/share/man + --localstatedir=/var + --disable-bsd-user + --disable-containers # bug #732972 + --disable-guest-agent + --disable-strip + --disable-download + + # bug #746752: TCG interpreter has a few limitations: + # - it does not support FPU + # - it's generally slower on non-self-modifying code + # It's advantage is support for host architectures + # where native codegeneration is not implemented. + # Gentoo has qemu keyworded only on targets with + # native code generation available. Avoid the interpreter. + --disable-tcg-interpreter + + --disable-werror + # We support gnutls/nettle for crypto operations. It is possible + # to use gcrypt when gnutls/nettle are disabled (but not when they + # are enabled), but it's not really worth the hassle. Disable it + # all the time to avoid automatically detecting it. #568856 + --disable-gcrypt + --cc="$(tc-getCC)" + --cxx="$(tc-getCXX)" + --objcc="$(tc-getCC)" + --host-cc="$(tc-getBUILD_CC)" + + $(use_enable alsa) + $(use_enable debug debug-info) + $(use_enable debug debug-tcg) + $(use_enable jack) + $(use_enable nls gettext) + $(use_enable oss) + $(use_enable pipewire) + $(use_enable plugins) + $(use_enable pulseaudio pa) + $(use_enable selinux) + $(use_enable xattr attr) + ) + + # Disable options not used by user targets. This simplifies building + # static user targets (USE=static-user) considerably. + conf_notuser() { + if [[ ${buildtype} == "user" ]] ; then + echo "--disable-${2:-$1}" + else + use_enable "$@" + fi + } + # Enable option only for softmmu build, but not 'user' or 'tools' + conf_softmmu() { + if [[ ${buildtype} == "softmmu" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Enable option only for tools build, but not 'user' or 'softmmu' + conf_tools() { + if [[ ${buildtype} == "tools" ]] ; then + use_enable "$@" + else + echo "--disable-${2:-$1}" + fi + } + # Special case for the malloc flag, because the --disable flag does + # not exist and trying like above will break configuring. + conf_malloc() { + if [[ ! ${buildtype} == "user" ]] ; then + usex "${1}" "--enable-malloc=${1}" "" + fi + } + conf_opts+=( + $(conf_notuser accessibility brlapi) + $(conf_notuser aio linux-aio) + $(conf_softmmu bpf) + $(conf_notuser bzip2) + $(conf_notuser capstone) + $(conf_notuser curl) + $(conf_tools doc docs) + $(conf_notuser fdt) + $(conf_notuser fuse) + $(conf_notuser glusterfs) + $(conf_notuser gnutls) + $(conf_notuser gnutls nettle) + $(conf_notuser gtk) + $(conf_notuser infiniband rdma) + $(conf_notuser iscsi libiscsi) + $(conf_notuser io-uring linux-io-uring) + $(conf_malloc jemalloc) + $(conf_notuser jpeg vnc-jpeg) + $(conf_notuser kernel_linux kvm) + $(conf_notuser keyutils libkeyutils) + $(conf_notuser lzo) + $(conf_notuser multipath mpath) + $(conf_notuser ncurses curses) + $(conf_notuser nfs libnfs) + $(conf_notuser numa) + $(conf_notuser opengl) + $(conf_notuser pam auth-pam) + $(conf_notuser png) + $(conf_notuser rbd) + $(conf_notuser sasl vnc-sasl) + $(conf_notuser sdl) + $(conf_softmmu sdl-image) + $(conf_notuser seccomp) + $(conf_notuser slirp) + $(conf_notuser smartcard) + $(conf_notuser snappy) + $(conf_notuser spice) + $(conf_notuser ssh libssh) + $(conf_notuser udev libudev) + $(conf_notuser usb libusb) + $(conf_notuser usbredir usb-redir) + $(conf_notuser vde) + $(conf_notuser vhost-net) + $(conf_notuser virgl virglrenderer) + $(conf_softmmu virtfs) + $(conf_notuser vnc) + $(conf_notuser vte) + $(conf_notuser xen) + $(conf_notuser xen xen-pci-passthrough) + # use prebuilt keymaps, bug #759604 + --disable-xkbcommon + $(conf_notuser zstd) + ) + + if [[ ! ${buildtype} == "user" ]] ; then + # audio options + local audio_opts=( + # Note: backend order matters here: #716202 + # We iterate from higher-level to lower level. + $(usex pulseaudio pa "") + $(usev pipewire) + $(usev jack) + $(usev sdl) + $(usev alsa) + $(usev oss) + ) + conf_opts+=( + --audio-drv-list=$(IFS=,; echo "${audio_opts[*]}") + ) + fi + + case ${buildtype} in + user) + conf_opts+=( + --enable-linux-user + --disable-system + --disable-tools + --disable-cap-ng + --disable-seccomp + ) + local static_flag="static-user" + ;; + softmmu) + conf_opts+=( + --disable-linux-user + --enable-system + --disable-tools + --enable-cap-ng + --enable-seccomp + ) + local static_flag="none" + ;; + tools) + conf_opts+=( + --disable-linux-user + --disable-system + --enable-tools + --enable-cap-ng + ) + local static_flag="none" + ;; + esac + + local targets="${buildtype}_targets" + [[ -n ${targets} ]] && conf_opts+=( --target-list="${!targets}" ) + + # Add support for SystemTAP + use systemtap && conf_opts+=( --enable-trace-backends="dtrace" ) + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if [[ ${static_flag} != "none" ]] && use ${static_flag}; then + conf_opts+=( --static --disable-pie ) + else + tc-enables-pie && conf_opts+=( --enable-pie ) + fi + + # Meson will not use a cross-file unless cross_prefix is set. + tc-is-cross-compiler && conf_opts+=( --cross-prefix="${CHOST}-" ) + + # Plumb through equivalent of EXTRA_ECONF to allow experiments + # like bug #747928. + conf_opts+=( ${EXTRA_CONF_QEMU} ) + + echo "../configure ${conf_opts[*]}" + cd "${builddir}" + ../configure "${conf_opts[@]}" || die "configure failed" +} + +src_configure() { + local target + + python_setup + + softmmu_targets= softmmu_bins=() + user_targets= user_bins=() + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + if use "qemu_softmmu_targets_${target}"; then + softmmu_targets+=",${target}-softmmu" + softmmu_bins+=( "qemu-system-${target}" ) + fi + done + + for target in ${IUSE_USER_TARGETS} ; do + if use "qemu_user_targets_${target}"; then + user_targets+=",${target}-linux-user" + user_bins+=( "qemu-${target}" ) + fi + done + + softmmu_targets=${softmmu_targets#,} + user_targets=${user_targets#,} + + [[ -n ${softmmu_targets} ]] && qemu_src_configure "softmmu" + [[ -n ${user_targets} ]] && qemu_src_configure "user" + qemu_src_configure "tools" +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" || die + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + default + fi + + cd "${S}/tools-build" || die + default +} + +src_test() { + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" || die + pax-mark m */qemu-system-* #515550 + emake check + fi +} + +qemu_python_install() { + python_domodule "${S}/python/qemu" + + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/scripts/qmp/qmp-shell" + python_doscript "${S}/scripts/qmp/qemu-ga-client" +} + +# Generate binfmt support files. +# - /etc/init.d/qemu-binfmt script which registers the user handlers (openrc) +# - /usr/share/qemu/binfmt.d/qemu.conf (for use with systemd-binfmt) +generate_initd() { + local out="${T}/qemu-binfmt" + local out_systemd="${T}/qemu.conf" + local d="${T}/binfmt.d" + + einfo "Generating qemu binfmt scripts and configuration files" + + # Generate the debian fragments first. + mkdir -p "${d}" + "${S}"/scripts/qemu-binfmt-conf.sh \ + --debian \ + --exportdir "${d}" \ + --qemu-path "${EPREFIX}/usr/bin" \ + || die + # Then turn the fragments into a shell script we can source. + sed -E -i \ + -e 's:^([^ ]+) (.*)$:\1="\2":' \ + "${d}"/* || die + + # Generate the init.d script by assembling the fragments from above. + local f qcpu package interpreter magic mask + cat "${FILESDIR}"/qemu-binfmt.initd.head >"${out}" || die + for f in "${d}"/qemu-* ; do + source "${f}" + + # Normalize the cpu logic like we do in the init.d for the native cpu. + qcpu=${package#qemu-} + case ${qcpu} in + arm*) qcpu="arm";; + mips*) qcpu="mips";; + ppc*) qcpu="ppc";; + s390*) qcpu="s390";; + sh*) qcpu="sh";; + sparc*) qcpu="sparc";; + esac + + # we use 'printf' here to be portable across 'sh' + # implementations: #679168 + cat <>"${out}" + if [ "\${cpu}" != "${qcpu}" -a -x "${interpreter}" ] ; then + printf '%s\n' ':${package}:M::${magic}:${mask}:${interpreter}:'"\${QEMU_BINFMT_FLAGS}" >/proc/sys/fs/binfmt_misc/register + fi +EOF + + echo ":${package}:M::${magic}:${mask}:${interpreter}:OC" >>"${out_systemd}" + + done + cat "${FILESDIR}"/qemu-binfmt.initd.tail >>"${out}" || die +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets. + generate_initd + doinitd "${T}/qemu-binfmt" + + # Install binfmt/qemu.conf. + insinto "/usr/share/qemu/binfmt.d" + doins "${T}/qemu.conf" + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + # This might not exist if the test failed. #512010 + [[ -e check-report.html ]] && dodoc check-report.html + + if use kernel_linux; then + udev_newrules "${FILESDIR}"/65-kvm.rules-r2 65-kvm.rules + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + cd "${S}/tools-build" || die + emake DESTDIR="${ED}" install + + # If USE=doc, there'll be newly generated docs which we install instead. + if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then + doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8] + fi + + # Disable mprotect on the qemu binaries as they use JITs to be fast #459348 + pushd "${ED}"/usr/bin >/dev/null || die + pax-mark mr "${softmmu_bins[@]}" "${user_bins[@]}" # bug 575594 + popd >/dev/null || die + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + cd "${S}" || die + dodoc MAINTAINERS + newdoc pc-bios/README README.pc-bios + + # Disallow stripping of prebuilt firmware files. + dostrip -x ${QA_PREBUILT} + + if [[ -n ${softmmu_targets} ]]; then + # Remove SeaBIOS since we're using the SeaBIOS packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin + fi + + # Remove vgabios since we're using the seavgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-virtio.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + + # PPC/PPC64 loads vgabios-stdvga + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 || use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64; then + dosym ../seavgabios/vgabios-isavga.bin /usr/share/qemu/vgabios.bin + dosym ../seavgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../seavgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../seavgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../seavgabios/vgabios-virtio.bin /usr/share/qemu/vgabios-virtio.bin + dosym ../seavgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/8086100e.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi + fi + + DISABLE_AUTOFORMATTING=true + readme.gentoo_create_doc +} + +firmware_abi_change() { + local pv + for pv in ${REPLACING_VERSIONS}; do + if ver_test ${pv} -lt ${FIRMWARE_ABI_VERSION}; then + return 0 + fi + done + return 1 +} + +pkg_postinst() { + if [[ -n ${softmmu_targets} ]] && use kernel_linux; then + udev_reload + fi + + xdg_icon_cache_update + + [[ -z ${EPREFIX} ]] && [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \ + fcaps cap_net_admin "${EROOT}"/usr/libexec/qemu-bridge-helper + + DISABLE_AUTOFORMATTING=true + readme.gentoo_print_elog + + if use pin-upstream-blobs && firmware_abi_change; then + ewarn "This version of qemu pins new versions of firmware blobs:" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + ewarn " $(best_version sys-firmware/edk2-ovmf-bin)" + else + ewarn " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + ewarn " $(best_version sys-firmware/seabios-bin)" + else + ewarn " $(best_version sys-firmware/seabios)" + fi + + ewarn " $(best_version sys-firmware/ipxe)" + ewarn " $(best_version sys-firmware/sgabios)" + ewarn "This might break resume of hibernated guests (started with a different" + ewarn "firmware version) and live migration to/from qemu versions with different" + ewarn "firmware. Please (cold) restart all running guests. For functional" + ewarn "guest migration ensure that all" + ewarn "hosts run at least" + ewarn " app-emulation/qemu-${FIRMWARE_ABI_VERSION}." + fi +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + + if has_version 'sys-firmware/edk2-ovmf-bin'; then + echo " $(best_version sys-firmware/edk2-ovmf-bin)" + else + echo " $(best_version sys-firmware/edk2-ovmf)" + fi + + if has_version 'sys-firmware/seabios-bin'; then + echo " $(best_version sys-firmware/seabios-bin)" + else + echo " $(best_version sys-firmware/seabios)" + fi + + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/sgabios)" +} + +pkg_postrm() { + xdg_icon_cache_update + udev_reload +} diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 381a891e0191..02a65ccd518a 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -31,7 +31,7 @@ if [[ ${PV} == *9999* ]]; then declare -A SUBPROJECTS=( [keycodemapdb]="f5772a62ec52591ff6870b7e8ef32482371f22c6" [berkeley-softfloat-3]="b64af41c3276f97f0e181920400ee056b9c88037" - [berkeley-testfloat-3]="40619cbb3bf32872df8c53cc457039229428a263" + [berkeley-testfloat-3]="e7af9751d9f9fd3b47911f51a5cfd08af256a9ab" ) for proj in "${!SUBPROJECTS[@]}"; do @@ -84,7 +84,6 @@ COMMON_TARGETS=" mips64 mips64el mipsel - nios2 or1k ppc ppc64 @@ -316,15 +315,17 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-8.0.0-disable-keymap.patch - "${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch - "${FILESDIR}"/${PN}-8.1.0-also-build-virtfs-proxy-helper.patch + "${FILESDIR}"/${PN}-9.0.0-disable-keymap.patch + "${FILESDIR}"/${PN}-9.0.0-capstone-include-path.patch + "${FILESDIR}"/${PN}-9.0.0-also-build-virtfs-proxy-helper.patch "${FILESDIR}"/${PN}-8.1.0-skip-tests.patch "${FILESDIR}"/${PN}-8.1.0-find-sphinx.patch + ) QA_PREBUILT=" usr/share/qemu/hppa-firmware.img + usr/share/qemu/hppa-firmware64.img usr/share/qemu/openbios-ppc usr/share/qemu/openbios-sparc64 usr/share/qemu/openbios-sparc32 diff --git a/app-emulation/ruffle/ruffle-0_p20240422.ebuild b/app-emulation/ruffle/ruffle-0_p20240422.ebuild index 364a2d9de0bc..3429c8fc5d64 100644 --- a/app-emulation/ruffle/ruffle-0_p20240422.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20240422.ebuild @@ -686,7 +686,7 @@ LICENSE+=" MPL-2.0 OFL-1.1 openssl Unicode-DFS-2016 ZLIB " # crates SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )" diff --git a/app-emulation/vendor-reset/files/vendor-reset-0.1.1-allow-correct-compilation-with-clang.patch b/app-emulation/vendor-reset/files/vendor-reset-0.1.1-allow-correct-compilation-with-clang.patch new file mode 100644 index 000000000000..32ae298d4049 --- /dev/null +++ b/app-emulation/vendor-reset/files/vendor-reset-0.1.1-allow-correct-compilation-with-clang.patch @@ -0,0 +1,23 @@ +https://github.com/gnif/vendor-reset/commit/084881c6e9e11bdadaf05798e669568848e698a3.patch +From: =?UTF-8?q?Marcus=20K=C3=B6hler?= +Date: Mon, 25 Dec 2023 21:43:41 +0100 +Subject: [PATCH] Allow correct compilation with Clang/LLVM +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Marcus Köhler +--- a/src/hook.c ++++ b/src/hook.c +@@ -30,7 +30,11 @@ static bool hook_installed = false; + static int (*orig_pci_dev_specific_reset)(struct pci_dev *dev, int probe); + + /* TCO breaks the hook, we must disable it for this function */ ++#if defined(__GNUC__) && !defined(__llvm__) + __attribute__((optimize("-fno-optimize-sibling-calls"))) ++#elif defined(__clang__) ++__attribute__((disable_tail_calls)) ++#endif + static int hooked_pci_dev_specific_reset(struct pci_dev *dev, int probe) + { + int ret; diff --git a/app-emulation/vendor-reset/files/vendor-reset-0.1.1-fix-build-on-kernel-6.8.patch b/app-emulation/vendor-reset/files/vendor-reset-0.1.1-fix-build-on-kernel-6.8.patch new file mode 100644 index 000000000000..d99212c9ee27 --- /dev/null +++ b/app-emulation/vendor-reset/files/vendor-reset-0.1.1-fix-build-on-kernel-6.8.patch @@ -0,0 +1,35 @@ +https://github.com/gnif/vendor-reset/commit/f72619e468846e0bab4426f5e71b069f88c33a11.patch +From: Sakari <20642596+sakarie9@users.noreply.github.com> +Date: Thu, 14 Mar 2024 10:59:15 +0800 +Subject: [PATCH] Fix build on kernel 6.8+ + +--- a/src/amd/amdgpu/atom.c ++++ b/src/amd/amdgpu/atom.c +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + + //#include +@@ -39,6 +40,10 @@ + #include "atom-names.h" + #include "atom-bits.h" + ++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0) ++#define strscpy strlcpy ++#endif ++ + #define ATOM_COND_ABOVE 0 + #define ATOM_COND_ABOVEOREQUAL 1 + #define ATOM_COND_ALWAYS 2 +@@ -1424,7 +1429,7 @@ struct atom_context *amdgpu_atom_parse(struct card_info *card, void *bios) + if (*str != '\0') + { + pr_info("ATOM BIOS: %s\n", str); +- strlcpy(ctx->vbios_version, str, sizeof(ctx->vbios_version)); ++ strscpy(ctx->vbios_version, str, sizeof(ctx->vbios_version)); + } + + return ctx; diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r2.ebuild b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r2.ebuild new file mode 100644 index 000000000000..f34969845915 --- /dev/null +++ b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-mod-r1 + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/gnif/vendor-reset.git" + EGIT_BRANCH="master" + inherit git-r3 +else + KEYWORDS="~amd64" + EGIT_COMMIT="4b466e92a2d9f76ce1082cde982c7be0be91e248" + SRC_URI="https://github.com/gnif/vendor-reset/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +fi + +DESCRIPTION="Linux kernel vendor specific hardware reset module" +HOMEPAGE="https://github.com/gnif/vendor-reset" + +LICENSE="GPL-2" +SLOT="0" + +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" + +CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER" + +PATCHES=( + "${FILESDIR}/${PN}-0.1.1-allow-correct-compilation-with-clang.patch" + "${FILESDIR}/${PN}-0.1.1-fix-build-on-kernel-6.8.patch" +) + +src_compile() { + local modlist=( vendor-reset ) + local modargs=( KDIR="${KV_OUT_DIR}" ) + linux-mod-r1_src_compile +} + +src_install() { + linux-mod-r1_src_install + + insinto /etc/modules-load.d/ + newins "${FILESDIR}"/modload.conf vendor-reset.conf +} diff --git a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild index 7397409177e5..42dbcb32b7f7 100644 --- a/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild +++ b/app-emulation/virt-manager/virt-manager-4.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no inherit gnome2 distutils-r1 optfeature diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index a7e83d3bf708..377897328f08 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no inherit gnome2 distutils-r1 optfeature diff --git a/app-emulation/virtiofsd/virtiofsd-1.10.0.ebuild b/app-emulation/virtiofsd/virtiofsd-1.10.0.ebuild index 8eaeb54ded93..7358e8fdae58 100644 --- a/app-emulation/virtiofsd/virtiofsd-1.10.0.ebuild +++ b/app-emulation/virtiofsd/virtiofsd-1.10.0.ebuild @@ -104,7 +104,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2" SRC_URI+=" ${CARGO_CRATE_URIS}" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="amd64 ppc64" S="${WORKDIR}/${PN}-v${PV}" fi diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 8880333b61e9..f4121dd4a4c5 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest index ce797b05909f..fdd9fbae0916 100644 --- a/app-misc/binwalk/Manifest +++ b/app-misc/binwalk/Manifest @@ -1,3 +1,2 @@ -DIST binwalk-2.3.6.tar.gz 39723335 BLAKE2B 20710dc32f67981b1ba69ced649bfddc0247b9054a30ba9a8ab17710094fa4f45a44b32b18e2de6e0c63d632044432e8d4a8ec8cdacb007996b7d91b983547bc SHA512 05e06682a9b8aa6b68b580b6818a2f08d8d81d89961f6cacfd9d14185c26727bbdf6dedb2f26079fffebf7de6f45002944ed8f3475ba04e4b05ac6d5c19560ea -DIST binwalk-2.3.8.tar.gz 39723354 BLAKE2B 87c4e9e78e7a2c6132266ad9bd4ba1cfc05fccb078b41b7a9890c59586175c1993bea5c642493c42c10d3e2af36965c88612c881fec750eb7d99b260226ae65f SHA512 5b99626496ae236f32ae190372b4e24dbb3873413bc822a67096fb380139835379556987cfd6f7561a8b36574ec4d4ea8007182edb6d58ac1cd993cafb46d1a7 DIST binwalk-2.4.0.tar.gz 39744574 BLAKE2B 8503e86afb584e431b25611fbed91e85aaf307e9011b5ef09a83b5f4756a815f9d3de67d440a2b7547cbe162d1940e8d6ffc4899afac14ccb938304002b1eb41 SHA512 41bee6a0d1cd587f81dcf81c30215a305b61e4db208bc9d8e4f0b9f12acb47e4dc2e6af23e06118ef6e30c484f6be743b456b6d4324be4388413ff291682345e +DIST binwalk-2.4.1.tar.gz 39747760 BLAKE2B 480f8ff06932c77ca5ab2857cddf7ecebb36b6f2e55e3ccf15a971fa0f4c59d57b652556fd9f0dd20e6fbd887fdef3c6da022f76787b2edf16b0d1714d291e8a SHA512 f83d0ca09a39033944ce16345b7c2c8f3051a20f80315e4c797221df4e6844c7c89c0a49053d739156e2654b482d6ef93f0814fa588daab031dbeaed1423e6f2 diff --git a/app-misc/binwalk/binwalk-2.3.6.ebuild b/app-misc/binwalk/binwalk-2.3.6.ebuild deleted file mode 100644 index d77b715b9380..000000000000 --- a/app-misc/binwalk/binwalk-2.3.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" - inherit git-r3 -else - SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~x64-macos" -fi - -DESCRIPTION="A tool for identifying files embedded inside firmware images" -HOMEPAGE="https://github.com/ReFirmLabs/binwalk" - -LICENSE="MIT" -SLOT="0" - -distutils_enable_tests pytest - -python_install_all() { - local DOCS=( API.md INSTALL.md README.md ) - distutils-r1_python_install_all -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "binwalk has many optional dependencies to automatically" - elog "extract/decompress data, see INSTALL.md for more details." - fi -} diff --git a/app-misc/binwalk/binwalk-2.3.8.ebuild b/app-misc/binwalk/binwalk-2.4.1.ebuild similarity index 89% rename from app-misc/binwalk/binwalk-2.3.8.ebuild rename to app-misc/binwalk/binwalk-2.4.1.ebuild index 53c023e8014b..e628cb990f4e 100644 --- a/app-misc/binwalk/binwalk-2.3.8.ebuild +++ b/app-misc/binwalk/binwalk-2.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 optfeature @@ -34,7 +34,7 @@ pkg_postinst() { optfeature "disassembly" dev-libs/capstone[python] if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "binwalk has many optional dependencies to automatically" + elog "binwalk has many more optional dependencies to automatically" elog "extract/decompress data, see INSTALL.md for more details." fi } diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index 53c023e8014b..e628cb990f4e 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 optfeature @@ -34,7 +34,7 @@ pkg_postinst() { optfeature "disassembly" dev-libs/capstone[python] if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "binwalk has many optional dependencies to automatically" + elog "binwalk has many more optional dependencies to automatically" elog "extract/decompress data, see INSTALL.md for more details." fi } diff --git a/app-misc/ca-certificates/ca-certificates-20240203.3.98.ebuild b/app-misc/ca-certificates/ca-certificates-20240203.3.98.ebuild index d159923c9a9b..282195c08c72 100644 --- a/app-misc/ca-certificates/ca-certificates-20240203.3.98.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20240203.3.98.ebuild @@ -57,7 +57,7 @@ S="${WORKDIR}" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" ${PRECOMPILED} || IUSE+=" cacert" BDEPEND="${COMMON_DEPEND}" diff --git a/app-misc/carbon-c-relay/Manifest b/app-misc/carbon-c-relay/Manifest index c39232681687..6e9549419b53 100644 --- a/app-misc/carbon-c-relay/Manifest +++ b/app-misc/carbon-c-relay/Manifest @@ -1,2 +1,2 @@ -DIST carbon-c-relay-3.7.3.tar.gz 575680 BLAKE2B d2d07c7f1ec356a16bb375bd740ffa018a0d256ef1ce97ae0555001411a05e28173c2009f3980b0d711977068392b5a0baca68f9dda3a677c7c3d245cad70a0e SHA512 ba3e4b7173abe5e3b018413a8d46d91c3f433e785dcf3d7643836b91f9a6ff993b22c3db51192476c75d45486d1e2541ad73056671b4bdbfd1447dcfc3f26ff3 DIST carbon-c-relay-3.7.4.tar.gz 584098 BLAKE2B 27fe6d7b785129aa6edd81e0a92880eee3530249900662e63f1ad7a9c1b4c8f9ff98635989311de964e4c42d4bb98f3ce1956ed170b8eceeea558ec3c191f45e SHA512 a9bcaa699e071e57e0a9092b97d1ead6781af4e00ef19f289a986c5baf56dec2c747961dfc2622285de034c17ce7ed2f5a7c856d617b26488dbdea58c4d72754 +DIST carbon-c-relay-3.8.1.tar.gz 465489 BLAKE2B 984bc330e0188cd403461c44388e8166840eeafc6f76cefd3f13da617ef9026ee7638367522d046b7f7df268aecaa088603be98a7f5650cce7759b00193d52d0 SHA512 fd59bf8af91a606e03e80c7ab7c8819d6040e2f8057bd66c6fcdacc526e5ba41479b19393919d89712af78a5050dd61db378b9620a880e7cec6b5c9b19e10ff5 diff --git a/app-misc/carbon-c-relay/carbon-c-relay-3.7.3.ebuild b/app-misc/carbon-c-relay/carbon-c-relay-3.7.3.ebuild deleted file mode 100644 index 4e3fbd702416..000000000000 --- a/app-misc/carbon-c-relay/carbon-c-relay-3.7.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Enhanced C version of Carbon relay, aggregator and rewriter" -HOMEPAGE="https://github.com/grobian/carbon-c-relay" -SRC_URI="https://github.com/grobian/carbon-c-relay/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x64-macos ~x64-solaris" -IUSE="lz4 snappy zlib ssl pcre pcre2 +oniguruma" - -# ensure only one of pcre, pcre2 and oniguruma is set, or none (libc) -# unforunately pcre is in global USE, so we have to exclude that here -REQUIRED_USE=" - pcre2? ( !oniguruma ) - oniguruma? ( !pcre2 ) -" -RDEPEND="lz4? ( app-arch/lz4 ) - snappy? ( app-arch/snappy ) - zlib? ( app-arch/gzip ) - ssl? ( dev-libs/openssl:0= ) - !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) - pcre2? ( dev-libs/libpcre2 ) - oniguruma? ( dev-libs/oniguruma ) - acct-group/carbon - acct-user/carbon" -DEPEND="${RDEPEND}" - -src_configure() { - local pcrecfg - if use !pcre2 && use !oniguruma ; then - pcrecfg=$(use_with pcre) - else - pcrecfg="--without-pcre" - fi - - econf $(use_with lz4) $(use_with snappy) \ - $(use_with ssl) $(use_with zlib gzip) \ - "${pcrecfg}" $(use_with pcre2) $(use_with oniguruma) -} - -src_install() { - default - - # rename too generic name - mv "${ED}"/usr/bin/{relay,${PN}} || die - - # remove libfaketime, necessary for testing only - rm -f "${ED}"/usr/$(get_libdir)/libfaketime.* - - dodoc ChangeLog.md - - newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} - newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN} -} diff --git a/app-misc/carbon-c-relay/carbon-c-relay-3.7.4-r1.ebuild b/app-misc/carbon-c-relay/carbon-c-relay-3.8.1.ebuild similarity index 54% rename from app-misc/carbon-c-relay/carbon-c-relay-3.7.4-r1.ebuild rename to app-misc/carbon-c-relay/carbon-c-relay-3.8.1.ebuild index 3282c5737a7d..17b4a10ca21f 100644 --- a/app-misc/carbon-c-relay/carbon-c-relay-3.7.4-r1.ebuild +++ b/app-misc/carbon-c-relay/carbon-c-relay-3.8.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Enhanced C version of Carbon relay, aggregator and rewriter" HOMEPAGE="https://github.com/grobian/carbon-c-relay" @@ -10,36 +10,44 @@ SRC_URI="https://github.com/grobian/carbon-c-relay/releases/download/v${PV}/${P} LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x64-macos ~x64-solaris" -IUSE="lz4 snappy zlib ssl pcre pcre2 +oniguruma" +IUSE="client lz4 snappy zlib ssl pcre2 +oniguruma" -# ensure only one of pcre, pcre2 and oniguruma is set, or none (libc) -# unforunately pcre is in global USE, so we have to exclude that here +# ensure only one of pcre2 and oniguruma is set, or none (libc) REQUIRED_USE=" pcre2? ( !oniguruma ) oniguruma? ( !pcre2 ) " -RDEPEND="lz4? ( app-arch/lz4 ) +DEPEND=" + lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) - !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) +" +RDEPEND=" + ${DEPEND} acct-group/carbon - acct-user/carbon" -DEPEND="${RDEPEND}" + acct-user/carbon +" src_configure() { - local pcrecfg - if use !pcre2 && use !oniguruma ; then - pcrecfg=$(use_with pcre) - else - pcrecfg="--without-pcre" - fi + econf \ + $(use_with lz4) \ + $(use_with snappy) \ + $(use_with ssl) \ + $(use_with zlib gzip) \ + --without-pcre \ + $(use_with pcre2) \ + $(use_with oniguruma) +} - econf $(use_with lz4) $(use_with snappy) \ - $(use_with ssl) $(use_with zlib gzip) \ - "${pcrecfg}" $(use_with pcre2) $(use_with oniguruma) +src_compile() { + default + # build useful utility irregardless of FEATURES=test + if use client ; then + emake sendmetric || die + fi } src_install() { @@ -47,9 +55,8 @@ src_install() { # rename too generic name mv "${ED}"/usr/bin/{relay,${PN}} || die - - # remove libfaketime, necessary for testing only - rm -f "${ED}"/usr/$(get_libdir)/libfaketime.* + # install useful utility + use client && dobin sendmetric dodoc ChangeLog.md diff --git a/app-misc/carbon-c-relay/files/carbon-c-relay.initd-r1 b/app-misc/carbon-c-relay/files/carbon-c-relay.initd-r1 deleted file mode 100644 index 1e2734941cc1..000000000000 --- a/app-misc/carbon-c-relay/files/carbon-c-relay.initd-r1 +++ /dev/null @@ -1,74 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -extra_commands="configtest" -extra_started_commands="reload" - -description="Lightweight graphite metrics router and aggregator." -description_configtest="Run carbon-c-relay's internal config check." -description_reload="Reload the carbon-c-relay configuration without losing connections." - -routes_config=${ROUTES_FILE:-/etc/${SVCNAME}.conf} - -command="/usr/bin/carbon-c-relay" -command_args="-f ${routes_config} ${EXTRA_OPTS}" -pidfile="/run/carbon-c-relay/${SVCNAME}.pid" -logfile=${LOGFILE:-/var/log/${SVCNAME}.log} -user=${USER:-carbon} -group=${GROUP:-carbon} - -depend() { - need net - use dns -} - -start_pre() { - if [ "${RC_CMD}" != "restart" ]; then - configtest || return 1 - fi - touch "${logfile}" - mkdir -p "${pidfile%/*}" - chown ${user}:${group} "${logfile}" "${pidfile%/*}" -} - -stop_pre() { - if [ "${RC_CMD}" = "restart" ]; then - configtest || return 1 - fi -} - -stop_post() { - rm -f "${pidfile}" -} - -start() { - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --pidfile "${pidfile}" \ - --user ${user} --group ${group} \ - --exec ${command} -- -D -P "${pidfile}" -l "${logfile}" \ - ${command_args} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - # migration path - local pfile=${pidfile} - [[ -e /run/carbon-c-relay.pid ]] && pfile="/run/carbon-c-relay.pid" - start-stop-daemon --stop --exec ${command} --pidfile "${pfile}" - eend $? -} - -reload() { - configtest || return 1 - ebegin "Refreshing ${SVCNAME}'s configuration" - kill -HUP $(< "${pidfile}") &>/dev/null - eend $? "Failed to reload ${SVCNAME}" -} - -configtest() { - ebegin "Checking ${SVCNAME}'s configuration" - ${command} -f "${routes_config}" -t < /dev/null > /dev/null - eend $? "failed, please correct errors above" -} diff --git a/app-misc/carbon-c-relay/metadata.xml b/app-misc/carbon-c-relay/metadata.xml index 6555a55f462c..a156277eb8f0 100644 --- a/app-misc/carbon-c-relay/metadata.xml +++ b/app-misc/carbon-c-relay/metadata.xml @@ -5,6 +5,7 @@ grobian@gentoo.org + build and install sendmetric client utility add support for LZ4 compressed transport add support for Snappy compressed transport use dev-libs/libpcre2 as regex implementation diff --git a/app-misc/gnote/gnote-45.2.ebuild b/app-misc/gnote/gnote-45.2.ebuild index 206dcb77a3c9..01cf2b8730fd 100644 --- a/app-misc/gnote/gnote-45.2.ebuild +++ b/app-misc/gnote/gnote-45.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote" LICENSE="GPL-3+ FDL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index c8c236317d66..e3dc74bafb56 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/elt-patches/elt-patches-20240324.ebuild b/app-portage/elt-patches/elt-patches-20240324.ebuild index 29410c13f990..e4f296996a88 100644 --- a/app-portage/elt-patches/elt-patches-20240324.ebuild +++ b/app-portage/elt-patches/elt-patches-20240324.ebuild @@ -19,7 +19,7 @@ else https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2" diff --git a/app-portage/gentle/Manifest b/app-portage/gentle/Manifest index 822c38d8bd8c..32a131baf15b 100644 --- a/app-portage/gentle/Manifest +++ b/app-portage/gentle/Manifest @@ -1,2 +1,2 @@ -DIST gentle_mxml-0.3.1.tar.gz 141735 BLAKE2B 6720ff9af32d83beac66e5e8fc71cc33a7554edb000b835d4f770da199806ebfbc3bdd95954b738f21768da6b6f8315cb870e2185b8066d5f69cad85128f60ec SHA512 4722e37c635d7f1b492bf52f3f4003deda1ba65c79be56228009875241048d6976b38e836e62f6d90adb8ec1bc545ff903487759ad581ffc0bb2e371d25dd780 DIST gentle_mxml-0.4.0.tar.gz 329273 BLAKE2B baf6d954838d6cd2fc9548aaa33c85cb53307b325521a2fe300486a2cc08e833f835016ba632b484c1068c7deee3b2eeb17606f0180d248081304fa866b79461 SHA512 beac2c7bd3e4d80448fec5a633502e6cdc763145541b9205e3c354597b4e9c724f94cadb747b87df3c49669f5534cc9d123ded00b45b9cb783cd4e086a9b3ceb +DIST gentle_mxml-1.0.0.tar.gz 356588 BLAKE2B bb5eddfd91876226cad27c6e2b06ac60926c7f1075c3c6838b2abf262b9a7ec7740083e8397a3980174d83d3c2b6fff67772adf2454fb11892a1624d27ebf533 SHA512 fdd9399545e6613b932de3bfc093815019941fcbba1535384a77431259320b478cd4a020ea3d657f1bf2a296a8f788fb9a08bc1c917b3c59e06d2a237f22a91a diff --git a/app-portage/gentle/gentle-0.3.1.ebuild b/app-portage/gentle/gentle-1.0.0.ebuild similarity index 70% rename from app-portage/gentle/gentle-0.3.1.ebuild rename to app-portage/gentle/gentle-1.0.0.ebuild index b24f526fe46e..1185c8483539 100644 --- a/app-portage/gentle/gentle-0.3.1.ebuild +++ b/app-portage/gentle/gentle-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=flit PYPI_PN="gentle-mxml" inherit distutils-r1 optfeature pypi @@ -18,14 +18,19 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + sys-apps/portage[${PYTHON_USEDEP}] +" BDEPEND=" test? ( app-text/xmldiff[${PYTHON_USEDEP}] + dev-lang/perl + dev-lang/ruby:* + >=dev-python/build-1.2.0[${PYTHON_USEDEP}] dev-python/pkginfo[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/rdflib[${PYTHON_USEDEP}] - $(python_gen_cond_dep \ - 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10) ) " @@ -35,9 +40,13 @@ distutils_enable_sphinx docs \ dev-python/insipid-sphinx-theme \ dev-python/sphinx-prompt +python_test() { + epytest --with-perl --with-ruby +} + pkg_postinst() { + optfeature "python packaging support" dev-python/build optfeature "PKG-INFO support" dev-python/pkginfo optfeature "yaml support" dev-python/pyyaml optfeature "rdf support" dev-python/rdflib - optfeature "toml support" dev-python/tomli } diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild index d5864f223a3c..81aa80b87351 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-1.0.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild index 36e77ecea0b2..14ee0a7a98bc 100644 --- a/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild +++ b/app-portage/recover-broken-vdb/recover-broken-vdb-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz index 8a03a50466cf..90d4f1709b34 100644 Binary files a/app-shells/Manifest.gz and b/app-shells/Manifest.gz differ diff --git a/app-shells/bash/bash-5.1_p16-r10.ebuild b/app-shells/bash/bash-5.1_p16-r10.ebuild new file mode 100644 index 000000000000..2f4a6284d0a0 --- /dev/null +++ b/app-shells/bash/bash-5.1_p16-r10.ebuild @@ -0,0 +1,340 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc +inherit flag-o-matic toolchain-funcs prefix verify-sig + +# Uncomment if we have a patchset. +#GENTOO_PATCH_DEV="sam" +#GENTOO_PATCH_VER="${PV}" + +MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} +MY_P=${PN}-${MY_PV} +MY_PATCHES=() + +# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.1-patches/. +case ${PV} in + *_p*) + PLEVEL=${PV##*_p} + ;; + 9999|*_alpha*|*_beta*|*_rc*) + # Set a negative patchlevel to indicate that it's a pre-release. + PLEVEL=-1 + ;; + *) + PLEVEL=0 +esac + +# The version of readline this bash normally ships with. Note that we only use +# the bundled copy of readline for pre-releases. +READLINE_VER="8.1" + +DESCRIPTION="The standard GNU Bourne again shell" +HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" + EGIT_BRANCH=devel + inherit git-r3 +else + my_urls=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" ) + + # bash-5.1 -> bash51 + my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.} + + for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do + printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}" + my_urls+=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}" ) + MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" ) + done + + SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )" + + unset -v my_urls my_p my_patch_idx my_patch_ver +fi + +if [[ ${GENTOO_PATCH_VER} ]]; then + SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz" +fi + +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-3+" +SLOT="0" +if (( PLEVEL >= 0 )); then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +fi +IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline" + +DEPEND=" + >=sys-libs/ncurses-5.2-r2:= + nls? ( virtual/libintl ) +" +if (( PLEVEL >= 0 )); then + DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )" +fi +RDEPEND=" + ${DEPEND} +" +# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011). +BDEPEND=" + sys-devel/bison + verify-sig? ( sec-keys/openpgp-keys-chetramey ) +" + +# EAPI 8 tries to append it but it doesn't exist here. +QA_CONFIGURE_OPTIONS="--disable-static" + +PATCHES=( + #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/ + + # Patches to or from Chet, posted to the bug-bash mailing list. + "${FILESDIR}/${PN}-5.0-syslog-history-extern.patch" + "${FILESDIR}/${PN}-5.1_p16-configure-clang16.patch" +) + +pkg_setup() { + # bug #7332 + if is-flag -malign-double; then + eerror "Detected bad CFLAGS '-malign-double'. Do not use this" + eerror "as it breaks LFS (struct stat64) on x86." + die "remove -malign-double from your CFLAGS mr ricer" + fi + + if use bashlogger; then + ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." + ewarn "This will log ALL output you enter into the shell, you have been warned." + fi +} + +src_unpack() { + local patch + + if [[ ${PV} == 9999 ]]; then + git-r3_src_unpack + else + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig} + + for patch in "${MY_PATCHES[@]}"; do + verify-sig_verify_detached "${patch}"{,.sig} + done + fi + + unpack "${MY_P}.tar.gz" + + if [[ ${GENTOO_PATCH_VER} ]]; then + unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" + fi + fi +} + +src_prepare() { + # Include official patches. + (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}" + + # Clean out local libs so we know we use system ones w/releases. The + # touch utility is invoked for the benefit of config.status. + if (( PLEVEL >= 0 )); then + rm -rf lib/{readline,termcap}/* \ + && touch lib/{readline,termcap}/Makefile.in \ + && sed -i -E 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in \ + || die + fi + + # Prefixify hardcoded path names. No-op for non-prefix. + hprefixify pathnames.h.in + + # Avoid regenerating docs after patches, bug #407985. + sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \ + && touch -r . doc/* \ + || die + + eapply -p0 "${PATCHES[@]}" + eapply_user +} + +src_configure() { + local -a myconf + + # Upstream only test with Bison and require GNUisms like YYEOF and + # YYERRCODE. The former at least may be in POSIX soon: + # https://www.austingroupbugs.net/view.php?id=1269. + # configure warns on use of non-Bison but doesn't abort. The result + # may misbehave at runtime. + unset -v YACC + + myconf=( + --disable-profiling + + # Force linking with system curses ... the bundled termcap lib + # sucks bad compared to ncurses. For the most part, ncurses + # is here because readline needs it. But bash itself calls + # ncurses in one or two small places :(. + --with-curses + + $(use_enable mem-scramble) + $(use_enable net net-redirections) + $(use_enable readline) + $(use_enable readline bang-history) + $(use_enable readline history) + $(use_with afs) + $(use_with mem-scramble bash-malloc) + ) + + # For descriptions of these, see config-top.h. + # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 + append-cppflags \ + -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \ + -DSTANDARD_UTILS_PATH=\'\""${EPREFIX}"/bin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/usr/sbin\"\' \ + -DSYS_BASHRC=\'\""${EPREFIX}"/etc/bash/bashrc\"\' \ + -DSYS_BASH_LOGOUT=\'\""${EPREFIX}"/etc/bash/bash_logout\"\' \ + -DNON_INTERACTIVE_LOGIN_SHELLS \ + -DSSH_SOURCE_BASHRC \ + $(use bashlogger && echo -DSYSLOG_HISTORY) + + use nls || myconf+=( --disable-nls ) + + if (( PLEVEL >= 0 )); then + # Historically, we always used the builtin readline, but since + # our handling of SONAME upgrades has gotten much more stable + # in the PM (and the readline ebuild itself preserves the old + # libs during upgrades), linking against the system copy should + # be safe. + # Exact cached version here doesn't really matter as long as it + # is at least what's in the DEPEND up above. + export ac_cv_rl_version=${READLINE_VER%%_*} + + # Use system readline only with released versions. + myconf+=( --with-installed-readline=. ) + fi + + if use plugins; then + append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash" + else + # Disable the plugins logic by hand since bash doesn't provide + # a way of doing it. + export ac_cv_func_dl{close,open,sym}=no \ + ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no + + sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die + fi + + # bug #444070 + tc-export AR + + econf "${myconf[@]}" +} + +src_compile() { + emake + + if use plugins; then + emake -C examples/loadables all others + fi +} + +src_install() { + local d f + + default + + my_prefixify() { + while read -r; do + if [[ $REPLY == *$1* ]]; then + REPLY=${REPLY/"/etc/"/"${EPREFIX}/etc/"} + fi + printf '%s\n' "${REPLY}" || ! break + done < "$2" || die + } + + dodir /bin + mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die + dosym bash /bin/rbash + + insinto /etc/bash + doins "${FILESDIR}"/bash_logout + my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc + + insinto /etc/bash/bashrc.d + my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color.bash | newins - 10-gentoo-color.bash + doins "${FILESDIR}"/bashrc.d/10-gentoo-title.bash + + insinto /etc/skel + for f in bash{_logout,_profile,rc}; do + newins "${FILESDIR}/dot-${f}" ".${f}" + done + + if use plugins; then + exeinto "/usr/$(get_libdir)/bash" + set -- examples/loadables/*.o + doexe "${@%.o}" + + insinto /usr/include/bash-plugins + doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h} + fi + + if use examples; then + for d in examples/{functions,misc,scripts,startup-files}; do + exeinto "/usr/share/doc/${PF}/${d}" + docinto "${d}" + for f in "${d}"/*; do + if [[ ${f##*/} != @(PERMISSION|*README) ]]; then + doexe "${f}" + else + dodoc "${f}" + fi + done + done + fi + + # Install bash_builtins.1 and rbash.1. + emake -C doc DESTDIR="${D}" install_builtins + sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die + doman "${T}"/rbash.1 + + newdoc CWRU/changelog ChangeLog + dosym bash.info /usr/share/info/bashref.info +} + +pkg_preinst() { + if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then + mkdir -p -- "${EROOT}"/etc/bash \ + && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \ + || die + fi +} + +pkg_postinst() { + local old_ver + + # If /bin/sh does not exist, provide it. + if [[ ! -e ${EROOT}/bin/sh ]]; then + ln -sf -- bash "${EROOT}"/bin/sh || die + fi + + read -r old_ver <<<"${REPLACING_VERSIONS}" + if [[ ! $old_ver ]]; then + : + elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1"; then + return + elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8"; then + return + fi + + einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." + einfo "" + einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" + einfo "characteristics of the operating environment, this array may contain commands" + einfo "to set the window and pane title. Users that choose to customise this variable" + einfo "in ~/.bashrc are advised to append their commands, using the following syntax." + einfo "" + einfo "PROMPT_COMMAND+=('custom command goes here')" + einfo "" + einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" + einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" + einfo "as desired. Previously, there was no formally supported method of opting out." +} diff --git a/app-shells/bash/bash-5.1_p16-r9.ebuild b/app-shells/bash/bash-5.1_p16-r9.ebuild deleted file mode 100644 index fefec1f7e54d..000000000000 --- a/app-shells/bash/bash-5.1_p16-r9.ebuild +++ /dev/null @@ -1,363 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc -inherit flag-o-matic toolchain-funcs prefix verify-sig - -# Uncomment if we have a patchset -GENTOO_PATCH_DEV="sam" -GENTOO_PATCH_VER="${PV}" - -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ -PLEVEL="${PV##*_p}" -MY_PV="${PV/_p*}" -MY_PV="${MY_PV/_/-}" -MY_P="${PN}-${MY_PV}" -MY_PATCHES=() - -is_release() { - case ${PV} in - *_alpha*|*_beta*|*_rc*) - return 1 - ;; - *) - return 0 - ;; - esac -} - -[[ ${PV} != *_p* ]] && PLEVEL=0 - -# The version of readline this bash normally ships with. -READLINE_VER="8.1" - -DESCRIPTION="The standard GNU Bourne again shell" -HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html" - -if is_release ; then - SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/bash/${MY_P}.tar.gz.sig )" - - if [[ ${PLEVEL} -gt 0 ]] ; then - # bash-5.1 -> bash51 - my_p=${PN}$(ver_rs 1-2 '' $(ver_cut 1-2)) - - patch_url= - my_patch_index= - - upstream_url_base="mirror://gnu/bash" - mirror_url_base="ftp://ftp.cwru.edu/pub/bash" - - for ((my_patch_index=1; my_patch_index <= ${PLEVEL} ; my_patch_index++)) ; do - printf -v mangled_patch_ver ${my_p}-%03d ${my_patch_index} - patch_url="${upstream_url_base}/${MY_P}-patches/${mangled_patch_ver}" - - SRC_URI+=" ${patch_url}" - SRC_URI+=" verify-sig? ( ${patch_url}.sig )" - - # Add in the mirror URL too. - SRC_URI+=" ${patch_url/${upstream_url_base}/${mirror_url_base}}" - SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}}.sig )" - - MY_PATCHES+=( "${DISTDIR}"/${mangled_patch_ver} ) - done - - unset my_p patch_url my_patch_index upstream_url_base mirror_url_base - fi -else - SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" -fi - -if [[ -n ${GENTOO_PATCH_VER} ]] ; then - SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" -fi - -LICENSE="GPL-3" -SLOT="0" -[[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline" - -DEPEND=" - >=sys-libs/ncurses-5.2-r2:0= - nls? ( virtual/libintl ) - readline? ( >=sys-libs/readline-${READLINE_VER}:0= ) -" -RDEPEND=" - ${DEPEND} -" -# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011) -BDEPEND="sys-devel/bison - verify-sig? ( sec-keys/openpgp-keys-chetramey )" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - # Patches from Chet sent to bashbug ml - "${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-5.0-syslog-history-extern.patch - - "${FILESDIR}"/${PN}-5.1_p16-configure-clang16.patch -) - -pkg_setup() { - # bug #7332 - if is-flag -malign-double ; then - eerror "Detected bad CFLAGS '-malign-double'. Do not use this" - eerror "as it breaks LFS (struct stat64) on x86." - die "remove -malign-double from your CFLAGS mr ricer" - fi - - if use bashlogger ; then - ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." - ewarn "This will log ALL output you enter into the shell, you have been warned." - fi -} - -src_unpack() { - if [[ ${PV} == 9999 ]] ; then - git-r3_src_unpack - else - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.sig} - - local patch - for patch in "${MY_PATCHES[@]}" ; do - verify-sig_verify_detached ${patch}{,.sig} - done - fi - - unpack ${MY_P}.tar.gz - - if [[ -n ${GENTOO_PATCH_VER} ]] ; then - unpack ${PN}-${GENTOO_PATCH_VER}-patches.tar.xz - fi - fi -} - -src_prepare() { - # Include official patches - [[ ${PLEVEL} -gt 0 ]] && eapply -p0 "${MY_PATCHES[@]}" - - # Clean out local libs so we know we use system ones w/releases. - if is_release ; then - rm -rf lib/{readline,termcap}/* || die - touch lib/{readline,termcap}/Makefile.in || die # for config.status - sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in || die - fi - - # Prefixify hardcoded path names. No-op for non-prefix. - hprefixify pathnames.h.in - - # Avoid regenerating docs after patches, bug #407985 - sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die - touch -r . doc/* || die - - eapply -p0 "${PATCHES[@]}" - eapply_user -} - -src_configure() { - # Upstream only test with Bison and require GNUisms like YYEOF and - # YYERRCODE. The former at least may be in POSIX soon: - # https://www.austingroupbugs.net/view.php?id=1269. - # configure warns on use of non-Bison but doesn't abort. The result - # may misbehave at runtime. - unset YACC - - local myconf=( - --disable-profiling - - # Force linking with system curses ... the bundled termcap lib - # sucks bad compared to ncurses. For the most part, ncurses - # is here because readline needs it. But bash itself calls - # ncurses in one or two small places :(. - --with-curses - - $(use_enable mem-scramble) - $(use_enable net net-redirections) - $(use_enable readline) - $(use_enable readline bang-history) - $(use_enable readline history) - $(use_with afs) - $(use_with mem-scramble bash-malloc) - ) - - # For descriptions of these, see config-top.h - # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 - append-cppflags \ - -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \ - -DSTANDARD_UTILS_PATH=\'\""${EPREFIX}"/bin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/usr/sbin\"\' \ - -DSYS_BASHRC=\'\""${EPREFIX}"/etc/bash/bashrc\"\' \ - -DSYS_BASH_LOGOUT=\'\""${EPREFIX}"/etc/bash/bash_logout\"\' \ - -DNON_INTERACTIVE_LOGIN_SHELLS \ - -DSSH_SOURCE_BASHRC \ - $(use bashlogger && echo -DSYSLOG_HISTORY) - - # Don't even think about building this statically without - # reading bug #7714 first. If you still build it statically, - # don't come crying to us with bugs ;). - #use static && export LDFLAGS="${LDFLAGS} -static" - use nls || myconf+=( --disable-nls ) - - # Historically, we always used the builtin readline, but since - # our handling of SONAME upgrades has gotten much more stable - # in the PM (and the readline ebuild itself preserves the old - # libs during upgrades), linking against the system copy should - # be safe. - # Exact cached version here doesn't really matter as long as it - # is at least what's in the DEPEND up above. - export ac_cv_rl_version=${READLINE_VER%%_*} - - if is_release ; then - # Use system readline only with released versions. - myconf+=( --with-installed-readline=. ) - fi - - if use plugins ; then - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash - else - # Disable the plugins logic by hand since bash doesn't - # provide a way of doing it. - export ac_cv_func_dl{close,open,sym}=no \ - ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no - - sed -i \ - -e '/LOCAL_LDFLAGS=/s:-rdynamic::' \ - configure || die - fi - - # bug #444070 - tc-export AR - - econf "${myconf[@]}" -} - -src_compile() { - emake - - if use plugins ; then - emake -C examples/loadables all others - fi -} - -src_install() { - local d f - - default - - my_prefixify() { - while read -r; do - if [[ $REPLY == *$1* ]]; then - REPLY=${REPLY/"/etc/"/"${EPREFIX}/etc/"} - fi - printf '%s\n' "${REPLY}" || ! break - done < "$2" || die - } - - dodir /bin - mv "${ED}"/usr/bin/bash "${ED}"/bin/ || die - dosym bash /bin/rbash - - insinto /etc/bash - doins "${FILESDIR}"/bash_logout - my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc - - insinto /etc/bash/bashrc.d - my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color.bash | newins - 10-gentoo-color.bash - doins "${FILESDIR}"/bashrc.d/10-gentoo-title.bash - - insinto /etc/skel - for f in bash{_logout,_profile,rc} ; do - newins "${FILESDIR}"/dot-${f} .${f} - done - - local sed_args=( - -e 's:#GNU#@::' - -e '/#@/d' - ) - - if ! use readline ; then - # bug #432338 - sed_args+=( - -e '/^shopt -s histappend/s:^:#:' - -e 's:use_color=true:use_color=false:' - ) - fi - - sed -i \ - "${sed_args[@]}" \ - "${ED}"/etc/skel/.bashrc \ - "${ED}"/etc/bash/bashrc || die - - if use plugins ; then - exeinto /usr/$(get_libdir)/bash - doexe $(echo examples/loadables/*.o | sed 's:\.o::g') - - insinto /usr/include/bash-plugins - doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h} - fi - - if use examples ; then - for d in examples/{functions,misc,scripts,startup-files} ; do - exeinto /usr/share/doc/${PF}/${d} - docinto ${d} - for f in ${d}/* ; do - if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then - doexe ${f} - else - dodoc ${f} - fi - done - done - fi - - # Install bash_builtins.1 and rbash.1 - emake -C doc DESTDIR="${D}" install_builtins - sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die - doman "${T}"/rbash.1 - - newdoc CWRU/changelog ChangeLog - dosym bash.info /usr/share/info/bashref.info -} - -pkg_preinst() { - if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]] ; then - mkdir -p "${EROOT}"/etc/bash - mv -f "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ - fi -} - -pkg_postinst() { - local old_ver - - # If /bin/sh does not exist, provide it - if [[ ! -e ${EROOT}/bin/sh ]] ; then - ln -sf bash "${EROOT}"/bin/sh - fi - - read -r old_ver <<<"${REPLACING_VERSIONS}" - if [[ ! $old_ver ]] ; then - : - elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1" ; then - return - elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8" ; then - return - fi - - einfo "Files situated under /etc/bash/bashrc.d must now have a suffix of .sh or .bash." - einfo "" - einfo "Gentoo now defaults to defining PROMPT_COMMAND as an array. Depending on the" - einfo "characteristics of the operating environment, this array may contain commands" - einfo "to set the window and pane title. Users that choose to customise this variable" - einfo "in ~/.bashrc are advised to append their commands, using the following syntax." - einfo "" - einfo "PROMPT_COMMAND+=('custom command goes here')" - einfo "" - einfo "Alternatively, users that wish to opt out of Gentoo's window title setting" - einfo "behaviour may now do so by either unsetting PROMPT_COMMAND or by re-defining it" - einfo "as desired. Previously, there was no formally supported method of opting out." -} diff --git a/app-shells/bash/bash-5.2_p26-r2.ebuild b/app-shells/bash/bash-5.2_p26-r3.ebuild similarity index 54% rename from app-shells/bash/bash-5.2_p26-r2.ebuild rename to app-shells/bash/bash-5.2_p26-r3.ebuild index 64cfa30c6113..3e1775504a62 100644 --- a/app-shells/bash/bash-5.2_p26-r2.ebuild +++ b/app-shells/bash/bash-5.2_p26-r3.ebuild @@ -6,86 +6,65 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc inherit flag-o-matic toolchain-funcs prefix verify-sig -# Uncomment if we have a patchset +# Uncomment if we have a patchset. #GENTOO_PATCH_DEV="sam" #GENTOO_PATCH_VER="${PV}" -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ -PLEVEL="${PV##*_p}" -MY_PV="${PV/_p*}" -MY_PV="${MY_PV/_/-}" -MY_P="${PN}-${MY_PV}" +MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} +MY_P=${PN}-${MY_PV} MY_PATCHES=() -is_release() { - case ${PV} in - 9999|*_alpha*|*_beta*|*_rc*) - return 1 - ;; - *) - return 0 - ;; - esac -} - -[[ ${PV} != *_p* ]] && PLEVEL=0 - -# The version of readline this bash normally ships with. -# Note: right now, we don't use the system copy of readline for bash for non-releases. +# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.2-patches/. +case ${PV} in + *_p*) + PLEVEL=${PV##*_p} + ;; + 9999|*_alpha*|*_beta*|*_rc*) + # Set a negative patchlevel to indicate that it's a pre-release. + PLEVEL=-1 + ;; + *) + PLEVEL=0 +esac + +# The version of readline this bash normally ships with. Note that we only use +# the bundled copy of readline for pre-releases. READLINE_VER="8.2_p1" DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" EGIT_BRANCH=devel inherit git-r3 -elif is_release ; then - SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/bash/${MY_P}.tar.gz.sig )" - - if [[ ${PLEVEL} -gt 0 ]] ; then - # bash-5.1 -> bash51 - my_p=${PN}$(ver_rs 1-2 '' $(ver_cut 1-2)) - - patch_url= - my_patch_index= - - upstream_url_base="mirror://gnu/bash" - mirror_url_base="ftp://ftp.cwru.edu/pub/bash" - - for ((my_patch_index=1; my_patch_index <= ${PLEVEL} ; my_patch_index++)) ; do - printf -v mangled_patch_ver ${my_p}-%03d ${my_patch_index} - patch_url="${upstream_url_base}/${MY_P}-patches/${mangled_patch_ver}" +else + my_urls=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" ) - SRC_URI+=" ${patch_url}" - SRC_URI+=" verify-sig? ( ${patch_url}.sig )" + # bash-5.1 -> bash51 + my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.} - # Add in the mirror URL too. - SRC_URI+=" ${patch_url/${upstream_url_base}/${mirror_url_base}}" - SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}}.sig )" + for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do + printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}" + my_urls+=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}" ) + MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" ) + done - MY_PATCHES+=( "${DISTDIR}"/${mangled_patch_ver} ) - done + SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )" - unset my_p patch_url my_patch_index upstream_url_base mirror_url_base - fi -else - SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${MY_P}.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" + unset -v my_urls my_p my_patch_idx my_patch_ver fi -if [[ -n ${GENTOO_PATCH_VER} ]] ; then - SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" +if [[ ${GENTOO_PATCH_VER} ]]; then + SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz" fi -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" -if is_release ; then +if (( PLEVEL >= 0 )); then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" @@ -94,85 +73,89 @@ DEPEND=" >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) " -if is_release ; then +if (( PLEVEL >= 0 )); then DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )" fi RDEPEND=" ${DEPEND} " -# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011) +# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011). BDEPEND=" pgo? ( dev-util/gperf ) verify-sig? ( sec-keys/openpgp-keys-chetramey ) " -# EAPI 8 tries to append it but it doesn't exist here +# EAPI 8 tries to append it but it doesn't exist here. QA_CONFIGURE_OPTIONS="--disable-static" PATCHES=( #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/ - # Patches from Chet sent to bash-bug ml - "${FILESDIR}"/${PN}-5.0-syslog-history-extern.patch - "${FILESDIR}"/${PN}-5.2_p15-random-ub.patch - "${FILESDIR}"/${PN}-5.2_p15-configure-clang16.patch - "${FILESDIR}"/${PN}-5.2_p21-wpointer-to-int.patch - "${FILESDIR}"/${PN}-5.2_p21-configure-strtold.patch - "${FILESDIR}"/${PN}-5.2_p26-memory-leaks.patch + # Patches to or from Chet, posted to the bug-bash mailing list. + "${FILESDIR}/${PN}-5.0-syslog-history-extern.patch" + "${FILESDIR}/${PN}-5.2_p15-random-ub.patch" + "${FILESDIR}/${PN}-5.2_p15-configure-clang16.patch" + "${FILESDIR}/${PN}-5.2_p21-wpointer-to-int.patch" + "${FILESDIR}/${PN}-5.2_p21-configure-strtold.patch" + "${FILESDIR}/${PN}-5.2_p26-memory-leaks.patch" ) pkg_setup() { # bug #7332 - if is-flag -malign-double ; then + if is-flag -malign-double; then eerror "Detected bad CFLAGS '-malign-double'. Do not use this" eerror "as it breaks LFS (struct stat64) on x86." die "remove -malign-double from your CFLAGS mr ricer" fi - if use bashlogger ; then + if use bashlogger; then ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." ewarn "This will log ALL output you enter into the shell, you have been warned." fi } src_unpack() { - if [[ ${PV} == 9999 ]] ; then + local patch + + if [[ ${PV} == 9999 ]]; then git-r3_src_unpack else - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.sig} + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig} - local patch - for patch in "${MY_PATCHES[@]}" ; do - verify-sig_verify_detached ${patch}{,.sig} + for patch in "${MY_PATCHES[@]}"; do + verify-sig_verify_detached "${patch}"{,.sig} done fi - unpack ${MY_P}.tar.gz + unpack "${MY_P}.tar.gz" - if [[ -n ${GENTOO_PATCH_VER} ]] ; then - unpack ${PN}-${GENTOO_PATCH_VER}-patches.tar.xz + if [[ ${GENTOO_PATCH_VER} ]]; then + unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" fi fi } src_prepare() { - # Include official patches - [[ ${PLEVEL} -gt 0 ]] && eapply -p0 "${MY_PATCHES[@]}" - - # Clean out local libs so we know we use system ones w/releases. - if is_release ; then - rm -rf lib/{readline,termcap}/* || die - touch lib/{readline,termcap}/Makefile.in || die # for config.status - sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in || die + # Include official patches. + (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}" + + # Clean out local libs so we know we use system ones w/releases. The + # touch utility is invoked for the benefit of config.status. + if (( PLEVEL >= 0 )); then + rm -rf lib/{readline,termcap}/* \ + && touch lib/{readline,termcap}/Makefile.in \ + && sed -i -E 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in \ + || die fi # Prefixify hardcoded path names. No-op for non-prefix. hprefixify pathnames.h.in - # Avoid regenerating docs after patches, bug #407985 - sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die - touch -r . doc/* || die + # Avoid regenerating docs after patches, bug #407985. + sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \ + && touch -r . doc/* \ + || die # Sometimes hangs (more noticeable w/ pgo), bug #907403. rm tests/run-jobs || die @@ -182,14 +165,16 @@ src_prepare() { } src_configure() { + local -a myconf + # Upstream only test with Bison and require GNUisms like YYEOF and # YYERRCODE. The former at least may be in POSIX soon: # https://www.austingroupbugs.net/view.php?id=1269. # configure warns on use of non-Bison but doesn't abort. The result # may misbehave at runtime. - unset YACC + unset -v YACC - local myconf=( + myconf=( --disable-profiling # Force linking with system curses ... the bundled termcap lib @@ -207,7 +192,7 @@ src_configure() { $(use_with mem-scramble bash-malloc) ) - # For descriptions of these, see config-top.h + # For descriptions of these, see config-top.h. # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \ @@ -218,13 +203,9 @@ src_configure() { -DSSH_SOURCE_BASHRC \ $(use bashlogger && echo -DSYSLOG_HISTORY) - # Don't even think about building this statically without - # reading bug #7714 first. If you still build it statically, - # don't come crying to us with bugs ;). - #use static && export LDFLAGS="${LDFLAGS} -static" use nls || myconf+=( --disable-nls ) - if is_release ; then + if (( PLEVEL >= 0 )); then # Historically, we always used the builtin readline, but since # our handling of SONAME upgrades has gotten much more stable # in the PM (and the readline ebuild itself preserves the old @@ -238,17 +219,15 @@ src_configure() { myconf+=( --with-installed-readline=. ) fi - if use plugins ; then - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash + if use plugins; then + append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash" else - # Disable the plugins logic by hand since bash doesn't - # provide a way of doing it. + # Disable the plugins logic by hand since bash doesn't provide + # a way of doing it. export ac_cv_func_dl{close,open,sym}=no \ ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no - sed -i \ - -e '/LOCAL_LDFLAGS=/s:-rdynamic::' \ - configure || die + sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die fi # bug #444070 @@ -258,20 +237,37 @@ src_configure() { } src_compile() { - # -fprofile-partial-training because upstream note the test suite isn't super comprehensive - # See https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo - local pgo_generate_flags=$(usev pgo "-fprofile-update=atomic -fprofile-dir=${T}/pgo -fprofile-generate=${T}/pgo $(test-flags-CC -fprofile-partial-training)") - local pgo_use_flags=$(usev pgo "-fprofile-use=${T}/pgo -fprofile-dir=${T}/pgo $(test-flags-CC -fprofile-partial-training)") + local -a pgo_generate_flags pgo_use_flags + local flag + + # -fprofile-partial-training because upstream notes the test suite isn't + # super comprehensive. + # https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo + if use pgo; then + pgo_generate_flags=( + -fprofile-update=atomic + -fprofile-dir="${T}"/pgo + -fprofile-generate="${T}"/pgo + ) + pgo_use_flags=( + -fprofile-use="${T}"/pgo + -fprofile-dir="${T}"/pgo + ) + if flag=$(test-flags-CC -fprofile-partial-training); then + pgo_generate_flags+=( "${flag}" ) + pgo_use_flags+=( "${flag}" ) + fi + fi - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" all others # Build Bash and run its tests to generate profiles. - if use pgo ; then + if (( ${#pgo_generate_flags[@]} )); then # Used in test suite. - unset A + unset -v A - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" -k check + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check if tc-is-clang; then llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die @@ -279,14 +275,14 @@ src_compile() { # Rebuild Bash using the profiling data we just generated. emake clean - emake CFLAGS="${CFLAGS} ${pgo_use_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" all others fi } src_test() { # Used in test suite. - unset A + unset -v A default } @@ -306,7 +302,7 @@ src_install() { } dodir /bin - mv "${ED}"/usr/bin/bash "${ED}"/bin/ || die + mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die dosym bash /bin/rbash insinto /etc/bash @@ -318,51 +314,34 @@ src_install() { doins "${FILESDIR}"/bashrc.d/10-gentoo-title.bash insinto /etc/skel - for f in bash{_logout,_profile,rc} ; do - newins "${FILESDIR}"/dot-${f} .${f} + for f in bash{_logout,_profile,rc}; do + newins "${FILESDIR}/dot-${f}" ".${f}" done - local sed_args=( - -e 's:#GNU#@::' - -e '/#@/d' - ) - - if ! use readline ; then - # bug #432338 - sed_args+=( - -e '/^shopt -s histappend/s:^:#:' - -e 's:use_color=true:use_color=false:' - ) - fi - - sed -i \ - "${sed_args[@]}" \ - "${ED}"/etc/skel/.bashrc \ - "${ED}"/etc/bash/bashrc || die - - if use plugins ; then - exeinto /usr/$(get_libdir)/bash - doexe $(echo examples/loadables/*.o | sed 's:\.o::g') + if use plugins; then + exeinto "/usr/$(get_libdir)/bash" + set -- examples/loadables/*.o + doexe "${@%.o}" insinto /usr/include/bash-plugins doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h} fi - if use examples ; then - for d in examples/{functions,misc,scripts,startup-files} ; do - exeinto /usr/share/doc/${PF}/${d} - docinto ${d} - for f in ${d}/* ; do - if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then - doexe ${f} + if use examples; then + for d in examples/{functions,misc,scripts,startup-files}; do + exeinto "/usr/share/doc/${PF}/${d}" + docinto "${d}" + for f in "${d}"/*; do + if [[ ${f##*/} != @(PERMISSION|*README) ]]; then + doexe "${f}" else - dodoc ${f} + dodoc "${f}" fi done done fi - # Install bash_builtins.1 and rbash.1 + # Install bash_builtins.1 and rbash.1. emake -C doc DESTDIR="${D}" install_builtins sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die doman "${T}"/rbash.1 @@ -372,26 +351,27 @@ src_install() { } pkg_preinst() { - if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]] ; then - mkdir -p "${EROOT}"/etc/bash - mv -f "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ + if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then + mkdir -p -- "${EROOT}"/etc/bash \ + && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \ + || die fi } pkg_postinst() { local old_ver - # If /bin/sh does not exist, provide it - if [[ ! -e ${EROOT}/bin/sh ]] ; then - ln -sf bash "${EROOT}"/bin/sh + # If /bin/sh does not exist, provide it. + if [[ ! -e ${EROOT}/bin/sh ]]; then + ln -sf -- bash "${EROOT}"/bin/sh || die fi read -r old_ver <<<"${REPLACING_VERSIONS}" - if [[ ! $old_ver ]] ; then + if [[ ! $old_ver ]]; then : - elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1" ; then + elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1"; then return - elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8" ; then + elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8"; then return fi diff --git a/app-shells/bash/bash-5.3_alpha-r1.ebuild b/app-shells/bash/bash-5.3_alpha-r2.ebuild similarity index 56% rename from app-shells/bash/bash-5.3_alpha-r1.ebuild rename to app-shells/bash/bash-5.3_alpha-r2.ebuild index 9b535f0e39eb..f33bf717eac6 100644 --- a/app-shells/bash/bash-5.3_alpha-r1.ebuild +++ b/app-shells/bash/bash-5.3_alpha-r2.ebuild @@ -6,86 +6,65 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc inherit flag-o-matic toolchain-funcs prefix verify-sig -# Uncomment if we have a patchset +# Uncomment if we have a patchset. #GENTOO_PATCH_DEV="sam" #GENTOO_PATCH_VER="${PV}" -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ -PLEVEL="${PV##*_p}" -MY_PV="${PV/_p*}" -MY_PV="${MY_PV/_/-}" -MY_P="${PN}-${MY_PV}" +MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} +MY_P=${PN}-${MY_PV} MY_PATCHES=() -is_release() { - case ${PV} in - 9999|*_alpha*|*_beta*|*_rc*) - return 1 - ;; - *) - return 0 - ;; - esac -} - -[[ ${PV} != *_p* ]] && PLEVEL=0 - -# The version of readline this bash normally ships with. -# Note: right now, we don't use the system copy of readline for bash for non-releases. +# Determine the patchlevel. See ftp://ftp.gnu.org/gnu/bash/bash-5.3-patches/. +case ${PV} in + *_p*) + PLEVEL=${PV##*_p} + ;; + 9999|*_alpha*|*_beta*|*_rc*) + # Set a negative patchlevel to indicate that it's a pre-release. + PLEVEL=-1 + ;; + *) + PLEVEL=0 +esac + +# The version of readline this bash normally ships with. Note that we only use +# the bundled copy of readline for pre-releases. READLINE_VER="8.3_alpha" DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" EGIT_BRANCH=devel inherit git-r3 -elif is_release ; then - SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/bash/${MY_P}.tar.gz.sig )" - - if [[ ${PLEVEL} -gt 0 ]] ; then - # bash-5.1 -> bash51 - my_p=${PN}$(ver_rs 1-2 '' $(ver_cut 1-2)) - - patch_url= - my_patch_index= - - upstream_url_base="mirror://gnu/bash" - mirror_url_base="ftp://ftp.cwru.edu/pub/bash" - - for ((my_patch_index=1; my_patch_index <= ${PLEVEL} ; my_patch_index++)) ; do - printf -v mangled_patch_ver ${my_p}-%03d ${my_patch_index} - patch_url="${upstream_url_base}/${MY_P}-patches/${mangled_patch_ver}" +else + my_urls=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" ) - SRC_URI+=" ${patch_url}" - SRC_URI+=" verify-sig? ( ${patch_url}.sig )" + # bash-5.1 -> bash51 + my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.} - # Add in the mirror URL too. - SRC_URI+=" ${patch_url/${upstream_url_base}/${mirror_url_base}}" - SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}}.sig )" + for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do + printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}" + my_urls+=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}" ) + MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" ) + done - MY_PATCHES+=( "${DISTDIR}"/${mangled_patch_ver} ) - done + SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )" - unset my_p patch_url my_patch_index upstream_url_base mirror_url_base - fi -else - SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${MY_P}.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" + unset -v my_urls my_p my_patch_idx my_patch_ver fi -if [[ -n ${GENTOO_PATCH_VER} ]] ; then - SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" +if [[ ${GENTOO_PATCH_VER} ]]; then + SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz" fi -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" -if is_release ; then +if (( PLEVEL >= 0 )); then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" @@ -94,80 +73,84 @@ DEPEND=" >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) " -if is_release ; then +if (( PLEVEL >= 0 )); then DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )" fi RDEPEND=" ${DEPEND} " -# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011) +# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011). BDEPEND=" pgo? ( dev-util/gperf ) verify-sig? ( sec-keys/openpgp-keys-chetramey ) " -# EAPI 8 tries to append it but it doesn't exist here +# EAPI 8 tries to append it but it doesn't exist here. QA_CONFIGURE_OPTIONS="--disable-static" PATCHES=( #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/ - # Patches from Chet sent to bash-bug ml - "${FILESDIR}"/${PN}-5.0-syslog-history-extern.patch + # Patches to or from Chet, posted to the bug-bash mailing list. + "${FILESDIR}/${PN}-5.0-syslog-history-extern.patch" ) pkg_setup() { # bug #7332 - if is-flag -malign-double ; then + if is-flag -malign-double; then eerror "Detected bad CFLAGS '-malign-double'. Do not use this" eerror "as it breaks LFS (struct stat64) on x86." die "remove -malign-double from your CFLAGS mr ricer" fi - if use bashlogger ; then + if use bashlogger; then ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." ewarn "This will log ALL output you enter into the shell, you have been warned." fi } src_unpack() { - if [[ ${PV} == 9999 ]] ; then + local patch + + if [[ ${PV} == 9999 ]]; then git-r3_src_unpack else - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.sig} + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig} - local patch - for patch in "${MY_PATCHES[@]}" ; do - verify-sig_verify_detached ${patch}{,.sig} + for patch in "${MY_PATCHES[@]}"; do + verify-sig_verify_detached "${patch}"{,.sig} done fi - unpack ${MY_P}.tar.gz + unpack "${MY_P}.tar.gz" - if [[ -n ${GENTOO_PATCH_VER} ]] ; then - unpack ${PN}-${GENTOO_PATCH_VER}-patches.tar.xz + if [[ ${GENTOO_PATCH_VER} ]]; then + unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" fi fi } src_prepare() { - # Include official patches - [[ ${PLEVEL} -gt 0 ]] && eapply -p0 "${MY_PATCHES[@]}" - - # Clean out local libs so we know we use system ones w/releases. - if is_release ; then - rm -rf lib/{readline,termcap}/* || die - touch lib/{readline,termcap}/Makefile.in || die # for config.status - sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in || die + # Include official patches. + (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}" + + # Clean out local libs so we know we use system ones w/releases. The + # touch utility is invoked for the benefit of config.status. + if (( PLEVEL >= 0 )); then + rm -rf lib/{readline,termcap}/* \ + && touch lib/{readline,termcap}/Makefile.in \ + && sed -i -E 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in \ + || die fi # Prefixify hardcoded path names. No-op for non-prefix. hprefixify pathnames.h.in - # Avoid regenerating docs after patches, bug #407985 - sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die - touch -r . doc/* || die + # Avoid regenerating docs after patches, bug #407985. + sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \ + && touch -r . doc/* \ + || die # Sometimes hangs (more noticeable w/ pgo), bug #907403. rm tests/run-jobs || die @@ -177,18 +160,20 @@ src_prepare() { } src_configure() { + local -a myconf + # Upstream only test with Bison and require GNUisms like YYEOF and # YYERRCODE. The former at least may be in POSIX soon: # https://www.austingroupbugs.net/view.php?id=1269. # configure warns on use of non-Bison but doesn't abort. The result # may misbehave at runtime. - unset YACC + unset -v YACC # wcsnwidth(), substring() issues with -Wlto-type-mismatch, reported # upstream to Chet by email. filter-lto - local myconf=( + myconf=( --disable-profiling # Force linking with system curses ... the bundled termcap lib @@ -206,7 +191,7 @@ src_configure() { $(use_with mem-scramble bash-malloc) ) - # For descriptions of these, see config-top.h + # For descriptions of these, see config-top.h. # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \ @@ -217,13 +202,9 @@ src_configure() { -DSSH_SOURCE_BASHRC \ $(use bashlogger && echo -DSYSLOG_HISTORY) - # Don't even think about building this statically without - # reading bug #7714 first. If you still build it statically, - # don't come crying to us with bugs ;). - #use static && export LDFLAGS="${LDFLAGS} -static" use nls || myconf+=( --disable-nls ) - if is_release ; then + if (( PLEVEL >= 0 )); then # Historically, we always used the builtin readline, but since # our handling of SONAME upgrades has gotten much more stable # in the PM (and the readline ebuild itself preserves the old @@ -237,17 +218,15 @@ src_configure() { myconf+=( --with-installed-readline=. ) fi - if use plugins ; then - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash + if use plugins; then + append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash" else - # Disable the plugins logic by hand since bash doesn't - # provide a way of doing it. + # Disable the plugins logic by hand since bash doesn't provide + # a way of doing it. export ac_cv_func_dl{close,open,sym}=no \ ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no - sed -i \ - -e '/LOCAL_LDFLAGS=/s:-rdynamic::' \ - configure || die + sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die fi # bug #444070 @@ -257,20 +236,37 @@ src_configure() { } src_compile() { - # -fprofile-partial-training because upstream note the test suite isn't super comprehensive - # See https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo - local pgo_generate_flags=$(usev pgo "-fprofile-update=atomic -fprofile-dir=${T}/pgo -fprofile-generate=${T}/pgo $(test-flags-CC -fprofile-partial-training)") - local pgo_use_flags=$(usev pgo "-fprofile-use=${T}/pgo -fprofile-dir=${T}/pgo $(test-flags-CC -fprofile-partial-training)") + local -a pgo_generate_flags pgo_use_flags + local flag + + # -fprofile-partial-training because upstream notes the test suite isn't + # super comprehensive. + # https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo + if use pgo; then + pgo_generate_flags=( + -fprofile-update=atomic + -fprofile-dir="${T}"/pgo + -fprofile-generate="${T}"/pgo + ) + pgo_use_flags=( + -fprofile-use="${T}"/pgo + -fprofile-dir="${T}"/pgo + ) + if flag=$(test-flags-CC -fprofile-partial-training); then + pgo_generate_flags+=( "${flag}" ) + pgo_use_flags+=( "${flag}" ) + fi + fi - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" all others # Build Bash and run its tests to generate profiles. - if use pgo ; then + if (( ${#pgo_generate_flags[@]} )); then # Used in test suite. - unset A + unset -v A - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" -k check + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check if tc-is-clang; then llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die @@ -278,14 +274,14 @@ src_compile() { # Rebuild Bash using the profiling data we just generated. emake clean - emake CFLAGS="${CFLAGS} ${pgo_use_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" all others fi } src_test() { # Used in test suite. - unset A + unset -v A default } @@ -305,7 +301,7 @@ src_install() { } dodir /bin - mv "${ED}"/usr/bin/bash "${ED}"/bin/ || die + mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die dosym bash /bin/rbash insinto /etc/bash @@ -317,51 +313,34 @@ src_install() { doins "${FILESDIR}"/bashrc.d/10-gentoo-title.bash insinto /etc/skel - for f in bash{_logout,_profile,rc} ; do - newins "${FILESDIR}"/dot-${f} .${f} + for f in bash{_logout,_profile,rc}; do + newins "${FILESDIR}/dot-${f}" ".${f}" done - local sed_args=( - -e 's:#GNU#@::' - -e '/#@/d' - ) - - if ! use readline ; then - # bug #432338 - sed_args+=( - -e '/^shopt -s histappend/s:^:#:' - -e 's:use_color=true:use_color=false:' - ) - fi - - sed -i \ - "${sed_args[@]}" \ - "${ED}"/etc/skel/.bashrc \ - "${ED}"/etc/bash/bashrc || die - - if use plugins ; then - exeinto /usr/$(get_libdir)/bash - doexe $(echo examples/loadables/*.o | sed 's:\.o::g') + if use plugins; then + exeinto "/usr/$(get_libdir)/bash" + set -- examples/loadables/*.o + doexe "${@%.o}" insinto /usr/include/bash-plugins doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h} fi - if use examples ; then - for d in examples/{functions,misc,scripts,startup-files} ; do - exeinto /usr/share/doc/${PF}/${d} - docinto ${d} - for f in ${d}/* ; do - if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then - doexe ${f} + if use examples; then + for d in examples/{functions,misc,scripts,startup-files}; do + exeinto "/usr/share/doc/${PF}/${d}" + docinto "${d}" + for f in "${d}"/*; do + if [[ ${f##*/} != @(PERMISSION|*README) ]]; then + doexe "${f}" else - dodoc ${f} + dodoc "${f}" fi done done fi - # Install bash_builtins.1 and rbash.1 + # Install bash_builtins.1 and rbash.1. emake -C doc DESTDIR="${D}" install_builtins sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die doman "${T}"/rbash.1 @@ -371,26 +350,27 @@ src_install() { } pkg_preinst() { - if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]] ; then - mkdir -p "${EROOT}"/etc/bash - mv -f "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ + if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then + mkdir -p -- "${EROOT}"/etc/bash \ + && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \ + || die fi } pkg_postinst() { local old_ver - # If /bin/sh does not exist, provide it - if [[ ! -e ${EROOT}/bin/sh ]] ; then - ln -sf bash "${EROOT}"/bin/sh + # If /bin/sh does not exist, provide it. + if [[ ! -e ${EROOT}/bin/sh ]]; then + ln -sf -- bash "${EROOT}"/bin/sh || die fi read -r old_ver <<<"${REPLACING_VERSIONS}" - if [[ ! $old_ver ]] ; then + if [[ ! $old_ver ]]; then : - elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1" ; then + elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1"; then return - elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8" ; then + elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8"; then return fi diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 036e48751a1f..5c1278219ddb 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -6,86 +6,65 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/chetramey.asc inherit flag-o-matic toolchain-funcs prefix verify-sig -# Uncomment if we have a patchset +# Uncomment if we have a patchset. #GENTOO_PATCH_DEV="sam" #GENTOO_PATCH_VER="${PV}" -# Official patchlevel -# See ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/ -PLEVEL="${PV##*_p}" -MY_PV="${PV/_p*}" -MY_PV="${MY_PV/_/-}" -MY_P="${PN}-${MY_PV}" +MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} +MY_P=${PN}-${MY_PV} MY_PATCHES=() -is_release() { - case ${PV} in - 9999|*_alpha*|*_beta*|*_rc*) - return 1 - ;; - *) - return 0 - ;; - esac -} - -[[ ${PV} != *_p* ]] && PLEVEL=0 - -# The version of readline this bash normally ships with. -# Note: right now, we don't use the system copy of readline for bash for non-releases. +# Determine the patchlevel. +case ${PV} in + *_p*) + PLEVEL=${PV##*_p} + ;; + 9999|*_alpha*|*_beta*|*_rc*) + # Set a negative patchlevel to indicate that it's a pre-release. + PLEVEL=-1 + ;; + *) + PLEVEL=0 +esac + +# The version of readline this bash normally ships with. Note that we only use +# the bundled copy of readline for pre-releases. READLINE_VER="8.3_alpha" DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git" -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.savannah.gnu.org/git/bash.git" EGIT_BRANCH=devel inherit git-r3 -elif is_release ; then - SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/bash/${MY_P}.tar.gz.sig )" - - if [[ ${PLEVEL} -gt 0 ]] ; then - # bash-5.1 -> bash51 - my_p=${PN}$(ver_rs 1-2 '' $(ver_cut 1-2)) - - patch_url= - my_patch_index= - - upstream_url_base="mirror://gnu/bash" - mirror_url_base="ftp://ftp.cwru.edu/pub/bash" - - for ((my_patch_index=1; my_patch_index <= ${PLEVEL} ; my_patch_index++)) ; do - printf -v mangled_patch_ver ${my_p}-%03d ${my_patch_index} - patch_url="${upstream_url_base}/${MY_P}-patches/${mangled_patch_ver}" +else + my_urls=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}.tar.gz" ) - SRC_URI+=" ${patch_url}" - SRC_URI+=" verify-sig? ( ${patch_url}.sig )" + # bash-5.1 -> bash51 + my_p=${PN}$(ver_cut 1-2) my_p=${my_p/.} - # Add in the mirror URL too. - SRC_URI+=" ${patch_url/${upstream_url_base}/${mirror_url_base}}" - SRC_URI+=" verify-sig? ( ${patch_url/${upstream_url_base}/${mirror_url_base}}.sig )" + for (( my_patch_idx = 1; my_patch_idx <= PLEVEL; my_patch_idx++ )); do + printf -v my_patch_ver %s-%03d "${my_p}" "${my_patch_idx}" + my_urls+=( {'mirror://gnu/bash','ftp://ftp.cwru.edu/pub/bash'}/"${MY_P}-patches/${my_patch_ver}" ) + MY_PATCHES+=( "${DISTDIR}/${my_patch_ver}" ) + done - MY_PATCHES+=( "${DISTDIR}"/${mangled_patch_ver} ) - done + SRC_URI="${my_urls[*]} verify-sig? ( ${my_urls[*]/%/.sig} )" - unset my_p patch_url my_patch_index upstream_url_base mirror_url_base - fi -else - SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${MY_P}.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" + unset -v my_urls my_p my_patch_idx my_patch_ver fi -if [[ -n ${GENTOO_PATCH_VER} ]] ; then - SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" +if [[ ${GENTOO_PATCH_VER} ]]; then + SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV:?}/distfiles/${CATEGORY}/${PN}/${PN}-${GENTOO_PATCH_VER:?}-patches.tar.xz" fi -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" -if is_release ; then +if (( PLEVEL >= 0 )); then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" @@ -94,80 +73,84 @@ DEPEND=" >=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) " -if is_release ; then +if (( PLEVEL >= 0 )); then DEPEND+=" readline? ( >=sys-libs/readline-${READLINE_VER}:= )" fi RDEPEND=" ${DEPEND} " -# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011) +# We only need bison (yacc) when the .y files get patched (bash42-005, bash51-011). BDEPEND=" pgo? ( dev-util/gperf ) verify-sig? ( sec-keys/openpgp-keys-chetramey ) " -# EAPI 8 tries to append it but it doesn't exist here +# EAPI 8 tries to append it but it doesn't exist here. QA_CONFIGURE_OPTIONS="--disable-static" PATCHES=( #"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}/ - # Patches from Chet sent to bash-bug ml - "${FILESDIR}"/${PN}-5.0-syslog-history-extern.patch + # Patches to or from Chet, posted to the bug-bash mailing list. + "${FILESDIR}/${PN}-5.0-syslog-history-extern.patch" ) pkg_setup() { # bug #7332 - if is-flag -malign-double ; then + if is-flag -malign-double; then eerror "Detected bad CFLAGS '-malign-double'. Do not use this" eerror "as it breaks LFS (struct stat64) on x86." die "remove -malign-double from your CFLAGS mr ricer" fi - if use bashlogger ; then + if use bashlogger; then ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." ewarn "This will log ALL output you enter into the shell, you have been warned." fi } src_unpack() { - if [[ ${PV} == 9999 ]] ; then + local patch + + if [[ ${PV} == 9999 ]]; then git-r3_src_unpack else - if use verify-sig ; then - verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.gz{,.sig} + if use verify-sig; then + verify-sig_verify_detached "${DISTDIR}/${MY_P}.tar.gz"{,.sig} - local patch - for patch in "${MY_PATCHES[@]}" ; do - verify-sig_verify_detached ${patch}{,.sig} + for patch in "${MY_PATCHES[@]}"; do + verify-sig_verify_detached "${patch}"{,.sig} done fi - unpack ${MY_P}.tar.gz + unpack "${MY_P}.tar.gz" - if [[ -n ${GENTOO_PATCH_VER} ]] ; then - unpack ${PN}-${GENTOO_PATCH_VER}-patches.tar.xz + if [[ ${GENTOO_PATCH_VER} ]]; then + unpack "${PN}-${GENTOO_PATCH_VER}-patches.tar.xz" fi fi } src_prepare() { - # Include official patches - [[ ${PLEVEL} -gt 0 ]] && eapply -p0 "${MY_PATCHES[@]}" - - # Clean out local libs so we know we use system ones w/releases. - if is_release ; then - rm -rf lib/{readline,termcap}/* || die - touch lib/{readline,termcap}/Makefile.in || die # for config.status - sed -ri -e 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in || die + # Include official patches. + (( PLEVEL > 0 )) && eapply -p0 "${MY_PATCHES[@]}" + + # Clean out local libs so we know we use system ones w/releases. The + # touch utility is invoked for the benefit of config.status. + if (( PLEVEL >= 0 )); then + rm -rf lib/{readline,termcap}/* \ + && touch lib/{readline,termcap}/Makefile.in \ + && sed -i -E 's:\$[{(](RL|HIST)_LIBSRC[)}]/[[:alpha:]_-]*\.h::g' Makefile.in \ + || die fi # Prefixify hardcoded path names. No-op for non-prefix. hprefixify pathnames.h.in - # Avoid regenerating docs after patches, bug #407985 - sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die - touch -r . doc/* || die + # Avoid regenerating docs after patches, bug #407985. + sed -i -E '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in \ + && touch -r . doc/* \ + || die # Sometimes hangs (more noticeable w/ pgo), bug #907403. rm tests/run-jobs || die @@ -177,18 +160,20 @@ src_prepare() { } src_configure() { + local -a myconf + # Upstream only test with Bison and require GNUisms like YYEOF and # YYERRCODE. The former at least may be in POSIX soon: # https://www.austingroupbugs.net/view.php?id=1269. # configure warns on use of non-Bison but doesn't abort. The result # may misbehave at runtime. - unset YACC + unset -v YACC # wcsnwidth(), substring() issues with -Wlto-type-mismatch, reported # upstream to Chet by email. filter-lto - local myconf=( + myconf=( --disable-profiling # Force linking with system curses ... the bundled termcap lib @@ -206,7 +191,7 @@ src_configure() { $(use_with mem-scramble bash-malloc) ) - # For descriptions of these, see config-top.h + # For descriptions of these, see config-top.h. # bashrc/#26952 bash_logout/#90488 ssh/#24762 mktemp/#574426 append-cppflags \ -DDEFAULT_PATH_VALUE=\'\""${EPREFIX}"/usr/local/sbin:"${EPREFIX}"/usr/local/bin:"${EPREFIX}"/usr/sbin:"${EPREFIX}"/usr/bin:"${EPREFIX}"/sbin:"${EPREFIX}"/bin\"\' \ @@ -217,13 +202,9 @@ src_configure() { -DSSH_SOURCE_BASHRC \ $(use bashlogger && echo -DSYSLOG_HISTORY) - # Don't even think about building this statically without - # reading bug #7714 first. If you still build it statically, - # don't come crying to us with bugs ;). - #use static && export LDFLAGS="${LDFLAGS} -static" use nls || myconf+=( --disable-nls ) - if is_release ; then + if (( PLEVEL >= 0 )); then # Historically, we always used the builtin readline, but since # our handling of SONAME upgrades has gotten much more stable # in the PM (and the readline ebuild itself preserves the old @@ -237,17 +218,15 @@ src_configure() { myconf+=( --with-installed-readline=. ) fi - if use plugins ; then - append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir)/bash + if use plugins; then + append-ldflags "-Wl,-rpath,${EPREFIX}/usr/$(get_libdir)/bash" else - # Disable the plugins logic by hand since bash doesn't - # provide a way of doing it. + # Disable the plugins logic by hand since bash doesn't provide + # a way of doing it. export ac_cv_func_dl{close,open,sym}=no \ ac_cv_lib_dl_dlopen=no ac_cv_header_dlfcn_h=no - sed -i \ - -e '/LOCAL_LDFLAGS=/s:-rdynamic::' \ - configure || die + sed -i -e '/LOCAL_LDFLAGS=/s:-rdynamic::' configure || die fi # bug #444070 @@ -257,20 +236,37 @@ src_configure() { } src_compile() { - # -fprofile-partial-training because upstream note the test suite isn't super comprehensive - # See https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo - local pgo_generate_flags=$(usev pgo "-fprofile-update=atomic -fprofile-dir=${T}/pgo -fprofile-generate=${T}/pgo $(test-flags-CC -fprofile-partial-training)") - local pgo_use_flags=$(usev pgo "-fprofile-use=${T}/pgo -fprofile-dir=${T}/pgo $(test-flags-CC -fprofile-partial-training)") + local -a pgo_generate_flags pgo_use_flags + local flag + + # -fprofile-partial-training because upstream notes the test suite isn't + # super comprehensive. + # https://documentation.suse.com/sbp/all/html/SBP-GCC-10/index.html#sec-gcc10-pgo + if use pgo; then + pgo_generate_flags=( + -fprofile-update=atomic + -fprofile-dir="${T}"/pgo + -fprofile-generate="${T}"/pgo + ) + pgo_use_flags=( + -fprofile-use="${T}"/pgo + -fprofile-dir="${T}"/pgo + ) + if flag=$(test-flags-CC -fprofile-partial-training); then + pgo_generate_flags+=( "${flag}" ) + pgo_use_flags+=( "${flag}" ) + fi + fi - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" all others # Build Bash and run its tests to generate profiles. - if use pgo ; then + if (( ${#pgo_generate_flags[@]} )); then # Used in test suite. - unset A + unset -v A - emake CFLAGS="${CFLAGS} ${pgo_generate_flags}" -k check + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check if tc-is-clang; then llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die @@ -278,14 +274,14 @@ src_compile() { # Rebuild Bash using the profiling data we just generated. emake clean - emake CFLAGS="${CFLAGS} ${pgo_use_flags}" - use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags}" all others + emake CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" + use plugins && emake -C examples/loadables CFLAGS="${CFLAGS} ${pgo_use_flags[*]}" all others fi } src_test() { # Used in test suite. - unset A + unset -v A default } @@ -295,63 +291,56 @@ src_install() { default + my_prefixify() { + while read -r; do + if [[ $REPLY == *$1* ]]; then + REPLY=${REPLY/"/etc/"/"${EPREFIX}/etc/"} + fi + printf '%s\n' "${REPLY}" || ! break + done < "$2" || die + } + dodir /bin - mv "${ED}"/usr/bin/bash "${ED}"/bin/ || die + mv -- "${ED}"/usr/bin/bash "${ED}"/bin/ || die dosym bash /bin/rbash insinto /etc/bash doins "${FILESDIR}"/bash_logout - newins "$(prefixify_ro "${FILESDIR}"/bashrc-r1)" bashrc + my_prefixify bashrc.d "${FILESDIR}"/bashrc-r1 | newins - bashrc insinto /etc/bash/bashrc.d - doins "${FILESDIR}"/bashrc.d/*.bash + my_prefixify DIR_COLORS "${FILESDIR}"/bashrc.d/10-gentoo-color.bash | newins - 10-gentoo-color.bash + doins "${FILESDIR}"/bashrc.d/10-gentoo-title.bash insinto /etc/skel - for f in bash{_logout,_profile,rc} ; do - newins "${FILESDIR}"/dot-${f} .${f} + for f in bash{_logout,_profile,rc}; do + newins "${FILESDIR}/dot-${f}" ".${f}" done - local sed_args=( - -e 's:#GNU#@::' - -e '/#@/d' - ) - - if ! use readline ; then - # bug #432338 - sed_args+=( - -e '/^shopt -s histappend/s:^:#:' - -e 's:use_color=true:use_color=false:' - ) - fi - - sed -i \ - "${sed_args[@]}" \ - "${ED}"/etc/skel/.bashrc \ - "${ED}"/etc/bash/bashrc || die - - if use plugins ; then - exeinto /usr/$(get_libdir)/bash - doexe $(echo examples/loadables/*.o | sed 's:\.o::g') + if use plugins; then + exeinto "/usr/$(get_libdir)/bash" + set -- examples/loadables/*.o + doexe "${@%.o}" insinto /usr/include/bash-plugins doins *.h builtins/*.h include/*.h lib/{glob/glob.h,tilde/tilde.h} fi - if use examples ; then - for d in examples/{functions,misc,scripts,startup-files} ; do - exeinto /usr/share/doc/${PF}/${d} - docinto ${d} - for f in ${d}/* ; do - if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then - doexe ${f} + if use examples; then + for d in examples/{functions,misc,scripts,startup-files}; do + exeinto "/usr/share/doc/${PF}/${d}" + docinto "${d}" + for f in "${d}"/*; do + if [[ ${f##*/} != @(PERMISSION|*README) ]]; then + doexe "${f}" else - dodoc ${f} + dodoc "${f}" fi done done fi - # Install bash_builtins.1 and rbash.1 + # Install bash_builtins.1 and rbash.1. emake -C doc DESTDIR="${D}" install_builtins sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die doman "${T}"/rbash.1 @@ -361,26 +350,27 @@ src_install() { } pkg_preinst() { - if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]] ; then - mkdir -p "${EROOT}"/etc/bash - mv -f "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ + if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]]; then + mkdir -p -- "${EROOT}"/etc/bash \ + && mv -f -- "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/ \ + || die fi } pkg_postinst() { local old_ver - # If /bin/sh does not exist, provide it - if [[ ! -e ${EROOT}/bin/sh ]] ; then - ln -sf bash "${EROOT}"/bin/sh + # If /bin/sh does not exist, provide it. + if [[ ! -e ${EROOT}/bin/sh ]]; then + ln -sf -- bash "${EROOT}"/bin/sh || die fi read -r old_ver <<<"${REPLACING_VERSIONS}" - if [[ ! $old_ver ]] ; then + if [[ ! $old_ver ]]; then : - elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1" ; then + elif ver_test "$old_ver" -ge "5.2" && ver_test "$old_ver" -ge "5.2_p26-r1"; then return - elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8" ; then + elif ver_test "$old_ver" -lt "5.2" && ver_test "$old_ver" -ge "5.1_p16-r8"; then return fi diff --git a/app-shells/bash/files/bashrc-r1 b/app-shells/bash/files/bashrc-r1 index 61202b61f141..6f4631568119 100644 --- a/app-shells/bash/files/bashrc-r1 +++ b/app-shells/bash/files/bashrc-r1 @@ -5,8 +5,14 @@ if [[ $- != *i* ]]; then return fi -# Disable completion when the input buffer is empty. Requires readline support. -shopt -s no_empty_cmd_completion 2>/dev/null +# A convenient function to determine whether bash has readline support. +genfun_has_readline() [[ $(shopt -p direxpand 2>/dev/null) ]] + +# The following two shell options require for bash to have readline support. +genfun_has_readline && + +# Disable completion when the input buffer is empty. +shopt -s no_empty_cmd_completion && # Append to HISTFILE rather than overwrite upon exiting, per bug #139609. shopt -s histappend @@ -14,8 +20,13 @@ shopt -s histappend # Initialise PROMPT_COMMAND as an array, which is permitted as of bash 5.1. PROMPT_COMMAND=() +# Don't let the user influence the order of sourcing for bash 5.3 or greater. +unset -v GLOBSORT + for _ in /etc/bash/bashrc.d/*; do if [[ $_ == *.@(bash|sh) && -r $_ ]]; then source "$_" fi done + +unset -f genfun_has_readline diff --git a/app-shells/bash/files/bashrc.d/10-gentoo-color.bash b/app-shells/bash/files/bashrc.d/10-gentoo-color.bash index 66afdcaa9557..6192bfaf4394 100644 --- a/app-shells/bash/files/bashrc.d/10-gentoo-color.bash +++ b/app-shells/bash/files/bashrc.d/10-gentoo-color.bash @@ -14,28 +14,27 @@ elif unset -v COLORTERM; ! gentoo_color=$(tput colors 2>/dev/null); then # and which remain (somewhat) popular. This will rarely happen, so the # list need not be exhaustive. case ${TERM} in - *color* |\ - *direct* |\ - [Ekx]term* |\ - alacritty |\ - aterm |\ - dtterm |\ - foot* |\ - jfbterm |\ - linux |\ - mlterm |\ - rxvt* |\ - screen* |\ - st-256color |\ - tmux* |\ - wsvt25* ) gentoo_color=1 + *color* |\ + *direct* |\ + [Ekx]term* |\ + alacritty |\ + aterm |\ + dtterm |\ + foot* |\ + jfbterm |\ + linux |\ + mlterm |\ + rxvt* |\ + screen* |\ + tmux* |\ + wsvt25* ) gentoo_color=1 esac elif (( gentoo_color == 16777216 )); then # Truecolor support is available. Advertise it. export COLORTERM=truecolor fi -if (( gentoo_color <= 0 )); then +if (( gentoo_color <= 0 )) || ! genfun_has_readline; then # Define a prompt without color. PS1='\u@\h \w \$ ' elif (( EUID == 0 )); then @@ -47,7 +46,7 @@ else fi if (( gentoo_color > 0 )); then - # Colorize the output of grep and several coreutils utilities. + # Colorize the output of diff(1), grep(1) and a few coreutils utilities. for _ in diff dir grep ls vdir; do alias "$_=$_ --color=auto" done diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index 3b1caf1f2ad7..3a74e12dc0ff 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild index 191b93c50073..06fb12a0d2a7 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="AGPL-3 CPL-1.0" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="cups dbus gtk l10n_de static-libs unicode X" LANGS="ja ko zh-CN zh-TW" diff --git a/app-text/pandoc-bin/pandoc-bin-3.1.12.2.ebuild b/app-text/pandoc-bin/pandoc-bin-3.1.12.2.ebuild index 99deb0ffec22..1a9e4cefd9f7 100644 --- a/app-text/pandoc-bin/pandoc-bin-3.1.12.2.ebuild +++ b/app-text/pandoc-bin/pandoc-bin-3.1.12.2.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="-* amd64 ~arm64" +KEYWORDS="-* amd64 arm64" IUSE="+pandoc-symlink" RDEPEND=" diff --git a/app-text/pandoc-bin/pandoc-bin-3.1.12.3.ebuild b/app-text/pandoc-bin/pandoc-bin-3.1.12.3.ebuild index 6c205a599708..1a9e4cefd9f7 100644 --- a/app-text/pandoc-bin/pandoc-bin-3.1.12.3.ebuild +++ b/app-text/pandoc-bin/pandoc-bin-3.1.12.3.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 arm64" IUSE="+pandoc-symlink" RDEPEND=" diff --git a/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r1.ebuild b/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r1.ebuild deleted file mode 100644 index aea04e64a2d3..000000000000 --- a/app-text/scrollkeeper-dtd/scrollkeeper-dtd-1.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DTD_FILE="scrollkeeper-omf.dtd" - -DESCRIPTION="DTD from the Scrollkeeper package" -HOMEPAGE="http://scrollkeeper.sourceforge.net/" -SRC_URI="http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/${DTD_FILE}" - -LICENSE="FDL-1.1" -SLOT="1.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" -IUSE="" - -RDEPEND=">=dev-libs/libxml2-2.4.19" -DEPEND="${RDEPEND} - ! + + + + + xgqt@gentoo.org + Maciej Barć + + + Melange can be used to build APK packages using declarative pipelines. It + is commonly used to provide custom packages for container images built with + apko. The majority of apks are built for use with either the Wolfi or + Alpine Linux ecosystems. It's key features are pipeline-oriented builds and + multi-architecture by default. + + + https://github.com/chainguard-dev/melange/issues/ + chainguard-dev/melange + + diff --git a/dev-cpp/Manifest.gz b/dev-cpp/Manifest.gz index 0e474a231a63..18250a5ee950 100644 Binary files a/dev-cpp/Manifest.gz and b/dev-cpp/Manifest.gz differ diff --git a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild index 69fbd4385696..f0d1a12ae4bb 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/gtkmm" LICENSE="LGPL-2.1+" SLOT="3.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="aqua gtk-doc test wayland X" REQUIRED_USE="|| ( aqua wayland X )" diff --git a/dev-cpp/rapidyaml/Manifest b/dev-cpp/rapidyaml/Manifest index d0fa05a40a49..6e8fe843fcd0 100644 --- a/dev-cpp/rapidyaml/Manifest +++ b/dev-cpp/rapidyaml/Manifest @@ -1,4 +1,7 @@ +DIST c4fs-0ee9c03d0ef3a7f12db6cb03570aa7606f12ba1b.tar.gz 25156 BLAKE2B 864a6a75c5ebe15d73fb6ffa5a83cd6448f37a0f465bf3992fc5bc1000f06d6e945c99b9a4f8f3625499c47ea719a49dd340d11e37c11ed759d1adcb1ea585be SHA512 58149c055b1f87abb12a01b042600a2927bfe7afeb878ca4523b658b0736aff6f752cd579c748cf9d4c85b4229ea50a1e70d633f85f9041fe157765286fa5233 +DIST c4log-457a2997e8ea26ea2a659b8152621f7fead1eb48.tar.gz 12056 BLAKE2B f0dc357c8beb28b2fa73e77f85918c3285be08a6e6c750317b7babddfc2372532d56b29a01adbc2284b7e850aeb2a45f1b24599acca0d0feccf5d60c00432627 SHA512 f728b34c000bbd58ad02d003697de1185feffc1a349600153a7d851f8dac28b88433e97c81dcb14769a74faa9e3d86b297536e8764d6e00b886f11bb2343518f DIST rapidyaml-0.5.0-src.tgz 7273101 BLAKE2B b15033ae028c4704178dc4a017b5c1e858288d4713a2b96f5cfc19583e13b62031327f10ab045eec007e427eb7d71ba0e7dde2d743a81c3da0e20bc68aea47f5 SHA512 d7d65e759c466aa4cceed4d02d2c84284b205812be1de10495eef663a0b7d4adb7d8fe5f731f0f9ecba04d5d93cb1af760a83eb6d0630d25ee162f0c36b38e8a +DIST rapidyaml-0.6.0-src.tgz 7384217 BLAKE2B b81f797dcdac10368231256765bff08fa9d911550b620c286a657b41e74e589701a41d4f6e33317a7149fd1a2aabbad6bac6c66c1e494db053251e20bc5e505c SHA512 6637aa970919d76339ca7d3d131032ca97720650e275f7e285c0fa46671daf8638695c4db6ccb06f93671171110c445781a7f2c8e37f6d9a4951d6e649f60cde DIST rapidyaml-c4fs-0130061b804ae2af0d6cd5919275d552eb1f2414.tar.gz 22615 BLAKE2B b774723d35658ffb56b187428089bdf2b5bebd470d0be3122bd1f99248d2537d4b31649c5e8b133b2cb28e8ec97a428a325701830708238878da07426fe7853b SHA512 d18be64060779af1b19ccafbbf26bc6c437ff5ed074bef5919ebef55bb9ad36a7abb183a99a86bada0447b15b8386c991ac9ab975d63aab77c3a57801358bf96 DIST rapidyaml-c4log-00066ad7f624556f066f3d60766a2c33aeb3c6f0.tar.gz 11978 BLAKE2B 554240c63114f1c0bd22295a39b683a59981f3e80352dce7aebe3af39dd6d1211c2c8df9f84f3f8c30775622e242a95c3a50572b30b557c269d3d9eb2ecca3de SHA512 9399e55e116b87b4ee4583e32c7a72bc3f7fd579fda69c515a5d0df5fc065246aaa1587ed937e7c6eb6df417810284496bb2eafa0879800cecbe17ecdbef5ae9 -DIST rapidyaml-yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz 99765 BLAKE2B d55a605623c988a4c58daa6dd155980129ffefe86570d55b1ce2514dfa77c352e0467b12e95d6e2bd38cc0454f0b30c3109c088841ddbe423b8bbb7d9e41bc9b SHA512 4ab0e52369d085e696196ef1aab8ecb4f0218e48e8ce33c4ecc863942639141601cb1c83b41027eceddc20a6a4cebfc51abcb83779007e890b87d79c76394946 +DIST yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz 99765 BLAKE2B d55a605623c988a4c58daa6dd155980129ffefe86570d55b1ce2514dfa77c352e0467b12e95d6e2bd38cc0454f0b30c3109c088841ddbe423b8bbb7d9e41bc9b SHA512 4ab0e52369d085e696196ef1aab8ecb4f0218e48e8ce33c4ecc863942639141601cb1c83b41027eceddc20a6a4cebfc51abcb83779007e890b87d79c76394946 diff --git a/dev-cpp/rapidyaml/files/rapidyaml-0.6.0-no-download.patch b/dev-cpp/rapidyaml/files/rapidyaml-0.6.0-no-download.patch new file mode 100644 index 000000000000..5af2a87267a3 --- /dev/null +++ b/dev-cpp/rapidyaml/files/rapidyaml-0.6.0-no-download.patch @@ -0,0 +1,37 @@ +The release tarball does not include requirements for tests and tries +to fetch them. Override so can handle with SRC_URI+DEPEND instead. +--- a/ext/c4core/cmake/c4Project.cmake ++++ b/ext/c4core/cmake/c4Project.cmake +@@ -2902,4 +2902,7 @@ + c4_log("testing requires googletest") + if(NOT TARGET gtest) ++ find_package(GTest REQUIRED) ++ endif() ++ if(FALSE) + # support for old gcc-4.8 and 4.9 + if((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") AND +--- a/ext/testbm.cmake ++++ b/ext/testbm.cmake +@@ -1,4 +1,2 @@ + # these are used both for testing and benchmarking +-c4_require_subproject(c4fs REMOTE +- GIT_REPOSITORY https://github.com/biojppm/c4fs +- GIT_TAG master) ++c4_require_subproject(c4fs SUBDIRECTORY ext/c4fs) +--- a/test/CMakeLists.txt ++++ b/test/CMakeLists.txt +@@ -158,12 +158,8 @@ + set(ed ${CMAKE_CURRENT_BINARY_DIR}/subprojects) # casual ryml extern dir (these projects are not part of ryml and are downloaded and compiled on the fly) + +- c4_require_subproject(c4log REMOTE +- GIT_REPOSITORY https://github.com/biojppm/c4log +- GIT_TAG master) ++ c4_require_subproject(c4log SUBDIRECTORY ../ext/c4log) + + set(tsdir ${ed}/yaml-test-suite) +- c4_download_remote_proj(yaml-test-suite suite_dir +- GIT_REPOSITORY https://github.com/yaml/yaml-test-suite +- GIT_TAG data-2022-01-17) ++ set(suite_dir ${CMAKE_SOURCE_DIR}/ext/yaml-test-suite) + if(NOT EXISTS ${suite_dir}/229Q) + c4_err("cannot find yaml-test-suite at ${suite_dir} -- was there an error downloading the project?") diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild index bfb67241cda1..0bc722c427eb 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ SRC_URI=" https://github.com/biojppm/c4log/archive/${HASH_C4LOG}.tar.gz -> ${PN}-c4log-${HASH_C4LOG}.tar.gz https://github.com/yaml/yaml-test-suite/archive/${HASH_YAMLTS}.tar.gz - -> ${PN}-yaml-test-suite-${HASH_YAMLTS}.tar.gz + -> yaml-test-suite-${HASH_YAMLTS}.tar.gz )" S="${WORKDIR}/${P}-src" diff --git a/dev-cpp/rapidyaml/rapidyaml-0.6.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.6.0.ebuild new file mode 100644 index 000000000000..c552128f0d52 --- /dev/null +++ b/dev-cpp/rapidyaml/rapidyaml-0.6.0.ebuild @@ -0,0 +1,84 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +# see no-download.patch, match with release date if "master" +HASH_C4FS=0ee9c03d0ef3a7f12db6cb03570aa7606f12ba1b +HASH_C4LOG=457a2997e8ea26ea2a659b8152621f7fead1eb48 +HASH_YAMLTS=6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f + +DESCRIPTION="Library to parse and emit YAML, and do it fast" +HOMEPAGE="https://github.com/biojppm/rapidyaml/" +SRC_URI=" + https://github.com/biojppm/rapidyaml/releases/download/v${PV}/${P}-src.tgz + test? ( + https://github.com/biojppm/c4fs/archive/${HASH_C4FS}.tar.gz + -> c4fs-${HASH_C4FS}.tar.gz + https://github.com/biojppm/c4log/archive/${HASH_C4LOG}.tar.gz + -> c4log-${HASH_C4LOG}.tar.gz + https://github.com/yaml/yaml-test-suite/archive/${HASH_YAMLTS}.tar.gz + -> yaml-test-suite-${HASH_YAMLTS}.tar.gz + ) +" +S=${WORKDIR}/${P}-src + +LICENSE="MIT Boost-1.0 BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="debug test" +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-cpp/gtest )" + +PATCHES=( + "${FILESDIR}"/${PN}-0.6.0-no-download.patch +) + +DOCS=( README.md ROADMAP.md changelog ) + +src_prepare() { + if use test; then + # also need c4core, symlink the one included in src.tgz + mv ../c4fs-${HASH_C4FS} ext/c4fs && + rmdir ext/c4fs/ext/c4core && + ln -s ../../c4core ext/c4fs/ext || die + + mv ../c4log-${HASH_C4LOG} ext/c4log && + rmdir ext/c4log/ext/c4core && + ln -s ../../c4core ext/c4log/ext || die + + mv ../yaml-test-suite-${HASH_YAMLTS} ext/yaml-test-suite || die + + eapply "${FILESDIR}"/${PN}-0.3.0-tests-no-install.patch + fi + + cmake_src_prepare + + sed -E "/set\(_(ARCHIVE|LIBRARY)_INSTALL/s:lib/:$(get_libdir)/:" \ + -i ext/c4core/cmake/c4Project.cmake || die +} + +src_configure() { + local mycmakeargs=( + -DGIT=false + -DRYML_BUILD_TESTS=$(usex test) + -DRYML_DBG=$(usex debug) + + # TODO?: enable this+tests, should(?) be easier to do with >=0.5.0 but + # still need looking into (please file a bug if actually need this now) + -DRYML_BUILD_API=no + + # rapidyaml sets c++11, but (system) >=gtest-1.13 wants >=c++14, also + # see: https://github.com/biojppm/cmake/commit/e344bf0681 (bug #893272) + -DC4_CXX_STANDARD=17 + ) + + cmake_src_configure +} + +src_test() { + cmake_build test +} diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 52fc212032fd..99f0a76cf5ff 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/sqlite/sqlite-3.45.3.ebuild b/dev-db/sqlite/sqlite-3.45.3.ebuild index 46c442c73331..5843ae513366 100644 --- a/dev-db/sqlite/sqlite-3.45.3.ebuild +++ b/dev-db/sqlite/sqlite-3.45.3.ebuild @@ -24,7 +24,7 @@ else " S="${WORKDIR}/${PN}-src-${SRC_PV}" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="public-domain" diff --git a/dev-debug/Manifest.gz b/dev-debug/Manifest.gz index 7972ce90390f..49d7ceca748a 100644 Binary files a/dev-debug/Manifest.gz and b/dev-debug/Manifest.gz differ diff --git a/dev-debug/pwndbg/pwndbg-20240214.ebuild b/dev-debug/pwndbg/pwndbg-20240214.ebuild index 20a51614142c..3b225f7df637 100644 --- a/dev-debug/pwndbg/pwndbg-20240214.ebuild +++ b/dev-debug/pwndbg/pwndbg-20240214.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "99999999" ]]; then else MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}" SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}-${MY_PV}" fi diff --git a/dev-debug/strace/strace-6.8.ebuild b/dev-debug/strace/strace-6.8.ebuild index b7477dfde2ee..2ba8f3e59a05 100644 --- a/dev-debug/strace/strace-6.8.ebuild +++ b/dev-debug/strace/strace-6.8.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1+ test? ( GPL-2+ )" diff --git a/dev-dotnet/Manifest.gz b/dev-dotnet/Manifest.gz index f089918f487d..d2d023a5dca6 100644 Binary files a/dev-dotnet/Manifest.gz and b/dev-dotnet/Manifest.gz differ diff --git a/dev-dotnet/dotnet-sdk-bin/Manifest b/dev-dotnet/dotnet-sdk-bin/Manifest index a9ca616ae021..a0d1b752b636 100644 --- a/dev-dotnet/dotnet-sdk-bin/Manifest +++ b/dev-dotnet/dotnet-sdk-bin/Manifest @@ -10,18 +10,6 @@ DIST dotnet-sdk-7.0.404-linux-musl-arm.tar.gz 214217752 BLAKE2B 32d392dfd4d4e60b DIST dotnet-sdk-7.0.404-linux-musl-arm64.tar.gz 213918271 BLAKE2B a310e95905ccb65506318c10fa4d492baf822dd143ac3ded8e9212ab0f304e188d0728deeeb03a0d34d3ab95e88fbc2d4fd4d727c2841bdd9401cf27396edf4b SHA512 209f29d23945d61d8d2bce57ed120b970ffdde7a23fcd397602e4755ff4be6ace2284d42297708e7cb2ef8a2f569885b0595b218e01b84b923c76c58fee1adb4 DIST dotnet-sdk-7.0.404-linux-musl-x64.tar.gz 218631734 BLAKE2B 4dc1d752cbb6c60d494be3b8fd9e1bdebdca0f48e5c61cea2948ca384c9136b87612cfd89a77cd9960b4a660061c3f2791ce8be1987edade2d0c70e28b325d1d SHA512 db21720eadc79fadf62332cf0a10bbf8c83a96521b25967e69ce54a14a16d9098abb9c8d2c263170332a30ccd0fd1eca92129a1e9fc3c3460fc265ace38bb04c DIST dotnet-sdk-7.0.404-linux-x64.tar.gz 219088775 BLAKE2B 5b743021dd2209228fea77c7b63dc423ce70f1e8bae317dca0d3cd4e62ea4f770b790ca64dd15173281ef8224fce6fc211b57fe5460ce0ed427afe4b2a064c1a SHA512 f5c122044e9a107968af1a534051e28242f45307c3db760fbb4f3a003d92d8ea5a856ad4c4e8e4b88a3b6a825fe5e3c9e596c9d2cfa0eca8d5d9ee2c5dad0053 -DIST dotnet-sdk-8.0.201-linux-arm.tar.gz 221645704 BLAKE2B 427f82e2010f2397283bbbae5fdd05f313f1eac6becc21f9f0a09ff8eed20c190141928d183cf4bda5ee5368a6d7430e2046adb2743b6d0d6ab2e0d49eb53cf9 SHA512 92760c4a4f3bf559daa41b8b87d7f10995aa5ae11783af053d854e8b9e8b042cf6e984bda40490aff051e4463f7cc8ed25d905090e5cee029c81afdb7f8b32c2 -DIST dotnet-sdk-8.0.201-linux-arm64.tar.gz 221301228 BLAKE2B 8b3fcb75bd0460d75e7d9e8dc9a311336ea0fdca574fdfb754f64d8d9e432275ef23482aa0d2645ea5de3288471dd1254935e1885af36c1838a30f909ad66a3f SHA512 37e230970cfeffdc3873e42595b79ecdf6bfe266a01ace6953725e69a2b64313ce144bf4d4f861130f61f680ead9b4d8a819dd5543c5470c37bbc13d88a78c80 -DIST dotnet-sdk-8.0.201-linux-musl-arm.tar.gz 221507166 BLAKE2B e2e72b5d4f6851805323988b3c701695c173a40a7f3dcc465f0448cd111ed6c94b4a34cd955aecb03c4fd65e649113dd4c56a75740904f435ca3d48c8b655f2a SHA512 687e3ad0ba66825f3dd5b83ca6decd8a09b16eafb5a8c58fdcb7118b306b699f870393a0cd3d163c98deaad2f38f2d7df4c96678537b1e49b73b421073e14aed -DIST dotnet-sdk-8.0.201-linux-musl-arm64.tar.gz 221701326 BLAKE2B 4e2ee14a973844f65ce71d5ec815ca664bff162b45f0c72962bae52270d5e19edef09ad3cdffab9c5d90f88f9a7ecbb257a835e591de5dc3afab31d68e8b75fd SHA512 4a7c7dec45239a3ecbbb88dd4dc43b2ea66b016a974ebbbbe8960885d6118a0310679c2ced8f27ba5963311fedcce29ad31b0e43a20a01225778d8b6a1fe6e8c -DIST dotnet-sdk-8.0.201-linux-musl-x64.tar.gz 226193676 BLAKE2B 32b0d540e59e0e6d5c0891e2c8d519209eb94920cdb7c1c81729fcdb4d241c4d577e3d8113f02f77f3b35606a948e5192e7d40087d22a73d388885d0d13286e6 SHA512 06483d787d1cc0633ed94175747a90fded1bbbb4744f82db003f691b291da112d47e27350e5051cb7f413b913a44611f21dfaa5556c798a95f64b5026e9b4923 -DIST dotnet-sdk-8.0.201-linux-x64.tar.gz 226357468 BLAKE2B 84c6befaa5b2cfd54c226522fd937c3a48705aa46ee06f10e2fb9cec86496d8820342481e328ade8aef10557c135fb2517d34b70d3d37489dfe3fa81b6f58be5 SHA512 310cf54f595698435b533931b12f86d49f89d27243cf7c87a5b926e0c676b80e869aa58aaff17b5095536c432f377c67d92bf0ca8941b9d891d4b3879637d488 -DIST dotnet-sdk-8.0.202-linux-arm.tar.gz 221618859 BLAKE2B 5956cc1d0b726e6a52de9c8c6ca1fa4c3400d46b228f35274022ac3eaa4e6c59f9ecb80cf1ecdf0ab4f1cac3cd27116897d57afa4523bdbc95e5b65807f60bb3 SHA512 8cc8be3cad5c3e12ea8293e7b2e2d66647ff01fcf1d390791350a55e13f4c5e74a673dac85918e878b25f61eda690da5c7af7c2d289d6f4d0277476b43366961 -DIST dotnet-sdk-8.0.202-linux-arm64.tar.gz 221517969 BLAKE2B e73b5cf47ccf2fcdcb6bb1a6df04ac35e352243bf0d2e862e2d94ea727019e3033a9237141cfc174ef8ef5a0e212cb294c9fe1506292dc418ffabd83c7f7dddb SHA512 83ba9a467487de49bb38d388010c3f0d51336e6167cf3e116e56cd18b0ffd3d52099f8567bc434ce02430beef38dee20ff1e4ceb71a6d7967fc0e1c2da12ebae -DIST dotnet-sdk-8.0.202-linux-musl-arm.tar.gz 221670792 BLAKE2B 9652853fc212cebb75649217494ba649172710d08543a42bd12f5aab5b6435ff2cac03c10b069222fcb1f4921b6f2718c5caabf3a2b75ce986826aab78b0069b SHA512 7c96bad8f5cef25b499ace592536b85b264d66e5da15850b314035995ac6a157507e2744ff8207ea9db99cede9ea9773994a1319d488e8ec26a0f9edf7ea10a4 -DIST dotnet-sdk-8.0.202-linux-musl-arm64.tar.gz 221390383 BLAKE2B 5102262974b802c3a0dfefec58d025612c0fbe5f120bb57ba7a482b966193d2ff1ef762e70a14a3a38014dd35b394010e76148710e99599d2ce5fa36ca22f786 SHA512 f5d1f025d18062247e7c392903c012b5e7f625609cff19d9eac81755065fc468a1d66b0396492258257bf42a88a07e40a040d0cb296bed620d326f58e2cd69cd -DIST dotnet-sdk-8.0.202-linux-musl-x64.tar.gz 226257142 BLAKE2B dff4d5e9b97dd3af8646bf280efb097ff0dcf1f9df77e56c8ee5b3d35e78fe6ac655d8c609ef593339bac6dfbe585fd67525a19ec321ee63a75127edb72da913 SHA512 809d8e488723e7be053cf572222b0d81ea7dd10a5034617f044bd0c752f6eaa14034c2d13f093a06d64af6b5b5cc65efb5d9fbb9de8edd00d215cc8e9f26a587 -DIST dotnet-sdk-8.0.202-linux-x64.tar.gz 226275111 BLAKE2B 17ffb1919ecde439b48db6c8df52a58b12dbd3e077bde6da1f9c7057b162e35cca0e4ce4eef9cdc8c929209773dce236d31e8ca8abcf780255e577a045db144d SHA512 e0e790c7cc6f8129913317d326c599ff8e8ed4927d4e0adccbe55c50be5c353fe3d83043e529973ced2b302b8432c2ab31533b94ffe9c363eaa9964a7160643a DIST dotnet-sdk-8.0.203-linux-arm.tar.gz 221422071 BLAKE2B c4cb0184eb5bb4435c2f73058f857dba1d163c81d23ad33645b82ea4afa9981c09c70be7a054596ed77cf653967d07a1f95deea9ff1dc3d7986c35e264eb86e9 SHA512 ebebd4f3be6e9772f23d313b991950d6997716fc0f9c079414a72a0f998c55a32ea19f145ea1b1724fea527ca12a7cbea7afefa60a520679a20b99f68f184e15 DIST dotnet-sdk-8.0.203-linux-arm64.tar.gz 221512731 BLAKE2B d23b64c4263a674c79a649c1afe2d301f81598150d2bed61c8c8abf6175b46ef5b10b10307e1c85247d1724689c3608f7712cbbf90b2b4f5bb0afa9fc55d9e35 SHA512 cda16b2141c1115ec42303d82f2720ddf5368b7242207e21d3fdd81fa89df2676f0d394ca7293c76c35ed2448b289174739771ec447404ad9c84c72459cc0d81 DIST dotnet-sdk-8.0.203-linux-musl-arm.tar.gz 221707667 BLAKE2B f4561a35e0ce7481fbe29b2b5148d2f598690b26faf7b252efab6fc1f660553042b4e159aee1060687f6024158a9fd9582aef2c563a840f9a5ff44473186d0ad SHA512 4ae716cac29a5381dc6341b2e5214f57c7b82928a0a756a2b3cef7d8063d52a29a66cea10e3ae03e379ec220a833e479f944dc762b3cc44c255a02bb715b84a5 diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild deleted file mode 100644 index bb8367b4925d..000000000000 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.2" - -DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" -HOMEPAGE="https://dotnet.microsoft.com/ - https://github.com/dotnet/dotnet/" -SRC_URI=" -amd64? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-x64.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-x64.tar.gz ) -) -arm? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-arm.tar.gz ) -) -arm64? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm64.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-arm64.tar.gz ) -) -" -S="${WORKDIR}" - -LICENSE="MIT" -SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" -KEYWORDS="amd64 arm arm64" - -# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, -# bug https://bugs.gentoo.org/923430 -RESTRICT="splitdebug strip" - -CURRENT_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT} -" -EXTRA_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-6.0.27 - ~dev-dotnet/dotnet-runtime-nugets-7.0.16 -" -NUGETS_DEPEND=" - ${CURRENT_NUGETS_DEPEND} - ${EXTRA_NUGETS_DEPEND} -" - -RDEPEND=" - app-crypt/mit-krb5:0/0 - dev-libs/icu - dev-util/lttng-ust:0/2.12 - sys-libs/zlib:0/1 -" -BDEPEND=" - dev-util/patchelf -" -IDEPEND=" - app-eselect/eselect-dotnet -" -PDEPEND=" - ${NUGETS_DEPEND} -" - -QA_PREBUILT="*" - -MUSL_BAD_LINKS=( - apphost - createdump - dotnet - libSystem.Globalization.Native.so - libSystem.IO.Compression.Native.so - libSystem.Native.so - libSystem.Net.Security.Native.so - libSystem.Security.Cryptography.Native.OpenSsl.so - libclrgc.so - libclrjit.so - libcoreclr.so - libcoreclrtraceptprovider.so - libdbgshim.so - libhostfxr.so - libhostpolicy.so - libmscordaccore.so - libmscordbi.so - libnethost.so - singlefilehost -) -MUSL_BAD_SONAMES=( - libc.musl-aarch64.so.1 - libc.musl-armv7.so.1 - libc.musl-x86_64.so.1 -) - -src_prepare() { - default - - # Fix musl libc SONAME links, bug https://bugs.gentoo.org/894760 - if use elibc_musl ; then - local musl_bad_link - local musl_bad_link_path - local musl_bad_soname - - for musl_bad_link in "${MUSL_BAD_LINKS[@]}" ; do - while read -r musl_bad_link_path ; do - # Skip if file either does not end with ".so" or is not executable. - # Using "case" here for easier matching in case we have to add - # a special exception. - case "${musl_bad_link_path}" in - *.so ) - : - ;; - * ) - if [[ ! -x "${musl_bad_link_path}" ]] ; then - continue - fi - ;; - esac - - einfo "Fixing musl libc link for ${musl_bad_link_path}" - - for musl_bad_soname in "${MUSL_BAD_SONAMES[@]}" ; do - patchelf --remove-needed "${musl_bad_soname}" "${musl_bad_link_path}" || die - done - - patchelf --add-needed libc.so "${musl_bad_link_path}" || die - done < <(find . -type f -name "${musl_bad_link}") - done - fi - - # Remove static libraries, bug https://bugs.gentoo.org/825774 - find ./packs -type f -name "libnethost.a" -delete || die -} - -src_install() { - local dest="opt/${PN}-${SDK_SLOT}" - dodir "${dest%/*}" - - # Create a magic workloads file, bug #841896 - local featureband="$(( $(ver_cut 3) / 100 * 100 ))" # e.g. 404 -> 400 - local workloads="metadata/workloads/${SDK_SLOT}.${featureband}" - - mkdir -p "${S}/${workloads}" || die - touch "${S}/${workloads}/userlocal" || die - - mv "${S}" "${ED}/${dest}" || die - mkdir "${S}" || die - - fperms 0755 "/${dest}" - dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" -} - -pkg_postinst() { - eselect dotnet update ifunset -} - -pkg_postrm() { - eselect dotnet update ifunset -} diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild deleted file mode 100644 index 62cc583f09a7..000000000000 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild +++ /dev/null @@ -1,157 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.3" - -DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" -HOMEPAGE="https://dotnet.microsoft.com/ - https://github.com/dotnet/dotnet/" -SRC_URI=" -amd64? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-x64.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-x64.tar.gz ) -) -arm? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-arm.tar.gz ) -) -arm64? ( - elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-arm64.tar.gz ) - elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/${PV}/dotnet-sdk-${PV}-linux-musl-arm64.tar.gz ) -) -" -S="${WORKDIR}" - -LICENSE="MIT" -SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" -KEYWORDS="amd64 arm arm64" - -# STRIP="llvm-strip" corrupts some executables when using the patchelf hack, -# bug https://bugs.gentoo.org/923430 -RESTRICT="splitdebug strip" - -CURRENT_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT} -" -EXTRA_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-6.0.28 - ~dev-dotnet/dotnet-runtime-nugets-7.0.17 -" -NUGETS_DEPEND=" - ${CURRENT_NUGETS_DEPEND} - ${EXTRA_NUGETS_DEPEND} -" - -RDEPEND=" - app-crypt/mit-krb5:0/0 - dev-libs/icu - dev-util/lttng-ust:0/2.12 - sys-libs/zlib:0/1 -" -BDEPEND=" - dev-util/patchelf -" -IDEPEND=" - app-eselect/eselect-dotnet -" -PDEPEND=" - ${NUGETS_DEPEND} -" - -QA_PREBUILT="*" - -MUSL_BAD_LINKS=( - apphost - createdump - dotnet - libSystem.Globalization.Native.so - libSystem.IO.Compression.Native.so - libSystem.Native.so - libSystem.Net.Security.Native.so - libSystem.Security.Cryptography.Native.OpenSsl.so - libclrgc.so - libclrjit.so - libcoreclr.so - libcoreclrtraceptprovider.so - libdbgshim.so - libhostfxr.so - libhostpolicy.so - libmscordaccore.so - libmscordbi.so - libnethost.so - singlefilehost -) -MUSL_BAD_SONAMES=( - libc.musl-aarch64.so.1 - libc.musl-armv7.so.1 - libc.musl-x86_64.so.1 -) - -src_prepare() { - default - - # Fix musl libc SONAME links, bug https://bugs.gentoo.org/894760 - if use elibc_musl ; then - local musl_bad_link - local musl_bad_link_path - local musl_bad_soname - - for musl_bad_link in "${MUSL_BAD_LINKS[@]}" ; do - while read -r musl_bad_link_path ; do - # Skip if file either does not end with ".so" or is not executable. - # Using "case" here for easier matching in case we have to add - # a special exception. - case "${musl_bad_link_path}" in - *.so ) - : - ;; - * ) - if [[ ! -x "${musl_bad_link_path}" ]] ; then - continue - fi - ;; - esac - - einfo "Fixing musl libc link for ${musl_bad_link_path}" - - for musl_bad_soname in "${MUSL_BAD_SONAMES[@]}" ; do - patchelf --remove-needed "${musl_bad_soname}" "${musl_bad_link_path}" || die - done - - patchelf --add-needed libc.so "${musl_bad_link_path}" || die - done < <(find . -type f -name "${musl_bad_link}") - done - fi - - # Remove static libraries, bug https://bugs.gentoo.org/825774 - find ./packs -type f -name "libnethost.a" -delete || die -} - -src_install() { - local dest="opt/${PN}-${SDK_SLOT}" - dodir "${dest%/*}" - - # Create a magic workloads file, bug #841896 - local featureband="$(( $(ver_cut 3) / 100 * 100 ))" # e.g. 404 -> 400 - local workloads="metadata/workloads/${SDK_SLOT}.${featureband}" - - mkdir -p "${S}/${workloads}" || die - touch "${S}/${workloads}/userlocal" || die - - mv "${S}" "${ED}/${dest}" || die - mkdir "${S}" || die - - fperms 0755 "/${dest}" - dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SDK_SLOT}" -} - -pkg_postinst() { - eselect dotnet update ifunset -} - -pkg_postrm() { - eselect dotnet update ifunset -} diff --git a/dev-erlang/Manifest.gz b/dev-erlang/Manifest.gz index 1d669ea01f50..260dba0e3e3e 100644 Binary files a/dev-erlang/Manifest.gz and b/dev-erlang/Manifest.gz differ diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild index e23a8278ab31..b20d77486e63 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.7.0 diff --git a/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild b/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild index c8a9d525901f..20e1310ee478 100644 --- a/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild +++ b/dev-erlang/p1_pgsql/p1_pgsql-1.1.25.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=" >=dev-erlang/xmpp-1.8.1 diff --git a/dev-erlang/xmpp/xmpp-1.7.0.ebuild b/dev-erlang/xmpp/xmpp-1.7.0.ebuild index 821444067685..d0590a4ab222 100644 --- a/dev-erlang/xmpp/xmpp-1.7.0.ebuild +++ b/dev-erlang/xmpp/xmpp-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-erlang/xmpp/xmpp-1.8.1.ebuild b/dev-erlang/xmpp/xmpp-1.8.1.ebuild index d0590a4ab222..725ba13837bd 100644 --- a/dev-erlang/xmpp/xmpp-1.8.1.ebuild +++ b/dev-erlang/xmpp/xmpp-1.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" RDEPEND=" >=dev-erlang/ezlib-1.0.12 diff --git a/dev-java/Manifest.gz b/dev-java/Manifest.gz index c44b9f1a2f0f..70dc9f8cdc10 100644 Binary files a/dev-java/Manifest.gz and b/dev-java/Manifest.gz differ diff --git a/dev-java/swt/swt-4.31.ebuild b/dev-java/swt/swt-4.31.ebuild index bcfb034a7ae1..5d3dfd9effdc 100644 --- a/dev-java/swt/swt-4.31.ebuild +++ b/dev-java/swt/swt-4.31.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/library" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" SLOT="4.31" -KEYWORDS="~amd64 ~arm64 ~ppc64" +KEYWORDS="amd64 arm64 ppc64" IUSE="cairo opengl webkit" BDEPEND=" diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index 29e244197877..57a423a44cea 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/dafny-bin/dafny-bin-4.6.0.ebuild b/dev-lang/dafny-bin/dafny-bin-4.6.0.ebuild index 8ed638b01e1e..66b2bf3d4f1b 100644 --- a/dev-lang/dafny-bin/dafny-bin-4.6.0.ebuild +++ b/dev-lang/dafny-bin/dafny-bin-4.6.0.ebuild @@ -11,7 +11,7 @@ S="${WORKDIR}/dafny" LICENSE="MIT" SLOT="0" -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" REQUIRED_USE="elibc_glibc" RESTRICT="strip" diff --git a/dev-lang/ocaml/Manifest b/dev-lang/ocaml/Manifest index 0d030bed824b..b24d4629ee2c 100644 --- a/dev-lang/ocaml/Manifest +++ b/dev-lang/ocaml/Manifest @@ -7,3 +7,4 @@ DIST ocaml-4.12.1.tar.gz 5181696 BLAKE2B 9d21438e09b1a9680eabb65f5c78d9fe8445959 DIST ocaml-4.13.1.tar.gz 5323203 BLAKE2B f1dcb1601ebfa2a37351e3a466a7ca601518c2da403b01aeb182738a54d5887523ab554d747d6591cb09b07b417865e20907f7877117b2d2d069ef6c9edc0fae SHA512 da3434177438c852da53c0fda7bc2519adcda6384d97d45e44137ed0fd384ffb3da61958a7b51296edb3f88f5a5310ca71b6862f6d756aaa4012d1f54e5955f6 DIST ocaml-4.14.0.tar.gz 5494844 BLAKE2B f2f9142a95722c7fc5fda205ea6b951939f7d285963b8aa14dc157ac10202ef9d00c7590beabdc97ed83548d61e5ef28b60a360f1a492420a54f4e26dfbf89f0 SHA512 3c5e5b9f00bb109dd99b5f7b0078cf8663d4247e548f3e601d6b2a55582e04bb20f6de85005c4cf2f78ae9aaa449f5ca6f2bab2f6ce83eeb3aeb386e3f2fcc32 DIST ocaml-4.14.1.tar.gz 5498436 BLAKE2B 6113283ab0f7ac39ade1f35a02c203a6956f8f4efa4f174daf53483c1d874613195c2705ca02760f0ff4abd9b37c91f8dec59c010ac8ae8731790cdd6f429673 SHA512 6340e145c7d11a1ee9fa1699fc6a8a6785f14ff9c05dca708cf278194642ec9b7c562d744d8b38e5dab74b88fa3a5760035e214f5f8fab8b233a344b035db8fb +DIST ocaml-4.14.2.tar.gz 5505119 BLAKE2B 518c2a69ee32e1c141b574a9800a64efc445381eb2808985b5dbb9d5ec54228aa25042a1c410307c3556488ba12a751980396b0d9a01e60a1ea84ac5b52e6dd6 SHA512 61bfa7961aae02458210f10865a5703f7a50a9be2452379e820cf2dfac2c6037da553c31835145e50a776880bdeb2ec78cd7a3147d65f418e7b3e593534e8a04 diff --git a/dev-lang/ocaml/ocaml-4.14.2.ebuild b/dev-lang/ocaml/ocaml-4.14.2.ebuild new file mode 100644 index 000000000000..f94e0f851126 --- /dev/null +++ b/dev-lang/ocaml/ocaml-4.14.2.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic + +DESCRIPTION="Programming language supporting functional, imperative & object-oriented styles" +HOMEPAGE="https://ocaml.org/" +SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="QPL-1.0 LGPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="emacs flambda latex +ocamlopt xemacs" + +RDEPEND="sys-libs/binutils-libs:=" +BDEPEND="${RDEPEND} + virtual/pkgconfig" +PDEPEND="emacs? ( app-emacs/ocaml-mode ) + xemacs? ( app-xemacs/ocaml )" + +QA_FLAGS_IGNORED='/usr/lib.*/ocaml/bigarray.cmxs' + +src_prepare() { + default + + cp "${FILESDIR}"/ocaml.conf "${T}" || die + + # OCaml generates textrels on 32-bit arches + # We can't do anything about it, but disabling it means that tests + # for OCaml-based packages won't fail on unexpected output + # bug #773226 + if use arm || use ppc || use x86 ; then + append-ldflags "-Wl,-z,notext" + fi + + # Upstream build ignores LDFLAGS in several places. + sed -i -e 's/\(^MKDLL=.*\)/\1 $(LDFLAGS)/' \ + -e 's/\(^OC_CFLAGS=.*\)/\1 $(LDFLAGS)/' \ + -e 's/\(^OC_LDFLAGS=.*\)/\1 $(LDFLAGS)/' \ + Makefile.config.in || die "LDFLAGS fix failed" +} + +src_configure() { + filter-lto #bug 870349 + local opt=( + --bindir="${EPREFIX}/usr/bin" + --libdir="${EPREFIX}/usr/$(get_libdir)/ocaml" + --mandir="${EPREFIX}/usr/share/man" + --prefix="${EPREFIX}/usr" + $(use_enable flambda) + ) + + econf "${opt[@]}" +} + +src_compile() { + env -u P emake world + + if use ocamlopt ; then + env -u P emake opt + env -u P emake opt.opt + fi +} + +src_test() { + emake -j + + # OCaml tests only work when run sequentially + if use ocamlopt ; then + emake -j1 ocamltest.opt + else + emake -j1 ocamltest + #ewarn "${PN} was built without 'ocamlopt' USE flag; skipping tests." + fi + + emake -j1 tests +} + +src_install() { + default + + dodir /usr/include + # Create symlink for header files + dosym "../$(get_libdir)/ocaml/caml" /usr/include/caml + dodoc Changes README.adoc + + # Create envd entry for latex input files + if use latex ; then + echo "TEXINPUTS=\"${EPREFIX}/usr/$(get_libdir)/ocaml/ocamldoc:\"" > "${T}"/99ocamldoc || die + doenvd "${T}"/99ocamldoc + fi + + sed -i -e "s:lib:$(get_libdir):" "${T}"/ocaml.conf || die + + # Install ocaml-rebuild portage set + insinto /usr/share/portage/config/sets + doins "${T}"/ocaml.conf +} diff --git a/dev-lang/php/php-8.2.15.ebuild b/dev-lang/php/php-8.2.15.ebuild index bb0e5f666f8f..32739c75690e 100644 --- a/dev-lang/php/php-8.2.15.ebuild +++ b/dev-lang/php/php-8.2.15.ebuild @@ -20,7 +20,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg" diff --git a/dev-lang/php/php-8.2.18.ebuild b/dev-lang/php/php-8.2.18.ebuild index 2e304932b5ed..5b90e1767bb8 100644 --- a/dev-lang/php/php-8.2.18.ebuild +++ b/dev-lang/php/php-8.2.18.ebuild @@ -20,7 +20,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg" diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest index 3fa7b36e8334..fa3d893c7e86 100644 --- a/dev-lang/rust-bin/Manifest +++ b/dev-lang/rust-bin/Manifest @@ -202,6 +202,10 @@ DIST rust-1.77.1-i686-unknown-linux-gnu.tar.xz 209041164 BLAKE2B 43f3857319ca1ae DIST rust-1.77.1-i686-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 42e9770b586134523f377283dc29289786b33b499232110e827f9f091f633f066bc68d3cd56468971766538a4a677b8f8b4c72b0d9e61526047d6d2b0a018a32 SHA512 c2062713dc0f6326d48bfc725aafa596eed7350f1d1ff6ef371394ed10f4e2fa8aae92a3ff3f8e1f3b93a5d36c9d4104c1af19d9923e09ddff74135625217837 DIST rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz 161096296 BLAKE2B e7b6d7a4dd579754f0b894d52b579a2dcba9a50cc6107d24abff67c97fdd3b12125a6743f243009b1ce411a4cd8c51bcc68afebad3765e90343695fdd13146f1 SHA512 bbe1a250c475ea7a27ac28c3ba7b75890c1598cf4dc780d32f4363172d1547e3a1d9f8a32c3d0d480c8bd585b663b259a825ea9b9c83910f6889bda497ae4fa6 DIST rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B cc17b68e9361996d1ea57f090aad8e522faa1ce3037353957e46e8d96378c4b049e209928e4585355368e2396dd82923b3942ec719e616c33146f09a3bc27d87 SHA512 aafdce196d69feb10126edb145c45ee27e913ff289d4b72d78b007dac923bb187d3cc65cfe84025982fef438232677f8b7cf26137a00bae6b5accb7afedfc912 +DIST rust-1.77.1-mips-unknown-linux-gnu.tar.xz 68417260 BLAKE2B e011b698ebaf49d1f0ddedc789e3bf185d11b1980876bb01152d8bba18131a0ac6b3851061080ade5d112bd9ee985be837bc8e4576de668c2d72bfd4e54a01ab SHA512 4437ba0a183fcd7e054197a488b0ccac93732d3c170e6e6b23675c3642992a0b3c8188bd439877aa54e07789a7432a1324c6f079a9867faee16f82e9d873b47e +DIST rust-1.77.1-mips64-unknown-linux-gnuabi64.tar.xz 70368652 BLAKE2B 817338a8101103cfb96f71919a5392c910b9ddd4f8dc47253b3f48e2cd4c2130b7b6507b5ec943b2ea5b52be92f727b7b727722c1b3512c63e0b8c064ed95f4e SHA512 c7966b3152edf1e201926dbe3fc5760342c5fa92ab78dcc9c2ca70a553520b2d249e317d4dc47455468d99ab5ae9617ef44166947610e6733b9a09ddecdf0dea +DIST rust-1.77.1-mips64el-unknown-linux-gnuabi64.tar.xz 70121872 BLAKE2B b5956d7eda42961e9bf6e1393db737189d672d7104ede410c135884b56e1b7578af2224f22fa857a8c7627e290a1e1008a83202503f1be146c036b2cb41590c3 SHA512 6d14456e11b1c1923c3a1643ff0a15cd93ef2be9282e6e2611235f82b25ad28e1d0e8396fc815052e70373d835a94ee351ebc6d7563676a7d4dcb535cb6dd9ed +DIST rust-1.77.1-mipsel-unknown-linux-gnu.tar.xz 67429256 BLAKE2B c835aefaabcdac20953b430f4b8e6bba87b7d0073b6f70f6d4e1ff81b6dc88b74c058e55d414d9f67a28b217905552ba2cbe1a91b87dd4d0bed2029f7834cd1a SHA512 dcc37cb47a80bfc6a872c720a801093b43508c6fa65c77473371d9e2e4c2733da65171554a770e58521bdffdb56955a459284e95be07c4b9b0e874a2931c77f5 DIST rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz 176227252 BLAKE2B 98a7d31aae91114dea653181a708024a7d0ebd2f2baedffb7539d2415da2eeb745f777ae3fc2977d9416444a41b9b676dcb5fb6dfeed894dc512e37c42b612cd SHA512 a509b7ea39d760d5ab7ed5d7f73774e5df40a8d8dda169939c81573ec01ad9c03743e28064797cf2a730718d800d5189b4c9c3af1660794fd0dd48221b24ac5b DIST rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B c1f2709f17791f5da597df027d5f4104624a002f196b544f1e0fa679e78a019342e74fb13a013439390d0e768a53dba9ce84cfc3753e42c9dddf8f9fe18a8006 SHA512 554080d462a9d414f6d469b861679280abd267217c8e2c08f1b8f774d88cb06129c5aa6308be0cedda0974dd2e5d1204c2285fb097e8a0e1231c2af420e4f6a8 DIST rust-1.77.1-powerpc64-unknown-linux-gnu.tar.xz 176465264 BLAKE2B 351c7c27e442caef9d71ed2b05d128750ddc179eadb45cb647482215f1573c0903710e5f9930bd916134a9f499c907c087eb784c619f35b0fe2ffd7c8ca5524a SHA512 78370d4cf9a6990da9ac1482439c2b44b7e45704d739fd46bd3623524014fb734d2798bc5903a501dad0de1945f926099e22473db8823ca25d47dd6e7ef3b9be @@ -212,6 +216,7 @@ DIST rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz 182255808 BLAKE2B 5d23ca6bdb DIST rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 5326f241da004b358001258ca8a791610fc30a149d053788ff2513a1e470a074b2cf65974391b3f5983ca1a13c08cb5ba3be18ff39c6607d4a71dfbf7d29b044 SHA512 7ba8c061b30d99b535f1e581aa25784ebc97c25491d3648546eb8557b2ad29193e9eb86ed2f0a36b032951b98d7d4a2c7cb39cbb086b28b84038c63bf48fbb3c DIST rust-1.77.1-s390x-unknown-linux-gnu.tar.xz 198879112 BLAKE2B 793aef5f0f9b9bda3f928e9eb333334b4e052cfdb1e63f8da31068d79ac7d2244732381198a737fb681dab9e4baa3f03287f7a8835fd069a188bebab68dab3d5 SHA512 20801402fcbad781e0e8adc7871bb21fbc9b2a8e6424616c8a12f70ddc1241b260a7f369fc52b8cb3bd2cda55c6394fd0fbfe5ef377e40e595da854bdeb5be41 DIST rust-1.77.1-s390x-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 058d22ae20cfe466db1c0f684bd16059123d2a440c9c48fae88d2aef34a6996a8025d7a92b1af033f3503cf0de8fbfe20840f544118172117a4ad08bb31ec3e9 SHA512 c55dd529ab66181eecc50efe04a74337a90c50f2c6c27e62cff23d0b874d7cc02e92fa5399145e308e749733b91ebc1a938e576ff9e3d4827473def9b976e17c +DIST rust-1.77.1-sparc64-unknown-linux-gnu.tar.xz 57708276 BLAKE2B 715c1a42c92e547fa288eedc3ef6994aee4681b59efb718470ba2cf76c224afcfa2018e498ee839207b1fa053734f42b61a61fb18dd8fc082572587a609c8762 SHA512 0af8fa0817dc9b419ee280ed7531f74ba89b424937dc6bfdb66f0499d0d70e86457c5c64111b88d75aee30b40bd61d445aefb1c37f9d6b59e8cf5d05edc2f3e8 DIST rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz 159040536 BLAKE2B ccfc6a96f1a40efc905d9f8ed59f2d5283be404d433e5242876c62102786c36988a5337b909f288f2289f89e2034643dc88f22f1d895107aceb3b32ef89c8b1d SHA512 60c941aa6f48404409deef014993ea42bc0c3ceb7636cbd84a390f6dbb31ae12c6766324ee3f96739f54b9677bc1e77c20da9d5adb87120236254d3b5898fbd0 DIST rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz.asc 801 BLAKE2B 1adeaa22c0a80e6b9132fe290272c7713fe03902649fd6a41ccf46fbaa4d6a986540defa7bf34b2b0456bd8eab28a088a30fa23abb82a2cf110d1338aa6a623c SHA512 1d4ad50a386c3f03214439bc8067f2a721c30b9d4aa47a4494f0db32e242293dbf19ae1c5388315eccf377cfa947b2b40084bcba48fbc55a55be673b74074d5d DIST rust-1.77.1-x86_64-unknown-linux-musl.tar.xz 234990960 BLAKE2B badccc8785af974d02b63998ff7b4f4b9235cb181cfa44ec35ad682a5c741d3621f4306ad874f11ac14301079558c162088da85414f335b67760f22475d67c2c SHA512 addb62f012787b391403bb25297c0b620c6beb431bd8ef3287a547ba7c31b4e3ccb29decddddf8a34ae849433f64334309b574dcd8743bf8da0efa38feda771f diff --git a/dev-lang/rust-bin/rust-bin-1.77.1.ebuild b/dev-lang/rust-bin/rust-bin-1.77.1.ebuild index c5288dc6f6e3..0890fff91555 100644 --- a/dev-lang/rust-bin/rust-bin-1.77.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.77.1.ebuild @@ -8,7 +8,7 @@ inherit multilib prefix rust-toolchain toolchain-funcs verify-sig multilib-minim MY_P="rust-${PV}" # curl -L static.rust-lang.org/dist/channel-rust-${PV}.toml 2>/dev/null | grep "xz_url.*rust-src" MY_SRC_URI="${RUST_TOOLCHAIN_BASEURL%/}/2024-03-28/rust-src-${PV}.tar.xz" -GENTOO_BIN_BASEURI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}" # omit leading slash +GENTOO_BIN_BASEURI="https://dev.gentoo.org/~arthurzam/distfiles/${CATEGORY}/${PN}" # omit leading slash DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="https://www.rust-lang.org/" @@ -16,21 +16,21 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) rust-src? ( ${MY_SRC_URI} ) " # Keep this separate to allow easy commenting out if not yet built -#SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar.xz ) " -#SRC_URI+=" mips? ( -# abi_mips_o32? ( -# big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips-unknown-linux-gnu.tar.xz ) -# !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mipsel-unknown-linux-gnu.tar.xz ) -# ) -# abi_mips_n64? ( -# big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64-unknown-linux-gnuabi64.tar.xz ) -# !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64el-unknown-linux-gnuabi64.tar.xz ) -# ) -#)" +SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar.xz ) " +SRC_URI+=" mips? ( + abi_mips_o32? ( + big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips-unknown-linux-gnu.tar.xz ) + !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mipsel-unknown-linux-gnu.tar.xz ) + ) + abi_mips_n64? ( + big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64-unknown-linux-gnuabi64.tar.xz ) + !big-endian? ( ${GENTOO_BIN_BASEURI}/${MY_P}-mips64el-unknown-linux-gnuabi64.tar.xz ) + ) +)" LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4" SLOT="stable" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix profiler rust-analyzer rust-src rustfmt" DEPEND="" diff --git a/dev-lang/rust/rust-1.77.1.ebuild b/dev-lang/rust/rust-1.77.1.ebuild index d77fb9fbed48..1d8ef8985bb5 100644 --- a/dev-lang/rust/rust-1.77.1.ebuild +++ b/dev-lang/rust/rust-1.77.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 16cde46314ab..f883411138ba 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild b/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild index 6dc7665f7aa8..cbd54c7969a0 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.2.6.ebuild @@ -17,7 +17,7 @@ LICENSE="boehm-gc" # We've been using subslot 0 for these instead of "1.1". SLOT="0" # Don't keyword versions if upstream mark them as pre-release. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="cxx +large static-libs +threads" RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]" diff --git a/dev-libs/cowsql/Manifest b/dev-libs/cowsql/Manifest index 020ce511707f..4479e4197578 100644 --- a/dev-libs/cowsql/Manifest +++ b/dev-libs/cowsql/Manifest @@ -1,2 +1 @@ -DIST cowsql-1.15.4.tar.gz 364167 BLAKE2B c633aa4ad0e55954702995003a1651a220bd6bd1b2a14675d50a04596e7652a3453b63e4e32c8d74cf34c4fae6c1f33cb5054bd347d80dc34032d215ee25bd8c SHA512 06d28723eac1a75cffef6b8e0d8e17696ddc8520345d3b5e1fdada86aa5ee1bbd5a66198a36ee7f7776559392e84908980fd54321ff9c8eb2729dec5a6ac9dd7 DIST cowsql-1.15.6.tar.gz 364548 BLAKE2B 67ccb0cc1481c4d542c2a145c76875b514f4920fe2d3647d1871afa67e6cb7a41c729946c89768b1c522ed22357fb0323d58885ca60141db154da54e3a5a5a0a SHA512 78436fc35ab22fed1aef1d1048e41fbd6ec75a7b8fc95f09bc7468cde0ea8d8851e4ef5ee738699810abf3054826ab7cfd21dc06964603acea240b0fc7943c4d diff --git a/dev-libs/cowsql/cowsql-1.15.4.ebuild b/dev-libs/cowsql/cowsql-1.15.4.ebuild deleted file mode 100644 index 6c74e52fded0..000000000000 --- a/dev-libs/cowsql/cowsql-1.15.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2020-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Embeddable, replicated and fault tolerant SQL engine (fork of dqlite)" -HOMEPAGE="https://cowsql.dev/ https://github.com/cowsql/cowsql" -SRC_URI="https://github.com/cowsql/cowsql/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-db/sqlite:3 - dev-libs/libuv:= - >=dev-libs/raft-0.18.1:=" -DEPEND="${RDEPEND} - test? ( dev-libs/raft[lz4,test] )" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/dqlite-1.12.0-disable-werror.patch ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-backtrace - --disable-debug - --disable-sanitize - --disable-static - - # Will build a bundled libsqlite3.so. - --enable-build-sqlite=no - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libassuan/libassuan-2.5.7.ebuild b/dev-libs/libassuan/libassuan-2.5.7.ebuild index 9ad4f60dc2ee..3ed1f248fe89 100644 --- a/dev-libs/libassuan/libassuan-2.5.7.ebuild +++ b/dev-libs/libassuan/libassuan-2.5.7.ebuild @@ -19,7 +19,7 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" # Note: On each bump, update dep bounds on each version from configure.ac! RDEPEND=">=dev-libs/libgpg-error-1.33" diff --git a/dev-libs/libdnet/libdnet-1.18.0.ebuild b/dev-libs/libdnet/libdnet-1.18.0.ebuild index fd47d46e0186..06d3ec217130 100644 --- a/dev-libs/libdnet/libdnet-1.18.0.ebuild +++ b/dev-libs/libdnet/libdnet-1.18.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" IUSE="python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/dev-libs/libgpg-error/libgpg-error-1.48.ebuild b/dev-libs/libgpg-error/libgpg-error-1.48.ebuild index 0939b629b21f..490a0a934ee8 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.48.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.48.ebuild @@ -19,7 +19,7 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="common-lisp nls static-libs test" RESTRICT="!test? ( test )" diff --git a/dev-libs/libpcre2/libpcre2-10.43.ebuild b/dev-libs/libpcre2/libpcre2-10.43.ebuild index eebbe19389eb..c76ff00031b1 100644 --- a/dev-libs/libpcre2/libpcre2-10.43.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.43.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0/3" # libpcre2-posix.so version if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="bzip2 +jit libedit +pcre16 +pcre32 +readline static-libs unicode valgrind zlib" REQUIRED_USE="?? ( libedit readline )" diff --git a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild index f4eb2d415180..6d3790bc64a6 100644 --- a/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.4.5-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="pam python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/dev-libs/libpwquality/libpwquality-1.4.5-r2.ebuild b/dev-libs/libpwquality/libpwquality-1.4.5-r2.ebuild new file mode 100644 index 000000000000..ac1f36569f65 --- /dev/null +++ b/dev-libs/libpwquality/libpwquality-1.4.5-r2.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_EXT=1 +DISTUTILS_OPTIONAL=1 +DISTUTILS_USE_PEP517=setuptools +inherit libtool pam distutils-r1 + +DESCRIPTION="Library for password quality checking and generating random passwords" +HOMEPAGE="https://github.com/libpwquality/libpwquality" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2" + +LICENSE="|| ( BSD GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="pam python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +BDEPEND=" + >=sys-devel/gettext-0.18.2 + virtual/pkgconfig + python? ( + ${DISTUTILS_DEPS} + ${PYTHON_DEPS} + ) +" +RDEPEND=" + >=sys-libs/cracklib-2.8:=[static-libs(+)?] + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + elibtoolize + + if use python ; then + cd python || die + distutils-r1_src_prepare + fi +} + +src_configure() { + # Install library in /lib for pam + local myeconfargs=( + --libdir="${EPREFIX}/usr/$(get_libdir)" + $(use_enable pam) + --with-securedir="${EPREFIX}/$(getpam_mod_dir)" + --disable-python-bindings + $(use_enable static-libs static) + ) + + econf "${myeconfargs[@]}" + + if use python; then + cd python || die + distutils-r1_src_configure + fi +} + +src_compile() { + default + if use python; then + cd python || die + distutils-r1_src_compile + fi +} + +src_test() { + default + if use python; then + cd python || die + distutils-r1_src_test + fi +} + +src_install() { + default + + if use python; then + cd python || die + distutils-r1_src_install + fi + + find "${ED}" -name '*.la' -delete || die +} diff --git a/dev-libs/libsodium/libsodium-1.0.19_p20240117.ebuild b/dev-libs/libsodium/libsodium-1.0.19_p20240117.ebuild index bb62d58a0e8c..18460987441c 100644 --- a/dev-libs/libsodium/libsodium-1.0.19_p20240117.ebuild +++ b/dev-libs/libsodium/libsodium-1.0.19_p20240117.ebuild @@ -31,7 +31,7 @@ S="${WORKDIR}"/${PN}-stable LICENSE="ISC" SLOT="0/26" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" IUSE="+asm static-libs +urandom" CPU_USE=( cpu_flags_x86_{aes,sse4_1} ) diff --git a/dev-libs/libusb/libusb-1.0.27-r1.ebuild b/dev-libs/libusb/libusb-1.0.27-r1.ebuild index b956c08ca087..93daca66f7b8 100644 --- a/dev-libs/libusb/libusb-1.0.27-r1.ebuild +++ b/dev-libs/libusb/libusb-1.0.27-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug doc examples static-libs test udev" RESTRICT="!test? ( test )" REQUIRED_USE="static-libs? ( !udev )" diff --git a/dev-libs/libxml2/libxml2-2.12.6.ebuild b/dev-libs/libxml2/libxml2-2.12.6.ebuild index c4d87530a6d4..bcb12e755d35 100644 --- a/dev-libs/libxml2/libxml2-2.12.6.ebuild +++ b/dev-libs/libxml2/libxml2-2.12.6.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 else inherit gnome.org libtool - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi SRC_URI+=" diff --git a/dev-libs/openssl/files/openssl-3.2.1-s390x.patch b/dev-libs/openssl/files/openssl-3.2.1-s390x.patch new file mode 100644 index 000000000000..3cbf4854e12e --- /dev/null +++ b/dev-libs/openssl/files/openssl-3.2.1-s390x.patch @@ -0,0 +1,31 @@ +https://bugs.gentoo.org/923957 +https://github.com/openssl/openssl/pull/23458 +https://github.com/openssl/openssl/commit/5fa5d59750db9df00f4871949a66020ac44f4f9c + +From 5fa5d59750db9df00f4871949a66020ac44f4f9c Mon Sep 17 00:00:00 2001 +From: Ingo Franzki +Date: Fri, 2 Feb 2024 10:20:55 +0100 +Subject: [PATCH] s390x: Fix build on s390x with 'disable-asm' + +Do not define S390X_MOD_EXP for a NO_ASM build, this would result in +unresolved externals for s390x_mod_exp and s390x_crt. + +Signed-off-by: Ingo Franzki + +Reviewed-by: Hugo Landau +Reviewed-by: Tomas Mraz +(Merged from https://github.com/openssl/openssl/pull/23458) + +(cherry picked from commit a5b0c568dbefddd154f99011d7ce76cfbfadb67a) +--- a/include/crypto/bn.h ++++ b/include/crypto/bn.h +@@ -116,7 +116,8 @@ OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx); + + extern const BIGNUM ossl_bn_inv_sqrt_2; + +-#if defined(OPENSSL_SYS_LINUX) && !defined(FIPS_MODULE) && defined (__s390x__) ++#if defined(OPENSSL_SYS_LINUX) && !defined(FIPS_MODULE) && defined (__s390x__) \ ++ && !defined (OPENSSL_NO_ASM) + # define S390X_MOD_EXP + #endif + diff --git a/dev-libs/openssl/openssl-3.2.1-r2.ebuild b/dev-libs/openssl/openssl-3.2.1-r2.ebuild index 31486ad9fabe..fb480821f325 100644 --- a/dev-libs/openssl/openssl-3.2.1-r2.ebuild +++ b/dev-libs/openssl/openssl-3.2.1-r2.ebuild @@ -61,6 +61,7 @@ PATCHES=( # bug 923956 (drop on next version bump) "${FILESDIR}"/${P}-riscv.patch "${FILESDIR}"/${P}-CVE-2024-2511.patch + "${FILESDIR}"/${P}-s390x.patch ) pkg_setup() { diff --git a/dev-libs/vala-common/vala-common-0.56.16.ebuild b/dev-libs/vala-common/vala-common-0.56.16.ebuild index 5e273520cc06..39e3c39dc4dc 100644 --- a/dev-libs/vala-common/vala-common-0.56.16.ebuild +++ b/dev-libs/vala-common/vala-common-0.56.16.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala https://gitlab.gnome.org/GNOME/va LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" RDEPEND="" DEPEND="" diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest index 48f945f115ca..8300151fa0a7 100644 --- a/dev-libs/wayland-protocols/Manifest +++ b/dev-libs/wayland-protocols/Manifest @@ -1,3 +1,4 @@ DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be SHA512 90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85 SHA512 4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef DIST wayland-protocols-1.35.tar.xz 95512 BLAKE2B ad8791134417313aca8278f5d3a3d43edcc0029759d104388dc6d4e5cea1f49f286b97975d53099208a4e1014addbdddbe8c4638245be9b67ca0c80626efbaef SHA512 b4b915e145955f9c844d7ce4564ad13a854a4e7d4355913ef4cae7f09ab3e52ee69dceb6c76c9b7f82f1ab5c01071f0e5b00ce75cc7ab58274201eb4a4639710 +DIST wayland-protocols-1.36.tar.xz 95512 BLAKE2B 6c460106a2069ff9ce0b6c8221f85462e74d726ead69f6918417aac0cd24567251873ea05ec111a90f3385f4128e7e8d76aca42c7b1f89a070943c604b87573c SHA512 5448b9aedc953ce6be0f378da900c195c8743cb6001f615823b5fc9cab3e3ee54271132055743278e10decef7f8e9dcdeef31593a2a12062575fb90eb0084be0 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild new file mode 100644 index 000000000000..7310be696158 --- /dev/null +++ b/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Wayland protocol files" +HOMEPAGE="https://wayland.freedesktop.org/" + +if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/" + inherit git-r3 +else + SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + test? ( dev-libs/wayland ) +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_use test tests) + ) + meson_src_configure +} diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20240426.1.0.ebuild b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20240426.1.0.ebuild new file mode 100644 index 000000000000..647844dc6ddb --- /dev/null +++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20240426.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BRIANDFOY +DIST_VERSION=20240426.001 +inherit perl-module + +DESCRIPTION="Data pack for Business::ISBN" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-File-Spec +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + >=virtual/perl-Test-Simple-1 + ) +" + +PERL_RM_FILES=( + "make_data.pl" + "t/pod.t" + "t/pod_coverage.t" +) + +src_prepare() { + sed -r -i '/^pod(|_coverage)\.t$/d' "${S}/t/test_manifest" || die + perl-module_src_prepare +} diff --git a/dev-perl/Business-ISBN-Data/Manifest b/dev-perl/Business-ISBN-Data/Manifest index ca2d492dd04b..27a048682bdb 100644 --- a/dev-perl/Business-ISBN-Data/Manifest +++ b/dev-perl/Business-ISBN-Data/Manifest @@ -1 +1,2 @@ DIST Business-ISBN-Data-20231110.001.tar.gz 31977 BLAKE2B 330eb93c47f985c06e0dc274692ade00a7b557079d3bb7d3d45b9ebd0a475b5769abf06d842b818d3e88de70146de90577538fee670958d1bbe04837ee84225c SHA512 a5db5d94694d060032c497452eb70b8fa6008802b038ab4faab651498b6b0cfbd38ac2a9e03804ec8ea33c4bd85fc0d49a2477088615689eea1afe2bab87198b +DIST Business-ISBN-Data-20240426.001.tar.gz 34170 BLAKE2B 70ee2ab4473ad29f3cdc0e006cdc94f72e81601e439e97dc1856df49ac1ceffec73bb48a56d44c9553df9d778b6030808091b98b4ccbaff4c555dc660ed4a7bd SHA512 7543e0ab8d3fb54f1143af7ab2fd6aba14dee7389ea3d172a62ef6eeda11567d8476db0ed084d7e325d6ca36b0d0d59da1cd754ab5d7971d00c5d1c5cfd269be diff --git a/dev-perl/Business-ISBN/Business-ISBN-3.9.0.ebuild b/dev-perl/Business-ISBN/Business-ISBN-3.9.0.ebuild new file mode 100644 index 000000000000..ff70a0c929ed --- /dev/null +++ b/dev-perl/Business-ISBN/Business-ISBN-3.9.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BRIANDFOY +DIST_VERSION=3.009 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Work with ISBN as objects" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" +IUSE="test barcode" +RESTRICT="!test? ( test )" + +RDEPEND=" + barcode? ( + dev-perl/GD-Barcode + dev-perl/GD[png(+)] + ) + >=dev-perl/Business-ISBN-Data-20230322.1.0 +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + >=virtual/perl-Test-Simple-1 + ) +" + +PERL_RM_FILES=( + "t/pod.t" + "t/pod_coverage.t" +) + +src_prepare() { + sed -i -e '/^pod\.t/d;/^pod_coverage\.t/d' t/test_manifest || die "Can't fix test_manifest" + perl-module_src_prepare +} diff --git a/dev-perl/Business-ISBN/Manifest b/dev-perl/Business-ISBN/Manifest index d5c93500d620..2354fc9de050 100644 --- a/dev-perl/Business-ISBN/Manifest +++ b/dev-perl/Business-ISBN/Manifest @@ -1 +1,2 @@ DIST Business-ISBN-3.008.tar.gz 363152 BLAKE2B 0f6bbb8557b3f18df445b05113df358c129ffc06013d08a6d606d1dc53d50750600faf57936f42eeb4248f0568006e13e08cd119ed611b1c2814a773538ac852 SHA512 9a605666e14903f338a6098ed5aaa1506dcfd4049ac0773859a7f7b61e9b23a657b0d046d8a4d05506e21433dd7b6f387a396373323f233a8906eb319a60b9f1 +DIST Business-ISBN-3.009.tar.gz 363252 BLAKE2B b53040a1a891da48a3b827d2fab707c41245ac861c4511ffe3ca65c7d7c6fe89b4bd786c27d3caa1c1b00781c6fb7c165d804bc0b4ac4edf22fbb1b4e532e842 SHA512 4764762ae323427aaa315ff0265e617c173dbff66fb6bb2a8afbd2eb991f773fd56c110c918c26bbc876c1283ba502aa35a66ea9801bd400bbbff157c651098f diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.204.0.ebuild b/dev-perl/Business-ISMN/Business-ISMN-1.204.0.ebuild new file mode 100644 index 000000000000..894473ee063c --- /dev/null +++ b/dev-perl/Business-ISMN/Business-ISMN-1.204.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BRIANDFOY +DIST_VERSION=1.204 +inherit perl-module + +DESCRIPTION="International Standard Music Numbers" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" + +RDEPEND=" + >=dev-perl/Tie-Cycle-1.210.0 + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + virtual/perl-File-Spec + test? ( >=virtual/perl-Test-Simple-1.0.0 ) +" + +PERL_RM_FILES=( + t/pod.t + t/pod_coverage.t + t/test_manifest +) + +PATCHES=( + "${FILESDIR}/${PN}-1.132-no-test-manifest.patch" +) diff --git a/dev-perl/Business-ISMN/Manifest b/dev-perl/Business-ISMN/Manifest index d35bf0d0e970..3b7f0beccacb 100644 --- a/dev-perl/Business-ISMN/Manifest +++ b/dev-perl/Business-ISMN/Manifest @@ -1 +1,2 @@ DIST Business-ISMN-1.203.tar.gz 15525 BLAKE2B 70685b580b272f7a20c381f09186f86895cc0a8ff099891f825dab40c3d3b009a00250b173b638f3bbf00dc821e50c32ee9f6dcdc1a32a6b112254bd499a25c7 SHA512 a9d94bf6c4297f8980b74b11fa191e1c4fd1a98e4a0cc597da468be2a4932fe2bd2f56880896f9809a79f706ae3884c3eec3d02764b95d40ae08208097f0a840 +DIST Business-ISMN-1.204.tar.gz 15550 BLAKE2B f115d97555dcec6d8684bdfa7e6208d8798981eb9f90e4b4f3a9fef29e090edabe08c14537f2fda8e192ce978373029e8c74d3d4fadbca349e2f302ba7ebed95 SHA512 c5532ad2948a2806de6f8db53d9c947697e429a8a00cd288e37aeb783571f5b114d222a20f1f388cb5f9e6833762afc71a5e84fcd0b01b74a24f5c4538a6a50f diff --git a/dev-perl/Business-ISSN/Business-ISSN-1.6.0.ebuild b/dev-perl/Business-ISSN/Business-ISSN-1.6.0.ebuild new file mode 100644 index 000000000000..c47df59f6f9f --- /dev/null +++ b/dev-perl/Business-ISSN/Business-ISSN-1.6.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BRIANDFOY +DIST_VERSION=1.006 +inherit perl-module + +DESCRIPTION="Object and functions to work with International Standard Serial Numbers" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" + +RDEPEND=" + virtual/perl-Exporter +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + virtual/perl-File-Spec + test? ( + >=virtual/perl-Test-Simple-1.0.0 + ) +" + +PERL_RM_FILES=( + "t/pod.t" + "t/pod_coverage.t" + "t/test_manifest" +) + +PATCHES=( + "${FILESDIR}/${PN}-1.003-no-test-manifest.patch" +) diff --git a/dev-perl/Business-ISSN/Manifest b/dev-perl/Business-ISSN/Manifest index c80552e2c032..9512c1eab4ee 100644 --- a/dev-perl/Business-ISSN/Manifest +++ b/dev-perl/Business-ISSN/Manifest @@ -1 +1,2 @@ DIST Business-ISSN-1.005.tar.gz 11277 BLAKE2B d4b6980ccf80fbd7130eb3247c61f5563e391a65d7e97691b5c6a5240479d4c6ebb1781b457350d1ec61711769c49c9fdedd28adce24d4451a1a5d12a7dbf03d SHA512 e58f5ac852102c9f6e53cb3986a06be0db325ba8acc097b128c554288637cb8bd9029c291b38efdeffc05a8690b1894a98d255ae407162c3f76e5e613405695c +DIST Business-ISSN-1.006.tar.gz 11377 BLAKE2B f7cc03b0a67a3bc39e93842d25bc653623a19530b1b637b3cbafe5443000ad6c179d3aca4f985344b9cfdcf41768778b0d7b708048a6b37cc7997433ee903314 SHA512 ddbdbeb4f30debbf11a3e97d6a44e9a89ada638582d96cf128c54acf5d157700de73de2c8e0977fe2a3ecb4030b8f9d6e8bd141335d7bd59d06c945d643373c7 diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.281.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.281.0.ebuild new file mode 100644 index 000000000000..43928db35ffc --- /dev/null +++ b/dev-perl/CGI-Simple/CGI-Simple-1.281.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MANWAR +DIST_VERSION=1.281 +inherit perl-module + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" + +# Bug: https://bugs.gentoo.org/721422 +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +BDEPEND=" + dev-perl/Module-Build + test? ( + dev-perl/libwww-perl + dev-perl/IO-stringy + virtual/perl-File-Temp + dev-perl/Test-Exception + dev-perl/Test-NoWarnings + ) +" diff --git a/dev-perl/CGI-Simple/Manifest b/dev-perl/CGI-Simple/Manifest index 347710408559..fd15277b7f8b 100644 --- a/dev-perl/CGI-Simple/Manifest +++ b/dev-perl/CGI-Simple/Manifest @@ -1 +1,2 @@ DIST CGI-Simple-1.280.tar.gz 86718 BLAKE2B 28c2587ca1e786767fb726bc879d739b6dd8124ca6de074402fd682d210474570097995a83cc53c94f9d5ece7e0717ec56050f6a76513a0f2afc63177f357ed3 SHA512 437421f94ba75fc665c03139e297ad3a0616d4864e7eedfa2d877f77f4f4eb574009beeaa918c0202f796e84e1ad2036a662261960a7bd77cb8e1582c316b620 +DIST CGI-Simple-1.281.tar.gz 87335 BLAKE2B 7442b7c7267d44a5ffd89a0d1e7d2161a79c98905526e014ff8b390da7122ef7b0154e1bb165b47f88e8ae7788dbb2d47a772571a63dcbfb0aef7a740b5da112 SHA512 08e72d63a39e5e1d1774c0a5c89d7b0f2797fbf9f12f706638176f5dfa31645e3803688f86c805d088845b67bfb39873d1d36de1d7b9fba566268d9cff0b4cfd diff --git a/dev-perl/CPAN-Changes/CPAN-Changes-0.500.3.ebuild b/dev-perl/CPAN-Changes/CPAN-Changes-0.500.3.ebuild new file mode 100644 index 000000000000..98ce06023dc1 --- /dev/null +++ b/dev-perl/CPAN-Changes/CPAN-Changes-0.500.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.500003 +inherit perl-module + +DESCRIPTION="Read and write Changes files" + +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + dev-perl/Module-Runtime + >=dev-perl/Moo-1.6.0 + >=dev-perl/Sub-Quote-1.5.0 + >=virtual/perl-Text-Tabs+Wrap-0.3.0 + dev-perl/Type-Tiny + >=virtual/perl-version-0.990.600 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.960.0 ) +" diff --git a/dev-perl/CPAN-Changes/Manifest b/dev-perl/CPAN-Changes/Manifest index 9a96506c8cd4..2683aa625f5d 100644 --- a/dev-perl/CPAN-Changes/Manifest +++ b/dev-perl/CPAN-Changes/Manifest @@ -1 +1,2 @@ DIST CPAN-Changes-0.400002.tar.gz 21361 BLAKE2B fd3f293e3bedfc4b1dcc5a9fc20187d08a3ffdd5c9fcf8233cc666d614c65d9b071bc410843b969307a873ecc2c5ad375e5a7e8a9834da53da821b1b7ba74434 SHA512 d359073d9d5ed2126835d4895c1ee5288cc09e72202ba77441bb25cf13e9cd0f16d4040b7e2cf1785efd6e8ccbe7908415fb4fefeebe9c0548d838d2ac850dfb +DIST CPAN-Changes-0.500003.tar.gz 546737 BLAKE2B 2328d49dfd881d2047fa36a93d56592cd885e3fdf86fec5be568967572e2469eb00abc63452b3749299cdbd1ecdd058bd985b36d8ef53275b80cc17825703f0c SHA512 f5a9b088a76579288d69b963e344bf0d3d17d90b2600770bf2b2d74103b960ba71b16a22e0f3279c45474f62f639899611fbd5e25e3d659efa52c7995037b790 diff --git a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.18.0.ebuild b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.18.0.ebuild new file mode 100644 index 000000000000..37b2eefb0c3e --- /dev/null +++ b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.18.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.018 +inherit perl-module + +DESCRIPTION="Verify requirements in a CPAN::Meta object" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=virtual/perl-CPAN-Meta-2.132.830 + >=virtual/perl-CPAN-Meta-Requirements-2.121.0 + virtual/perl-Exporter + >=virtual/perl-Module-Metadata-1.0.23 +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-Scalar-List-Utils + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/CPAN-Meta-Check/Manifest b/dev-perl/CPAN-Meta-Check/Manifest index e009034d7233..4f467b67021a 100644 --- a/dev-perl/CPAN-Meta-Check/Manifest +++ b/dev-perl/CPAN-Meta-Check/Manifest @@ -1 +1,2 @@ DIST CPAN-Meta-Check-0.017.tar.gz 13812 BLAKE2B bbfa702145152f9d8d2c781ed90094dea28567ea0ee1e39d85bd2747256ac244a0590efe24397708e8b9d0a68441f2de8153884effed976183037b6f8b4cc5dd SHA512 cbb71312e9efe35a5d08f2e41d0b32592765587125a57bb3396dbead5d280a7fdfa24991dcfdea6a1b3cc3efc3ad23bbc9cf52ada38e043625eea72b56f3d08d +DIST CPAN-Meta-Check-0.018.tar.gz 14398 BLAKE2B 47c438d057c3cf4f83a46445c9c92b16e9c3d2bdc45ebdbb3c588f30ac9129b1ade8d7a9a7b9c22001da177cd6bda0d46d9a47b4dfd804a77827ff4d34e171e3 SHA512 ea340287e4f14a5ea00f7fe0decc424ff3ac1af9615cf41905e36be37b1b5f3401d3d44d4aef1d0f4a253f46f0170e1a1607b669ab975ba78d7c1497f0583169 diff --git a/dev-perl/CPAN-Mini/CPAN-Mini-1.111.17.ebuild b/dev-perl/CPAN-Mini/CPAN-Mini-1.111.17.ebuild new file mode 100644 index 000000000000..5eaff259b322 --- /dev/null +++ b/dev-perl/CPAN-Mini/CPAN-Mini-1.111.17.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.111017 +inherit perl-module + +DESCRIPTION="Create a minimal mirror of CPAN" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/File-HomeDir-0.570.0 + >=virtual/perl-File-Path-2.40.0 + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Getopt-Long + >=virtual/perl-IO-Compress-1.20 + >=dev-perl/libwww-perl-5 + >=dev-perl/URI-1 +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.780.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/CPAN-Mini/Manifest b/dev-perl/CPAN-Mini/Manifest index 66a0112c7b8d..67ae3e5c2615 100644 --- a/dev-perl/CPAN-Mini/Manifest +++ b/dev-perl/CPAN-Mini/Manifest @@ -1 +1,2 @@ DIST CPAN-Mini-1.111016.tar.gz 29748 BLAKE2B c8577984068bfee45888bde0853120d2285aa08c65a69b29c5730664eef6f5e6bb248ded358f514abd049665deba0567ca62e7bd19c13a6341da1ae78fb91834 SHA512 c5bc365efe95fb22c7e003246f8d1c508e57f8560f2293068b27b564ed246c5bd588733ddba1a994584102da695219c58d6589b366d782bcd7a7f6da194e538a +DIST CPAN-Mini-1.111017.tar.gz 32825 BLAKE2B b0bc3478ebd1e019f711ea61c25704e972d12cf7bd411a6a33abb0ce8e532ddb2c7165a8014f09e5bb44171036fd72cc335f16a0c9a462650c3aa69701f788b7 SHA512 3442931ba0e6a156966898f0cb820140d42b3fc6639f60ef13a2bf7b2ac191daaf2976d5b00c26dbb9e382ad537c61cb966b71295166f2bcf19c9510fc327929 diff --git a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.404.270.ebuild b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.404.270.ebuild new file mode 100644 index 000000000000..a6696266ed7e --- /dev/null +++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.404.270.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BINGOS +DIST_VERSION=5.20240427 +inherit perl-module + +DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.470.0 + ) +" + +PERL_RM_FILES=( "t/author-pod-coverage.t" "t/author-pod-syntax.t" ) diff --git a/dev-perl/CPAN-Perl-Releases/Manifest b/dev-perl/CPAN-Perl-Releases/Manifest index 3e0b0128a86a..d3163e46cd30 100644 --- a/dev-perl/CPAN-Perl-Releases/Manifest +++ b/dev-perl/CPAN-Perl-Releases/Manifest @@ -1 +1,2 @@ DIST CPAN-Perl-Releases-5.20231025.tar.gz 22968 BLAKE2B e27e83f5747fb80cd2aaea58431ed471ae950fff551a3a8150e8c620300eec900c8859a6189a3b93e0191cef838e4bb5b87a610734ec1608f74b86706911c564 SHA512 444ea1bd960b5590591dde00b797b6a13d33119fb57b04c491fe70bd86e51db733906917aa2d5244b1ac888ee5205471033762c5394abb2a478670c7522bfc6c +DIST CPAN-Perl-Releases-5.20240427.tar.gz 22881 BLAKE2B 94f98bb75ba4c4ddd9f55795b28211e879276514ad55e9517870a0a04151c5f84f24dbe52704b023830481f9fb6402c19969e3a3fbd8c132a08f15b7c9cc0054 SHA512 05e3e9b18e14ae40e7b94c5cfaf07a90797b452e63cd6e1dc5bd4d0f9a382bdf14d01efd01712373aca674762bbd5f4230d448457be806b09566259045c10bd1 diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-2.4.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-2.4.0.ebuild new file mode 100644 index 000000000000..08cf0892a252 --- /dev/null +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-2.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PETDANCE +inherit perl-module + +DESCRIPTION="Convenience assertions for common situations" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Test-Exception + >=virtual/perl-Test-Simple-0.180.0 + ) +" + +PERL_RM_FILES=( + "t/pod-coverage.t" + "t/pod.t" +) diff --git a/dev-perl/Carp-Assert-More/Manifest b/dev-perl/Carp-Assert-More/Manifest index 0f75b98d3c37..e2ea2477fe2a 100644 --- a/dev-perl/Carp-Assert-More/Manifest +++ b/dev-perl/Carp-Assert-More/Manifest @@ -1 +1,2 @@ DIST Carp-Assert-More-2.3.0.tar.gz 21086 BLAKE2B 1f4610f1f8ecf2a37e56f428ded779077ea16912ab484b6be9aacd1b4bb74f0e0b6cb84e9331eca9c51b91f5f85504e3755edd19b3e26fd82b5ee0fe9e5d91e7 SHA512 ba0da716230e17d6711698c5909a096df992aacaf64e5dd9ea12795ecb4c86e66e71d6967bd0fdbfb20f202e5fd0e582befb3145f52f89af09a681263046354d +DIST Carp-Assert-More-2.4.0.tar.gz 22427 BLAKE2B fa6555a0bc447690becfe50f448f08fc3d3631dc455cf64cba6ced2d369bade8350bbb7138e835b6b915279ec3c44908a5a35ef2470bb6c899ded2cc5f8dc02d SHA512 a23450b10eb8402d928903fafa4538130c740fc0b2f71534e252ffd6442d5b1da6e297f41cdb797df19978d5d54f0bfc4ebc89de95d8706a1c841512525bad7b diff --git a/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.212.0.ebuild b/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.212.0.ebuild new file mode 100644 index 000000000000..26e7095e69bc --- /dev/null +++ b/dev-perl/Compress-Raw-Lzma/Compress-Raw-Lzma-2.212.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PMQS +DIST_VERSION=2.212 + +inherit perl-module + +DESCRIPTION="Perl interface for reading and writing lzma, lzip, and xz files/buffers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="app-arch/xz-utils" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Compress-Raw-Lzma/Manifest b/dev-perl/Compress-Raw-Lzma/Manifest index 05fda691f120..255716e6dfbd 100644 --- a/dev-perl/Compress-Raw-Lzma/Manifest +++ b/dev-perl/Compress-Raw-Lzma/Manifest @@ -1 +1,2 @@ DIST Compress-Raw-Lzma-2.206.tar.gz 118339 BLAKE2B 4384ee7d60dc67ea5e07c99695efa6816ad2431ed73505e7254fa003f00bd94dc19ed94158b53905404c5353e0dc1ad92f21e753de0786e2ca7f22feddaab6f2 SHA512 fdffd579a2c0b76ef6dc1f6dd82f9332a52fc8963eff07a1ed92324248ea253d220a6e01e3b7ed93d072d4f83dad739f58229480dcc984c7a0246c5e966b89f0 +DIST Compress-Raw-Lzma-2.212.tar.gz 197888 BLAKE2B 5acc1a74ee465f5e5406c8494bd68f91b1e3220ff5d682ebf3f073fbe5a3059788a30655933e476925b0e54ea91f2a2a6d3b3f6b9123b4594fc6f8a4cd73502a SHA512 4b94577a4fb7504698e7e4a01283cace8569221e1873ed8dd7670363530abb2f93bdb611cf17b1baa189fd1d6c1de884a695d1295e4e09be73422ba5753da612 diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild new file mode 100644 index 000000000000..59c51d7fac84 --- /dev/null +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.300.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MIKAGE +DIST_VERSION=0.30 +inherit perl-module + +DESCRIPTION="S/MIME message signing, verification, encryption and decryption" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND=" + >=dev-libs/openssl-0.9.9:= + virtual/perl-XSLoader +" +DEPEND=">=dev-libs/openssl-0.9.9:=" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + dev-perl/ExtUtils-PkgConfig + dev-perl/ExtUtils-CChecker + >=virtual/perl-ExtUtils-Constant-0.230.0 + test? ( + dev-perl/Test-Exception + virtual/perl-Test-Simple + !minimal? ( + >=dev-perl/Test-Taint-1.60.0 + >=dev-perl/Taint-Util-0.80.0 + ) + ) +" + +PERL_RM_FILES=( + t/boilerplate.t + t/manifest.t + t/pod-coverage.t + t/pod.t +) diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest index f755c9c720d4..a3fb0709faa4 100644 --- a/dev-perl/Crypt-SMIME/Manifest +++ b/dev-perl/Crypt-SMIME/Manifest @@ -1 +1,2 @@ DIST Crypt-SMIME-0.28.tar.gz 28611 BLAKE2B ca5ada248e02287d25abd80f872d9fdc20f09cecb1622bedb5bd9c9d1e90664c77400c12c4276a4aca687b49dc82bf0fe8d95810b094f6fa3350ad8a2b225a0f SHA512 a930b7c10860550f57e1d83fc78cfe7ee17d265bdb7a04a6ad06281dcf419573e48271b83b66773ee871e4040cd2851fec2882a3b5e426456e5906415793927e +DIST Crypt-SMIME-0.30.tar.gz 28475 BLAKE2B 880e8d8d5e48ef79b3edb61b02b1c5dd83c59fbafa36694a76f7e00ed81f7c26a728b3ef0da333d89c0c89e9a8182ded5dad862df0074a09561b288bc34bbe31 SHA512 6e8e3a16803f4381fb6513fb2f4f4fd866dbd11c92f40651dc44dbcb6b2b3d1be4caa9940109b3bb018b0188933477d7f567f403a0d1fe374c63c7b62d4adb82 diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild new file mode 100644 index 000000000000..8ab5cdd617a5 --- /dev/null +++ b/dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TURNSTEP +inherit perl-module + +DESCRIPTION="PostgreSQL database driver for the DBI module" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-version + >=dev-perl/DBI-1.614.0 + dev-db/postgresql:* +" +DEPEND=" + dev-db/postgresql:* +" +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.580.0 + test? ( + virtual/perl-File-Temp + >=virtual/perl-Test-Simple-0.880.0 + virtual/perl-Time-HiRes + ) +" + +PERL_RM_FILES=( + "t/00_signature.t" +) + +src_prepare() { + postgres_include="$(readlink -f "${EPREFIX}"/usr/include/postgresql)" + postgres_lib="${postgres_include//include/lib}" + # Fall-through case is the non-split postgresql + # The active cases instead get us the matching libdir for the includedir. + for i in lib lib64 ; do + if [[ -d "${postgres_lib}/${i}" ]] ; then + postgres_lib="${postgres_lib}/${i}" + break + fi + done + + # env variables for compilation: + export POSTGRES_INCLUDE="${postgres_include}" + export POSTGRES_LIB="${postgres_lib}" + perl-module_src_prepare +} + +src_test() { + local MODULES=( + "Bundle::DBD::Pg v${PV}" + "DBD::Pg v${PV}" + ) + local failed=() + + local dep + for dep in "${MODULES[@]}"; do + ebegin "Compile testing ${dep}" + perl -Mblib="${S}" -M"${dep} ()" -e1 #|| + #die "Could not load ${dep}" + eend $? || failed+=( "$dep" ) + done + + if [[ ${failed[@]} ]]; then + echo + eerror "One or more modules failed compile:"; + for dep in "${failed[@]}"; do + eerror " ${dep}" + done + die "Failing due to module compilation errors"; + fi + + local LIVEDB_TESTS=( + "t/01connect.t" + "t/02attribs.t" + "t/03dbmethod.t" + "t/03smethod.t" + "t/04misc.t" + "t/06bytea.t" + "t/07copy.t" + "t/08async.t" + "t/09arrays.t" + "t/12placeholders.t" + "t/20savepoints.t" + "t/30unicode.t" + ) + if [[ ! -v DBI_DSN ]]; then + ewarn "Functional database tests disabled due to lack of configuration." + ewarn "Please set the following environment variables values pertaining to a" + ewarn "pre-configured Postgres installation in order for tests to work:" + ewarn " DBI_DSN - A DBI-compatible connection string for a Postgres Database" + ewarn " ( eg: dbi:Pg:dbname=testdb )" + ewarn " DBI_USER - A Postgres Database Username" + ewarn " DBI_PASS - A Postgres Database Password" + ewarn "" + ewarn "For details, visit:" + ewarn " https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-Pg" + perl_rm_files "${LIVEDB_TESTS[@]}" + fi + + # Parallel testing breaks database access + DBDPG_TEST_ALWAYS_ENV=1 DIST_TEST="do" perl-module_src_test +} diff --git a/dev-perl/DBD-Pg/Manifest b/dev-perl/DBD-Pg/Manifest index c88b02a4e805..24ffad0b4700 100644 --- a/dev-perl/DBD-Pg/Manifest +++ b/dev-perl/DBD-Pg/Manifest @@ -1 +1,2 @@ DIST DBD-Pg-3.17.0.tar.gz 288633 BLAKE2B 50ac384abdf7e6d7a7e054917c319f86c874b20d87fca45dc57085c31242b99e26873aa4b7a28f4a68be88ee4af2288f505ee74051eb055359376f4395d9c908 SHA512 17e7946297c58c19aa0f069ed9e1a78022ca64f76f25d7122f08b255d5192057ccfb7ace2530b505823c540f10733c3b26c1fe24a92cee966ba724e5d1694fb1 +DIST DBD-Pg-3.18.0.tar.gz 288783 BLAKE2B e5ac7cddc9814cc68180f5f888d1290ed4628d6d90be9c8c84b666c0832fb140db45cb878d8f73b8ced73528e979566c03e5c5880aad5824f8dd8601884fc925 SHA512 0a81d1993f22a923776ab57f1437dbee2b5c42de091e274355dbcc9bb07e3db0c22126d0037de8de43fafeab9c947db1e3692087127027a0b13eed538fc2e1ee diff --git a/dev-perl/DBD-mysql/DBD-mysql-5.4.0.ebuild b/dev-perl/DBD-mysql/DBD-mysql-5.4.0.ebuild new file mode 100644 index 000000000000..e0af21c46007 --- /dev/null +++ b/dev-perl/DBD-mysql/DBD-mysql-5.4.0.ebuild @@ -0,0 +1,140 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DVEEDEN +# Parallel testing is broken as 2 tests create the same table +# and mysql isn't acid compliant and can't limit visibility of tables +# to a transaction... +DIST_TEST="do" +DIST_WIKI=tests +DIST_VERSION=5.004 +inherit perl-module + +DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="mariadb +mysql test" +RESTRICT="!test? ( test )" +REQUIRED_USE="^^ ( mysql mariadb )" + +DB_DEPENDS=" + mysql? ( >=dev-db/mysql-connector-c-8:= ) + mariadb? ( >=dev-db/mariadb-connector-c-3.1:=[ssl(+)] ) +" +RDEPEND=" + >=dev-perl/DBI-1.609.0 + >=dev-perl/Devel-CheckLib-1.109.0 + ${DB_DEPENDS} +" +DEPEND=" + ${DB_DEPENDS} +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Data-Dumper + test? ( + dev-perl/Test-Deep + >=virtual/perl-Test-Simple-0.900.0 + virtual/perl-Time-HiRes + mariadb? ( dev-db/mariadb:* ) + mysql? ( >=dev-db/mysql-8:* ) + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-4.050-no-dot-inc.patch" +) + +PERL_RM_FILES=( + t/pod.t + t/manifest.t + + # Failed test 'USE is not supported with mysql_server_prepare_disable_fallback=1' + # at t/40server_prepare.t line 93. + t/40server_prepare.t +) + +src_configure() { + local impl=$(usex mariadb mariadb mysql) + local myconf=() + + if use test; then + myconf+=( + --testdb=test + --testhost=localhost + --testsocket="${T}"/mysqld.sock + --testuser=root + ) + fi + + myconf+=( --mysql_config="${EPREFIX}"/usr/bin/${impl}_config ) + + perl-module_src_configure +} + +src_test() { + local -x USER=$(whoami) + + einfo "Creating mysql test instance ..." + mkdir -p "${T}"/mysql || die + if use mariadb ; then + local -x PATH="${BROOT}/usr/share/mariadb/scripts:${PATH}" + + mysql_install_db \ + --no-defaults \ + --auth-root-authentication-method=normal \ + --basedir="${EPREFIX}/usr" \ + --datadir="${T}"/mysql 1>"${T}"/mysqld_install.log || die + else + mysqld \ + --no-defaults \ + --initialize-insecure \ + --user ${USER} \ + --basedir="${EPREFIX}/usr" \ + --datadir="${T}"/mysql 1>"${T}"/mysqld_install.log || die + fi + + einfo "Starting mysql test instance ..." + mysqld \ + --no-defaults \ + --character-set-server=utf8 \ + --bind-address=127.0.0.1 \ + --pid-file="${T}"/mysqld.pid \ + --socket="${T}"/mysqld.sock \ + --datadir="${T}"/mysql 1>"${T}"/mysqld.log 2>&1 & + + # Wait for it to start + local i + for (( i = 0; i < 10; i++ )); do + [[ -S ${T}/mysqld.sock ]] && break + sleep 1 + done + [[ ! -S ${T}/mysqld.sock ]] && die "mysqld failed to start" + + einfo "Configuring test mysql instance ..." + mysql -u root \ + -e 'CREATE DATABASE /*M!50701 IF NOT EXISTS */ test' \ + -S "${T}"/mysqld.sock || die "Failed to create test database" + + # Don't be a hero and try to do EXTENDED_TESTING=1 unless you can figure + # out why 60leaks.t fails + nonfatal perl-module_src_test + ret=$? + + einfo "Stopping mysql test instance ..." + pkill -F "${T}"/mysqld.pid || die + # wait for it to stop + local i + for (( i = 0; i < 10; i++ )); do + [[ -S ${T}/mysqld.sock ]] || break + sleep 1 + done + + rm -rf "${T}"/mysql || die + + [[ ${ret} -ne 0 ]] && die +} diff --git a/dev-perl/DBD-mysql/Manifest b/dev-perl/DBD-mysql/Manifest index 7c153d885cb9..c5f7549e899e 100644 --- a/dev-perl/DBD-mysql/Manifest +++ b/dev-perl/DBD-mysql/Manifest @@ -1,2 +1,3 @@ DIST DBD-mysql-4.050.tar.gz 161579 BLAKE2B fb17e151db730fd6955d3e4424dd495a9fcf5f3f4e2b6b79d9fdc86bc42c3314b68771f1d3c393fd80ea14aeda626a5c5d21f5b921d487350ffd79802edab1f6 SHA512 910f5b4ba7a7890d50a79f37d04ec8971a4f62acd0fe30bf3ab634f66e3128f0cd6513e5c9da8c807a0f4477d0cc766682ea8dd0d8072d02821b78df51f37879 DIST DBD-mysql-5.001.tar.gz 151639 BLAKE2B 02edf5454d46ca16886c5fc559466f63c57352354983095feda7568822eb0cf4d87e44aa63754d873c6889d070b2108dc40e32a253532b893987a779d71808c9 SHA512 1aea86bba76f371ed11eb22e9fe1f99dfaefafd83dea69ee0ac5ea175c1328ff324934ad45bfa73851463931656471ca890b3d7656e9db3861a8465d6130d5c0 +DIST DBD-mysql-5.004.tar.gz 156428 BLAKE2B 8eccf2da4f97e4b0193a1bdfefe50aabc3aa905efcfbc4a3e87d210801b2ff011f772d74e083bb0a50ae8f4c794ff025e3af73c5a2e35de6155ce685828714ac SHA512 4361b15afd3b72f1ed1d9aca9d6bf3f0c37344ff9682160423fe748029cb52d8e565b4c8fc853ab1e2e1d9241c34203d6333d08855af88b6f1d1b0bc806c82a7 diff --git a/dev-perl/Data-Printer/Data-Printer-1.2.1.ebuild b/dev-perl/Data-Printer/Data-Printer-1.2.1.ebuild new file mode 100644 index 000000000000..f1a259c2e2a1 --- /dev/null +++ b/dev-perl/Data-Printer/Data-Printer-1.2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=GARU +DIST_VERSION=1.002001 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module + +DESCRIPTION="Colored and full-featured pretty print of Perl data structures and objects" + +SLOT="0" +KEYWORDS="~amd64 ~loong ~riscv ~x86" + +RDEPEND=" + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Data-Printer/Manifest b/dev-perl/Data-Printer/Manifest index 3152cdabbeed..311fa14c85bd 100644 --- a/dev-perl/Data-Printer/Manifest +++ b/dev-perl/Data-Printer/Manifest @@ -1 +1,2 @@ DIST Data-Printer-1.001001.tar.gz 118789 BLAKE2B d7f7ee36a30fa30ab4ac5bef008e0c43dae29c1845c4769d3d74457c2021bf3a8aea15df6587a6404f155bb8afb73a423b25943690d1be54fbb887b0e0355051 SHA512 3f92443fe2aa32a1f022e6e5fce1c8e2d1abe6e40d322fde9c195df38c40ff5e962370bdda65f5f93e27cdb806efbe93e56b075ee639491b4805ade6bb36f1cc +DIST Data-Printer-1.002001.tar.gz 119574 BLAKE2B 6eedbe2ef5fca04afa6be20a2b273650aac4efce76cc33c255e83bd0a4f37124e91a6627dad817fd50993432dc934bb4e8962cecd21aa78def75466b7ce87289 SHA512 17d6f96d85d01ab5d3969fc7219301eccf5757b009d5941d8aea9a9731e55bf2ed04ccd81df06dd92b9eae3b56c909233095c0dac89cd1e9815e73749169f614 diff --git a/dev-perl/Data-UUID/Data-UUID-1.227.0.ebuild b/dev-perl/Data-UUID/Data-UUID-1.227.0.ebuild new file mode 100644 index 000000000000..669f2cdad7d1 --- /dev/null +++ b/dev-perl/Data-UUID/Data-UUID-1.227.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=GTERMARS +DIST_VERSION=1.227 +inherit perl-module + +DESCRIPTION="Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=" + virtual/perl-Digest-MD5 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +) diff --git a/dev-perl/Data-UUID/Manifest b/dev-perl/Data-UUID/Manifest index 6fe89c964be2..4ec546852b6f 100644 --- a/dev-perl/Data-UUID/Manifest +++ b/dev-perl/Data-UUID/Manifest @@ -1 +1,2 @@ DIST Data-UUID-1.226.tar.gz 17647 BLAKE2B 857eb80ebd514acb608d9d7d9fbbca13638059223be303cf28a1dd002a5beb2570e0eff08d0a98f7863fde753cb4e1c4548229fc275f0f4fac9a1b3c333c4ff4 SHA512 61c13b1aab3263d7bf94ecfde758acbdd986879144adbc436d32e5f5e03d70c8475984458681ab1d73d71bf5169b368c1f21a576ce996e225b6d74b5afd061fe +DIST Data-UUID-1.227.tar.gz 16705 BLAKE2B 153d42d9a56d030d9a52193615843e0571504f64e8ced868f2e72dcacc867588207deb3c74ff3078b05a568d95b289079dc0957b5274ab3dec189c5f3957f055 SHA512 4b9ae792fba12232b49e799064c774b5a9b55b3019041e4ed0da6d7478b68815676295f888aa957dc4f0b8fca1fa88b3394992d2ea9ed79763769f262ad0835f diff --git a/dev-perl/Email-Sender/Email-Sender-2.601.0.ebuild b/dev-perl/Email-Sender/Email-Sender-2.601.0.ebuild new file mode 100644 index 000000000000..5c5453fe750c --- /dev/null +++ b/dev-perl/Email-Sender/Email-Sender-2.601.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=2.601 +inherit perl-module + +DESCRIPTION="A library for sending email" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Email-Abstract-3.6.0 + dev-perl/Email-Address-XS + >=dev-perl/Email-Simple-1.998.0 + >=virtual/perl-File-Path-2.60.0 + virtual/perl-File-Spec + >=virtual/perl-IO-1.110.0 + >=virtual/perl-Scalar-List-Utils-1.450.0 + dev-perl/Module-Runtime + >=dev-perl/Moo-2.0.0 + >=dev-perl/MooX-Types-MooseLike-0.150.0 + >=virtual/perl-libnet-3.70.0 + dev-perl/Sub-Exporter + >=dev-perl/Throwable-0.200.3 + dev-perl/Try-Tiny +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + >=dev-perl/Capture-Tiny-0.80.0 + virtual/perl-Exporter + virtual/perl-File-Temp + dev-perl/Sub-Override + dev-perl/Test-MockObject + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Email-Sender/Manifest b/dev-perl/Email-Sender/Manifest index 3388dcb550b4..fd585f9743a0 100644 --- a/dev-perl/Email-Sender/Manifest +++ b/dev-perl/Email-Sender/Manifest @@ -1 +1,2 @@ DIST Email-Sender-2.600.tar.gz 52671 BLAKE2B cabed02545f7d4c068454135f02128237c5342eafe2fb2d121da24d655fa9fe69a1fe675e693bc2f6bc812210bb5cf7d1da5268100674c2ae428dbe168b2f311 SHA512 2c28cc1f5c36488bf573a6e806ec4fbbe5fe3560fbb24c237375586a3f4e87df4c539e494910950a66e235296733fc9d186c49d9c7c5c016b17f2eacb62b17c6 +DIST Email-Sender-2.601.tar.gz 53312 BLAKE2B 4f003114f64788c3dc7fed462ea5060eb52301b6e38cc0092735de454d0d693ed30098335aa253335bc1a0e113204fd87c75575ea4c3fd6af2577cbf2a5d4f65 SHA512 ca349761607d4693eaac77c8f385799dffa3713dee642ca81271f377421c44d4b1712f16bc2834204d28448addb97576cbf50c8f28681e24940c691d6208b05a diff --git a/dev-perl/Email-Valid/Email-Valid-1.204.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.204.0.ebuild new file mode 100644 index 000000000000..1af6fe76ac09 --- /dev/null +++ b/dev-perl/Email-Valid/Email-Valid-1.204.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=1.204 +DIST_TEST="do verbose" +inherit perl-module + +DESCRIPTION="Check validity of Internet email addresses" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + dev-perl/Capture-Tiny + virtual/perl-Encode + virtual/perl-Carp + virtual/perl-File-Spec + virtual/perl-IO + dev-perl/MailTools + dev-perl/Net-DNS + >=dev-perl/Net-Domain-TLD-1.650.0 + virtual/perl-Scalar-List-Utils +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Email-Valid/Manifest b/dev-perl/Email-Valid/Manifest index bb45684d6b9b..371d29229e49 100644 --- a/dev-perl/Email-Valid/Manifest +++ b/dev-perl/Email-Valid/Manifest @@ -1 +1,2 @@ DIST Email-Valid-1.203.tar.gz 35146 BLAKE2B aab21ce981e3c353ce28707676c5ca96fc29374ad37d97eccfe88529c5bed70b174622e27bb78d61137eb921d1ec883c78501a66abe7175e3ee1533f4ddbb8d3 SHA512 5c91298df72d1084401be47f035d44a350a0aa5de7bfa5019b7f2b44fe61a1e64875f77a4b3412d660f0136c548dde6158eae1a8fcba4442d0de0a19c51e84fd +DIST Email-Valid-1.204.tar.gz 35663 BLAKE2B e6c44bf6a4984d4eee38d8e04bd9ddb5dd1022bdfca763f433f776ba559ca8647b83662e8c6f3ab12f4e245b8059af2444e73bfed28043ca8c64c86e514c7fea SHA512 cce10f17fc69400698cbf3dea8368c73f5c6d1435a400fd27670cfab1bc042202b00541f6e2f1c8c81375634efd4065368cd4554e5a5c9f022e94e4b3f976ed1 diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild new file mode 100644 index 000000000000..4ab85390b7b8 --- /dev/null +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.009 +inherit perl-module + +DESCRIPTION="Wrapper for perl's configuration" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Data-Dumper +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + ) +" + +src_test() { + perl_rm_files t/release-pod-{syntax,coverage}.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-Config/Manifest b/dev-perl/ExtUtils-Config/Manifest index fff1d0d064c9..3ee08838246a 100644 --- a/dev-perl/ExtUtils-Config/Manifest +++ b/dev-perl/ExtUtils-Config/Manifest @@ -1 +1,2 @@ DIST ExtUtils-Config-0.008.tar.gz 11165 BLAKE2B 58468be3884311dea31e420511134eab122a923c445b2b489914227934ab50efba4a08253e86715385ad8aa7b6f0212e95b73f2f524a964704991e4227a68d47 SHA512 7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2 +DIST ExtUtils-Config-0.009.tar.gz 13421 BLAKE2B d2fd9bc11b5e0e4b973837dab9220eacbd804bb2d9d5ac7d7057ae5eb8f8d7e7fff7ebf08d430549336cae16b6aec1258d7cd2027d5c260c15851f1da78cc1b6 SHA512 7f3d054f31b08a9179dbad47204f9223607d8af84e4dfa1e9250981dd271b753576e571e2071d94408340376f13d3d766278d23407b7c754dbc493b7df30e2cd diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.24.0.ebuild b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.24.0.ebuild new file mode 100644 index 000000000000..0db458a3c683 --- /dev/null +++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.24.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.024 + +inherit perl-module + +DESCRIPTION="Check for the presence of a compiler" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-File-Temp +" +BDEPEND="${RDEPEND}" diff --git a/dev-perl/ExtUtils-HasCompiler/Manifest b/dev-perl/ExtUtils-HasCompiler/Manifest index b98c869d56f4..bf196860f925 100644 --- a/dev-perl/ExtUtils-HasCompiler/Manifest +++ b/dev-perl/ExtUtils-HasCompiler/Manifest @@ -1 +1,2 @@ DIST ExtUtils-HasCompiler-0.023.tar.gz 15857 BLAKE2B f999cbc13edc4ff9d4fb1f28fc20dc223e2b504a95e44d6a4871c55766ec3fa0cbe6c5a46add40b694a2513604c486d1d98853c17fcce397b21855d6754fa41e SHA512 352e87249eaefcf1cdaa019522849867c2e3dffe60e07c24957072bc27aea39e6855c082b112f326c5a4f86b2174dbb2e03c487b8f7fb2abfd750847f19e7a6b +DIST ExtUtils-HasCompiler-0.024.tar.gz 16193 BLAKE2B 9a68b50b484e23a4159b45a4b7b3187e177e83c7f597595830aab097cd0739128f72373163d0af2b4321c4a2db6931c08b475dd1b36d0d4ddd924989ced569e3 SHA512 8d42fd0acb802bb6df8bc768bdcd6f06c17ff5426a0a7f512146ce95438017ca7e7213c2cc18841de2d7a7ddaddb6d9dcdcdf05f09f2a5485f2212a1bd4f73ca diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.13.0.ebuild b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.13.0.ebuild new file mode 100644 index 000000000000..84969e64e7a2 --- /dev/null +++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.13.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.013 +inherit perl-module + +DESCRIPTION="Build.PL install path logic made easy" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/ExtUtils-Config-0.2.0 + virtual/perl-File-Spec +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-File-Spec-0.830.0 + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/ExtUtils-InstallPaths/Manifest b/dev-perl/ExtUtils-InstallPaths/Manifest index 10595c863940..4b4f3365d394 100644 --- a/dev-perl/ExtUtils-InstallPaths/Manifest +++ b/dev-perl/ExtUtils-InstallPaths/Manifest @@ -1 +1,2 @@ DIST ExtUtils-InstallPaths-0.012.tar.gz 17991 BLAKE2B 82e4e9cf189931be40fcb79e9064341ae0e9d14ebf437401d0f9a7c1eb9b29b9685207ff471afabe38228feae1b1135cc827000ec59d00719baa2ade6db02ede SHA512 92a4e9ebb387d330ae67b0716b96b27165d08503d2915d8301b3a6aa185f962940e761d21fd400033e6a814e276918e0662da3740ca2852a53cf0fe54f3d7660 +DIST ExtUtils-InstallPaths-0.013.tar.gz 19190 BLAKE2B 421015795cbe321690c3a75831be6726644e35f462263b3b84e4106bfcba8c8a2dce4e2afe228252f6ff5488da7eb47ce1f263564ee15d21519fb90d178150b1 SHA512 bda9181724a2facb8057f872c23ba09b0f90e0af9a37797de050bc2768cb78e7d2d8116d7a75b250156c6d14c5668bc168128c960ef853ed2c6a1e1020dcbc93 diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild index 9b6890f2eb4d..036ddd43da39 100644 --- a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.85.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="idn" RDEPEND=" diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 3c1caf49a96a..1d7ab2113a95 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r4.ebuild b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r4.ebuild index 3c9b746fde28..b95271f62c77 100644 --- a/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r4.ebuild +++ b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r4.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Raw IP packets manipulation Module" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~sparc x86" RDEPEND="net-libs/libpcap" DEPEND="${RDEPEND}" diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild index e1feee8d49ce..a93692796da1 100644 --- a/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild +++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for using OpenSSL" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="minimal examples" RDEPEND=" diff --git a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.290.0.ebuild b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.290.0.ebuild index 9e5000887992..a38ec850eabf 100644 --- a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.290.0.ebuild +++ b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.290.0.ebuild @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="A try/catch/finally syntax for Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND="dev-perl/XS-Parse-Keyword" BDEPEND=" diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r3.ebuild b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r3.ebuild index 54b99dcb0732..0025319532eb 100644 --- a/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r3.ebuild +++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r3.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Convert between most 8bit encodings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" RDEPEND=" >=dev-perl/Unicode-String-2.60.0 diff --git a/dev-perl/WWW-Mechanize/Manifest b/dev-perl/WWW-Mechanize/Manifest index daae412f96a4..24e37eab2cdc 100644 --- a/dev-perl/WWW-Mechanize/Manifest +++ b/dev-perl/WWW-Mechanize/Manifest @@ -1 +1,2 @@ DIST WWW-Mechanize-2.17.tar.gz 197517 BLAKE2B c00b3d756dfeb76e9e6fe2cd31bb08557bfbd6856414320e4ee2a26ada6eaefb211f29d06464d26bad172328e385dc07af42815378046866df20386ff8d19ca0 SHA512 396dfcb3993bce350a1356e74d8b1441c27217313e9d47e6a74b034315e8df0664abb9ed9e4e46162ea56440718c805fe0a5d895b73906479476b1134819731f +DIST WWW-Mechanize-2.18.tar.gz 197502 BLAKE2B a7b90c45994c5817659b417e81f1a291471ba20e8c454de4785a4f44e362247135d5d3c2a83b66d9121e8103a677ca434d790476eb2aad5fdbae91ed966ea7b8 SHA512 6edc2eb69cae856ea53edfe820e8acb07aefea67400d688c12b1de21b159fde6d1c7fd80a846733a01762e5aadb8c92a05231294309d8dc59e2c28bcfca29a5f diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-2.180.0.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-2.180.0.ebuild new file mode 100644 index 000000000000..ca6b7b2417f9 --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-2.180.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=2.18 +inherit perl-module + +DESCRIPTION="Handy web browsing in a Perl object" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Getopt-Long + >=dev-perl/HTML-Form-6.80.0 + dev-perl/HTML-Parser + >=dev-perl/HTML-Tree-5 + dev-perl/HTTP-Cookies + >=dev-perl/HTTP-Message-1.300.0 + >=dev-perl/libwww-perl-6.450.0 + >=virtual/perl-Scalar-List-Utils-1.140.0 + virtual/perl-Tie-RefHash + dev-perl/URI +" +# dev-perl/Test-Taint is missing from reqs but still needed, see bug #908748 +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + >=dev-perl/HTTP-Daemon-6.120.0 + dev-perl/Path-Tiny + dev-perl/Test-Deep + dev-perl/Test-Fatal + dev-perl/Test-Memory-Cycle + dev-perl/Test-Output + >=virtual/perl-Test-Simple-0.960.0 + dev-perl/Test-Taint + dev-perl/Test-Warnings + ) +" diff --git a/dev-perl/X11-XCB/X11-XCB-0.220.0.ebuild b/dev-perl/X11-XCB/X11-XCB-0.220.0.ebuild index dafd25683caf..4c05e2832968 100644 --- a/dev-perl/X11-XCB/X11-XCB-0.220.0.ebuild +++ b/dev-perl/X11-XCB/X11-XCB-0.220.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module virtualx DESCRIPTION="Perl bindings for libxcb" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" RDEPEND=" dev-perl/Data-Dump diff --git a/dev-perl/XML-LibXML/Manifest b/dev-perl/XML-LibXML/Manifest index 3f3cfd165dc7..9dbd41ad2383 100644 --- a/dev-perl/XML-LibXML/Manifest +++ b/dev-perl/XML-LibXML/Manifest @@ -1 +1,2 @@ DIST XML-LibXML-2.0209.tar.gz 466118 BLAKE2B 665370499c16e60513263234c030d2be0d3a7c23563cae6ef06e125c3437057d8b835403b506c46caf864b6afff6e34370615d2508fb6891de99a0580bdf6f80 SHA512 3fd41775477ccb2eb9c72c72453436edcf2ed3db9aa1bbf53451c1407c5b6feeafd3ecc9f30507679f4dba15476044f43b5048da787c20a200831c0669b49262 +DIST XML-LibXML-2.0210.tar.gz 466316 BLAKE2B ebe5b6af158c68ef8df9b75f88445cf7e03ee41fcc3ba5c49216f2d27be63395a092a91a8ed8b4250ea1de3d627a2ca4df4a6af5cfff7bf5b2852bba33d99c86 SHA512 ae72b25ac6362152fa85ec9fed03fad694382bde29f459e1bd95b3ca4d1b0dffb76d2f8319bc6fbc6e291583696c3b95b41a23cc2bb509ce6f3fd7d74666fd77 diff --git a/dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild b/dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild new file mode 100644 index 000000000000..781787aa42f2 --- /dev/null +++ b/dev-perl/XML-LibXML/XML-LibXML-2.21.0.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=2.0210 +DIST_EXAMPLES=("example/*") +inherit perl-module + +DESCRIPTION="Perl binding for libxml2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="minimal" + +# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax +# has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be careful. +# bug #840053 +RDEPEND=" + virtual/perl-Carp + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + virtual/perl-IO + virtual/perl-Scalar-List-Utils + >=dev-perl/XML-NamespaceSupport-1.70.0 + >=dev-perl/XML-SAX-1.20.0-r1 + dev-perl/XML-SAX-Base + >=dev-libs/libxml2-2.6.21:2= + virtual/perl-parent +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + dev-perl/Alien-Build + >=dev-perl/Alien-Libxml2-0.140.0 + test? ( + !minimal? ( + dev-perl/Test-LeakTrace + ) + ) +" +DEPEND=">=dev-libs/libxml2-2.6.21:2=" + +PERL_RM_FILES=( + "t/cpan-changes.t" "t/pod-files-presence.t" "t/pod.t" + "t/release-kwalitee.t" "t/style-trailing-space.t" + "t/11memory.t" +) + +src_compile() { + export SKIP_SAX_INSTALL=1 + perl-module_src_compile +} + +pkg_postinst() { + pkg_update_parser add XML::LibXML::SAX::Parser + pkg_update_parser add XML::LibXML::SAX +} + +pkg_postrm() { + pkg_update_parser remove XML::LibXML::SAX::Parser + pkg_update_parser remove XML::LibXML::SAX +} + +pkg_update_parser() { + # pkg_update_parser [add|remove] $parser_module + local action=$1 + local parser_module=$2 + + if [[ -z "${ROOT}" ]] ; then + einfo "Update Parser: $1 $2" + perl -MXML::SAX -e "XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \ + || ewarn "Update Parser: $1 $2 failed" + else + elog "To $1 $2 run:" + elog "perl -MXML::SAX -e 'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'" + fi +} diff --git a/dev-perl/XML-Parser/Manifest b/dev-perl/XML-Parser/Manifest index d8458205f03d..f5af5ec776b6 100644 --- a/dev-perl/XML-Parser/Manifest +++ b/dev-perl/XML-Parser/Manifest @@ -1 +1,2 @@ DIST XML-Parser-2.46.tar.gz 254763 BLAKE2B a815c8f517adb609a1690e6127660eb339649eacffb21d77664b4f9ea071fbaeb432f50bc6469cb36a6b9b4b4e037f778dd2289bed6d87f497713d1d8cab9d0e SHA512 c4609495cc5ca34952f61876a690ef76d42eee6689d1bedb8036c9eab918525ec5213f1639c7178c029ee0f8765a2ca5eb0197f6e39b8be6d5dbc3f3c1d0b389 +DIST XML-Parser-2.47.tar.gz 279029 BLAKE2B b74d87e3d410eef9661a98ab6a7f73107b0f4ad717e2cb60206ad9a83797b250f43475f89b8ef32a0ccdf5a511a1186351a708ad4880a0bb0a30b03dda55a490 SHA512 3f9de53341bc85b87c88ad31e04b13f1f95516eec0d7e5fd1c1a3b3e66a91ca3d4de7c649978599219a4d4372f6218764ab5e1805b7155b5ca200006e1b0908f diff --git a/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild b/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild new file mode 100644 index 000000000000..1ae7d5833a57 --- /dev/null +++ b/dev-perl/XML-Parser/XML-Parser-2.470.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TODDR +DIST_VERSION=2.47 +inherit perl-module + +DESCRIPTION="A perl module for parsing XML documents" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=dev-libs/expat-1.95.1-r1 + dev-perl/libwww-perl +" +DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} + >=dev-perl/Devel-CheckLib-1.140.0 +" + +src_prepare() { + default + + # Drop bundled CheckLib which breaks Expat detection + # bug #827966 + rm inc/Devel/CheckLib.pm || die +} + +src_configure() { + myconf="EXPATLIBPATH=${ESYSROOT}/usr/$(get_libdir) EXPATINCPATH=${ESYSROOT}/usr/include" + perl-module_src_configure +} + +src_install() { + perl-module_src_install + + # "special" test for bug #827966 + einfo "Checking for Expat.so (bug #827966)" + find "${D}" -name Expat.so | grep Expat || die "Something went badly wrong, can't find Expat.so. Please file a bug." +} diff --git a/dev-python/Faker/Faker-24.14.1.ebuild b/dev-python/Faker/Faker-24.14.1.ebuild new file mode 100644 index 000000000000..6677ad70e7c8 --- /dev/null +++ b/dev-python/Faker/Faker-24.14.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python package that generates fake data for you" +HOMEPAGE=" + https://github.com/joke2k/faker/ + https://pypi.org/project/Faker/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}] + !dev-ruby/faker +" +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP},tiff] + dev-python/validators[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin + local EPYTEST_DESELECT=( + tests/providers/test_job.py::TestCsCZ::test_job + ) + epytest +} diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest index f328105144da..aea51bc45180 100644 --- a/dev-python/Faker/Manifest +++ b/dev-python/Faker/Manifest @@ -1,3 +1,4 @@ DIST Faker-24.11.0.tar.gz 1726502 BLAKE2B 52429b5b0db4e1fd55d2a4b30ed007417f37e36fbec8d4fe43dea316920d85877668f4e66107011fef5874b74b25c1465fcfc0990ee3f40810df064622bb5373 SHA512 d5ee8c7c048d113c37b13608406d96966745ab46b095fcb30c9107a27a7af909c9d4d6bf9c7bb478ad7d0604b3cb6b33b93b0ba9e1a321c20870d651f57617a5 DIST Faker-24.14.0.tar.gz 1732995 BLAKE2B 809773a97b417827db72172c3ba68ccf814974771abfde1609087369667b2889c7c118c2b1f4d250c2d67252c33e384d1bc0048f7bb7c5ae790a62486650b4aa SHA512 d767d4e7c7bb96b137f82f51c20dd211b1d94c79384bdcf81f73591e68457e51f884103c6a0569264712bad334774e8f0a909e94d028b9c2ec741211ea69e77b +DIST Faker-24.14.1.tar.gz 1759770 BLAKE2B e58feb12255de946b6c10cd9e3098f4423a47554e6aafcabb1094c7aab7e0dbbd2eea2077411094611c64b92307060c5da383390dc4a14545a9fe54b654e20e7 SHA512 d6afa8c25fe223999bdc776a7c2c12c43e9ad5886d6bb4744fe29c8b358def151b251a37a74a8576e5daedae360c19146f870a1438b63763ffb74b1577a5ae2f DIST Faker-24.8.0.tar.gz 1725365 BLAKE2B b2646766b993d946bf7965133b7484408370a2e8bed9091b713ffd427d545bb708027066b6787a78cd675659b4d342ac86c9f611aecfb7df3d0565a8066925f0 SHA512 d8fe7e411052bec485b40540317c88ff5aeae8a32ef2e53214816b190d4730c9f5af9157ac2c66aba5fbc887e995d0238f71deefdcf67300e49586c7995b60ff diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 8315cb9b4387..00c7d59addb4 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/agate/Manifest b/dev-python/agate/Manifest index e1fa3980abe4..2d7ff2d25d11 100644 --- a/dev-python/agate/Manifest +++ b/dev-python/agate/Manifest @@ -1,2 +1 @@ -DIST agate-1.10.0.tar.gz 202845 BLAKE2B da462a47d8b33e6b5948bc16a9c236ee62c92d56f49df8a7e60cebc84b2d4d828f986f6f0975d24d1d513e1e8023dd5e570f77ff6ae233533ab1ac3c512fac81 SHA512 37e09f1fcccd5df9183cfd32f13bf23efad7987a3d71600e52b1b3bc9de8669640aa50f045c975c0fc8958cbe9df193e17f0ea52c1933782cca95ac267f794f9 -DIST agate-1.9.1.tar.gz 202303 BLAKE2B a5e62ca5fdf8dc6e1b7393da3efa0432a2d7a89bcb2af744458ae04446ea85941968f1ee75facc6b29de9fdec92f9432d2b939392edbfadc5c0598a91feb9f76 SHA512 f8bbe9ed24c786063a1d99aa408a2e5b4841dd9d804004b8c74a272d564432013e0ddebc5325e73893c53a60636d64f27f2e64ad624a468a070cf6a8833b8620 +DIST agate-1.10.1.tar.gz 203139 BLAKE2B 656cc5f9abcc38848560bb81a9e7b1a8cf498897ea49a98bd3b44f3d625c69047ef3fa32b4a7191d8807c1bee29bd0c5a8d0ed99e1b91e30ea294b8fb436fb3d SHA512 b039fa587d1fc49277860f9876ad1f885f2530e82888ad8a32066f35e3086b5da0cb7aa9a2ed09ea7992efe649d32df27a372f85e4a06e8aca0d6ec8651567b5 diff --git a/dev-python/agate/agate-1.10.0.ebuild b/dev-python/agate/agate-1.10.1.ebuild similarity index 100% rename from dev-python/agate/agate-1.10.0.ebuild rename to dev-python/agate/agate-1.10.1.ebuild diff --git a/dev-python/agate/agate-1.9.1.ebuild b/dev-python/agate/agate-1.9.1.ebuild deleted file mode 100644 index baca934b9901..000000000000 --- a/dev-python/agate/agate-1.9.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A Python data analysis library that is optimized for humans instead of machines" -HOMEPAGE=" - https://github.com/wireservice/agate/ - https://pypi.org/project/agate/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~arm64-macos ~x64-macos" - -RDEPEND=" - >=dev-python/pytimeparse-1.1.5[${PYTHON_USEDEP}] - >=dev-python/parsedatetime-2.1[${PYTHON_USEDEP}] - >=dev-python/Babel-2.0[${PYTHON_USEDEP}] - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] - >=dev-python/pyicu-2.4.2[${PYTHON_USEDEP}] - >=dev-python/python-slugify-1.2.1[${PYTHON_USEDEP}] - >=dev-python/leather-0.3.3-r2[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/cssselect-0.9.1[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/furo - -EPYTEST_DESELECT=( - # require specific locales - tests/test_data_types.py::TestDate::test_cast_format_locale - tests/test_data_types.py::TestDateTime::test_cast_format_locale -) diff --git a/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild b/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild index e49cc31d1125..808ce0928be6 100644 --- a/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild +++ b/dev-python/backports-tarfile/backports-tarfile-1.1.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv ~s390 x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" BDEPEND=" test? ( diff --git a/dev-python/blinker/Manifest b/dev-python/blinker/Manifest index 2ae80643348a..0493698cb32f 100644 --- a/dev-python/blinker/Manifest +++ b/dev-python/blinker/Manifest @@ -1,2 +1,3 @@ DIST blinker-1.7.0.tar.gz 28134 BLAKE2B afff064a79ae7ab9fcee46c7eb3f6557bd9149be0a10cddfd13f969649a7aa57cec727cc6a10c54af2f676b8dc9be69beaf6521b5764555ac3e97fda7b68f5f8 SHA512 b55dc104fd69bf9f682184202f9da7cb6925e7e863f38d5ad5b4b5988b2315aae02da6f4c9f0ec34238b8d5b9b6eec52b06258d93e14416cda3e2b718d9aa60c DIST blinker-1.8.0.tar.gz 22598 BLAKE2B 80a08bc860acc049ea4bbc30dd23f74ed7b0507a6f4dd550a0fb946233445b930732300ddc2201f6217b0557c082fbc90774d64a587ed448d839ee1b085b0c09 SHA512 1862589712c8828b2d9b3d434f213017cd81b2de100290de126a0d796920bd34ac00a667cb3bc8811071c275001e4d1a0dd0cc3563d15ef4b2139769ae3d5ef3 +DIST blinker-1.8.1.tar.gz 23191 BLAKE2B 5d1b5016b24669b8f602beb650126a4da8a7aaee6d096200634206ae3ebcdcbb5d7f3bb554269a08e0aacba0dc7dcda1a2977aeb5c8ef5f38c81dc8892d786d5 SHA512 b6adada7f314369863070e830364833aade954e4cedca390643223d632c110a314856fb1c050402cad7e64959500c4d27d149ce7b682ee6bde99a69dc66ea495 diff --git a/dev-python/blinker/blinker-1.8.1.ebuild b/dev-python/blinker/blinker-1.8.1.ebuild new file mode 100644 index 000000000000..9df417e40e36 --- /dev/null +++ b/dev-python/blinker/blinker-1.8.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Fast, simple object-to-object and broadcast signaling" +HOMEPAGE=" + https://github.com/pallets-eco/blinker/ + https://pypi.org/project/blinker/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p asyncio +} diff --git a/dev-python/build/build-1.2.1.ebuild b/dev-python/build/build-1.2.1.ebuild index dd19590ccfba..02bf69fa491c 100644 --- a/dev-python/build/build-1.2.1.ebuild +++ b/dev-python/build/build-1.2.1.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86" IUSE="test-rust" RDEPEND=" diff --git a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild index 306e29d54100..fa7d3315aa9d 100644 --- a/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild +++ b/dev-python/gdb-pt-dump/gdb-pt-dump-0.0.0_p20231111.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/martinradev/gdb-pt-dump.git" else SRC_URI="https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}-${GDB_PT_DUMP_COMMIT}" fi diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest index eaeb033fe31f..c9569aff6b8e 100644 --- a/dev-python/hypothesis/Manifest +++ b/dev-python/hypothesis/Manifest @@ -1 +1,2 @@ DIST hypothesis-6.100.1.gh.tar.gz 9450717 BLAKE2B b27e3be6b43ee7d140ee00064748cd651683414b1b9f8d697c166ddec7596c11e2c47a814de91b567b4d08568e7bcaab42a88665f8b6882d2807afcfdb967257 SHA512 4b46c5dfb330c65c8fc4afce90ed28309fc377e39d65b1ba0bf086efb5fe53b2be021bcb5e6a90fa6bdad463de6254761faab14fe2ad7814e84dfff08ff1a9d9 +DIST hypothesis-6.100.2.gh.tar.gz 9452773 BLAKE2B 46519695d9fdefeeb3c24abacfb0dd495003c21e02b154a5873f1a0ec1f9ba04998398fd7a29c570b15f2fcce95e5ca9451687c37aae2e2b27190534480f8c4e SHA512 ba4cbc3ee7cb958e32c59cfba095eafe8108f5a614316bf490105939e7c487bd56890794aa5d9583feeb4a0b7852a966da16f7e4fac1721f55eb105d03637cbe diff --git a/dev-python/hypothesis/hypothesis-6.100.2.ebuild b/dev-python/hypothesis/hypothesis-6.100.2.ebuild new file mode 100644 index 000000000000..13d62b8d6bd1 --- /dev/null +++ b/dev-python/hypothesis/hypothesis-6.100.2.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +CLI_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 ) +PYTHON_REQ_USE="threads(+),sqlite" + +inherit distutils-r1 multiprocessing optfeature + +TAG=hypothesis-python-${PV} +MY_P=hypothesis-${TAG} +DESCRIPTION="A library for property based testing" +HOMEPAGE=" + https://github.com/HypothesisWorks/hypothesis/ + https://pypi.org/project/hypothesis/ +" +SRC_URI=" + https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz + -> ${P}.gh.tar.gz +" +S="${WORKDIR}/${MY_P}/hypothesis-python" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="cli" + +RDEPEND=" + >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}] + >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}] + ' 3.9 3.10) + cli? ( + $(python_gen_cond_dep ' + dev-python/black[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + ' "${CLI_COMPAT[@]}") + ) +" +BDEPEND=" + test? ( + dev-python/pexpect[${PYTHON_USEDEP}] + >=dev-python/pytest-8[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + !! -Date: Thu, 9 Nov 2023 13:03:49 -0500 -Subject: [PATCH 1/2] Fix tests on platforms with low clock resolution - -On platforms without a high-resolution clock, such as Alpha and PA-RISC -is is likely that two sequential calls to time.time() will return the -same value if the execution time is not sufficient to allow one full -clock resolution cycle to pass. This adds sleeps of one cycle to -enforce that the minimum amount of time to guarantee a clock change has -passed. - -On systems with high-resolution clocks, clock_getres() will return 1ns; -in reality the sleep will take longer than 1ns to execute but should -still be a negligible amount of time. ---- - tests/test_time_machine.py | 13 +++++++++++++ - 1 file changed, 13 insertions(+) - -diff --git a/tests/test_time_machine.py b/tests/test_time_machine.py -index fe98fb7..7b5abbe 100644 ---- a/tests/test_time_machine.py -+++ b/tests/test_time_machine.py -@@ -155,8 +155,10 @@ def test_time_clock_gettime_realtime(): - @py_have_clock_gettime - def test_time_clock_gettime_monotonic_unaffected(): - start = time.clock_gettime(time.CLOCK_MONOTONIC) -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - with time_machine.travel(EPOCH + 180.0): - frozen = time.clock_gettime(time.CLOCK_MONOTONIC) -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert isinstance(frozen, float) - assert frozen > start - -@@ -169,6 +171,7 @@ def test_time_clock_gettime_monotonic_unaffected(): - def test_time_clock_gettime_ns_realtime(): - with time_machine.travel(EPOCH + 190.0): - first = time.clock_gettime_ns(time.CLOCK_REALTIME) -+ time.sleep(time.clock_getres(time.CLOCK_REALTIME)) - assert isinstance(first, int) - assert first == int((EPOCH + 190.0) * NANOSECONDS_PER_SECOND) - second = time.clock_gettime_ns(time.CLOCK_REALTIME) -@@ -182,8 +185,10 @@ def test_time_clock_gettime_ns_realtime(): - @py_have_clock_gettime - def test_time_clock_gettime_ns_monotonic_unaffected(): - start = time.clock_gettime_ns(time.CLOCK_MONOTONIC) -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - with time_machine.travel(EPOCH + 190.0): - frozen = time.clock_gettime_ns(time.CLOCK_MONOTONIC) -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert isinstance(frozen, int) - assert frozen > start - -@@ -279,6 +284,7 @@ def test_time_strftime_format_t(): - def test_time_time(): - with time_machine.travel(EPOCH): - first = time.time() -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert isinstance(first, float) - assert first == EPOCH - second = time.time() -@@ -300,6 +306,7 @@ def test_time_time(): - def test_time_time_windows(): - with time_machine.travel(EPOCH): - first = time.time() -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert isinstance(first, float) - assert first == windows_epoch_in_posix - -@@ -316,6 +323,7 @@ def test_time_time_no_tick(): - def test_time_time_ns(): - with time_machine.travel(EPOCH + 150.0): - first = time.time_ns() -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert isinstance(first, int) - assert first == int((EPOCH + 150.0) * NANOSECONDS_PER_SECOND) - second = time.time_ns() -@@ -561,6 +569,7 @@ def test_method_decorator(self): - @time_machine.travel(EPOCH + 95.0) - class UnitTestClassTests(TestCase): - def test_class_decorator(self): -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert EPOCH + 95.0 < time.time() < EPOCH + 96.0 - - @time_machine.travel(EPOCH + 25.0) -@@ -578,6 +587,7 @@ def setUpClass(cls): - cls.custom_setupclass_ran = True - - def test_class_decorator(self): -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert EPOCH + 95.0 < time.time() < EPOCH + 96.0 - assert self.custom_setupclass_ran - -@@ -639,6 +649,7 @@ def test_move_to_datetime(): - traveller.move_to(EPOCH_PLUS_ONE_YEAR_DATETIME) - - first = time.time() -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert first == EPOCH_PLUS_ONE_YEAR - - second = time.time() -@@ -706,6 +717,7 @@ def test_move_to_datetime_change_tick_on(): - with time_machine.travel(EPOCH, tick=False) as traveller: - traveller.move_to(EPOCH_PLUS_ONE_YEAR_DATETIME, tick=True) - assert time.time() == EPOCH_PLUS_ONE_YEAR -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert time.time() > EPOCH_PLUS_ONE_YEAR - - -@@ -756,6 +768,7 @@ def test_fixture_used_tick_false(time_machine): - def test_fixture_used_tick_true(time_machine): - time_machine.move_to(EPOCH, tick=True) - original = time.time() -+ time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) - assert original == EPOCH - assert original < time.time() < EPOCH + 10.0 - - -From 9e84584325ec06eb997716b6a0f42e9ca6540994 Mon Sep 17 00:00:00 2001 -From: matoro -Date: Fri, 10 Nov 2023 11:06:23 -0500 -Subject: [PATCH 2/2] Wrap sleep calls in "sleep_one_cycle" function - ---- - tests/test_time_machine.py | 30 +++++++++++++++++------------- - 1 file changed, 17 insertions(+), 13 deletions(-) - -diff --git a/tests/test_time_machine.py b/tests/test_time_machine.py -index 7b5abbe..163ec2b 100644 ---- a/tests/test_time_machine.py -+++ b/tests/test_time_machine.py -@@ -38,6 +38,10 @@ - ) - - -+def sleep_one_cycle(clock: int) -> None: -+ time.sleep(time.clock_getres(clock)) -+ -+ - @contextmanager - def change_local_timezone(local_tz: str | None) -> typing.Iterator[None]: - orig_tz = os.environ["TZ"] -@@ -155,10 +159,10 @@ def test_time_clock_gettime_realtime(): - @py_have_clock_gettime - def test_time_clock_gettime_monotonic_unaffected(): - start = time.clock_gettime(time.CLOCK_MONOTONIC) -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - with time_machine.travel(EPOCH + 180.0): - frozen = time.clock_gettime(time.CLOCK_MONOTONIC) -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert isinstance(frozen, float) - assert frozen > start - -@@ -171,7 +175,7 @@ def test_time_clock_gettime_monotonic_unaffected(): - def test_time_clock_gettime_ns_realtime(): - with time_machine.travel(EPOCH + 190.0): - first = time.clock_gettime_ns(time.CLOCK_REALTIME) -- time.sleep(time.clock_getres(time.CLOCK_REALTIME)) -+ sleep_one_cycle(time.CLOCK_REALTIME) - assert isinstance(first, int) - assert first == int((EPOCH + 190.0) * NANOSECONDS_PER_SECOND) - second = time.clock_gettime_ns(time.CLOCK_REALTIME) -@@ -185,10 +189,10 @@ def test_time_clock_gettime_ns_realtime(): - @py_have_clock_gettime - def test_time_clock_gettime_ns_monotonic_unaffected(): - start = time.clock_gettime_ns(time.CLOCK_MONOTONIC) -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - with time_machine.travel(EPOCH + 190.0): - frozen = time.clock_gettime_ns(time.CLOCK_MONOTONIC) -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert isinstance(frozen, int) - assert frozen > start - -@@ -284,7 +288,7 @@ def test_time_strftime_format_t(): - def test_time_time(): - with time_machine.travel(EPOCH): - first = time.time() -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert isinstance(first, float) - assert first == EPOCH - second = time.time() -@@ -306,7 +310,7 @@ def test_time_time(): - def test_time_time_windows(): - with time_machine.travel(EPOCH): - first = time.time() -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert isinstance(first, float) - assert first == windows_epoch_in_posix - -@@ -323,7 +327,7 @@ def test_time_time_no_tick(): - def test_time_time_ns(): - with time_machine.travel(EPOCH + 150.0): - first = time.time_ns() -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert isinstance(first, int) - assert first == int((EPOCH + 150.0) * NANOSECONDS_PER_SECOND) - second = time.time_ns() -@@ -569,7 +573,7 @@ def test_method_decorator(self): - @time_machine.travel(EPOCH + 95.0) - class UnitTestClassTests(TestCase): - def test_class_decorator(self): -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert EPOCH + 95.0 < time.time() < EPOCH + 96.0 - - @time_machine.travel(EPOCH + 25.0) -@@ -587,7 +591,7 @@ def setUpClass(cls): - cls.custom_setupclass_ran = True - - def test_class_decorator(self): -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert EPOCH + 95.0 < time.time() < EPOCH + 96.0 - assert self.custom_setupclass_ran - -@@ -649,7 +653,7 @@ def test_move_to_datetime(): - traveller.move_to(EPOCH_PLUS_ONE_YEAR_DATETIME) - - first = time.time() -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert first == EPOCH_PLUS_ONE_YEAR - - second = time.time() -@@ -717,7 +721,7 @@ def test_move_to_datetime_change_tick_on(): - with time_machine.travel(EPOCH, tick=False) as traveller: - traveller.move_to(EPOCH_PLUS_ONE_YEAR_DATETIME, tick=True) - assert time.time() == EPOCH_PLUS_ONE_YEAR -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert time.time() > EPOCH_PLUS_ONE_YEAR - - -@@ -768,7 +772,7 @@ def test_fixture_used_tick_false(time_machine): - def test_fixture_used_tick_true(time_machine): - time_machine.move_to(EPOCH, tick=True) - original = time.time() -- time.sleep(time.clock_getres(time.CLOCK_MONOTONIC)) -+ sleep_one_cycle(time.CLOCK_MONOTONIC) - assert original == EPOCH - assert original < time.time() < EPOCH + 10.0 - diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild deleted file mode 100644 index 040dc0489bc5..000000000000 --- a/dev-python/time-machine/time-machine-2.13.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Travel through time in your tests" -HOMEPAGE=" - https://github.com/adamchainz/time-machine/ - https://pypi.org/project/time-machine/ -" -SRC_URI=" - https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${PN}-2.13.0-backport-pr400.patch" ) - -distutils_enable_tests pytest diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild deleted file mode 100644 index 462fe2809ad3..000000000000 --- a/dev-python/time-machine/time-machine-2.14.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 - -DESCRIPTION="Travel through time in your tests" -HOMEPAGE=" - https://github.com/adamchainz/time-machine/ - https://pypi.org/project/time-machine/ -" -SRC_URI=" - https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/python-dateutil[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild index 462fe2809ad3..7d55a02e7ee2 100644 --- a/dev-python/time-machine/time-machine-2.14.1.ebuild +++ b/dev-python/time-machine/time-machine-2.14.1.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" dev-python/python-dateutil[${PYTHON_USEDEP}] diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index 92a82f833ad9..437756ad44fa 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -1,4 +1,2 @@ -DIST twisted-23.10.0.tar.gz 3495627 BLAKE2B 3b5c2dc56686203cfe7c863211f0be34f49b26273af7b0f54a891851cf5f32096da880f35dd549b8ff82c6885fda2f644ef747fc9574e830da4fe2ddb588e70f SHA512 da6cc663005776fca716503ec53ae367576e9c89ec2b90a367e73afb1e63c51a24dfad39b9ed1edb597e77e1d805dcbd179cefc1685faddd4044efc8f6c82d5f -DIST twisted-24.2.0rc1.tar.gz 3500738 BLAKE2B d286b8bbd8e3c9bef82bf3b6a3ea3714358f4447a2bd4b3e82a0f4be0bda89c9a0804f807592dd951b6bb4ff74076b4a35a13b98d9d99e4334a644fe668f7802 SHA512 6f8946e65ec6affce5cac79a6b6019a48ba6bb9c2eb42bc2a251a50bd33eb429dd6aec570ed51ce98c618cc220451a935f8e32c93281953ef4b2a9e658793b68 DIST twisted-24.3.0.tar.gz 3500456 BLAKE2B b2cebb2f3482dbeba250786b1977ddbb09e1a9a81f71ce5906efe8289b0e134a8b26c191c2262e8ee8ba3fccccea508c34145016b29ecf301541134dcea19e08 SHA512 c3dd227f5936ffa586a0b7447f5df4c2257dce0c0ba740373d82197a72029e7eeb0aef9789247dde73e2f24dd043f3b0b7d795f16e6e908583b054aad9b9eb6a DIST twisted-regen-cache.gz 911 BLAKE2B ffd3fcda6c67ffe6fd3ef581c8d507548396b66ed0708e9a5c790095e579c0d5f0f71596acf05712989da2ddef2b8d437eca973bc4d80ef8a9fa852915f38305 SHA512 95a9b931c73017d16d1b5e6b41345dddffe62b6af1a8e93b5e40d06d3d15be17b0dd0181c767ffeeb791534d463764ef9e066fa6c2ee2ac4b53c86d1da8fce03 diff --git a/dev-python/twisted/twisted-23.10.0.ebuild b/dev-python/twisted/twisted-23.10.0.ebuild deleted file mode 100644 index edb96fcce0dd..000000000000 --- a/dev-python/twisted/twisted-23.10.0.ebuild +++ /dev/null @@ -1,150 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="An asynchronous networking framework written in Python" -HOMEPAGE=" - https://twisted.org/ - https://github.com/twisted/twisted/ - https://pypi.org/project/Twisted/ -" -SRC_URI+=" - https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" -IUSE="conch http2 serial ssl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - >=dev-python/automat-0.8.0[${PYTHON_USEDEP}] - >=dev-python/constantly-15.1[${PYTHON_USEDEP}] - >=dev-python/hyperlink-17.1.1[${PYTHON_USEDEP}] - >=dev-python/incremental-22.10.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] - >=dev-python/zope-interface-5[${PYTHON_USEDEP}] - conch? ( - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/bcrypt-3.0.0[${PYTHON_USEDEP}] - >=dev-python/cryptography-3.3[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - ) - http2? ( - =dev-python/h2-3.0.0[${PYTHON_USEDEP}] - =dev-python/priority-1.1.0[${PYTHON_USEDEP}] - ) - serial? ( - >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] - ) - ssl? ( - >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] - >=dev-python/idna-2.4[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}] - >=dev-python/incremental-22.10.0[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - $(python_gen_cond_dep ' - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/bcrypt-3.0.0[${PYTHON_USEDEP}] - >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}] - =dev-python/cython-test-exception-raiser-1.0.2[${PYTHON_USEDEP}] - >=dev-python/idna-2.4[${PYTHON_USEDEP}] - >=dev-python/hypothesis-6.56[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - >=dev-python/pyhamcrest-2[${PYTHON_USEDEP}] - >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] - virtual/openssh - ssl? ( - >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] - ) - ' "${PYTHON_TESTED[@]}") - ) -" - -python_prepare_all() { - # upstream test for making releases; not very useful and requires - # sphinx (including on py2) - rm src/twisted/python/test/test_release.py || die - - # multicast tests fail within network-sandbox - sed -e 's:test_joinLeave:_&:' \ - -e 's:test_loopback:_&:' \ - -e 's:test_multiListen:_&:' \ - -e 's:test_multicast:_&:' \ - -i src/twisted/test/test_udp.py || die - - distutils-r1_python_prepare_all -} - -src_test() { - # the test suite handles missing file & failing ioctl()s gracefully - # but not permission errors from sandbox - addwrite /dev/net/tun - virtx distutils-r1_src_test -} - -python_test() { - if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then - einfo "Skipping tests on ${EPYTHON} (xfail)" - return - fi - - "${EPYTHON}" -m twisted.trial twisted || - die "Tests failed with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - # own the dropin.cache so we don't leave orphans - > "${D}$(python_get_sitedir)"/twisted/plugins/dropin.cache || die - - python_doscript "${WORKDIR}"/twisted-regen-cache -} - -python_install_all() { - distutils-r1_python_install_all - - newconfd "${FILESDIR}/twistd.conf" twistd - newinitd "${FILESDIR}/twistd.init" twistd -} - -python_postinst() { - twisted-regen-cache || die -} - -pkg_postinst() { - if [[ -z ${ROOT} ]]; then - python_foreach_impl python_postinst - fi -} - -python_postrm() { - rm -f "${ROOT}$(python_get_sitedir)/twisted/plugins/dropin.cache" || die -} - -pkg_postrm() { - # if we're removing the last version, remove the cache file - if [[ ! ${REPLACING_VERSIONS} ]]; then - python_foreach_impl python_postrm - fi -} diff --git a/dev-python/twisted/twisted-24.2.0_rc1.ebuild b/dev-python/twisted/twisted-24.2.0_rc1.ebuild deleted file mode 100644 index 4869d844543e..000000000000 --- a/dev-python/twisted/twisted-24.2.0_rc1.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="An asynchronous networking framework written in Python" -HOMEPAGE=" - https://twisted.org/ - https://github.com/twisted/twisted/ - https://pypi.org/project/Twisted/ -" -SRC_URI+=" - https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" -IUSE="conch http2 serial ssl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - >=dev-python/automat-0.8.0[${PYTHON_USEDEP}] - >=dev-python/constantly-15.1[${PYTHON_USEDEP}] - >=dev-python/hyperlink-17.1.1[${PYTHON_USEDEP}] - >=dev-python/incremental-22.10.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}] - >=dev-python/zope-interface-5[${PYTHON_USEDEP}] - conch? ( - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/bcrypt-3.0.0[${PYTHON_USEDEP}] - >=dev-python/cryptography-3.3[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - ) - http2? ( - =dev-python/h2-3.0.0[${PYTHON_USEDEP}] - =dev-python/priority-1.1.0[${PYTHON_USEDEP}] - ) - serial? ( - >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] - ) - ssl? ( - >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] - >=dev-python/idna-2.4[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}] - >=dev-python/incremental-22.10.0[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - $(python_gen_cond_dep ' - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/bcrypt-3.0.0[${PYTHON_USEDEP}] - >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}] - =dev-python/cython-test-exception-raiser-1.0.2[${PYTHON_USEDEP}] - >=dev-python/idna-2.4[${PYTHON_USEDEP}] - >=dev-python/hypothesis-6.56[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - >=dev-python/pyhamcrest-2[${PYTHON_USEDEP}] - >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] - virtual/openssh - ssl? ( - >=dev-python/pyopenssl-21.0.0[${PYTHON_USEDEP}] - >=dev-python/service-identity-18.1.0[${PYTHON_USEDEP}] - ) - ' "${PYTHON_TESTED[@]}") - ) -" - -python_prepare_all() { - # upstream test for making releases; not very useful and requires - # sphinx (including on py2) - rm src/twisted/python/test/test_release.py || die - - # multicast tests fail within network-sandbox - sed -e 's:test_joinLeave:_&:' \ - -e 's:test_loopback:_&:' \ - -e 's:test_multiListen:_&:' \ - -e 's:test_multicast:_&:' \ - -i src/twisted/test/test_udp.py || die - - distutils-r1_python_prepare_all -} - -src_test() { - # the test suite handles missing file & failing ioctl()s gracefully - # but not permission errors from sandbox - addwrite /dev/net/tun - virtx distutils-r1_src_test -} - -python_test() { - if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then - einfo "Skipping tests on ${EPYTHON} (xfail)" - return - fi - - # breaks some tests by overriding empty environment - local -x SANDBOX_ON=0 - "${EPYTHON}" -m twisted.trial twisted || - die "Tests failed with ${EPYTHON}" -} - -python_install() { - distutils-r1_python_install - - # own the dropin.cache so we don't leave orphans - > "${D}$(python_get_sitedir)"/twisted/plugins/dropin.cache || die - - python_doscript "${WORKDIR}"/twisted-regen-cache -} - -python_install_all() { - distutils-r1_python_install_all - - newconfd "${FILESDIR}/twistd.conf" twistd - newinitd "${FILESDIR}/twistd.init" twistd -} - -python_postinst() { - twisted-regen-cache || die -} - -pkg_postinst() { - if [[ -z ${ROOT} ]]; then - python_foreach_impl python_postinst - fi -} - -python_postrm() { - rm -f "${ROOT}$(python_get_sitedir)/twisted/plugins/dropin.cache" || die -} - -pkg_postrm() { - # if we're removing the last version, remove the cache file - if [[ ! ${REPLACING_VERSIONS} ]]; then - python_foreach_impl python_postrm - fi -} diff --git a/dev-python/twisted/twisted-24.3.0.ebuild b/dev-python/twisted/twisted-24.3.0.ebuild index a615d924022e..2d913b858d7d 100644 --- a/dev-python/twisted/twisted-24.3.0.ebuild +++ b/dev-python/twisted/twisted-24.3.0.ebuild @@ -22,7 +22,7 @@ SRC_URI+=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" IUSE="conch http2 serial ssl test" RESTRICT="!test? ( test )" diff --git a/dev-python/uv/uv-0.1.39.ebuild b/dev-python/uv/uv-0.1.39.ebuild index eedac642a89d..43beac99bbb1 100644 --- a/dev-python/uv/uv-0.1.39.ebuild +++ b/dev-python/uv/uv-0.1.39.ebuild @@ -42,7 +42,7 @@ LICENSE+=" # ring crate LICENSE+=" openssl" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="test" PROPERTIES="test_network" diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest index 2909dc1b21b6..3f51b852980c 100644 --- a/dev-python/xmlschema/Manifest +++ b/dev-python/xmlschema/Manifest @@ -1,2 +1,3 @@ DIST xmlschema-3.2.1.tar.gz 571883 BLAKE2B 1c5202af6f3e1aca99898442f0efb47fd72c0f32e42d0ad4d527e5f4849195b8298656ba214c8578ed5a3cabca3232102e778667062139955fbae39610d90559 SHA512 ea65d79c628eca1b4becefee0f8a79e5a5c9a43072747d7b5b312e152c953a45727e3945bd2755a37ef28e2f010148879ca32a42516254eccba0bc3bb371c2ff DIST xmlschema-3.3.0.tar.gz 573034 BLAKE2B 1d403483ee4b80ddcfae3ece41ba2b8edb3e0297ac7ad8d531fdfdbc4b4eb50736b728b0aefde08bd8d06e7f6b0636762b098095b06c6ad1c03928d102e4d23f SHA512 3c07d740f26901d4dc481bd83566fed1c48e48b542f14601d30b3c593a606854939052a6b6af20755e0ff6b56dbeb23b4a96519e1d91abc7145d80745f5478b4 +DIST xmlschema-3.3.1.tar.gz 574315 BLAKE2B fa6caf1b21949a46b398f0a951534ef9155d6dd6920a195967ff9155dbcdb496b94ac952396d0ef9e17e36050a6bd6550d975a5faf0ea84727a9bb90f3d8336a SHA512 e9c01fba834ea9d673bd3ade9527f991ec1af14909ad42b9e27100f984ce5ffe1e3ab9e351b91b186fe19145613e0df93a7430d0e006f93a38c782a0e3e6daac diff --git a/dev-python/xmlschema/xmlschema-3.3.1.ebuild b/dev-python/xmlschema/xmlschema-3.3.1.ebuild new file mode 100644 index 000000000000..d38ccad42ce5 --- /dev/null +++ b/dev-python/xmlschema/xmlschema-3.3.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="An XML Schema validator and decoder" +HOMEPAGE=" + https://github.com/sissaschool/xmlschema/ + https://pypi.org/project/xmlschema/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + =dev-python/elementpath-4.4.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + ${RDEPEND} + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + ) +" + +python_test() { + "${EPYTHON}" tests/test_all.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-qt/Manifest.gz b/dev-qt/Manifest.gz index 049733df6797..a06879a5dd16 100644 Binary files a/dev-qt/Manifest.gz and b/dev-qt/Manifest.gz differ diff --git a/dev-qt/qtsensors/qtsensors-6.7.0.ebuild b/dev-qt/qtsensors/qtsensors-6.7.0.ebuild index 55055cfc02a7..85e5aa498c6d 100644 --- a/dev-qt/qtsensors/qtsensors-6.7.0.ebuild +++ b/dev-qt/qtsensors/qtsensors-6.7.0.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Hardware sensor access library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~riscv ~x86" fi IUSE="qml" diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch new file mode 100644 index 000000000000..2da3dc27fab2 --- /dev/null +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.13_p20240322-ninja1.12.patch @@ -0,0 +1,23 @@ +Quoting the description from qtwebengine-6.7.0-ninja1.12.patch: +""" +Patch status: pending being looked at upstream + +Issue[1][2][3] also exist in chromium itself[4], and unclear +why this started happening only with ninja-1.12.0 at the moment. + +Just a quickfix, likely not fully correct and seems there may +be further unresolved race issues. + +[1] https://bugs.gentoo.org/930107 +[2] https://bugreports.qt.io/browse/QTBUG-124375 +[3] https://github.com/ninja-build/ninja/issues/2417 +[4] https://bugs.gentoo.org/930112 +""" + +This has a hunk removed but is otherwise the same. +--- a/src/3rdparty/chromium/content/browser/BUILD.gn ++++ b/src/3rdparty/chromium/content/browser/BUILD.gn +@@ -198,2 +198,3 @@ + "//components/services/storage/public/mojom", ++ "//components/spellcheck:buildflags", + "//components/sqlite_proto", diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240322.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240322.ebuild index 22bb5cdc0734..c8cd5e9574d1 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240322.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240322.ebuild @@ -98,7 +98,10 @@ BDEPEND="${PYTHON_DEPS} sys-devel/flex " -PATCHES=( "${WORKDIR}/${PATCHSET}" ) +PATCHES=( + "${WORKDIR}/${PATCHSET}" + "${FILESDIR}"/qtwebengine-5.15.13_p20240322-ninja1.12.patch +) qtwebengine_check-reqs() { # bug #307861 diff --git a/dev-qt/qtwebsockets/qtwebsockets-6.7.0.ebuild b/dev-qt/qtwebsockets/qtwebsockets-6.7.0.ebuild index d6bee1dc669a..ba178fc103f1 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-6.7.0.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-6.7.0.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~riscv ~x86" fi IUSE="qml +ssl" diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 6657baecc4c2..197c82fc5796 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/debug/debug-1.9.1.ebuild b/dev-ruby/debug/debug-1.9.1.ebuild index e43731d48e9a..649c14f8ad13 100644 --- a/dev-ruby/debug/debug-1.9.1.ebuild +++ b/dev-ruby/debug/debug-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/ruby/debug/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT="$(ver_cut 1)" # Avoid tests for now since the results in a very deep dependency list for ruby32 diff --git a/dev-ruby/dry-core/dry-core-1.0.1.ebuild b/dev-ruby/dry-core/dry-core-1.0.1.ebuild index 001c2b5367f1..eda7de9aa7b0 100644 --- a/dev-ruby/dry-core/dry-core-1.0.1.ebuild +++ b/dev-ruby/dry-core/dry-core-1.0.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-core/" SRC_URI="https://github.com/dry-rb/dry-core/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" # Skip tests for now to avoid circular dependencies. diff --git a/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild b/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild index d51c485abdbd..2ac05ebf42cd 100644 --- a/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild +++ b/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-inflector/" SRC_URI="https://github.com/dry-rb/dry-inflector/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test" diff --git a/dev-ruby/dry-logic/dry-logic-1.5.0.ebuild b/dev-ruby/dry-logic/dry-logic-1.5.0.ebuild index e6064b73df3f..0a1f9e02af55 100644 --- a/dev-ruby/dry-logic/dry-logic-1.5.0.ebuild +++ b/dev-ruby/dry-logic/dry-logic-1.5.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-logic/" SRC_URI="https://github.com/dry-rb/dry-logic/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test" diff --git a/dev-ruby/dry-monads/dry-monads-1.6.0.ebuild b/dev-ruby/dry-monads/dry-monads-1.6.0.ebuild index c9bedd157b16..f5bd3263288a 100644 --- a/dev-ruby/dry-monads/dry-monads-1.6.0.ebuild +++ b/dev-ruby/dry-monads/dry-monads-1.6.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-monads/" SRC_URI="https://github.com/dry-rb/dry-monads/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test" diff --git a/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild b/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild index e40ded27b8c5..369d2598b99f 100644 --- a/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild +++ b/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-struct/" SRC_URI="https://github.com/dry-rb/dry-struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test" diff --git a/dev-ruby/dry-types/dry-types-1.7.2.ebuild b/dev-ruby/dry-types/dry-types-1.7.2.ebuild index 5ad028a60c15..ae42c397df03 100644 --- a/dev-ruby/dry-types/dry-types-1.7.2.ebuild +++ b/dev-ruby/dry-types/dry-types-1.7.2.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-types/" SRC_URI="https://github.com/dry-rb/dry-types/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test" diff --git a/dev-ruby/highline/highline-3.0.1.ebuild b/dev-ruby/highline/highline-3.0.1.ebuild index d966495172d7..578f50ec010c 100644 --- a/dev-ruby/highline/highline-3.0.1.ebuild +++ b/dev-ruby/highline/highline-3.0.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="test" LICENSE="|| ( GPL-2 Ruby-BSD )" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" ruby_add_bdepend "test? ( dev-ruby/dry-types )" diff --git a/dev-ruby/io-console/io-console-0.7.2.ebuild b/dev-ruby/io-console/io-console-0.7.2.ebuild index 322683634273..4a989ed2ac53 100644 --- a/dev-ruby/io-console/io-console-0.7.2.ebuild +++ b/dev-ruby/io-console/io-console-0.7.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/io-console/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" diff --git a/dev-ruby/irb/irb-1.11.1.ebuild b/dev-ruby/irb/irb-1.11.1.ebuild index a693b0845c3d..444bbc0a4eb4 100644 --- a/dev-ruby/irb/irb-1.11.1.ebuild +++ b/dev-ruby/irb/irb-1.11.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/irb/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" # Ensure a new enough eselect-ruby is present to avoid clobbering the diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest index 66af3a7b3c7c..073c81421ecd 100644 --- a/dev-ruby/jbuilder/Manifest +++ b/dev-ruby/jbuilder/Manifest @@ -1 +1,2 @@ DIST jbuilder-2.11.5.gem 27648 BLAKE2B 0a40c82ad1f68df5748be4425605eafd03bcd0262957915bc491037c45c21f5542ffae3d3f4e7dc8a20874f96dc1a7c3c3dd348a4c09b08f15117ca45103d260 SHA512 65caea9426cfe146fd4aaf0c9313e04f8f9d23d72faf959da4042d090f4e31be6a7040418fa9e6dc3f02e8acb3a0e2b5d3216af4f2fed8761b70a35101f4eb96 +DIST jbuilder-2.12.0.gem 28160 BLAKE2B e4e32c7d6b71b0daecd0148d74179115b14bb8450c00315518fa31c30c1b510534329804f8050da07edb338d642df9067b28e6b14b7627231518732d7e1f2d3c SHA512 6c5a9bf4bc7c60c8c4f12d94265eee7e1888d5a4aa8653f294ef58aeb936c70e207d559d9b3dd5ce5eaea1847c73b1bf2e4e2d22de3d7a5e66dfb95fa60bc4a7 diff --git a/dev-ruby/jbuilder/jbuilder-2.12.0.ebuild b/dev-ruby/jbuilder/jbuilder-2.12.0.ebuild new file mode 100644 index 000000000000..dbd44244f505 --- /dev/null +++ b/dev-ruby/jbuilder/jbuilder-2.12.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_TASK_TEST="CI=true test" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Create JSON structures via a Builder-style DSL" +HOMEPAGE="https://github.com/rails/jbuilder" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_rdepend " + || ( dev-ruby/activesupport:7.1 dev-ruby/activesupport:7.0 dev-ruby/activesupport:6.1 ) + || ( dev-ruby/actionview:7.1 dev-ruby/actionview:7.0 dev-ruby/actionview:6.1 ) +" + +ruby_add_bdepend "test? ( + >=dev-ruby/activemodel-5.0.0 + >=dev-ruby/railties-5.0.0 +)" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die +} diff --git a/dev-ruby/puppetdb-termini/Manifest b/dev-ruby/puppetdb-termini/Manifest index 499d174ef44d..451f21b07edb 100644 --- a/dev-ruby/puppetdb-termini/Manifest +++ b/dev-ruby/puppetdb-termini/Manifest @@ -1,4 +1,2 @@ DIST puppetdb-termini_7.13.0-1bullseye_all.deb 22548 BLAKE2B 535a3f846a7a10dcfaec4447ae852c6c4d870a573169f84e31f61c361164caea989f911df2d18e183c391dd0130a10b9422057eecaab304bebbb022f78e22a21 SHA512 3c8e440bfc55579d0c9a03ecae516d4cef49512ad9fdd6fceef37618c163ecac6d77a2b17b6cbb7131ceb3787904486bb78eef84a36a5f76672918db6d30db86 -DIST puppetdb-termini_8.2.0-1focal_all.deb 21850 BLAKE2B 3f2d35a24c3884fdc985cd22e2c27d159dbea80272f5d1510634fc3b93079fd33e2b4f19963e2e122eb25829aa118ac13a84d6838c73ccb54305afc7876f8fc6 SHA512 ebf05f85d4bd455498a40b0210a6fc0cbfed4d0991d5a3d5780eb1b99a2f93f64407d6465d010c53ff55a0a3fcfab6f411c851d95a9e028945634644baef5163 -DIST puppetdb-termini_8.4.1-1focal_all.deb 21900 BLAKE2B 9d17deaaa0bc27aafdd20cc91aff9d7b9fac92fe6c7c536d6f606eedee5e30870325cd50e3f26e29c70865d7d0c9e5f6774179d6a9c10e84c7f08886837a5f91 SHA512 9f261efc3f6140cc8fc637fd7c9ee69c64bf06591581dada8b2aa95d25621b1165673786f8ee55d669e134fcf3676557adf5cbcad30c4e8a1447dd111dc486e4 DIST puppetdb-termini_8.5.0-1focal_all.deb 22142 BLAKE2B e32985eee15ffc44dee5626c51edd09de2a6b2b936c8fb9308d34884871d693b246983056d2791a29341e450ba525a419c818b22390aa22cc9efd85696a1e007 SHA512 c4afc5618f83db64b083953a38070660ff4087141e09ff02ce218416eda53e6c16bf6c9f5eab2ebd2721f086c477902ebb1b34b2556eafdeb8f4d4260d9e9f00 diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-8.2.0.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-8.2.0.ebuild deleted file mode 100644 index c55da78154ac..000000000000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-8.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby31 ruby32" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html" -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_all.deb" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 ~arm64 ~ppc x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-8.4.1.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-8.4.1.ebuild deleted file mode 100644 index c55da78154ac..000000000000 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-8.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby31 ruby32" - -inherit unpacker - -DESCRIPTION="Library needed to connect puppet to puppetdb" -HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html" -SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_all.deb" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -# will need the same keywords as puppet -KEYWORDS="amd64 ~arm64 ~ppc x86" - -RDEPEND+="" -DEPEND+="" - -S=${WORKDIR} - -src_install() { - insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ - doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/* -} diff --git a/dev-ruby/rdoc/rdoc-6.6.3.1-r1.ebuild b/dev-ruby/rdoc/rdoc-6.6.3.1-r1.ebuild index 0d2b95bf4f0e..9899f4dfa226 100644 --- a/dev-ruby/rdoc/rdoc-6.6.3.1-r1.ebuild +++ b/dev-ruby/rdoc/rdoc-6.6.3.1-r1.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/ruby/rdoc/" SRC_URI="https://github.com/ruby/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-2 Ruby-BSD )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SLOT="0" IUSE="doc" diff --git a/dev-ruby/reline/reline-0.4.3.ebuild b/dev-ruby/reline/reline-0.4.3.ebuild index a779c43093ce..e91d87178cb3 100644 --- a/dev-ruby/reline/reline-0.4.3.ebuild +++ b/dev-ruby/reline/reline-0.4.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ruby/reline/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" ruby_add_rdepend ">=dev-ruby/io-console-0.5.0:0" diff --git a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.5.ebuild b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.5.ebuild index 082bb2ed6247..fcd17c4d31c8 100644 --- a/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.5.ebuild +++ b/dev-ruby/test-unit-ruby-core/test-unit-ruby-core-1.0.5.ebuild @@ -13,4 +13,4 @@ HOMEPAGE="https://github.com/ruby/test-unit-ruby-core" LICENSE="|| ( Ruby-BSD BSD-2 ) PSF-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index bf9365edd970..5c38d84993bc 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest index 6fcde0c77d11..8d640e2b0f2c 100644 --- a/dev-util/bpftool/Manifest +++ b/dev-util/bpftool/Manifest @@ -1,6 +1,4 @@ -DIST linux-6.5.tar.xz 138898084 BLAKE2B 2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39 SHA512 1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257 -DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35 DIST linux-6.7.tar.xz 141406528 BLAKE2B cecdbd19905e43e485ab73b352ced18b37f2a138c97a6956cadcda5d3d271001117dc1cf896b166ff019fc7f405f9539e2ed0d6112b0890efb04d182adf4fd0e SHA512 de06de556191614bd9daf077ae239360352a402bab407748e67f1e5108c92fd933e451707840ab22fe0f9976db3d1e1b60ca9d41cf894f015ca09b3f652b74ad -DIST patch-6.5.7.xz 561404 BLAKE2B 98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175 SHA512 4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392 -DIST patch-6.6.8.xz 587540 BLAKE2B 4794b1b4415b8369b856a4b04d23931903a84d7f660e5cbf5677c359dba3c64cdb55606325ad2be1ce7878cd0daa95d2318dbf5ef12006ad37c9a69cd74b2dae SHA512 1bdf6186ef52831d508dacf740ce6c18eccca71a6426e294d5d47ebfff26a716c58db1963c439760ef104a594db5fa888d3374bc113af229794cca9362692dfe +DIST linux-6.8.tar.xz 142502100 BLAKE2B c6f17f816cea16e629f63e9379b98888713f57b2c5173306926471f139a9d612a0c74e119341f8075390e55e203d787d9edeb4ad5a064b18870f6f0f7ffaafb2 SHA512 5c4eb4aa1d3f7d1ea01c0f7ddeadacdece6e144fd4bdfc16b2b925d3e10dc04de3a6db69320b79a96c3560052616f001d2c09e7a1bb4f7b731e2380a7ecce068 DIST patch-6.7.6.xz 583872 BLAKE2B 123dfd4170680917ebf16c3c7f3ab31754637c962dca5e5f5d52dd702a46bb68b01ca3a5b3c2482db34841f139871126576d30703825f8ca2dda2d8bfc4ed7e2 SHA512 ab5bef028a6c61e3c6432d49e95d88aec97140d7f8b295a71ba96b08254199343f93f11da4b34ab2482015adb0d1816b6719a21f8a0f2b1dd1bd96fcd3a72d2e +DIST patch-6.8.2.xz 247244 BLAKE2B a85078230548543c38550a5546689d0b44a54208cdad591ab34e10dec9348ce2f74e45bf85f373b14977d40556067e2e2c17ac4b6791fbb8aaba98feccd3cdac SHA512 a8e32b89f7680670c69c62f356846bb65b57614f979114627a9a2f945d7dc97c921d30197dffa993e5b18e499ba8c7196046ffdf0e721528a5378d1ee65a9ba5 diff --git a/dev-util/bpftool/bpftool-6.5.7.ebuild b/dev-util/bpftool/bpftool-6.5.7.ebuild deleted file mode 100644 index 01823047c46c..000000000000 --- a/dev-util/bpftool/bpftool-6.5.7.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -inherit estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs - -MY_PV="${PV/_/-}" -MY_PV="${MY_PV/-pre/-git}" - -DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and maps" -HOMEPAGE="https://kernel.org/" - -LINUX_V="${PV:0:1}.x" -LINUX_VER=$(ver_cut 1-2) -LINUX_PATCH=patch-${PV}.xz -SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH}" - -LINUX_SOURCES="linux-${LINUX_VER}.tar.xz" -SRC_URI+=" https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}" - -S_K="${WORKDIR}/linux-${LINUX_VER}" -S="${S_K}/tools/bpf/bpftool" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" -IUSE="caps" - -RDEPEND=" - sys-libs/binutils-libs:= - sys-libs/zlib:= - virtual/libelf:= - caps? ( sys-libs/libcap:= ) -" -DEPEND=" - ${RDEPEND} - >=sys-kernel/linux-headers-5.8 -" -BDEPEND=" - ${LINUX_PATCH+dev-util/patchutils} - ${PYTHON_DEPS} - app-arch/tar - dev-python/docutils -" - -CONFIG_CHECK="~DEBUG_INFO_BTF" - -# src_unpack and src_prepare are copied from dev-util/perf since -# it's building from the same tarball, please keep it in sync with perf -src_unpack() { - local paths=( - tools/bpf kernel/bpf - tools/{arch,build,include,lib,perf,scripts} {scripts,include,lib} "arch/*/lib" - ) - - # We expect the tar implementation to support the -j and --wildcards option - echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}" - gtar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \ - "${paths[@]/#/linux-${LINUX_VER}/}" || die - - if [[ -n ${LINUX_PATCH} ]] ; then - eshopts_push -o noglob - ebegin "Filtering partial source patch" - filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} \ - > ${P}.patch - eend $? || die "filterdiff failed" - eshopts_pop - fi - - local a - for a in ${A}; do - [[ ${a} == ${LINUX_SOURCES} ]] && continue - [[ ${a} == ${LINUX_PATCH} ]] && continue - unpack ${a} - done -} - -src_prepare() { - default - - if [[ -n ${LINUX_PATCH} ]] ; then - pushd "${S_K}" >/dev/null || die - eapply "${WORKDIR}"/${P}.patch - popd || die - fi - - # dev-python/docutils installs rst2man.py, not rst2man - sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile || die -} - -bpftool_make() { - local arch=$(tc-arch-kernel) - tc-export AR CC LD - - emake V=1 VF=1 \ - HOSTCC="$(tc-getBUILD_CC)" HOSTLD="$(tc-getBUILD_LD)" \ - EXTRA_CFLAGS="${CFLAGS}" ARCH="${arch}" BPFTOOL_VERSION="${MY_PV}" \ - prefix="${EPREFIX}"/usr \ - bash_compdir="$(get_bashcompdir)" \ - feature-libcap="$(usex caps 1 0)" \ - "$@" -} - -src_compile() { - bpftool_make - bpftool_make -C Documentation -} - -src_install() { - bpftool_make DESTDIR="${D}" install - bpftool_make mandir="${ED}"/usr/share/man -C Documentation install -} - -pkg_postinst() { - optfeature "clang-bpf-co-re support" sys-devel/clang[llvm_targets_BPF] -} diff --git a/dev-util/bpftool/bpftool-6.6.8.ebuild b/dev-util/bpftool/bpftool-6.8.2.ebuild similarity index 90% rename from dev-util/bpftool/bpftool-6.6.8.ebuild rename to dev-util/bpftool/bpftool-6.8.2.ebuild index 6bccebe1c3cf..d9eba8e311ae 100644 --- a/dev-util/bpftool/bpftool-6.6.8.ebuild +++ b/dev-util/bpftool/bpftool-6.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs MY_PV="${PV/_/-}" @@ -26,13 +26,14 @@ S="${S_K}/tools/bpf/bpftool" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" -IUSE="caps" +IUSE="caps +llvm" RDEPEND=" sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) + llvm? ( sys-devel/llvm:= ) " DEPEND=" ${RDEPEND} @@ -86,8 +87,8 @@ src_prepare() { popd || die fi - # dev-python/docutils installs rst2man.py, not rst2man - sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile || die + # Use rst2man or rst2man.py depending on which one exists (#930076) + type -P rst2man >/dev/null || sed -i -e 's/rst2man/rst2man.py/g' || die # remove -Werror (bug 887981) sed -i -e 's/\-Werror//g' ../../lib/bpf/Makefile || die @@ -103,6 +104,7 @@ bpftool_make() { prefix="${EPREFIX}"/usr \ bash_compdir="$(get_bashcompdir)" \ feature-libcap="$(usex caps 1 0)" \ + feature-llvm="$(usex llvm 1 0)" \ "$@" } diff --git a/dev-util/ccache/ccache-4.9.1-r1.ebuild b/dev-util/ccache/ccache-4.9.1-r1.ebuild index 8bac5338f821..8c1ba22183f3 100644 --- a/dev-util/ccache/ccache-4.9.1-r1.ebuild +++ b/dev-util/ccache/ccache-4.9.1-r1.ebuild @@ -33,7 +33,7 @@ fi LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )" LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test" RESTRICT="!test? ( test )" diff --git a/dev-util/ccls/Manifest b/dev-util/ccls/Manifest index a432bf86c6dc..2addea81a5ea 100644 --- a/dev-util/ccls/Manifest +++ b/dev-util/ccls/Manifest @@ -1 +1,2 @@ DIST ccls-0.20230717.tar.gz 161869 BLAKE2B fea3d484027d6b1493627e1bd3ea8f031b3486db7d41c34b94715a0abee342f0d87f85226ac567736013a71135325b3c9d13f6fe29b73db1b8dbc87586c16e1b SHA512 f0fe31877151b76cabc17aa2ef8d3d87038805fbe43ca807e2e0824e90d952b1f5767f151788480aedf58e2ff569b72978fceeaca6b741b00c643d73f6afb445 +DIST ccls-0.20240202.tar.gz 162283 BLAKE2B e96ae688690cfac13505e710c4b31afc5a3281bcb735d5f215b364870e0958b0b11799ab4340b74ef1530eb8d378d2b8dd7fddb1b16cbe5707073d63bce4a985 SHA512 bf30c869b985d7d6c0ecabfcc563b4983616c4f47ba743586a23441575695d87557113cdfd2603185adc454940d9244c331d9dc16444564358c910e2d61e9281 diff --git a/dev-util/ccls/ccls-0.20240202.ebuild b/dev-util/ccls/ccls-0.20240202.ebuild new file mode 100644 index 000000000000..18afc3fd7cb3 --- /dev/null +++ b/dev-util/ccls/ccls-0.20240202.ebuild @@ -0,0 +1,43 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +EGIT_REPO_URI="https://github.com/MaskRay/${PN}" + +if [[ ${PV} = 9999* ]]; then + GIT_ECLASS="git-r3" + LLVM_MAX_SLOT=18 +else + LLVM_MAX_SLOT=18 +fi + +inherit cmake llvm ${GIT_ECLASS} + +DESCRIPTION="C/C++/ObjC language server" +HOMEPAGE="https://github.com/MaskRay/ccls" + +if [[ ${PV} != *9999 ]] ; then + SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~riscv" +fi + +LICENSE="Apache-2.0" +SLOT="0" + +# We only depend on Clang because of a quirk in how dependencies work +# See comment in llvm.eclass docs +DEPEND=" + dev-libs/rapidjson + > "${new_tlpdb}" + xargs -0 --no-run-if-empty sed -s '$G' >> "${new_tlpdb}" assert "generating tlpdb failed" fi diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 0f8fa5bec718..329156f608e8 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/bsnes-jg/Manifest b/games-emulation/bsnes-jg/Manifest index be59e5809a5e..8fa3da84c341 100644 --- a/games-emulation/bsnes-jg/Manifest +++ b/games-emulation/bsnes-jg/Manifest @@ -1 +1,2 @@ DIST bsnes-1.1.2.tar.bz2 4183035 BLAKE2B 09e01845fb9e6208f5262e2abef14c46e9fa53cfdd025821345507fc68e520dc21ca69e5d712a7f821936166975865c26dc0be42549b551abdbb941e748949b1 SHA512 77cb82b6cba2941813de25273bd74b928ad380dccadb909ae3500ddf6f8906504f5400df95381569d35fc7b06e0330f9eb4d54d88d64a5c698925d54df62bada +DIST bsnes-1.2.0.tar.bz2 4277380 BLAKE2B 03abb6efdf2e2fe487ddea780f9a3053092e718695d7f875304a008f5e3e967c443f3ad40d7c8a82b07d66c52ead5d258018fd004cb205efaaa872b122057c98 SHA512 96aaeecf10508bc7672c30fa24b34e0d32e34c4190928109a141f4a1d73fb6f007844f9b7154ffc57028ddb9e99b5c281a214b9517ce5de618cf229722ff1e20 diff --git a/games-emulation/bsnes-jg/bsnes-jg-1.1.2-r1.ebuild b/games-emulation/bsnes-jg/bsnes-jg-1.2.0.ebuild similarity index 93% rename from games-emulation/bsnes-jg/bsnes-jg-1.1.2-r1.ebuild rename to games-emulation/bsnes-jg/bsnes-jg-1.2.0.ebuild index 3522f14ebe50..243ad0946b1d 100644 --- a/games-emulation/bsnes-jg/bsnes-jg-1.1.2-r1.ebuild +++ b/games-emulation/bsnes-jg/bsnes-jg-1.2.0.ebuild @@ -21,10 +21,6 @@ fi LICENSE="ISC GPL-3+ LGPL-2.1+ MIT ZLIB" SLOT="1" -PATCHES=( - "${FILESDIR}"/${P}-endianness.patch # 891201#c9 -) - DEPEND=" media-libs/jg:1= media-libs/libsamplerate diff --git a/games-emulation/gambatte-jg/Manifest b/games-emulation/gambatte-jg/Manifest index 40a95ee7206c..d220eb85ea9a 100644 --- a/games-emulation/gambatte-jg/Manifest +++ b/games-emulation/gambatte-jg/Manifest @@ -1 +1,2 @@ DIST gambatte-0.5.1.tar.bz2 305331 BLAKE2B edde374d0ed2b5f8c9ca3060520f2ffa392a82378fcac0ad18ea6ca0a02bc5240c8dc9f72c6427f2c85f11fd4b68b1a92717c20f34ad71d27a1ee3e9eb5238cd SHA512 60ea7199b1f26bb403ac48d871ef5191cbd6de6794ecde72693d9360ca476b364dc9e6c5bd88d5e54e9835d67feb17d1b7453b48096736ef870bea473b0691a5 +DIST gambatte-0.6.0.tar.bz2 384803 BLAKE2B 8d203385704fc212c84835ec1446dac9b7e64b59dc04ffc72533fe309716ea78a58d5b61707214b2b66dd9af5e5f9d52e0e46973673ab50b04dbd3b2075de51f SHA512 538a52d91b554c9a01c8e4ffbb96aa81638344687d0dee593f8950c10a93d732f44442ada4809cb36be5311df2bdce65b1d5f71db97579bcf8cb9516dddc30a3 diff --git a/games-emulation/gambatte-jg/gambatte-jg-0.6.0.ebuild b/games-emulation/gambatte-jg/gambatte-jg-0.6.0.ebuild new file mode 100644 index 000000000000..5b5647ac0425 --- /dev/null +++ b/games-emulation/gambatte-jg/gambatte-jg-0.6.0.ebuild @@ -0,0 +1,75 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +MY_PN=${PN%-*} +MY_P=${MY_PN}-${PV} +DESCRIPTION="Jolly Good Fork of Gambatte" +HOMEPAGE="https://gitlab.com/jgemu/gambatte" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" + S="${WORKDIR}/${MY_P}" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +fi + +LICENSE=" + GPL-2 + examples? ( 0BSD ) + jgmodule? ( BSD ) +" +SLOT="1" +IUSE="examples +jgmodule shared" +REQUIRED_USE="|| ( examples jgmodule shared )" + +DEPEND=" + examples? ( + media-libs/libsdl2[sound,video] + media-libs/speexdsp + ) + jgmodule? ( + media-libs/jg:1= + media-libs/soxr + ) +" +RDEPEND=" + ${DEPEND} + jgmodule? ( games-emulation/jgrf ) +" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local makeopts=( + DISABLE_MODULE=$(usex jgmodule 0 1) + ENABLE_EXAMPLE=$(usex examples 1 0) + ENABLE_SHARED=$(usex shared 1 0) + ) + export MY_MAKEOPTS="${makeopts[@]}" +} + +src_compile() { + local mymakeargs=( + CXX="$(tc-getCXX)" + PKG_CONFIG="$(tc-getPKG_CONFIG)" + ${MY_MAKEOPTS} + ) + emake "${mymakeargs[@]}" +} + +src_install() { + local mymakeargs=( + DESTDIR="${D}" + PREFIX="${EPREFIX}"/usr + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} + LIBDIR="${EPREFIX}/usr/$(get_libdir)" + ${MY_MAKEOPTS} + ) + emake install "${mymakeargs[@]}" +} diff --git a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild index f342303e1e39..5b5647ac0425 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild @@ -45,7 +45,7 @@ BDEPEND=" virtual/pkgconfig " -pkg_setup() { +src_configure() { local makeopts=( DISABLE_MODULE=$(usex jgmodule 0 1) ENABLE_EXAMPLE=$(usex examples 1 0) diff --git a/games-emulation/jgemu/jgemu-1.0.0.ebuild b/games-emulation/jgemu/jgemu-1.0.0.ebuild index a9e79e906401..c2bfc863b5cc 100644 --- a/games-emulation/jgemu/jgemu-1.0.0.ebuild +++ b/games-emulation/jgemu/jgemu-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ HOMEPAGE="https://jgemu.gitlab.io/" LICENSE="metapackage" SLOT="1" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+bsnes +cega +gambatte +geolith +jollycv +mednafen melonds +mgba +nestopia +prosystem sameboy +vecx" RDEPEND=" diff --git a/games-emulation/jgrf/Manifest b/games-emulation/jgrf/Manifest index 9d444fe20360..09334e68d8e7 100644 --- a/games-emulation/jgrf/Manifest +++ b/games-emulation/jgrf/Manifest @@ -1 +1,2 @@ DIST jgrf-1.0.2.tar.bz2 297837 BLAKE2B 1119f3b11ec4d64eda775ca39a13f1c6873dfa06b206229e12edf1790b8abb5ebf6b9161dd11fd735e9e3745c9c4bb7fc3a9e44523a65be8bd2ca139d0ccc14f SHA512 75b4c8fe8b142a144eccdcbbb763c78c091f869d3411caa127a8c319af1c37cd1157f63a2ee28945f4dc1c5b7b465b15a9c7fdeb23e03bb7d7441e8caa16b435 +DIST jgrf-1.1.0.tar.bz2 300956 BLAKE2B a9bdacfb1713a20eaf78794f149773ba19c594941e7fe793d67d1c1a7f86bb8e5911ba92e35ac2a3bbef2c00009b478038fb93636d0a36f567596d44d4bfa7f0 SHA512 4fb96c9fea7bca818b44870bbb69cdb0c062739766d82793909228ba43d3b3be0c1ecfbad8fb2b18e445ae5a0c3958141bbc16726b97a4d3eaef596e94af88b7 diff --git a/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild b/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild index 9b2b99b6db19..64d0d2963deb 100644 --- a/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild +++ b/games-emulation/jgrf/jgrf-1.0.2-r1.ebuild @@ -22,7 +22,7 @@ DEPEND=" dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= - media-libs/libepoxy[egl] + media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp " diff --git a/games-emulation/jgrf/jgrf-1.1.0.ebuild b/games-emulation/jgrf/jgrf-1.1.0.ebuild new file mode 100644 index 000000000000..64d0d2963deb --- /dev/null +++ b/games-emulation/jgrf/jgrf-1.1.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs xdg + +DESCRIPTION="The Jolly Good Reference Frontend" +HOMEPAGE="https://jgemu.gitlab.io/jgrf.html" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +fi + +LICENSE="BSD CC0-1.0 MIT ZLIB" +SLOT="1" + +DEPEND=" + dev-libs/miniz + dev-libs/openssl:0= + media-libs/jg:1= + media-libs/libepoxy[egl(+)] + media-libs/libsdl2[opengl,sound,video] + media-libs/speexdsp +" +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + PKG_CONFIG="$(tc-getPKG_CONFIG)" \ + PREFIX="${EPREFIX}"/usr \ + LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ + USE_EXTERNAL_MD5=1 \ + USE_EXTERNAL_MINIZ=1 +} + +src_install() { + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}"/usr \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + USE_EXTERNAL_MD5=1 \ + USE_EXTERNAL_MINIZ=1 +} diff --git a/games-emulation/jgrf/jgrf-9999.ebuild b/games-emulation/jgrf/jgrf-9999.ebuild index 9b2b99b6db19..64d0d2963deb 100644 --- a/games-emulation/jgrf/jgrf-9999.ebuild +++ b/games-emulation/jgrf/jgrf-9999.ebuild @@ -22,7 +22,7 @@ DEPEND=" dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= - media-libs/libepoxy[egl] + media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp " diff --git a/games-emulation/mednafen-jg/Manifest b/games-emulation/mednafen-jg/Manifest index 8aa3b34b6bba..16df541909b1 100644 --- a/games-emulation/mednafen-jg/Manifest +++ b/games-emulation/mednafen-jg/Manifest @@ -1,2 +1,2 @@ -DIST mednafen-1.31.0.tar.bz2 4400375 BLAKE2B 691d449f55cf2702bdeed06470a1e56507ee09407929e1d742996f54212146a2cdd96e6e31a30ca8d94e807ea95c3a2766297df0f0a38e9c1d28e6615705b536 SHA512 908bdd717b916066f3fca46019fa70c789adf0b159250d3ea3b485ca30c8e41e1b86274bf857530943189461ec8165dcd5242456cbf2e259341731af33f00dfa DIST mednafen-1.32.0.tar.bz2 4427616 BLAKE2B 71a210de8fc3de9169c1f839b942ccf83adeca66863868db4eaba1290c31eb874c7a941a19b5d7ae79464f505e785c5c45949f497b1ba5fc98449dcecad19b47 SHA512 9f4b4afa493c4f08c7c6d6867f58f267f60e1d9c7a341f187c8f7b048a894e532f507a484d2bf12e68156625388923e7091e555c43ef0dd5547e644c8a8c4fea +DIST mednafen-1.32.1.tar.bz2 4428510 BLAKE2B b85ef506e9d0f76b08469f12dc1f57e0cdb789c9b36b50ad03ed1dbbc9640e2109a37f639acb5d9f7f8d17f97f9aca97700c75ffcfcd53c3a8098fb7f0d3d128 SHA512 1cbf88a3f95ead46cd4e106a701e7adefd54cd1869394e6e907f89370ba434b3999d8a5372e5f2ded43135716aed739fb5313f680687de20f1c4b8e74af54b60 diff --git a/games-emulation/mednafen-jg/mednafen-jg-1.31.0.ebuild b/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild similarity index 94% rename from games-emulation/mednafen-jg/mednafen-jg-1.31.0.ebuild rename to games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild index 5e9c6ff7b616..20d7f90f9bd8 100644 --- a/games-emulation/mednafen-jg/mednafen-jg-1.31.0.ebuild +++ b/games-emulation/mednafen-jg/mednafen-jg-1.32.1.ebuild @@ -20,6 +20,7 @@ fi LICENSE="BSD GPL-2 GPL-2+ LGPL-2.1+ ZLIB" SLOT="1" +IUSE="cpu_flags_x86_avx" DEPEND=" app-arch/zstd @@ -46,7 +47,7 @@ src_prepare() { src_configure() { cd jollygood/conf || die - econf + econf $(use_enable cpu_flags_x86_avx avx) } src_compile() { diff --git a/games-emulation/nestopia-jg/Manifest b/games-emulation/nestopia-jg/Manifest index 0c597bb9c93a..b7c199961dac 100644 --- a/games-emulation/nestopia-jg/Manifest +++ b/games-emulation/nestopia-jg/Manifest @@ -1 +1,2 @@ DIST nestopia-1.52.0.tar.bz2 451267 BLAKE2B a70e1251a5b9dcb17a5d8e8233c12cc90189a0471aa3faf955c15d7331e44c4a67d6ddd101326820c219c3b5e09780a7191a45c14267e6da156d968a5b9bfce0 SHA512 5b2876ec3dcc90b94b99184d964bdeee8f194e07f8b8efeb9f425a118c3cc51e3d54901d922988047bfcb7fa5f3be97ed4e694c1451046a98e99678625d1f6f4 +DIST nestopia-1.52.1.tar.bz2 660171 BLAKE2B 1c5c17d84bb13b19703cd552d844cf42d8d7e72f72b9879cf10249cd091a5d3db0cef5be9afc04728a57d1fdd3f8c4d1ed7105b872ea4df114c30dd8e69fd5be SHA512 b9c606a9becd094bd1bec1aa8d57f57eb596aefaa91a4e09a10c17535c1e38c1b17a56160ffa48b2e240fb7e7d56a4227ffdf3ea0ef6dc401d347bc7e498d015 diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild new file mode 100644 index 000000000000..0c8527af385d --- /dev/null +++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +MY_PN=${PN%-*} +MY_P=${MY_PN}-${PV} +DESCRIPTION="Jolly Good Fork of Nestopia" +HOMEPAGE="https://gitlab.com/jgemu/nestopia" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" +else + SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" + S="${WORKDIR}/${MY_P}" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="1" + +DEPEND=" + media-libs/jg:1= +" +RDEPEND=" + ${DEPEND} + games-emulation/jgrf +" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" +} + +src_install() { + emake install \ + DESTDIR="${D}" \ + PREFIX="${EPREFIX}"/usr \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + LIBDIR="${EPREFIX}/usr/$(get_libdir)" +} diff --git a/games-engines/Manifest.gz b/games-engines/Manifest.gz index dd764bdeb58d..d2713a8c7181 100644 Binary files a/games-engines/Manifest.gz and b/games-engines/Manifest.gz differ diff --git a/games-engines/frotz/files/frotz-2.53-uint32.patch b/games-engines/frotz/files/frotz-2.53-uint32.patch new file mode 100644 index 000000000000..18e7d244c272 --- /dev/null +++ b/games-engines/frotz/files/frotz-2.53-uint32.patch @@ -0,0 +1,475 @@ +Description: Use uint32_t instead of ulong +Author: Stephen Kitt + +When built with hardening enabled, there’s a ulong/uint32_t definition +conflict; since the type is supposed to be uint32_t, use that +directly. + +--- a/src/sdl/sf_frotz.h ++++ b/src/sdl/sf_frotz.h +@@ -12,13 +12,13 @@ + #include "../blorb/blorb.h" + + #include ++#include + typedef uint8_t byte; + typedef uint16_t word; +-#define ulong uint32_t + + typedef struct { + bb_result_t bbres; +- ulong type; ++ uint32_t type; + FILE *file; + } myresource; + +@@ -54,7 +54,7 @@ + #endif + + /* this assumes RGBA with lsb = R */ +-static inline ulong RGB5ToTrue(word w) ++static inline uint32_t RGB5ToTrue(word w) + { + int _r = w & 0x001F; + int _g = (w & 0x03E0) >> 5; +@@ -62,10 +62,10 @@ + _r = (_r << 3) | (_r >> 2); + _g = (_g << 3) | (_g >> 2); + _b = (_b << 3) | (_b >> 2); +- return (ulong) (_r | (_g << 8) | (_b << 16)); ++ return (uint32_t) (_r | (_g << 8) | (_b << 16)); + } + +-static inline word TrueToRGB5(ulong u) ++static inline word TrueToRGB5(uint32_t u) + { + return (word) (((u >> 3) & 0x001f) | ((u >> 6) & 0x03e0) | + ((u >> 9) & 0x7c00)); +@@ -81,10 +81,10 @@ + extern int m_v6scale; + extern double m_gfxScale_w; + extern double m_gfxScale_h; +-extern ulong m_defaultFore; +-extern ulong m_defaultBack; +-extern ulong m_colours[11]; +-extern ulong m_nonStdColours[NON_STD_COLS]; ++extern uint32_t m_defaultFore; ++extern uint32_t m_defaultBack; ++extern uint32_t m_colours[11]; ++extern uint32_t m_nonStdColours[NON_STD_COLS]; + extern int m_nonStdIndex; + extern bool m_exitPause; + extern bool m_lineInput; +@@ -118,7 +118,7 @@ + int number; /* 0 means unallocated */ + int width, height; + byte *pixels; +- ulong palette[16]; ++ uint32_t palette[16]; + int palette_entries; + int transparentcolor; + bool adaptive; +@@ -190,9 +190,9 @@ + + void sf_readsettings(); + +-ulong sf_GetColour(int colour); +-ulong sf_GetDefaultColour(bool fore); +-int sf_GetColourIndex(ulong colour); ++uint32_t sf_GetColour(int colour); ++uint32_t sf_GetDefaultColour(bool fore); ++int sf_GetColourIndex(uint32_t colour); + + void sf_initvideo(int w, int h, int full); + +@@ -221,7 +221,7 @@ + + bool sf_IsInfocomV6(void); + +-ulong sf_blend(int a, ulong s, ulong d); ++uint32_t sf_blend(int a, uint32_t s, uint32_t d); + + void sf_sleep(int millisecs); + +@@ -234,8 +234,8 @@ + + int sf_pkread(FILE * f, int foffs, void **out, int *size); + +-ulong *sf_savearea(int x, int y, int w, int h); +-void sf_restoreareaandfree(ulong * s); ++uint32_t *sf_savearea(int x, int y, int w, int h); ++void sf_restoreareaandfree(uint32_t * s); + #define SF_NOTIMP (-9999) + + zword sf_read_key(int timeout, bool cursor, bool allowed, bool text); +@@ -243,7 +243,7 @@ + int sf_user_fdialog(bool exist, const char *def, const char *filt, + const char *title, char **res); + extern int (*sf_osdialog)(bool ex, const char *def, const char *filt, +- const char *tit, char **res, ulong * sbuf, int sbp, ++ const char *tit, char **res, uint32_t * sbuf, int sbp, + int ew, int eh, int isfull); + + void sf_checksound(void); +@@ -255,13 +255,13 @@ + + char *sf_searchfile(char *, int, char *, char *); + +-void sf_chline(int x, int y, ulong c, int n); +-void sf_cvline(int x, int y, ulong c, int n); ++void sf_chline(int x, int y, uint32_t c, int n); ++void sf_cvline(int x, int y, uint32_t c, int n); + bool sf_flushdisplay(void); + void sf_getclip(int *x, int *y, int *w, int *h); + void sf_rect(unsigned long color, int x, int y, int w, int h); + void sf_setclip(int x, int y, int w, int h); +-void sf_wpixel(int x, int y, ulong c); ++void sf_wpixel(int x, int y, uint32_t c); + + void sf_InitProfile(const char *fn); + void sf_FinishProfile(void); +--- a/src/sdl/sf_resource.c ++++ b/src/sdl/sf_resource.c +@@ -51,10 +51,10 @@ + int m_v6scale_y; + double m_gfxScale_w = 1.0; + double m_gfxScale_h = 1.0; +-ulong m_defaultFore; +-ulong m_defaultBack; +-ulong m_colours[11]; +-ulong m_nonStdColours[NON_STD_COLS]; ++uint32_t m_defaultFore; ++uint32_t m_defaultBack; ++uint32_t m_colours[11]; ++uint32_t m_nonStdColours[NON_STD_COLS]; + int m_nonStdIndex; + bool m_exitPause = 0; + bool m_lineInput = 0; +@@ -478,7 +478,7 @@ + + + /* Get a colour */ +-ulong sf_GetColour(int colour) ++uint32_t sf_GetColour(int colour) + { + /* Standard colours */ + if ((colour >= BLACK_COLOUR) && (colour <= DARKGREY_COLOUR)) +@@ -500,7 +500,7 @@ + + + /* Get a default colour */ +-ulong sf_GetDefaultColour(bool fore) ++uint32_t sf_GetDefaultColour(bool fore) + { + if (m_IsInfocomV6) + return sf_GetColour(fore ? WHITE_COLOUR : BLACK_COLOUR); +@@ -509,7 +509,7 @@ + + + /* Get an index for a non-standard colour */ +-int sf_GetColourIndex(ulong colour) ++int sf_GetColourIndex(uint32_t colour) + { + int i, index = -1; + /* Is this a standard colour? */ +@@ -950,7 +950,7 @@ + int sf_getresource(int num, int ispic, int method, myresource * res) + { + int st; +- ulong usage; ++ uint32_t usage; + + res->bbres.data.ptr = NULL; + res->file = NULL; +@@ -981,7 +981,7 @@ + typedef struct { + void *next; + int num, ispic; +- ulong type; ++ uint32_t type; + char *name; + } LLENTRY; + +@@ -989,7 +989,7 @@ + + static int numlocal = 0, numlocalpic = 0, numlocalsnd = 0; + static int p_ispic, p_num; +-static ulong p_type; ++static uint32_t p_type; + static char *p_name; + + +--- a/src/sdl/sf_video.c ++++ b/src/sdl/sf_video.c +@@ -31,7 +31,7 @@ + + static char banner[256]; + static int isfullscreen; +-static ulong *sbuffer = NULL; ++static uint32_t *sbuffer = NULL; + static int sbpitch; /* in longs */ + static int dirty = 0; + static int ewidth, eheight; +@@ -45,7 +45,7 @@ + static void sf_quitconf(); + + static bool ApplyPalette(sf_picture *); +-static ulong screen_palette[16]; ++static uint32_t screen_palette[16]; + + extern z_header_t z_header; + +@@ -99,7 +99,7 @@ + } + + +-void sf_wpixel(int x, int y, ulong c) ++void sf_wpixel(int x, int y, uint32_t c) + { + if (x < xmin || x >= xmax || y < ymin || y >= ymax) + return; +@@ -108,7 +108,7 @@ + } + + +-ulong sf_rpixel(int x, int y) ++uint32_t sf_rpixel(int x, int y) + { + if (x < 0 || x >= ewidth || y < 0 || y >= eheight) + return 0; +@@ -116,7 +116,7 @@ + } + + #define MAXCUR 64 +-static ulong savedcur[MAXCUR]; ++static uint32_t savedcur[MAXCUR]; + + static void drawthecursor(int x, int y, int onoff) + { +@@ -156,9 +156,9 @@ + } + + +-void sf_chline(int x, int y, ulong c, int n) ++void sf_chline(int x, int y, uint32_t c, int n) + { +- ulong *s; ++ uint32_t *s; + if (y < ymin || y >= ymax) + return; + if (x < xmin) { +@@ -176,9 +176,9 @@ + } + + +-void sf_cvline(int x, int y, ulong c, int n) ++void sf_cvline(int x, int y, uint32_t c, int n) + { +- ulong *s; ++ uint32_t *s; + if (x < xmin || x >= xmax) + return; + if (y < xmin) { +@@ -198,9 +198,9 @@ + } + + +-ulong sf_blendlinear(int a, ulong s, ulong d) ++uint32_t sf_blendlinear(int a, uint32_t s, uint32_t d) + { +- ulong r; ++ uint32_t r; + r = ((s & 0xff) * a + (d & 0xff) * (256 - a)) >> 8; + s >>= 8; + d >>= 8; +@@ -234,7 +234,7 @@ + int height = ts->font->height(ts->font); + int width; + +- ulong color, bc; ++ uint32_t color, bc; + + if ((ts->style & REVERSE_STYLE) != 0) { + bc = ts->fore; +@@ -262,7 +262,7 @@ + int t = *bmp++; + if (xx < byw) { + if (t) { +- ulong sval = color; ++ uint32_t sval = color; + if (t < 255) + sval = sf_blend((int) (t + (t >> 7)), sval, sf_rpixel(x + xx, y)); + sf_wpixel(x + xx, y, sval); +@@ -292,7 +292,7 @@ + + void sf_fillrect(unsigned long color, int x, int y, int w, int h) + { +- ulong *dst; ++ uint32_t *dst; + int i; + if (x < xmin) { + w += x - xmin; +@@ -380,7 +380,7 @@ + + static void scroll(int x, int y, int w, int h, int n) + { +- ulong *src, *dst; ++ uint32_t *src, *dst; + int nmove, step; + if (n > 0) { + dst = sbuffer + x + sbpitch * y; +@@ -397,7 +397,7 @@ + return; + if (nmove > 0) { + while (nmove--) { +- memmove(dst, src, w * sizeof(ulong)); ++ memmove(dst, src, w * sizeof(uint32_t)); + dst += step; + src += step; + } +@@ -414,7 +414,7 @@ + { + if (dirty) { + SDL_UpdateTexture(texture, NULL, sbuffer, +- sbpitch * sizeof(ulong)); ++ sbpitch * sizeof(uint32_t)); + myGrefresh(); + dirty = 0; + return true; +@@ -537,7 +537,7 @@ + SDL_TEXTUREACCESS_STREAMING, W, H))) + os_fatal("Failed to create texture: %s", SDL_GetError()); + +- sbuffer = calloc(W * H, sizeof(ulong)); ++ sbuffer = calloc(W * H, sizeof(uint32_t)); + if (!sbuffer) + os_fatal("Could not create gc"); + +@@ -564,7 +564,7 @@ + int ox, oy, ow, oh; + Zwindow *winpars; + sf_picture *pic = sf_getpic(picture); +- ulong *src, *dst, sval, dval, alpha; ++ uint32_t *src, *dst, sval, dval, alpha; + + sf_flushtext(); + +@@ -572,7 +572,7 @@ + return; + if (!pic->pixels) + return; +- src = (ulong *) pic->pixels; ++ src = (uint32_t *) pic->pixels; + + x--; + y--; +@@ -673,7 +673,7 @@ + } + + +-static ulong mytimeout; ++static uint32_t mytimeout; + int mouse_button; + static int numAltQ = 0; + +@@ -1238,9 +1238,9 @@ + } + + +-ulong *sf_savearea(int x, int y, int w, int h) ++uint32_t *sf_savearea(int x, int y, int w, int h) + { +- ulong *r, *p, *s; ++ uint32_t *r, *p, *s; + int i; + + if (x < 0) { +@@ -1261,7 +1261,7 @@ + if (h <= 0) + return NULL; + +- r = p = malloc((w * h + 4) * sizeof(ulong)); ++ r = p = malloc((w * h + 4) * sizeof(uint32_t)); + if (!r) + return NULL; + +@@ -1272,7 +1272,7 @@ + + s = sbuffer + x + y * sbpitch; + for (i = 0; i < h; i++) { +- memmove(p, s, w * sizeof(ulong)); ++ memmove(p, s, w * sizeof(uint32_t)); + p += w; + s += sbpitch; + } +@@ -1280,9 +1280,9 @@ + } + + +-void sf_restoreareaandfree(ulong * s) ++void sf_restoreareaandfree(uint32_t * s) + { +- ulong *p, *d; ++ uint32_t *p, *d; + int i, x, y, w, h; + if (!s) + return; +@@ -1295,7 +1295,7 @@ + + d = sbuffer + x + y * sbpitch; + for (i = 0; i < h; i++) { +- memmove(d, p, w * sizeof(ulong)); ++ memmove(d, p, w * sizeof(uint32_t)); + p += w; + d += sbpitch; + } +@@ -1307,7 +1307,7 @@ + + + int (*sf_osdialog)(bool ex, const char *def, const char *filt, const char *tit, +- char **res, ulong * sbuf, int sbp, int ew, int eh, ++ char **res, uint32_t * sbuf, int sbp, int ew, int eh, + int isfull) = NULL; + + +@@ -1322,7 +1322,7 @@ + } + + +-void sf_videodata(ulong ** sb, int *sp, int *ew, int *eh) ++void sf_videodata(uint32_t ** sb, int *sp, int *ew, int *eh) + { + *sb = sbuffer; + *sp = sbpitch; +@@ -1367,7 +1367,7 @@ + bool changed = FALSE; + int i, colors; + +- memset(&screen_palette, 0, sizeof(ulong)); ++ memset(&screen_palette, 0, sizeof(uint32_t)); + + if (graphic->usespalette) { + colors = graphic->palette_entries; +--- a/src/sdl/sf_images.c ++++ b/src/sdl/sf_images.c +@@ -38,9 +38,9 @@ + static byte fromLinear[256]; + extern bool m_adaptiveMode; + +-ulong sf_blend(int a, ulong s, ulong d) ++uint32_t sf_blend(int a, uint32_t s, uint32_t d) + { +- ulong r; ++ uint32_t r; + r = fromLinear[(toLinear[s & 0xff] * a + + toLinear[d & 0xff] * (256 - a)) >> 8]; + s >>= 8; +@@ -186,7 +186,7 @@ + if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette)) { + graphic->palette_entries = num_palette; + for (int i = 0; i < num_palette; i++) { +- ulong color = ++ uint32_t color = + palette[i].red | (palette[i]. + green << 8) | (palette[i]. + blue << diff --git a/games-engines/frotz/frotz-2.53-r1.ebuild b/games-engines/frotz/frotz-2.53-r1.ebuild index 1fdf97ae9e56..773b24490f66 100644 --- a/games-engines/frotz/frotz-2.53-r1.ebuild +++ b/games-engines/frotz/frotz-2.53-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,6 +38,10 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${PN}-2.53-uint32.patch +) + src_compile() { emake \ dumb \ diff --git a/games-kids/Manifest.gz b/games-kids/Manifest.gz index e36240602691..b38e11c9ec05 100644 Binary files a/games-kids/Manifest.gz and b/games-kids/Manifest.gz differ diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest index 536d5db037b0..be30cf12d9c4 100644 --- a/games-kids/gmult/Manifest +++ b/games-kids/gmult/Manifest @@ -1 +1,2 @@ DIST gmult-13.0.tar.bz2 202650 BLAKE2B 894a7a5fda188497e4c3a431f40b1ccff6ab875e2938b8d4174fa8d1925087b921eca989a7678d9c99c8afc242c5ad741de0b88947a094da40469b6c1f803ac0 SHA512 08c162c6a7184d38044fd11f1bb04b50dd0ab763c60150bb3b706faff8b4ea360fd44c53bd41422e164593a869416a366927f9b90c923b372cf1f25b61b424a1 +DIST gmult-14.0.tar.bz2 202720 BLAKE2B d9a3684eaef34ffbdba99f8d71c5166baea6535c134979f778b99a3c10a80b2f34f0b26f63328fd1e94dc0f2b15a8bf1cab1cf14a1f8f1ddab7dce79232e4424 SHA512 b08dc9d79d568ad7346f37acefd8351e6be17234a0e2477d3425dcba16bde2c96052598806ebd2328e9c16456b8b8c8c3e6df8100c90741fbbc0171d0c01486a diff --git a/games-kids/gmult/gmult-14.0.ebuild b/games-kids/gmult/gmult-14.0.ebuild new file mode 100644 index 000000000000..5e0f2317d381 --- /dev/null +++ b/games-kids/gmult/gmult-14.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs" +HOMEPAGE="https://gitlab.gnome.org/mterry/gmult/" +SRC_URI="https://gitlab.gnome.org/mterry/gmult/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" # only used for unnecessary .desktop/.po validation + +RDEPEND=" + dev-libs/glib:2 + >=gui-libs/gtk-4.14:4[introspection] + >=gui-libs/libadwaita-1.5:1[vala] + media-libs/graphene + virtual/libintl + x11-libs/cairo + x11-libs/pango +" +DEPEND="${RDEPEND}" +BDEPEND=" + $(vala_depend) + sys-devel/gettext +" + +DOCS=( NEWS.md README.md ) + +src_configure() { + vala_setup + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gnome-base/Manifest.gz b/gnome-base/Manifest.gz index 464374f34e80..1332aaa966df 100644 Binary files a/gnome-base/Manifest.gz and b/gnome-base/Manifest.gz differ diff --git a/gnome-base/gnome-control-center/Manifest b/gnome-base/gnome-control-center/Manifest index 1997277317c2..a06257574c6f 100644 --- a/gnome-base/gnome-control-center/Manifest +++ b/gnome-base/gnome-control-center/Manifest @@ -1,7 +1,5 @@ -DIST gnome-control-center-44.0-patchset.tar.xz 6004 BLAKE2B a647cd83fe5d2283edc341afaa6d55661b905fea740729cf21679c3593e5e339aec507b835fd57c11d1fdde8db338b57ff8e24f464bb1296ad7a5bd1fb7319c3 SHA512 85cdcf4d55028550cfd871285729d265f1f8b74ec46ad656ada122f511ec617a21c5927923e4000f3a2d7ca08f49aafc28cecbd4ab840db377fa2d4054997b6f -DIST gnome-control-center-44.3.tar.xz 7634240 BLAKE2B edd9cdd0f2cccd628670020f58f4c56f90fe7264593f8546a4d98c46cd12a1d3618f92532b1afdbd405e1ac8921d69f4f02a91e68507e8c3cd6aa29637ec0f41 SHA512 4eb4b2bd0109acc4626d64eaf948dc2b0442602a8219a9be880472710c124d2b4dabbcc74aaab1192d6bef74ad2757e719efd81b5d09850f348bc925d6f60355 DIST gnome-control-center-45.0-patchset.tar.xz 5888 BLAKE2B 7b7d818392e8758ca4d9247f55b84e4e8a37419859040e35d8fb3cef16f09423ad74a88a821a5f5947b3f36543ccc328f9a61cb71f92155b6a14669732569910 SHA512 e58adc6bb61d04f8c5ecf36335fedd190e063e42eed8e1023dcac95665a270d57c7cbd377fd0f5239f2c144040a9699b428536ffdbac798655b2c9aef25e71ae -DIST gnome-control-center-45.2.tar.xz 7715304 BLAKE2B 5b0b42cf8b1e4e908cbf4dc24018fd645cf4e9643f0233e953bcce5975302eb103306dae37270cce11f0fbe059fbd5dfd6b10cb6dcc08cf4765f648f8f73b32b SHA512 08749b6246e401982bd9c0088a5e2e517c7e8e2cea2fdce5fd29841a6c73b6bad9fba2d2af726f31cde3b64705cc9db22982673117f170cea27bae48911775de DIST gnome-control-center-45.3.tar.xz 7757512 BLAKE2B 2f38b9b6a5c7171eefd8899bb9156b49f6b41f60ce2bfb36d7ade7261cd038ddb60bcc9a6a71e6c49209f0f3c13c49b38758a19f02cc9735cea2874368602434 SHA512 0aad27f3324940292551c0aa9fa79771d1d41cc5a633970c709836a2d6af575f688df8553755f936495f75a02268a5a1f89e7f3b5fb03512140c73bf14fc4cf5 +DIST gnome-control-center-45.4.tar.xz 7764264 BLAKE2B 5e3632901b1203fc71b839a71aad50f63741412dfc673b8b8f87c72716fda386a1c7641b64642be811f94d6b2c54263deb45c4624d828ec66726d2a833a272e4 SHA512 d16b3c1cffeb7db27e9743106b6bc7ad925a832162764d0714b4931d0c21c9e02137b5b5e101be93dd8a92aebaa8556f6ce52e83c5e05e9e3d7e40d46b8c11d5 DIST gnome-control-center-gentoo-logo-dark.svg 14293 BLAKE2B 570e9326b8abe45849c31fd5cdb3fcfb1b2f18eac522f958928df5c3b747b0699f50a882f31cf7c0ae1f2138194f18596f738f42c942b57d340c53d46d82c551 SHA512 91227dafcf2091bb1568b0f9eec68b5e371ec64c9a6bc3605821f60d6bf2bd94dec0564f6a16a4a70d1db4d4df49fc25b6c910367bae3b85205cc609a9f2701b DIST gnome-control-center-gentoo-logo.svg 14288 BLAKE2B 371fc68b1015c8672db3e3858ae9077b1e3a9937e6add8690c39db36302ec031391c4d35e0c0b87094ca474a00c4187849e2d7111df34f43bc5bd7be52678527 SHA512 cf88933546de54ca15e2e830ac1086a78c4150f0ff59b8091e7e1cade5961c4e4cb83120a818a960b77841353ce3584ddc8f36b6edbde05543600283a143ad7b diff --git a/gnome-base/gnome-control-center/files/45.2-fix_incompatible_type_warnings.patch b/gnome-base/gnome-control-center/files/45.2-fix_incompatible_type_warnings.patch deleted file mode 100644 index 4b0867bfa0b2..000000000000 --- a/gnome-base/gnome-control-center/files/45.2-fix_incompatible_type_warnings.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 13c939659a844049ddc68e90c7830bf96ebe174d Mon Sep 17 00:00:00 2001 -From: Marco Melorio -Date: Thu, 5 Oct 2023 19:21:39 +0200 -Subject: [PATCH] misc: Fix incompatible type warnings - ---- - panels/datetime/cc-datetime-panel.c | 2 +- - panels/network/net-device-wifi.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/panels/datetime/cc-datetime-panel.c b/panels/datetime/cc-datetime-panel.c -index 3544411d04..204b8ce44d 100644 ---- a/panels/datetime/cc-datetime-panel.c -+++ b/panels/datetime/cc-datetime-panel.c -@@ -695,7 +695,7 @@ list_box_row_activated (CcDateTimePanel *self, - } - else if (row == GTK_LIST_BOX_ROW (self->timezone_row)) - { -- present_window (self, self->timezone_dialog); -+ present_window (self, GTK_WINDOW (self->timezone_dialog)); - } - } - -diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c -index dd4453d0f8..3cb66e19fa 100644 ---- a/panels/network/net-device-wifi.c -+++ b/panels/network/net-device-wifi.c -@@ -780,7 +780,7 @@ net_device_wifi_dispose (GObject *object) - NetDeviceWifi *self = NET_DEVICE_WIFI (object); - - if (self->hotspot_dialog) { -- gtk_window_destroy (self->hotspot_dialog); -+ gtk_window_destroy (GTK_WINDOW (self->hotspot_dialog)); - self->hotspot_dialog = NULL; - } - --- -GitLab - diff --git a/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild b/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild deleted file mode 100644 index 0f5bbbb36bd9..000000000000 --- a/gnome-base/gnome-control-center/gnome-control-center-44.3.ebuild +++ /dev/null @@ -1,202 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg - -DESCRIPTION="GNOME's main interface to configure various aspects of the desktop" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-control-center" -SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${PN}-44.0-patchset.tar.xz" -SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${PN}-gentoo-logo.svg" -SRC_URI+=" https://dev.gentoo.org/~mattst88/distfiles/${PN}-gentoo-logo-dark.svg" -# Logo is CC-BY-SA-2.5 -LICENSE="GPL-2+ CC-BY-SA-2.5" -SLOT="2" -IUSE="+bluetooth +cups debug elogind +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager systemd test wayland" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - ^^ ( elogind systemd ) -" # Theoretically "?? ( elogind systemd )" is fine too, lacking some functionality at runtime, but needs testing if handled gracefully enough -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" - -# kerberos unfortunately means mit-krb5; build fails with heimdal -# display panel requires colord and gnome-settings-daemon[colord] -# wacom panel requires gsd-enums.h from gsd at build time, probably also runtime support -# printer panel requires cups and smbclient (the latter is not patched yet to be separately optional) -# First block is toplevel meson.build deps in order of occurrence (plus deeper deps if in same conditional). Second block is dependency() from subdir meson.builds, sorted by directory name occurrence order -DEPEND=" - gnome-online-accounts? ( - x11-libs/gtk+:3 - >=net-libs/gnome-online-accounts-3.25.3:= - ) - >=media-libs/libpulse-2.0[glib] - >=gui-libs/gtk-4.9.3:4[X,wayland=] - >=gui-libs/libadwaita-1.2.0:1 - >=sys-apps/accountsservice-0.6.39 - >=x11-misc/colord-0.1.34:0= - >=x11-libs/gdk-pixbuf-2.23.0:2 - >=dev-libs/glib-2.75.0:2 - gnome-base/gnome-desktop:4= - >=gnome-base/gnome-settings-daemon-41.0[colord,input_devices_wacom?] - >=gnome-base/gsettings-desktop-schemas-42_alpha - dev-libs/libxml2:2 - >=sys-power/upower-0.99.8:= - >=dev-libs/libgudev-232 - >=x11-libs/libX11-1.8 - >=x11-libs/libXi-1.2 - media-libs/libepoxy - app-crypt/gcr:0= - >=dev-libs/libpwquality-1.2.2 - >=sys-auth/polkit-0.114 - cups? ( - >=net-print/cups-1.7[dbus] - >=net-fs/samba-4.0.0[client] - ) - ibus? ( >=app-i18n/ibus-1.5.2 ) - networkmanager? ( - >=net-libs/libnma-1.10.2 - >=net-misc/networkmanager-1.24.0[modemmanager] - >=net-misc/modemmanager-0.7.990:= - ) - bluetooth? ( net-wireless/gnome-bluetooth:3= ) - input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) - kerberos? ( app-crypt/mit-krb5 ) - - x11-libs/cairo[glib] - >=x11-libs/colord-gtk-0.3.0:= - media-libs/fontconfig - gnome-base/libgtop:2= - >=sys-fs/udisks-2.1.8:2 - app-crypt/libsecret - net-libs/gnutls:= - media-libs/gsound - - x11-libs/pango -" -# media-libs/libcanberra[pulseaudio,sound] needed for Speaker tests in -# Settings/Sound/Output/Output Device, bug #814110 -# systemd/elogind USE flagged because package manager will potentially try to satisfy a -# "|| ( systemd ( elogind openrc-settingsd)" via systemd if openrc-settingsd isn't already installed. -# libgnomekbd needed only for gkbd-keyboard-display tool -# gnome-color-manager needed for gcm-calibrate and gcm-viewer calls from color panel -# =gnome-base/gnome-session-2.91.6-r1 networkmanager? ( gnome-extra/nm-applet )" # networking panel can call into nm-connection-editor -BDEPEND=" +# meson.build depends on python unconditionally +BDEPEND="${PYTHON_DEPS} dev-libs/libxslt app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 @@ -137,13 +135,10 @@ BDEPEND=" " PATCHES=( - # Patches from gnome-43 branch # Makes some panels and dependencies optional # https://bugzilla.gnome.org/686840, 697478, 700145 # Fix some absolute paths to be appropriate for Gentoo "${WORKDIR}"/patches/ - # misc: Fix incompatible type warnings - "${FILESDIR}"/45.2-fix_incompatible_type_warnings.patch ) python_check_deps() { diff --git a/gnome-extra/Manifest.gz b/gnome-extra/Manifest.gz index 8d453e013666..3f5a64beafaf 100644 Binary files a/gnome-extra/Manifest.gz and b/gnome-extra/Manifest.gz differ diff --git a/gnome-extra/evolution-data-server/Manifest b/gnome-extra/evolution-data-server/Manifest index a1c195bc75df..295e2fc77680 100644 --- a/gnome-extra/evolution-data-server/Manifest +++ b/gnome-extra/evolution-data-server/Manifest @@ -1,2 +1,3 @@ DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519 SHA512 9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610 DIST evolution-data-server-3.50.4.tar.xz 4964564 BLAKE2B 7e3cf51856a1b12fcbd7e0b6ab98b8616c6e6047afb7fc59f8366920177c30b4d18f58cdd11825e81054ef46d61d3addf9eb646310510ba44f60bc5a2c2abe50 SHA512 e83f4222615d518e536a622808896b1da7e425e90d9b3c3545c6b850f955bd6d4b4a6815904fcdcfa373b3c01a6ce61377e259bc740941fc3f641e60eddacaed +DIST evolution-data-server-3.52.1.tar.xz 5048124 BLAKE2B 6dd6dc89c7efb7484c075cc51c5e2056ee62a50b810e479f39d04fe62f1a095e49783c20d23372efed954d7f9b78681b7af45389410f2cffb53af8ab2cd22bb3 SHA512 67f08fc3c8f7393fa66dc91f6fb33aa17644eb036d6c3552c3e7b30f128756b9e232cbf2a38eab43d0451699bb8799d9a869198bd9c293c0e2456b8e00339286 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild new file mode 100644 index 000000000000..9782120ba5b7 --- /dev/null +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild @@ -0,0 +1,159 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake db-use flag-o-matic gnome2 vala virtualx + +DESCRIPTION="Evolution groupware backend" +HOMEPAGE="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution-data-server" + +# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". +LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" +SLOT="0/64-11-21-4-3-27-2-27-4-0" # subslot = libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0 soname version + +IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos oauth-gtk3 oauth-gtk4 vala +weather" +REQUIRED_USE=" + oauth-gtk3? ( gtk ) + oauth-gtk4? ( gtk ) + vala? ( introspection ) +" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +# berkdb needed only for migrating old addressbook data from <3.13 versions, bug #519512 +# glib-2.70 for build-time optional GPowerProfileMonitor +RDEPEND=" + >=app-crypt/libsecret-0.5[crypt] + >=dev-db/sqlite-3.7.17:3 + >=dev-libs/glib-2.70:2 + >=dev-libs/libical-3.0.8:=[glib,introspection?] + >=dev-libs/libxml2-2 + >=dev-libs/nspr-4.4 + >=dev-libs/nss-3.9 + >=net-libs/libsoup-3.1.1:3.0 + >=dev-libs/json-glib-1.0.4 + + dev-libs/icu:= + sys-libs/zlib:= + virtual/libiconv + + berkdb? ( >=sys-libs/db-4:= ) + gtk? ( + >=x11-libs/gtk+-3.20:3 + >=gui-libs/gtk-4.4:4 + >=media-libs/libcanberra-0.25[gtk3] + + oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 ) + oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 ) + ) + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= ) + introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) + kerberos? ( virtual/krb5:= ) + ldap? ( >=net-nds/openldap-2:= ) + weather? ( >=dev-libs/libgweather-4.2.0:4= ) +" +DEPEND="${RDEPEND} + vala? ( $(vala_depend) + >=net-libs/libsoup-3.1.1:3.0[vala] + dev-libs/libical[vala] + ) +" +BDEPEND=" + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/gperf + gtk-doc? ( + >=dev-util/gtk-doc-1.14 + dev-util/gi-docgen + app-text/docbook-xml-dtd:4.1.2 + ) + >=dev-util/intltool-0.35.5 + >=sys-devel/gettext-0.18.3 + virtual/pkgconfig +" + +# Some tests fail due to missing locales. +# Also, dbus tests are flaky, bugs #397975 #501834 +# It looks like a nightmare to disable those for now. +RESTRICT="!test? ( test )" + +pkg_pretend() { + if has_version "gnome-extra/evolution-data-server[oauth(-)]" && + ! use oauth-gtk3 && ! use oauth-gtk4 + then + ewarn "The previous installed version of gnome-extra/evolution-data-server" + ewarn "had USE=oauth enabled that is now split into USE=oauth-gtk3" + ewarn "and USE=oauth-gtk4. Please consider enabling either (or both)" + ewarn "of these flags to preserve OAuth2 support." + fi +} + +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare call +src_prepare() { + use vala && vala_setup + cmake_src_prepare + gnome2_src_prepare + + eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch + + # Make CMakeLists versioned vala enabled + sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \ + -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \ + -i "${S}"/CMakeLists.txt || die +} + +src_configure() { + # /usr/include/db.h is always db-1 on FreeBSD + # so include the right dir in CPPFLAGS + use berkdb && append-cppflags "-I$(db_includedir)" + + # phonenumber does not exist in tree + local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc +# -DENABLE_GI_DOCGEN=$(usex gtk-doc) + -DENABLE_GTK_DOC=$(usex gtk-doc) + -DWITH_PRIVATE_DOCS=$(usex gtk-doc) + -DENABLE_SCHEMAS_COMPILE=OFF + -DENABLE_INTROSPECTION=$(usex introspection) + -DWITH_KRB5=$(usex kerberos) + -DWITH_KRB5_INCLUDES=$(usex kerberos "${EPREFIX}"/usr "") + -DWITH_KRB5_LIBS=$(usex kerberos "${EPREFIX}"/usr/$(get_libdir) "") + -DWITH_OPENLDAP=$(usex ldap) + -DWITH_PHONENUMBER=OFF + -DENABLE_SMIME=ON + -DENABLE_GTK=$(usex gtk) + -DENABLE_GTK4=$(usex gtk) + -DENABLE_CANBERRA=$(usex gtk) + -DENABLE_OAUTH2_WEBKITGTK=$(usex oauth-gtk3) + -DENABLE_OAUTH2_WEBKITGTK4=$(usex oauth-gtk4) + -DENABLE_EXAMPLES=OFF + -DENABLE_GOA=$(usex gnome-online-accounts) + -DWITH_LIBDB=$(usex berkdb "${EPREFIX}"/usr OFF) + # ENABLE_BACKTRACES requires libdwarf ? + -DENABLE_IPV6=ON + -DENABLE_WEATHER=$(usex weather) + -DENABLE_LARGEFILE=ON + -DENABLE_VALA_BINDINGS=$(usex vala) + -DENABLE_TESTS=$(usex test) + ) + cmake_src_configure +} + +src_compile() { + cmake_src_compile +} + +src_test() { + virtx cmake_src_test +} + +src_install() { + cmake_src_install + + if use ldap; then + insinto /etc/openldap/schema + doins "${FILESDIR}"/calentry.schema + dosym ../../../usr/share/${PN}/evolutionperson.schema /etc/openldap/schema/evolutionperson.schema + fi +} diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest index e777d5e023a9..89ede7b991c4 100644 --- a/gnome-extra/evolution-ews/Manifest +++ b/gnome-extra/evolution-ews/Manifest @@ -1,2 +1,3 @@ DIST evolution-ews-3.50.2.tar.xz 707800 BLAKE2B 18241eff067658af2f4620af87dea1c9c7c62476bbf9bf259addf15868a3b7e3f156dc952f21af2cad7ba6c2da9fd348b8733e5887f4276ad7eeeca8f9088476 SHA512 9aa4bb023922e39132a0ac3171d95f8362116960aa14dcb961b31ad242e6d7bcf2e946f19aea2c6f9a5324ca0954731264594a27fbb2b0e2cc38eca0cf441108 DIST evolution-ews-3.50.3.tar.xz 708336 BLAKE2B e8fe4e2a6539142847d6610a61e2f57a83d604946270cd7b23d7e34fa89a38f644a05e452bbc03a6d96553936a38719afb7296eed03c7134735f937943d57114 SHA512 12c7fbe72f375837f185d4c8dbcb2167d327a0ad4b2ca822e4e5349d561e996e7a7405c6f8d36ceeddff0015286117db66a65d2756003aa8ca96948d7826e51f +DIST evolution-ews-3.52.1.tar.xz 716152 BLAKE2B 91a4ff7ed1b9cb718a42a20bc08b4e12f10caf18534cd72e9f5cbe90161fbeb0af40bf52075a1a83e96f44ed6aac2cc4ad917e1ce49dcc0e26cd56f129b60951 SHA512 24f964019b08261e9b330a1b6663d835e07235e817aea4399c3dab1f35bf4bfb7543f82c91f23f6df6e56e0dff45d1f9ab23362d3603f9a64f6e1c63de75c450 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.52.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.52.1.ebuild new file mode 100644 index 000000000000..b8536add3667 --- /dev/null +++ b/gnome-extra/evolution-ews/evolution-ews-3.52.1.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake gnome2 optfeature + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services" +HOMEPAGE="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution-ews" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="test" + +RDEPEND=" + dev-db/sqlite:3 + >=dev-libs/glib-2.68:2 + >=dev-libs/libical-3.0.5:0=[glib] + >=dev-libs/json-glib-1.0.4 + >=dev-libs/libmspack-0.4 + dev-libs/libxml2:2 + >=gnome-extra/evolution-data-server-${PV}:0= + >=mail-client/evolution-${PV}:2.0 + >=net-libs/libsoup-3.0:3.0 + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + test? ( >=net-libs/uhttpmock-0.9:1.0 ) +" +BDEPEND=" + dev-util/gdbus-codegen + dev-util/glib-utils + >=dev-util/intltool-0.35.5 + >=sys-devel/gettext-0.18.3 + virtual/pkgconfig +" + +# Unittests fail to find libevolution-ews.so +RESTRICT="test !test? ( test )" + +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare +# call; if needed, set them after cmake_src_prepare call, if that works +src_prepare() { + cmake_src_prepare + gnome2_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DWITH_MSPACK=ON + -DENABLE_TESTS=$(usex test) + ) + cmake_src_configure +} + +src_compile() { + cmake_src_compile +} + +src_test() { + cmake_src_test +} + +src_install() { + cmake_src_install +} + +pkg_postinst() { + optfeature "oauth support" "gnome-extra/evolution-data-server[oauth-gtk3]" +} diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 0e457c660082..524eac6d72ff 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1 +1,2 @@ DIST gnome-calendar-45.1.tar.xz 456436 BLAKE2B 7d095314887c055834c6cbba13a6070eedf521b737976b46c184f09d1fd40ac1f07a436fd8d72174d0ea4cf070bc6acd6e0d81e2630839bd3774cdf751cdf1a4 SHA512 372abcf94c7b49980c9d1a5f7ee6cea1e34760337f2ab8886fdb3207fd3d87f4c45feecfa9156f6f8596f395af8d02469c2db53acf6b718735db94221af8c623 +DIST gnome-calendar-46.1.tar.xz 492432 BLAKE2B 768a68563343de209b90a04301ff67246fa16f493187c781f70278c5560c89fdda4e926afd840a6b7ad3b1c7ce98af486b2e1dacfb8a72e0a12a0c7828557a8a SHA512 79e863d7bd1e31eab16b5da77cac956886be10ded99de97875e118641a8582c245cb30e9872fb7abde2f434e4b559f43e18a5ecf6d52cdce5d7de84f6f9e06b8 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-46.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-46.1.ebuild new file mode 100644 index 000000000000..98611aefc0bc --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-46.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome.org gnome2-utils meson virtualx xdg + +DESCRIPTION="Manage your calendars with simple and modern interface" +HOMEPAGE="https://apps.gnome.org/Calendar/" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/libical-1.0.1:0= + >=gnome-base/gsettings-desktop-schemas-3.21.2 + >=gnome-extra/evolution-data-server-3.45.1:=[gtk] + net-libs/libsoup:3.0 + >=gui-libs/libadwaita-1.5_alpha:1 + >=dev-libs/glib-2.67.5:2 + >=gui-libs/gtk-4.11.2:4 + >=dev-libs/libgweather-4.2.0:4= + >=app-misc/geoclue-2.4:2.0 +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/gdbus-codegen + dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_test() { + virtx meson_src_test +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest index 6de76fb43191..98b40f2b486a 100644 --- a/gnome-extra/gnome-contacts/Manifest +++ b/gnome-extra/gnome-contacts/Manifest @@ -1 +1,2 @@ DIST gnome-contacts-45.1.tar.xz 402748 BLAKE2B 02cb3fd3ebcfd4e33add4706b1746940a14d680697ddaf54f9e006a14c15e7a11f791af2704b40573b59c6348ba3f1e1e216b514b1bc5fed990f0e8eaf1dc45b SHA512 87fc5b235e955ca347950306d37d0d8aea71dbcdb0f8d5c45d96da3a316f5e40da6004d6c5ab3674acdf7237f81bd508486c90130d01b045ee0c0582b04ba8aa +DIST gnome-contacts-46.0.tar.xz 410040 BLAKE2B bff36046bf6a37d5550458d55078ec2dfc0704c31365e925788ed64cf03af88ae73be45e256c770fdbc43e65dba5487812fafe169168c2ef625853eaeff17e90 SHA512 adadbb4038053e402f131f530b61fa1c33008eac819d2c03e0a024080bc7e5e24b022a0e9d773ffa03e20324296338d1c3115d25a39f6a3fddd4480de3c8980e diff --git a/gnome-extra/gnome-contacts/gnome-contacts-46.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-46.0.ebuild new file mode 100644 index 000000000000..679a34918174 --- /dev/null +++ b/gnome-extra/gnome-contacts/gnome-contacts-46.0.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit gnome.org gnome2-utils meson python-any-r1 vala xdg + +DESCRIPTION="GNOME contact management application" +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+gnome-online-accounts" + +VALA_DEPEND=" + $(vala_depend) + >=dev-libs/gobject-introspection-1.54 + dev-libs/folks[vala(+)] + gnome-online-accounts? ( net-libs/gnome-online-accounts[vala] ) + gnome-extra/evolution-data-server[gtk,vala] + >=dev-libs/libportal-0.6:=[gtk,vala] +" +RDEPEND=" + >=dev-libs/folks-0.14.0:=[eds] + >=dev-libs/libgee-0.10:0.8= + >=dev-libs/glib-2.64:2 + >=gui-libs/gtk-4.12:4 + >=gui-libs/libadwaita-1.4_alpha:1 + >=gnome-extra/evolution-data-server-3.42:=[gnome-online-accounts?] + >=dev-libs/libportal-0.6:= + >=media-gfx/qrencode-4.1.1:= + gnome-online-accounts? ( net-libs/gnome-online-accounts:= ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + ${VALA_DEPEND} + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xsl-stylesheets + dev-libs/libxml2:2 + dev-libs/libxslt + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_prepare() { + default + vala_setup + xdg_environment_reset +} + +src_configure() { + local emesonargs=( + -Dcamera=true # Ignored + -Dmanpage=true + -Ddocs=false + $(meson_use gnome-online-accounts goa) + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gnome-extra/nm-applet/nm-applet-1.36.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.36.0.ebuild index 55904ed7f164..072e9ad25f3f 100644 --- a/gnome-extra/nm-applet/nm-applet-1.36.0.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.36.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" LICENSE="GPL-2+" SLOT="0" IUSE="appindicator +modemmanager selinux teamd" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" # >=networkmanager-1.46 for ensuring stable-ssid checkbox feature will work RDEPEND=" diff --git a/gui-libs/Manifest.gz b/gui-libs/Manifest.gz index 35cb3ac4fbe8..72c44e400549 100644 Binary files a/gui-libs/Manifest.gz and b/gui-libs/Manifest.gz differ diff --git a/gui-libs/gtk/Manifest b/gui-libs/gtk/Manifest index 6df578a92734..d20cfb519069 100644 --- a/gui-libs/gtk/Manifest +++ b/gui-libs/gtk/Manifest @@ -1 +1,2 @@ DIST gtk-4.12.5.tar.xz 17314760 BLAKE2B ce6a88d2c3ecfa2a9773682645ff00a61fd932b9a6de764794ef8abd10c5c75df386801143c32d10fec110029e997a16c4cdcb0ef050905562c6dd9fdc46039d SHA512 813758f4fe23b99b2ea1cf22156b86b22df30024717ae3b30bbe36111f9b1363bbd4da5fe8e5f69268c43794ea165e12c1c5bc52fd64bcbb1f9ccd3121540ac4 +DIST gtk-4.14.3.tar.xz 18340444 BLAKE2B 20238e061c6500a8b253617010ac017e84ec2cacd9f10a7d2e982e9d72b72d78ee46abb3eb836d853d1d10736c697fc7468b2700b16ce5477a34400e8758e2b8 SHA512 2502fff3e98cb45f2293c94d86c32ff9b7c88d72eb7500a19fc9e589e1eda69af94c4eae78c044dcf5cf345cb99537d264250115d633034d9552cadc67f71e8e diff --git a/gui-libs/gtk/gtk-4.14.3.ebuild b/gui-libs/gtk/gtk-4.14.3.ebuild new file mode 100644 index 000000000000..7f0c8930ab74 --- /dev/null +++ b/gui-libs/gtk/gtk-4.14.3.ebuild @@ -0,0 +1,251 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) +inherit gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg + +DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces" +HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/" + +LICENSE="LGPL-2+" +SLOT="4" +IUSE="aqua broadway cloudproviders colord cups examples gstreamer +introspection sysprof test vulkan wayland +X cpu_flags_x86_f16c" +REQUIRED_USE=" + || ( aqua wayland X ) + test? ( introspection ) +" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# TODO: Optional gst build dep on >=gst-plugins-base-1.23.1, so depend on it once we can +COMMON_DEPEND=" + >=dev-libs/glib-2.76.0:2 + >=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?] + >=x11-libs/pango-1.50.0[introspection?] + >=dev-libs/fribidi-1.0.6 + >=media-libs/harfbuzz-2.6.0:= + >=x11-libs/gdk-pixbuf-2.30:2[introspection?] + media-libs/libpng:= + media-libs/tiff:= + media-libs/libjpeg-turbo:= + >=media-libs/libepoxy-1.4[egl(+),X(+)?] + >=media-libs/graphene-1.10.0[introspection?] + app-text/iso-codes + x11-misc/shared-mime-info + + cloudproviders? ( net-libs/libcloudproviders ) + colord? ( >=x11-misc/colord-0.1.9:0= ) + cups? ( >=net-print/cups-2.0 ) + examples? ( gnome-base/librsvg:2 ) + gstreamer? ( + >=media-libs/gstreamer-1.12.3:1.0 + >=media-libs/gst-plugins-bad-1.12.3:1.0 + || ( + >=media-libs/gst-plugins-base-1.12.3:1.0[gles2] + >=media-libs/gst-plugins-base-1.12.3:1.0[opengl] + ) + ) + introspection? ( >=dev-libs/gobject-introspection-1.76:= ) + vulkan? ( >=media-libs/vulkan-loader-1.3:= ) + wayland? ( + >=dev-libs/wayland-1.21.0 + >=dev-libs/wayland-protocols-1.31 + media-libs/mesa[wayland] + >=x11-libs/libxkbcommon-0.2 + ) + X? ( + media-libs/fontconfig + media-libs/mesa[X(+)] + x11-libs/libX11 + >=x11-libs/libXi-1.8 + x11-libs/libXext + >=x11-libs/libXrandr-1.5 + x11-libs/libXcursor + x11-libs/libXfixes + x11-libs/libXdamage + x11-libs/libXinerama + ) +" +DEPEND="${COMMON_DEPEND} + kernel_linux? ( + x11-libs/libdrm + sys-kernel/linux-headers + ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 ) + X? ( x11-base/xorg-proto ) +" +RDEPEND="${COMMON_DEPEND} + >=dev-util/gtk-update-icon-cache-3 +" +# librsvg for svg icons (PDEPEND to avoid circular dep on wd40 profiles with librsvg[tools]), bug #547710 +PDEPEND=" + gnome-base/librsvg:2 + >=x11-themes/adwaita-icon-theme-3.14 +" +BDEPEND=" + dev-libs/gobject-introspection-common + introspection? ( + ${PYTHON_DEPS} + $(python_gen_any_dep ' + dev-python/pygobject:3[${PYTHON_USEDEP}] + ') + ) + dev-python/docutils + dev-libs/glib + >=dev-util/gdbus-codegen-2.48 + dev-util/glib-utils + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig + vulkan? ( media-libs/shaderc ) + wayland? ( + dev-util/wayland-scanner + ) + test? ( + dev-libs/glib:2 + media-fonts/cantarell + wayland? ( dev-libs/weston[headless] ) + ) +" + +python_check_deps() { + python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return +} + +pkg_setup() { + use introspection && python-any-r1_pkg_setup +} + +src_prepare() { + default + xdg_environment_reset + + # Nothing should use gtk4-update-icon-cache and an unversioned one is shipped by dev-util/gtk-update-icon-cache + sed -i \ + -e '/gtk4-update-icon-cache/d' \ + docs/reference/gtk/meson.build \ + tools/meson.build \ + || die + + # The border-image-excess-size.ui test is known to fail on big-endian platforms + # See https://gitlab.gnome.org/GNOME/gtk/-/issues/5904 + if [[ $(tc-endian) == big ]]; then + sed -i \ + -e "/border-image-excess-size.ui/d" \ + -e "/^xfails =/a 'border-image-excess-size.ui'," \ + testsuite/reftests/meson.build || die + fi +} + +src_configure() { + local emesonargs=( + # GDK backends + $(meson_use X x11-backend) + $(meson_use wayland wayland-backend) + $(meson_use broadway broadway-backend) + -Dwin32-backend=false + $(meson_use aqua macos-backend) + + # Media backends + $(meson_feature gstreamer media-gstreamer) + + # Print backends + -Dprint-cpdb=disabled + $(meson_feature cups print-cups) + + # Optional dependencies + $(meson_feature vulkan) + $(meson_feature cloudproviders) + $(meson_feature sysprof) + -Dtracker=disabled # tracker3 is not packaged in Gentoo yet + $(meson_feature colord) + # Expected to fail with GCC < 11 + # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71993 + $(meson_feature cpu_flags_x86_f16c f16c) + + # Introspection + $(meson_feature introspection) + + # Documentation + -Ddocumentation=false # we ship pregenerated API docs from tarball + -Dscreenshots=false + -Dman-pages=true + + # Demos, examples, and tests + -Dprofile=default + $(meson_use examples build-demos) + $(meson_use test build-testsuite) + $(meson_use examples build-examples) + -Dbuild-tests=false + ) + meson_src_configure +} + +src_test() { + "${BROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die + + if use X; then + einfo "Running tests under X" + GSETTINGS_SCHEMA_DIR="${S}/gtk" virtx meson_src_test --timeout-multiplier=130 \ + --setup=x11 \ + --no-suite=failing \ + --no-suite=x11_failing \ + --no-suite=flaky \ + --no-suite=headless \ + --no-suite=gsk-compare-broadway + fi + + if use wayland; then + einfo "Running tests under Weston" + + export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)" + + weston --backend=headless-backend.so --socket=wayland-5 --idle-time=0 & + compositor=$! + export WAYLAND_DISPLAY=wayland-5 + + GSETTINGS_SCHEMA_DIR="${S}/gtk" meson_src_test --timeout-multiplier=130 \ + --setup=wayland \ + --no-suite=failing \ + --no-suite=wayland_failing \ + --no-suite=flaky \ + --no-suite=headless \ + --no-suite=gsk-compare-broadway + + exit_code=$? + kill ${compositor} + fi +} + +src_install() { + meson_src_install + + insinto /usr/share/gtk-doc/html + # This will install API docs specific to X11 and wayland regardless of USE flags, but this is intentional + doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}} +} + +pkg_preinst() { + xdg_pkg_preinst + gnome2_schemas_savelist +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + + if ! has_version "app-text/evince"; then + elog "Please install app-text/evince for print preview functionality." + elog "Alternatively, check \"gtk-print-preview-command\" documentation and" + elog "add it to your settings.ini file." + fi + + if use examples ; then + optfeature "syntax highlighting in gtk4-demo" app-text/highlight + fi +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/gui-libs/libadwaita/Manifest b/gui-libs/libadwaita/Manifest index a2745e5f7843..e1ad57e9a741 100644 --- a/gui-libs/libadwaita/Manifest +++ b/gui-libs/libadwaita/Manifest @@ -1 +1,2 @@ DIST libadwaita-1.4.4.tar.xz 3957408 BLAKE2B ba165260677d3dabd47d31e6895271e793ccca5525253eca1147e6ac44326563f5dc8d30e01997b6c8ffe984d32d17ab5652b7f98fcbdab1e031b9025d7c019f SHA512 3b5110753efca53133ab2d5e4dc50b50727e43427744e517c8afb15ec6ff9da2cd6b280d3c590034b3f4e0960084cc1354942831d528732d5649218743a56c71 +DIST libadwaita-1.5.0.tar.xz 4352384 BLAKE2B f64fee58b2b9482a512977daef3b222b23f9a345c24f8c5aa3408f7f7013ee2c14def6a2414b4edfc7be35bc28d8e58a30c33df312a4b0fbcf9a08627a5a2640 SHA512 cdd6d128a461f4a19c663fe6af7df7aa3e97b416574311f26f16b1355a9a3164d78f498cf5cd397c8ea7617234f85ecebf1095a53117bb715ecd84bf199600ac diff --git a/gui-libs/libadwaita/libadwaita-1.5.0.ebuild b/gui-libs/libadwaita/libadwaita-1.5.0.ebuild new file mode 100644 index 000000000000..19cc3b979162 --- /dev/null +++ b/gui-libs/libadwaita/libadwaita-1.5.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +inherit gnome.org meson python-any-r1 vala virtualx + +DESCRIPTION="Building blocks for modern GNOME applications" +HOMEPAGE="https://gnome.pages.gitlab.gnome.org/libadwaita/ https://gitlab.gnome.org/GNOME/libadwaita" + +LICENSE="LGPL-2.1+" +SLOT="1" +IUSE="+introspection test +vala" +REQUIRED_USE="vala? ( introspection )" + +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-libs/glib-2.76:2 + >=gui-libs/gtk-4.13.4:4[introspection?] + dev-libs/appstream:= + dev-libs/fribidi + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND=" + ${PYTHON_DEPS} + vala? ( $(vala_depend) ) + dev-util/glib-utils + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + default + use vala && vala_setup +} + +src_configure() { + local emesonargs=( + # Never use gi-docgen subproject + --wrap-mode nofallback + + -Dprofiling=false + $(meson_feature introspection) + $(meson_use vala vapi) + -Dgtk_doc=false # we ship pregenerated docs + $(meson_use test tests) + -Dexamples=false + ) + meson_src_configure +} + +src_test() { + virtx meson_src_test --timeout-multiplier 2 +} + +src_install() { + meson_src_install + + insinto /usr/share/gtk-doc/html + # This will install libadwaita API docs unconditionally, but this is intentional + doins -r "${S}"/doc/libadwaita-1 +} diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest index f8f7464a0a5f..aff6698da55e 100644 --- a/gui-libs/wlroots/Manifest +++ b/gui-libs/wlroots/Manifest @@ -1,3 +1,4 @@ DIST wlroots-0.15.1.tar.gz 565816 BLAKE2B 09b704a55d8b4a5ab19bb0fcdd041635fbbbb8eed94ff6d189ef47f9f86e90178efa8441c7db78839b1145ed79ed016d520d6599e256cdcf49130cda38bc307d SHA512 6228160f2f350a406c612f1048d7075cf2f78206cc84bc16f889d5d0acd614f9e98845fffed03d7067cfdbd7558b77fcc5d8cedc3868d866e476523126a63677 DIST wlroots-0.16.2.gl.tar.gz 588432 BLAKE2B cad2a98b1413ed94270b53af62541d67de1c74d3350be32c2e67aaee1d36d4260738b517d6d41f2013f436276097509a5d2662c531be354f7b4edc1c0204eced SHA512 9d5fbee3b87738de75323a056b83446eb93b81ac3e8a4315918d5daad6ed2f50392d9641039f3f830ec1df94155473a2052689d3c029be7572d8ec9ecc62c0e9 DIST wlroots-0.17.2.tar.gz 606822 BLAKE2B bbf6e8d0014f6613b39cbb6a0a8e5be395a858a5db8e432307298f20eb37c6622dbc6e078e21d9b8396dd836da1f9787b433549641cc664962eb96a122846edc SHA512 44a3ec673431c02fc08a5c33daa06148b5e85a3a7ea45b28978cd6be230dd4c5082e8a34985e2976c9e64f98b7567e334c191c3d20141e8e27ddc4a4659843cc +DIST wlroots-0.17.3.tar.gz 608292 BLAKE2B 7caab3c3a58595d3a745c0b20a5db2193c54931cdd7bc1b9de11c151af82503a03a6a3166a86f42486cc69c6ac18ca2a5596809a5c5e6d7b44c9845f509c1093 SHA512 b88747daba304db6dc302acdebb8764e719d84134118963c019d5f0d0d38552e0ffd2a50bf560b3b84549c5a0f2d11a6187ac8ddcd9faa28c5b42f86c585b555 diff --git a/gui-libs/wlroots/wlroots-0.17.3.ebuild b/gui-libs/wlroots/wlroots-0.17.3.ebuild new file mode 100644 index 000000000000..07add921e798 --- /dev/null +++ b/gui-libs/wlroots/wlroots-0.17.3.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Pluggable, composable, unopinionated modules for building a Wayland compositor" +HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git" + inherit git-r3 + SLOT="0/9999" +else + SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + SLOT="0/$(ver_cut 2)" +fi + +LICENSE="MIT" +IUSE="liftoff +libinput +drm +session tinywl vulkan x11-backend xcb-errors X" +REQUIRED_USE=" + drm? ( session ) + libinput? ( session ) + xcb-errors? ( || ( x11-backend X ) ) +" + +DEPEND=" + >=dev-libs/wayland-1.22.0 + media-libs/libglvnd + media-libs/mesa[egl(+),gles2(+)] + >=x11-libs/libdrm-2.4.114 + x11-libs/libxkbcommon + >=x11-libs/pixman-0.42.0 + drm? ( + media-libs/libdisplay-info + sys-apps/hwdata + liftoff? ( >=dev-libs/libliftoff-0.4 ) + ) + libinput? ( >=dev-libs/libinput-1.14.0:= ) + session? ( + sys-auth/seatd:= + virtual/libudev + ) + vulkan? ( + dev-util/glslang:= + dev-util/vulkan-headers + media-libs/vulkan-loader + ) + xcb-errors? ( x11-libs/xcb-util-errors ) + x11-backend? ( + x11-libs/libxcb:= + x11-libs/xcb-util-renderutil + ) + X? ( + x11-libs/libxcb:= + x11-libs/xcb-util-wm + x11-base/xwayland + ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=dev-libs/wayland-protocols-1.32 + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + local backends=( + $(usev drm) + $(usev libinput) + $(usev x11-backend 'x11') + ) + local meson_backends=$(IFS=','; echo "${backends[*]}") + local emesonargs=( + $(meson_feature xcb-errors) + $(meson_use tinywl examples) + -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) + $(meson_feature X xwayland) + -Dbackends=${meson_backends} + $(meson_feature session) + ) + + meson_src_configure +} + +src_install() { + meson_src_install + dodoc docs/* + + if use tinywl; then + dobin "${BUILD_DIR}"/tinywl/tinywl + fi +} + +pkg_postinst() { + elog "You must be in the input group to allow your compositor" + elog "to access input devices via libinput." +} diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index ba9f5687e26a..cec3643a99e6 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE=" DEPEND=" >=dev-libs/wayland-1.22.0 - media-libs/mesa[egl(+),gles2] + media-libs/mesa[egl(+),gles2(+)] >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 diff --git a/kde-plasma/Manifest.gz b/kde-plasma/Manifest.gz index 41bba4fc103e..c6ed48f76bf5 100644 Binary files a/kde-plasma/Manifest.gz and b/kde-plasma/Manifest.gz differ diff --git a/kde-plasma/discover/discover-6.0.4-r1.ebuild b/kde-plasma/discover/discover-6.0.4.ebuild similarity index 98% rename from kde-plasma/discover/discover-6.0.4-r1.ebuild rename to kde-plasma/discover/discover-6.0.4.ebuild index 29370caae189..7a4ff24ff1ed 100644 --- a/kde-plasma/discover/discover-6.0.4-r1.ebuild +++ b/kde-plasma/discover/discover-6.0.4.ebuild @@ -42,7 +42,7 @@ DEPEND=" >=kde-frameworks/purpose-${KFMIN}:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) - snap? ( sys-libs/snapd-glib:=[qt6(-),-qt5(-)] ) + snap? ( sys-libs/snapd-glib:=[qt6(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 ) " diff --git a/mail-client/Manifest.gz b/mail-client/Manifest.gz index 0f51ce4231c9..226e4acbb171 100644 Binary files a/mail-client/Manifest.gz and b/mail-client/Manifest.gz differ diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest index 31cee8d834a0..a5c0875218af 100644 --- a/mail-client/evolution/Manifest +++ b/mail-client/evolution/Manifest @@ -1,2 +1,3 @@ DIST evolution-3.50.2.tar.xz 13510112 BLAKE2B c30b6ecf4a4de45856137e82e7ff15072d96093a62ae7903afe10d28f8a02c7ad2c617b6d5992699e1e3fbe9501fc6bd1dc11b9e9d464aa28c4b6d8fd46ee69d SHA512 965693094e6f24ac9edb4a361d382d497bd63a48c8be6056bfbd04c27f7c88806256979e949c89aa1da7dac3114797962476d3804be49c6ca8f065c24acf9c87 DIST evolution-3.50.4.tar.xz 13512624 BLAKE2B 3288bf3286a7c28476e5e95b9ded6d1004d7a8f73dd162a47b755a48966d30668379a6c65d462fc05d2a1c2b8b9426e39a42f80ccaa6b3927a4efd9e92b0dad7 SHA512 857e219df65dab3182b26f5751bfec68d532af11c3e3565bf288d63e5298c9bb9aec4e293769da46083213da79c41790ca624e843e0f2779a75f581d607d2109 +DIST evolution-3.52.1.tar.xz 13627360 BLAKE2B 733fe65c2cb26059f6a7093be7f746b42915d527a6e0064e0dca527963f40527297e1448217a9e9df2bbcea38fa05ae1654904f2b61208e55ab8cc91cb2dfe38 SHA512 3fefb1b11ab164d85cd95ef1973dea8fe60ecd26f8617097a0d6843ee40db9bfe44df92e7b6ecf3afd1da4ac8e2c1e2c3144faf439d0dcf9bf677a6f842cb043 diff --git a/mail-client/evolution/evolution-3.52.1.ebuild b/mail-client/evolution/evolution-3.52.1.ebuild new file mode 100644 index 000000000000..b38c7fda6a5a --- /dev/null +++ b/mail-client/evolution/evolution-3.52.1.ebuild @@ -0,0 +1,150 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake gnome2 readme.gentoo-r1 + +DESCRIPTION="Integrated mail, addressbook and calendaring functionality" +HOMEPAGE="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution" + +# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". +LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" +SLOT="2.0" + +IUSE="archive +bogofilter geolocation gtk-doc highlight ldap selinux spamassassin spell ssl +weather ytnef" + +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +# glade-3 support is for maintainers only per configure.ac +# pst is not mature enough and changes API/ABI frequently +# dconf explicitly needed for backup plugin +# gnome-desktop support is optional with --enable-gnome-desktop +# automagic libunity dep +# >=gspell-1.8 to ensure it uses enchant:2 like webkit-gtk +DEPEND=" + >=app-crypt/libsecret-0.5 + >=app-text/enchant-2.2.0:2 + >=dev-db/sqlite-3.7.17:3 + >=dev-libs/glib-2.66:2[dbus] + >=dev-libs/libxml2-2.7.3:2 + >=gnome-base/gnome-desktop-2.91.3:3= + >=gnome-base/gsettings-desktop-schemas-2.91.92 + >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?] + >=media-libs/libcanberra-0.25[gtk3] + >=net-libs/libsoup-3.0:3.0 + >=net-libs/webkit-gtk-2.38.0:4.1[spell?] + >=x11-libs/cairo-1.9.15[glib] + >=x11-libs/gdk-pixbuf-2.24:2 + >=x11-libs/gtk+-3.22:3 + >=x11-libs/libnotify-0.7 + >=x11-misc/shared-mime-info-0.22 + + app-text/cmark:= + >=app-text/iso-codes-0.49 + >=app-accessibility/at-spi2-core-2.46.0:2 + + gnome-base/dconf + + archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] ) + bogofilter? ( mail-filter/bogofilter ) + geolocation? ( + >=media-libs/libchamplain-0.12.21:0.12[gtk] + >=media-libs/clutter-1.0.0:1.0 + >=media-libs/clutter-gtk-0.90:1.0 + >=sci-geosciences/geocode-glib-3.26.3:2 ) + ldap? ( >=net-nds/openldap-2:= ) + spamassassin? ( mail-filter/spamassassin ) + spell? ( >=app-text/gspell-1.8:= ) + ssl? ( + >=dev-libs/nspr-4.6.1 + >=dev-libs/nss-3.11 + ) + weather? ( + >=dev-libs/libgweather-4.2.0:4= + >=sci-geosciences/geocode-glib-3.26.3:2 + ) + ytnef? ( net-mail/ytnef ) +" +RDEPEND="${DEPEND} + highlight? ( app-text/highlight ) + selinux? ( sec-policy/selinux-evolution ) +" +BDEPEND=" + app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/itstool + gtk-doc? ( dev-util/gtk-doc + app-text/docbook-xml-dtd:4.3 ) + >=dev-util/intltool-0.40.0 + >=sys-devel/gettext-0.18.3 + virtual/pkgconfig +" + +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS="To change the default browser if you are not using GNOME, edit +~/.local/share/applications/mimeapps.list so it includes the +following content: + +[Default Applications] +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop + +(replace firefox.desktop with the name of the appropriate .desktop +file from /usr/share/applications if you use a different browser)." + +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare +# call; if needed, set them after cmake_src_prepare call, if that works + +src_prepare() { + cmake_src_prepare + gnome2_src_prepare +} + +src_configure() { + # Use NSS/NSPR only if 'ssl' is enabled. + local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc + -DENABLE_SCHEMAS_COMPILE=OFF + -DENABLE_GTK_DOC=$(usex gtk-doc) + -DWITH_OPENLDAP=$(usex ldap) + -DENABLE_SMIME=$(usex ssl) + -DENABLE_GNOME_DESKTOP=ON + -DWITH_ENCHANT_VERSION=2 + -DENABLE_CANBERRA=ON + -DENABLE_AUTOAR=$(usex archive) + -DWITH_HELP=ON + -DENABLE_YTNEF=OFF + -DWITH_BOGOFILTER=$(usex bogofilter) + -DWITH_SPAMASSASSIN=$(usex spamassassin) + -DENABLE_GSPELL=$(usex spell) + -DENABLE_TEXT_HIGHLIGHT=$(usex highlight) + -DENABLE_WEATHER=$(usex weather) + -DENABLE_CONTACT_MAPS=$(usex geolocation) + -DENABLE_YTNEF=$(usex ytnef) + -DENABLE_PST_IMPORT=OFF + -DWITH_GLADE_CATALOG=OFF + -DENABLE_MARKDOWN=ON + ) + + cmake_src_configure +} + +src_compile() { + cmake_src_compile +} + +src_test() { + cmake_src_test +} + +src_install() { + cmake_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + readme.gentoo_print_elog +} diff --git a/mail-client/thunderbird-bin/Manifest b/mail-client/thunderbird-bin/Manifest index a30d86ec0a8d..73eb62fa9fa8 100644 --- a/mail-client/thunderbird-bin/Manifest +++ b/mail-client/thunderbird-bin/Manifest @@ -62,71 +62,5 @@ DIST thunderbird-115.10.1-uz.xpi 587158 BLAKE2B 14d23806885e7c25210444148b159f98 DIST thunderbird-115.10.1-vi.xpi 765461 BLAKE2B 2d05c46d0c57229dbdb0a3438824bee4d1604c861b5df6eed447ee73670eb9f695bd2f3129f2a43a60792aba0aef2fbe11a4a1d7c43a95f9fbadfc303b7a42d4 SHA512 49eb6941a967b350f61939b91017d7b1d9bcb07377ea09ad63347d9d94b35cf0eea5be76f1eb56780152e810f92f4f0dca5c79ae83df68443cd727e5ca375da3 DIST thunderbird-115.10.1-zh-CN.xpi 762147 BLAKE2B 7429436950692d4c76f5e2c513a17d1192bb4abd77e9909e0142024874bf0b9050d516b19f08c47bd62e5ebcc41ba46496760bf294f3c9169f2dc1d81c4a35ea SHA512 10848d30e4740665863f9189f8ec5e96ec97310d1b7c360b83318e5f67ca537eb1b47699852884f387b58ba5127e7a95d0d77533f22b84860a207e4fd3f36038 DIST thunderbird-115.10.1-zh-TW.xpi 767911 BLAKE2B 57085bd612d78c8a5c70a26f020734a976794bb3c18440c118edfa17d8acd122b8a0d7fe702b4680ad7cfcea38e25a93a63eee7222f1056a4f999819b4a8fbd3 SHA512 efdaace7414dcc761daf96790d564aaacf05643c9a22c4539bfe44d84a8af4cc255d68f34fef5296baa858b3df0e5d5c38baa63f7ddf7325c47db3846243fe90 -DIST thunderbird-115.9.0-af.xpi 549702 BLAKE2B 9f94dd3e4989589cc205508d370c256c3c75c2071e0a701271afad6a93cc582785f209b41bb4dea11bfdb2ee390952b55e2b0e2d2262cf60ebe04e3b827ddb2d SHA512 39342e9dcd988abc03600bc6a52d9e5d42f7007069b48eb901fa1e12c124374cdc18535d8e6f8b0a74a6729dbc56497a73f923f8f188da6df51206ab6b9f4783 -DIST thunderbird-115.9.0-ar.xpi 666362 BLAKE2B 0874f7eb9f313b5b0ff3f002efec12a39186f5d6d6d5fe98835f5c9c149f97efc82c4d51d3f59c96855e81d625a90f2616e3a88757ffd3b2342dfc6e5670aea1 SHA512 09d52a96edf92084029c60fc134b6b6240cfc8e7bc962b05fe8c8d55e3fb67ede84c6151b67704b3c95504e2bb9b0326a4b77e356977f68f02acfc5b6d7a8f38 -DIST thunderbird-115.9.0-ast.xpi 568310 BLAKE2B 662ce2e70c1ca0eb444d9fd4849b5052e8aff603beb5949ecff6a22f6051f9451e52cf7e494286cc247763f631605ddb577a879715b4687caa7e408f4227a240 SHA512 acf20bad025d74d158e0a0b4fa16a6afacea89401a4a7ddcbc09247a275d85d6628955c7fc3b5f14e11f5f2f878901c706b0f0143e33d88bbcfef3953370c0a3 -DIST thunderbird-115.9.0-be.xpi 717163 BLAKE2B 5c7d35d6606300fb9088289df0f0e21ff99b2341564b2ed77523385ce65f97023fa799490d0b18823ed24028efc63f32ec566f3eda8aaa5981d69192081f3f98 SHA512 a9925e2e47c488b578d9f871b6174a43ff463b3f485dad9a7efced335d805a83d91cff679ea1bb9565bac193b824c24e488a66e4a146f539896afac64d3ec00a -DIST thunderbird-115.9.0-bg.xpi 778863 BLAKE2B bdd4fef2f064c5eb49e2add0a1f6cadb3aca14f0eb200522cd9f1d9db90b4c5b8c748b1bd941023b7f08a16ece61c440ca57efdf1ee563cbe05d479af5785e83 SHA512 3c667a0fd9a192c80478c848b9825aa7fe700350d020ad47193b2175da1f75bae184b31fab87a1df2566d3e188baa4262241a43104f7bfd5ff66832e1988228c -DIST thunderbird-115.9.0-br.xpi 642272 BLAKE2B 5e7106846cfb395ad1186d49036d7517461b1043e9910e77a962e4ed4cc3f9990badb46dd35ec6424cf0a3e08f2aea03b3fa47e984ca0081c61ecbcf215363a7 SHA512 16295a98c0f87e53e900988e2e8e7adc8d8f7916d5dd38e323aacd759089316857d54913cdb00b197f15ff13f923fbafdf0ede9ca4c2420509abd8fd3cf6af6d -DIST thunderbird-115.9.0-ca.xpi 685488 BLAKE2B 3fdee255177fac7f33ef3f2bfe625e50e89f69442ce7910780f30f8f378cac2c52313713c07956aa14c7061717312c43a24c7d4afc846502bbdc88b9b8cbd303 SHA512 8b77b51fc6ca52c9344d0477e0017ee8e341bd658b0001a72ec0cccf55f2d78c6a70c4448049a2e0b5e4e7e526f705ddbcf1fc11921c383f52d2d060e66ee203 -DIST thunderbird-115.9.0-cak.xpi 667767 BLAKE2B 06ee5d0fad0cc917b87042f3705f5f094b12fd8e85254bf98c506431b166ecd4d6f7a3289380b8a222efeb366cc316bae07647003bcfa690b2e7a5cf345d006b SHA512 5b79d7b5fe03ac41c0088b44e10aa40b0b73c96e86cb01a14439b54d5a09b679df4c7bc5fa26538504704df1ea722c93ca249bd8536529c2d2134a4ebb515637 -DIST thunderbird-115.9.0-cs.xpi 759532 BLAKE2B df4bdcc283fbcef3b5a8053ac4caeec67e915fcaf00325a3c37b700c61a91887f95285dd305881711b2db63f59a6cc72654bdf90fa5d09373c7812a37fefe0a2 SHA512 d62ff0650435d5f5f71d958ddb73f113e567420e41b979b97e089cfa4baaa4b5f3bd5cf38f64f2185e3d66f83a6f905d6cb2ce56411d0e320cc79c21d6a69104 -DIST thunderbird-115.9.0-cy.xpi 725347 BLAKE2B 4b56f9d464634f9595611f9278016b60b068624e40dd558635dd3ddf19d5a2e9217c4e7af099df5f2b0ceabe381e362336f32c455911275c7d68495d066af047 SHA512 050c5adaab15c38559e626a698d8109a6b4d36e25c9ee7637971d79211fc2583bfde725cc186b0568bbccab5dceb3d91336d9d4e178250139e21e86b2c8a57e9 -DIST thunderbird-115.9.0-da.xpi 710493 BLAKE2B f1210820236a7dc11cf2f5361676e5f9193d40abccc652bcef5deafb0061b058d879e46b5a9143c1ed6916c6b1c6fab2d0b9f5ab9cee358bf53aa29cb9b03052 SHA512 36ec39712a9ed9cca4d6e66245edc7da7d6ca0cf752d322da1a2d56e2f420a2bc405c12adfa2f0fce8e37cb2db3298d95d1b7e9bacc893722517af09797b826a -DIST thunderbird-115.9.0-de.xpi 741445 BLAKE2B b6f9e344b7813d7677e29a8ef5f5d151e13d5a7ff4db8f29d7837303fea84e4ce56acb05298af11be953467a5a487d8feeebac6afde7d914ee62630b748a4d49 SHA512 36dd31e1c81b6a8c1bead95f89696d9d5385b0e8a8e7c15d9c6ba00116422435cb9841b09e1a6d0d5143b35dc66df2fbcc993cde68970abeb4fa702df49255a7 -DIST thunderbird-115.9.0-dsb.xpi 759678 BLAKE2B eb61beacd457a16a75feb7d1b55377461c14a858f0dedb3c51c616cebd722dacc1cf28082db3f1972b90639066daea3d0ba4c7653d32d2a52bfbe33a57c3b549 SHA512 32c921bd3515cb39c05d32bc5c74b13adde30a2b755d1e08322ce93455882794e248fa2e318fa8fddb5eb8155863e98df98e4eb0782319b9d99aa19de9335212 -DIST thunderbird-115.9.0-el.xpi 862802 BLAKE2B b3c5cf59c4b88cae4f87161678288da055107b53cc4823f61e08559e76710b6b70872713bd934a0b367726822dceb0bf8b09f332586981a0fae069cef553d1c3 SHA512 a3332226d5a1c6448877b5fce7c381e9b40151ac68d449719e52850e0e0793e91cb8847ff7740e860a50abf2694de1f2b14d7d66391402c034043bd8b7c8aa6c -DIST thunderbird-115.9.0-en-CA.xpi 671008 BLAKE2B b7dbc18a8e5a041733e422952f32bb5926d18f649b22fbfb639f5e34044822fa52407da0b15759380e69a55edd9bce9a472708e921773357c9d7847eddf3a954 SHA512 2eb2352468da0a61c0db91896697f221227e66050a45090c451f93aea2b6154f2d20ea46ef50455d3824c7b5da493b2e8d5983b377b9f6de1bd1a01d0d10a50d -DIST thunderbird-115.9.0-en-GB.xpi 681891 BLAKE2B 22d7e90df398c5c77deeb0d8e464f4cbe0588202b89117b14140c5bc9a7d34cc8a1fbf8dd1e6356cc918cc672445a21762ae08002c5238233b395286ac408e26 SHA512 fe0536a3fff8dba411ea6b0718f973a9951db5ce9b36b13c440ae7322b5c78a3b6ec7fcda1b28103a9e3046a693db8639c331c15204cd2a9b7298ba9ed803996 -DIST thunderbird-115.9.0-es-AR.xpi 735670 BLAKE2B 806b029b7a466bb31ac146efb37a071709b04890588289659763c19c8d9ec81c499409ee9bc846c98889ba579e920bad64e9d243567db7759855ee131a4bda5d SHA512 f90d38e1a8e2f1a1e5e823c019bbe5626299a748044645daec997623ea8e57ce4b7fe759b88819708ce31822c498cf6c913295acd6b9b75c1e895e754f0c8a34 -DIST thunderbird-115.9.0-es-ES.xpi 697504 BLAKE2B 6d8cc0e853c3a24e4e4510c66fa2592c289b544e5c425cfac3d88351826d50097a176e4ab7d824d1557c12321c9b1ef215dd72c09caa03e0a45ea5e98acbc217 SHA512 e9394dfebc48b68da332cc085b23ffafbf006d0fb642f5174ab07efd305f6bbdca942bb8fc52b21ab40c24322c8f36772740ac507ed8a005076b622e1d5bb2f6 -DIST thunderbird-115.9.0-es-MX.xpi 719671 BLAKE2B ea8791a7ac6cb6e19c161f1517a517d9669cddda579fc2df95c381d64370f166186adb701b3e904b10d56a8c297de890df6902b45e39ca177e910500713ce783 SHA512 ad9b305b27e1cc115422c0ada0cc89d8b92f36e3d161678198a5e11e07382e593d9502cf555a069844494c56d307a0b15f2857ef3395af251932c18cfc0e6b4f -DIST thunderbird-115.9.0-et.xpi 679913 BLAKE2B d40fa6055dab1828dccda2a8379553e4d6b37c3b2a4f57274786238e9805e4094295aea5e91d2fd04cd007259929d022e31bd944acafbb77041997f53f288227 SHA512 40d9ffa06a6d233aa02523918c3c771f60ac2f0b3d6bcc07f62fcd3fa345f29697765b2dd3d82037545d59c44be9ad0bb48bcd7272f488a4bec3ec38ca88ba45 -DIST thunderbird-115.9.0-eu.xpi 708425 BLAKE2B c2576cc125842cfa25d42ab99d73e3672386815320d1777bbc007b5e8e6f23254609846d7804610cc5fee653566de6f6e79c69a7a9cc47714a0d3e51acb0d456 SHA512 3fc6b3c30eabf81f78550567163c8a63075c8584ae8292dfa7b1cf6028545ed340d09105f5a3d95057d3821feace71d0c9177b559e333f41ac31336f5583c4e0 -DIST thunderbird-115.9.0-fi.xpi 713342 BLAKE2B 4ffdf52452e2913e01d20faa3c37027379a5ac5112a59bb8ecd9b5fdb939dac21f9548688829a4e382b96357056c3c20fd4f01400438ac579295978a8d707e1f SHA512 2005a61b24edef1335bdbf819e99585da1292ad201300340ef57ab988750effe3795b3312c5c211e36f15793378dd578186ccd47f7614fd51250d1336e39b514 -DIST thunderbird-115.9.0-fr.xpi 746568 BLAKE2B db09e78f9cdbec2315fd063688e7c570318f376d17658894974eed9188591b25c8a7be339111b50a16ab6c54cdb6573640c1e38e01e9d48807e1d061bf45a469 SHA512 3e005cf0d4890d3a9a6918eb23ccb6e59d1777465e36130df8bf0b8e8beb164fb28b8f3c574a743b1501e6a4a626992787e7d1da0b1145c4a5719a3ba9a5e53d -DIST thunderbird-115.9.0-fy-NL.xpi 729276 BLAKE2B 1c52069cafaf43388ca4171f43d4fc648f789c8d0317a231216b92eb4a4225a377e8bd29b35f75ecf36c1358a4ac2340919f3fcbe15d8cdf383996f855bc1b2c SHA512 25641b6b830bb278a7fb30b211e50f2af952a58f2ea29e1ae0cf6b15671afb80af17dddf0d35eb1217e00050e12dcedb2dd033f9cd53554db0d66161a0ae6c7c -DIST thunderbird-115.9.0-ga-IE.xpi 609797 BLAKE2B 0db87d448a65653dcc6d98a9e99ddfaf51ae533e00be57011848c05adb7011b24a4fa2165bd3e9ce7b6d202dffcb5ba7dd78530c4e4326af8c5580940573a696 SHA512 3238b906e6105ee6d924c3a158cc79f3a2d32f167afe89c0e15dfde39bdadb8e682311c029985e104b1b7e1edab277eec0e05f9a4a25dbe6046d14819c68db61 -DIST thunderbird-115.9.0-gd.xpi 712352 BLAKE2B 2c0d977172f6792eb8776559d841bbd6f3d0038b44eed90fb77586ec9b49ab7d71fcdcd04ed069ab622f29ffd9d2d2c4d1e31a5704a9f6319f556d2bf0bebf20 SHA512 c40da13a40c91357d11c00b19549045ed7124e84bafc0284eddacb3cd997f331dc15c04ab46128a3ea293c0d821685005ee0c789f44a9fca82b8bc3607a887c3 -DIST thunderbird-115.9.0-gl.xpi 719543 BLAKE2B a69f53b10e91a0741d873984e834265907c6f35705cd770c107b44f434b6482b57a08c824e3c64c6c4bbbc8be872390ae86b11bfdcb0ffc38d9f0dd421ea8a29 SHA512 e3c3aecbe6060fc6d280b420f69612cc5019e484a486f4c74b7f8791c6f379f1ad9a7dee5fa6deded0a62b5847395ef90dd3df0acf84dbccd77a95eebb42a5b7 -DIST thunderbird-115.9.0-he.xpi 686341 BLAKE2B b6f2fac826516278969d0f29bc9323766d4267f7dc3e1ad11c93412f82bb15d48bd23762bbf22c4f42120aac773aba80c0a81a800de3c52fd72444fb5edf86f6 SHA512 e051af792b421a75102a2a3287ee553cefe8b8754472135f542060887d9a9db2b62bce4cf722f832ecbe7b1161a14830d37e00dc05e17bec218a7415be23abd3 -DIST thunderbird-115.9.0-hr.xpi 687075 BLAKE2B b271196b8b5939c0fb1c7ae3f64f894e6bd8fc799a4acc79582da8ecc2c496ff64c127186688cbe8c6477ef5e18fd99675ceb4d4f4619570d575898287f2bef7 SHA512 14d2e05da32d8a2237740c5bbfe5215726c45057f0a96f26cb0e72f1cb47961a5e0d8a202f74b55be98738cdc2a71f2c03f3f525f4da6499dff489c3c7a209de -DIST thunderbird-115.9.0-hsb.xpi 756720 BLAKE2B 4e08fb7f87c28657d81ae242e24ab27275c059e92c2fea55426be99cc7482204856cd019fe29c87f6dac0fa3e5401bc300c969574bf127f290f2fe19f65fd904 SHA512 8330cc6e5a42c7ebaf647b59e4ab1198c889ac5ef2b6281963c3937da34e5b15c74f82785436eb6384eed7dae94858b07e0961c4fc5ea332c8270f1964f4395d -DIST thunderbird-115.9.0-hu.xpi 758282 BLAKE2B b34667c9858a42e8c4c9ef7496e49081775fbc2bc489ef5a088453f55b9a5e96c73d190a8a9087e8961a55f8660f10f69067b52f3b62d43d310103e8bab66e2d SHA512 79ac1e3d99f98c7c983a4ff101bfe6001295cff190b43c68c9e94fb3e9d22437cfe4b56e9a288d50ef7b935b4757c72f2951a97efd1f24de59ab401c07706db9 -DIST thunderbird-115.9.0-id.xpi 651340 BLAKE2B c176933b1dd00339d471eec595da1fd7bb43b7147af9fdce6024ee6d94e858e3c6652dec4ceb79a496574ba36607c511731e61cc9a2c0103825430af03aec805 SHA512 ca3f6fe1d2ef8ef56dbe239599572d46235edc3b5fcbc1221499724a010bde549572d35f7bb98279830ee0ea98e19af7e3b522415e60f38444a758b5f43788c3 -DIST thunderbird-115.9.0-is.xpi 719338 BLAKE2B c8270a503bd48d7135ad470a6a7d8d4162bbb3f5f1dc0d7506a467b2d7d4e2fee848ca7f42ca07a92df03a232464f9d27eca65ace4de758cbc0fbffd954dd652 SHA512 305638c04c89db461d2bac150a180e0f7ba80e47560c3322dd2296a071793001574108340d628b7fbd633a7366383243af4c6504a75819111f2b9665614b51a8 -DIST thunderbird-115.9.0-it.xpi 668017 BLAKE2B fbad719a53798ca48b91bc31f0f6d0c0db42552850fa566564cc4c06222088e5cbc9f47bf3f024eab3b437f265f0e235a3c46ca797934a40d0af59fdffe4097c SHA512 b6bd93c2711137668bc4046ed94dcc120a2564a390381cb98fb2a62aa4a8ec30b320e0d617c5e291c7f66324380201174d369a39d9689d84d191aa03d306f4cf -DIST thunderbird-115.9.0-ja.xpi 795399 BLAKE2B b226a37bb2bdb998e1cd9545850277f89138603563f4335bc6fee873df0e5a5a11cf7eb291ac3253afe2877c0571f8144b139f8b4e8b89319dea3a405af42580 SHA512 845ae73f5c204a872150376e80b25c50c7b5bfbde1bb91c0b2ea13f3bf9fe1785582a1588fb3c8cd8086a35ae38e31bb73abe3342655c07b0f20a654bbfdd4ff -DIST thunderbird-115.9.0-ka.xpi 783166 BLAKE2B a2312340605a1c5f494e797a9d402639d9627839624e46271176df904c1c935fb42d3f055d26c31d14e0ce59ec7086e4005a75b31b892052df7ef4fa11154454 SHA512 4c210f96522fb6cc9cb68de46f40eeda5584c35d5103706da805980303561cc09000e08d0b71c990902d27d247d9a5f7ab75c1391113906ff196637278d96e3f -DIST thunderbird-115.9.0-kab.xpi 711123 BLAKE2B eaca301e27dc264d93dd56e34e1ff729188cc123c1f443b531a3aec1ea957a58d855f9da2e9968a478f7ad3d550e3f709902a886bca0d7cf9b50ed02de7c30f5 SHA512 46245284f05d2bcaeb12a1695272d2d93212393e791a72874b0e712970dd9dfbeb5c88dbd63a05296eefc402ddf85e97a5a61121b0d676030948d30ef23cfa35 -DIST thunderbird-115.9.0-kk.xpi 832551 BLAKE2B df57e93926ac432ad38b824a8c27f8e2c8bfed120446bc64df58f579c36597656c48c5ddee123a5bec71bb95705b375ae0ccd5bfbdfcf09eb444598f6fd4fd1d SHA512 00bf226ea9bcb07321cd5e813e7652cdd8dd34021a19592b9bdbf8ed4432142549159d5a747815966bcefac98efcb9e68dd860c3a7971c84ce051abacb8942ce -DIST thunderbird-115.9.0-ko.xpi 737245 BLAKE2B 2ba8801e9e241e44becd8f5d1d4f67ff347170dc87c19f1e720e73435e4b6d93454e46ac5eeeb56760568088df5fa72517f3949c2e69f07a4ecc6e6a22a8e011 SHA512 bd5e486711ffa16fd6c1f30baf00ad37a7aa083817fa98625637169b15e1ec9607f00199b96ad715c7fddf761a5bec596efe526884fe7c6e127faad3f9a347ee -DIST thunderbird-115.9.0-lt.xpi 688629 BLAKE2B 9beac9923c386123e02138acdef3092d52567489af0b47e99481b7c75015e5926300e6e87440f83abfd8634383eee5121debbe356605b5e95eb6f8a3490e5993 SHA512 fc42899383233bb6e5fd67812eeb27355e8bf9c92c6fe188ee4a82ff5dd9a3cf11f1b30dfaf672e8cac302655159eaa2854a0498102f67039c783d989b6fc25c -DIST thunderbird-115.9.0-lv.xpi 613041 BLAKE2B cc26f00d288351e151284a99f8003a507b8f0354386cfee1567affee96fc663db784b07d251b5a77e456721cc76c1c008bb1f3eef1eafce98319183a832b25ca SHA512 10636b59df6fb0084cd3bdc4e16fa8be09ed3e0177b6aeebfa8711252c5cba695fafd1f94615d5922aaec6cc3e42455f1c0fb5e2b9385b56f1c13dfb2d9b7df3 -DIST thunderbird-115.9.0-ms.xpi 573629 BLAKE2B c6fcf1b4583ecda7b2e297eab35071f1c145737a7abdab823de1348d7f928ac0cec0638eb335221033b573b199cb26c0fe142aa563525e80ba58e4e8d4d3be8a SHA512 b4adcab74b80d66e651c850425976aab8a1a57d2eea7d566399ce17c8e5d7e3623320b42f78057d6b776edf953f6775cdc5f1d2b459e79d7d1b64adc98d21d8c -DIST thunderbird-115.9.0-nb-NO.xpi 674707 BLAKE2B a31128d31c5a164831854046dcd44f8d58c5c2a6da0dce9cd8fd2300071b89795ab3061cab29fd46cecd014a96518d3ad74d3a9baf8497e7733cc6ab261e27cf SHA512 005d3d886d4d0cb27cea0289209b4a377428b81ffd6c1cb6a0c52d4e24e4734dde75ab7f7da1f2e3433dded7513597d25d8b5a040ffa84849119719380a494fd -DIST thunderbird-115.9.0-nl.xpi 720588 BLAKE2B 92595ab5b24ca90696d1969cb03e975800e528b19ad33cef779a395cf3f10975ccf07e5cce9def6b3f718666cdebca74a2a005b88993ae4b235d1066ed2ccec8 SHA512 7a422cff33be79acd76219bfa7e5d66043e5970f4a75608c04b9ede4099450520398a78c21ce76eeb84f438ef1469f470732adc0e3177fe22cd4a9e5a16321fe -DIST thunderbird-115.9.0-nn-NO.xpi 690679 BLAKE2B 50ffd90c24716d5eebb8d4d884c31d6b9e147fdb5271a6a71e17d5eee9662657f71cce746b95fa026183bbb2f13d5296867e4e34f4d629d7fe6f85b1bc6f4522 SHA512 b482f0428d827eb97b72641059de7fcf04fe390cb176523a721bc95116a694db9e0efad3a4d4a651627b88d7e20114e471adf211404ee0ad53d921f5ba67c4bd -DIST thunderbird-115.9.0-pa-IN.xpi 678306 BLAKE2B d57052e455ae02ea63e4aa8dfff807ff300bf2fa15a317c904da9fd11e76440e20c0152120c4f58f9b3b8dc7cd4a33cf2369a29ff414724b3dcb8695e46fbe78 SHA512 a1bd756c02c6aeed7e8f85907fc2ddbbe719169bb6371171c204d3642bf7fc44b87a1d8ced2572f719850ef01bcf8130a40a47d5a18b3876e87989b1218e76ee -DIST thunderbird-115.9.0-pl.xpi 739284 BLAKE2B e89c24022f8f1685c0721af7667d1ad446d1e62f3c416eed182f265b0e45a5c9d3d21f7b47e7c83b64ca1a61655ecc52453b175c5cfec9a91894d884da767299 SHA512 46186cb606e1fd2a987d07177bb52fe256ad74710d4e7284806c13bdec0b4d1531e5b1473c3ffd5de91ea2ffdc90d22fc3aacf90836a798f110e0440c71ed7e3 -DIST thunderbird-115.9.0-pt-BR.xpi 728572 BLAKE2B 44cd5da9482e17be6827cc60421b8123e1746f64ded8986beeae44f017c81daf9cb8cfedc0f3009453b5079307e5abdaf16922838e12bb68ae9db28900ae3929 SHA512 0c9dc5918c60da8074d9f2c681fbb313994660b7173251901059c293414223e6fc5c8701294726c5b580fb133569b3b666d37a38ea39da9706603349c7f56e7d -DIST thunderbird-115.9.0-pt-PT.xpi 704333 BLAKE2B 2c2155471af3f45554e43641729454e09d9f91bf7f806c9711c1d909d2c4501d3b4dd2b169cac3bd5e64261bb5f13cb89cb472dbe1f9db0875cc7258928a238d SHA512 5fcff6a7b24df59a625bd5315ff24406c8301a518b99359b04976529cb38fd8a2c96bccaff10d2faf60adf3aaaa5cfaf6637ac631f65cf03b82e44c057bc5476 -DIST thunderbird-115.9.0-rm.xpi 724358 BLAKE2B 39685c91e8f9f94153c0cbe2ee76f3b9fb84262f257c1522fa42515a931190e30d5ad25af213e9e726716b4faf1be454903a0c54f3f20fab066892a494c84b0b SHA512 2718e178be24ae6bf23a1d84ae19f2e8c92bc555cebec47a4bc0d879fa31f21ce0d71cf68b7f4dd40f01ff2fa2f87f402b7a78269653583b797a51a151987b20 -DIST thunderbird-115.9.0-ro.xpi 659828 BLAKE2B 599ad5fe44640372d306500ac4cbdeb14e7fdd558072bc22ce62e41672ae30ed441c2c6b1ac9a79692579788a85243289b6d050bd784f8662e6615887d038458 SHA512 666184767135c571c6709e114e4d9d4300b2e067ca3f4b6ec83bf0e77b23815e0fe107e1fcef379911c72e2a5aba965b8f9deb11eed1c255d08d6588aa5ade8f -DIST thunderbird-115.9.0-ru.xpi 846505 BLAKE2B 41feeca8771c390982439a288d7a292edd0378bf5086efc525e30ec2c7c813647d84d85fa641f1aefb3238211629567fd963935087306aa596fd600285086b4a SHA512 f38e5511a8d023687ffeb4dd0e99984977340e20be8feec3cea5faac18abbf990a2d4d068f99f9081279468650039f071237fd4e59de7f9dd3191f9bb5da889e -DIST thunderbird-115.9.0-sk.xpi 758458 BLAKE2B e011275bd41e5e2d120b92e377883ecb2d539b6e949346836939df445c0228fc7a7aa189a6d620b58d3269128e77464254c618db51101b26c49c886e80e1e704 SHA512 1b827328ce77154d369cbe820e5ace0dac320ddac94240ea029ca0bdeaf79699cb4e645087e8a599e5b83b07fcef96c90f8ed7610609924b4dc225571b4e8ae9 -DIST thunderbird-115.9.0-sl.xpi 721614 BLAKE2B 6294190f57a7ff76056cd3921a86b2e9048f3e18be86979cf7ef366a4eec6e721952cf19f284c215749ce8a92d86ceaef8a9f692740f82c3cfe0be3af07d6b06 SHA512 5b281cf07151f4146845410c223f9e8663d5576108537882a263efe794922f437069e0c03b6ab339e65b4a72dfe087bfd731797c7665231f7951fcc417a2da32 -DIST thunderbird-115.9.0-sq.xpi 742869 BLAKE2B 736404339062dafaec9869983b21aeddcfb5593b10587da481b691efa1780c9134cc47cb17045bc3f62b2dd0f85e9c7c7cef5a6be08d5632be50c463395962fb SHA512 656708c091a7c039b69844416a14c776f873b71910314c1956b94dc52674534d3db294ac67287a6c27e2f6b4955ca36429e201920b2c9db1ff0ed8467680d67f -DIST thunderbird-115.9.0-sr.xpi 755182 BLAKE2B 4e55a465e2bbcaa3bc388b576a45813a1354596c4d81bf06fb0a82cda87a5df6554f1f08a9efbf9990e481d5492f627ca6f6e906a49e30f366eef85228c772c1 SHA512 10964ffaa844cf76e6ce88e89de5404cf203efc3389f6137e41f0524ee54eee72947c9f96eff79c1390f887edc733954134d06f69275ded6da1f6e471be278fb -DIST thunderbird-115.9.0-sv-SE.xpi 724749 BLAKE2B 2cfb0e9dca38e4700d4605b87bb517f61f2da539eadf3f22cac0c6e6e35fbe0e173a4d19600e5f1f86a21b33ad0e5926607df2d2196569634d43d3c1cea9170f SHA512 2009eb49fede1ee13a77e9c835ba533d392a8f91215473f2f73a3e2f39d290dc66c2b74f4a7687ad5281ec50027219acfa0665f8e26a6ebd5fc88aa43709f13f -DIST thunderbird-115.9.0-th.xpi 788243 BLAKE2B 5c09ee750e8908c5f669ce6ad1fc51070e38025b474e6643f90719567f8dfea875ead804cf8e35e7b0b5f02c5b5f2901c0ad910645524442dd36a712644c3b34 SHA512 8ae05c2d8439566dabfb6e9961a403ef27b6f29deae4a5df0db772791d8797a8fcc08f3ad8b195468da866e763c9f0acb6af4d70cf2035db5d816e0b80c4e085 -DIST thunderbird-115.9.0-tr.xpi 736596 BLAKE2B 2bdf41a63713f0e7c285116717d1449df22e1778d05cdebf60ee13bd824f35c437bee5d630e6e447c57a31e8b5995030f70f18ff67d4ad4a0e357dbcafe296ed SHA512 53ebdadffd8a01a73f5ba9723645ac0d6a6f727f1ebf91c73a94087f74d1d7cadf3444793610be9c13a0e5135d346a22ff585dee8f325844e0f2b693e9ae5f26 -DIST thunderbird-115.9.0-uk.xpi 839052 BLAKE2B 20e958f2ead7541919d545d69495bbfac40f4e0969615c4e1f9d3198c8c91f98072e4b8ed5de026751487df6668c1ee1e8581bf249a2620ce4f6b9d81fd24e77 SHA512 f003fe09f6390cd1d4ef7e6dfaa1fc1f047dfc1ebd39791c4247a88cd3786710bad58458135a9e0076a4ba2b36cc6f15278489940c424e4b1d7c9c3ae0d4ece1 -DIST thunderbird-115.9.0-uz.xpi 587157 BLAKE2B 9a42e3d67c12906a0b44ded1daa7e03da6953d6db8a5073ed6535d81524c55d8938ea8955ce7dbd64a55e083e72fd3a73ccedd39a17710789b1c91d991e972d9 SHA512 7f831a17b45cecf5e36b61d3e63cde8d25901c3287927ebd126c4e058576a372a3cdb574b9c334f7320308bf7b4c0c9de69a8e56e40969ba7cd71fb8c0d230fe -DIST thunderbird-115.9.0-vi.xpi 764700 BLAKE2B 099eb82588cfe4277e34868736008f386bb8c913a399756555fd9e0cdae61186057ec54d3505ad8e9ff33de93fcd639852b4e80ac642f5c5af4eba58c3a04a72 SHA512 2a54f295db3f6890976ab90e399789d8f29d6466f77e31ffb05972f20d45f2723d9b7b346734637edef097cad426bb010b40877f641c13b6b40c2b0fa21dfdf2 -DIST thunderbird-115.9.0-zh-CN.xpi 761848 BLAKE2B a47b71e6826a4e22076352a1dddda91b7ea1c93b910da09fbe379c60d363bf03967c041f59a257c8efd103f2f788126ecb96c965dc9b0d793b44eac89b588743 SHA512 9f8559e09d2fea0ee62d20cd6f0f41b31867f505d704d00395c341f3dd9cc404e9c103845e717e45fd50e1baabd0009dd37583a891edccf8129018dbe1db293e -DIST thunderbird-115.9.0-zh-TW.xpi 766758 BLAKE2B c1247c43eaf286a9f4a60853d9606d611f302dad984f676cd5ec5f3ecc6f757737455253cbd217323ccc7e3c1b66c43b6a5b509e6ba4e291498b6d92ae6837a5 SHA512 a2bdd7260a52c1e3be0bec043d4d62ba2a2831f327c431da7121df987600348e97ab3cc239de5612cca1783b163d2973554db29d91a9352d31c53509374571de DIST thunderbird-bin_i686-115.10.1.tar.bz2 83060151 BLAKE2B 9869262dad3f532d75ae32ae46b254aaf1d796aa9d9385090c6ba7441540e466d03d808fa3b97f973d6ccc713626b2cf25cdee8552829831967013997e732dea SHA512 6f24bc274c82cf1a3a2effada41aa80959b091d0c56e763eac7f3c3c7747c23ccc02e32f87facbf0dbb4de2843688fb5d306e9d1f1bdf232ed151abe7b376101 -DIST thunderbird-bin_i686-115.9.0.tar.bz2 83080461 BLAKE2B 29da31f77cee4f2fd819b425f1eb4d753acb756d3b8500b6781ef14d4b2afe3de6b0f7763917f9613d628788f95e3376248695d59a576ba5085f48939ee417e0 SHA512 747d007aa7f7b70b6da7f465abd72f7a6cedf3542cda882261148b8d7ef04b71d54972716fc8472078701cbd9f68e5d3168bd87b1344db89e341500a9125d396 DIST thunderbird-bin_x86_64-115.10.1.tar.bz2 80744656 BLAKE2B d57e59f34e1591cc3213e72582f7cefe6b2a8bde12d7804eb6139761c2d2155ea586f5f0deb2f46a513836c98ab0affb8407a22c2fe81e725ff47d913218dc59 SHA512 1b1774761b2ae2b936a254f045d0cb2aa25b2fd83b4076b8063818b6dfbf74ad1f70c5c95f203a0d4e7cb8500f666107073ab3b4b608f0fb994de99d4abd9add -DIST thunderbird-bin_x86_64-115.9.0.tar.bz2 80629396 BLAKE2B 6a2687c0be7aa80deee212a09db770e359320c8b9f98a280df05ff1335746110c3c598840da90098e15200756fee1869eb9ebb04fbc07dd278482cb428822efc SHA512 cb700993848a9a74afc57d822daf773b526e142a6927d5392ac44527fc0be218f4ed5343d4b9c36e2f7e7c6662d3c4af423116c3a6cd7b31d64f73adca0b16d7 diff --git a/mail-client/thunderbird-bin/thunderbird-bin-115.9.0.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-115.9.0.ebuild deleted file mode 100644 index 0ddec45f3444..000000000000 --- a/mail-client/thunderbird-bin/thunderbird-bin-115.9.0.ebuild +++ /dev/null @@ -1,327 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MOZ_ESR= - -MOZ_PV=${PV} -MOZ_PV_SUFFIX= -if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then - MOZ_PV_SUFFIX=${BASH_REMATCH[1]} - - # Convert the ebuild version to the upstream Mozilla version - MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI - MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI - MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI -fi - -if [[ -n ${MOZ_ESR} ]] ; then - # ESR releases have slightly different version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -MOZ_PN="${PN%-bin}" -MOZ_P="${MOZ_PN}-${MOZ_PV}" -MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" -MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" - -inherit desktop optfeature pax-utils xdg - -MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" - -SRC_URI="amd64? ( ${MOZ_SRC_BASE_URI}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) - x86? ( ${MOZ_SRC_BASE_URI}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" - -DESCRIPTION="Thunderbird Mail Client" -HOMEPAGE="https://www.thunderbird.net/" - -KEYWORDS="-* amd64 x86" -SLOT="0/$(ver_cut 1)" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="+alsa +ffmpeg +pulseaudio selinux wayland" - -RESTRICT="strip" - -BDEPEND="app-arch/unzip - alsa? ( - !pulseaudio? ( - dev-util/patchelf - ) - )" -DEPEND="alsa? ( - !pulseaudio? ( - media-sound/apulse - ) - )" -RDEPEND="${DEPEND} - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/dbus-glib - >=dev-libs/glib-2.26:2 - media-libs/alsa-lib - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - sys-apps/dbus - virtual/freedesktop-icon-theme - >=x11-libs/cairo-1.10[X] - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.11:3[wayland?] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libxcb - >=x11-libs/pango-1.22.0 - ffmpeg? ( media-video/ffmpeg ) - pulseaudio? ( media-libs/libpulse ) - selinux? ( sec-policy/selinux-thunderbird ) -" - -QA_PREBUILT="opt/${MOZ_PN}/*" - -MOZ_LANGS=( - af ar ast be bg br ca cak cs cy da de dsb - el en-CA en-GB en-US es-AR es-ES es-MX et eu - fi fr fy-NL ga-IE gd gl he hr hsb hu - id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO - pa-IN pl pt-BR pt-PT rm ro ru - sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW -) - -mozilla_set_globals() { - # https://bugs.gentoo.org/587334 - local MOZ_TOO_REGIONALIZED_FOR_L10N=( - fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE - ) - - local lang xflag - for lang in "${MOZ_LANGS[@]}" ; do - # en and en_US are handled internally - if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then - continue - fi - - # strip region subtag if $lang is in the list - if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then - xflag=${lang%%-*} - else - xflag=${lang} - fi - - SRC_URI+=" l10n_${xflag/[_@]/-}? (" - SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" - SRC_URI+=" )" - IUSE+=" l10n_${xflag/[_@]/-}" - done -} -mozilla_set_globals - -moz_install_xpi() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local DESTDIR=${1} - shift - - insinto "${DESTDIR}" - - local emid xpi_file xpi_tmp_dir - for xpi_file in "${@}" ; do - emid= - xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") - - # Unpack XPI - unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die - - # Determine extension ID - if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then - emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") - [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" - elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then - emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") - [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" - else - die "failed to determine extension id" - fi - - einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." - newins "${xpi_file}" "${emid}.xpi" - done -} - -src_unpack() { - local _lp_dir="${WORKDIR}/language_packs" - local _src_file - - mkdir "${S}" || die - - if [[ ! -d "${_lp_dir}" ]] ; then - mkdir "${_lp_dir}" || die - fi - - for _src_file in ${A} ; do - if [[ ${_src_file} == *.xpi ]]; then - cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" - else - MY_SRC_FILE=${_src_file} - fi - done -} - -src_install() { - # Set MOZILLA_FIVE_HOME - local MOZILLA_FIVE_HOME="/opt/${MOZ_PN}" - - dodir /opt - pushd "${ED}"/opt &>/dev/null || die - unpack "${MY_SRC_FILE}" - popd &>/dev/null || die - - pax-mark m \ - "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN} \ - "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN}-bin \ - "${ED}${MOZILLA_FIVE_HOME}"/plugin-container - - # Patch alsa support - local apulselib= - if use alsa && ! use pulseaudio ; then - apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" - patchelf --set-rpath "${apulselib}" "${ED}${MOZILLA_FIVE_HOME}/libxul.so" || die - fi - - # Install policy (currently only used to disable application updates) - insinto "${MOZILLA_FIVE_HOME}/distribution" - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Install system-wide preferences - local PREFS_DIR="${MOZILLA_FIVE_HOME}/defaults/pref" - insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - - local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" - - # Install language packs - local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) - if [[ -n "${langpacks}" ]] ; then - moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" - fi - - # Install icons - local icon_srcdir="${ED}/${MOZILLA_FIVE_HOME}/chrome/icons/default" - - local icon size - for icon in "${icon_srcdir}"/default*.png ; do - size=${icon%.png} - size=${size##*/default} - - if [[ ${size} -eq 48 ]] ; then - newicon "${icon}" ${PN}.png - fi - - newicon -s ${size} "${icon}" ${PN}.png - done - - # Install menu - local app_name="Mozilla ${MOZ_PN^} (bin)" - local desktop_file="${FILESDIR}/icon/${PN}-r2.desktop" - local desktop_filename="${PN}.desktop" - local exec_command="${PN}" - local icon="${PN}" - local use_wayland="false" - - if use wayland ; then - use_wayland="true" - fi - - cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die - - sed -i \ - -e "s:@NAME@:${app_name}:" \ - -e "s:@EXEC@:${exec_command}:" \ - -e "s:@ICON@:${icon}:" \ - "${WORKDIR}/${PN}.desktop-template" \ - || die - - newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" - - rm "${WORKDIR}/${PN}.desktop-template" || die - - # Install wrapper script - [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" - newbin "${FILESDIR}/${PN}-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die -} - -pkg_postinst() { - xdg_pkg_postinst - - use ffmpeg || ewarn "USE=-ffmpeg : HTML5 video will not render without media-video/ffmpeg installed" - - local HAS_AUDIO=0 - if use alsa || use pulseaudio; then - HAS_AUDIO=1 - fi - - if [[ ${HAS_AUDIO} -eq 0 ]] ; then - ewarn "USE=-pulseaudio & USE=-alsa : For audio please either set USE=pulseaudio or USE=alsa!" - fi - - local show_doh_information - local show_shortcut_information - - if [[ -z "${REPLACING_VERSIONS}" ]] ; then - # New install; Tell user that DoH is disabled by default - show_doh_information=yes - show_shortcut_information=no - else - local replacing_version - for replacing_version in ${REPLACING_VERSIONS} ; do - if ver_test "${replacing_version}" -lt 91.0 ; then - # Tell user that we no longer install a shortcut - # per supported display protocol - show_shortcut_information=yes - fi - done - fi - - if [[ -n "${show_doh_information}" ]] ; then - elog - elog "Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):" - elog "Due to privacy concerns (encrypting DNS might be a good thing, sending all" - elog "DNS traffic to Cloudflare by default is not a good idea and applications" - elog "should respect OS configured settings), \"network.trr.mode\" was set to 5" - elog "(\"Off by choice\") by default." - elog "You can enable DNS-over-HTTPS in ${PN^}'s preferences." - fi - - if [[ -n "${show_shortcut_information}" ]] ; then - elog - elog "Since ${PN}-91.0 we no longer install multiple shortcuts for" - elog "each supported display protocol. Instead we will only install" - elog "one generic Mozilla ${PN^} shortcut." - elog "If you still want to be able to select between running Mozilla ${PN^}" - elog "on X11 or Wayland, you have to re-create these shortcuts on your own." - fi - - optfeature_header "Optional programs for extra features:" - optfeature "desktop notifications" x11-libs/libnotify - optfeature "encrypted chat support" net-libs/libotr - optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas -} diff --git a/mail-client/thunderbird/thunderbird-115.10.1.ebuild b/mail-client/thunderbird/thunderbird-115.10.1.ebuild index 1b82272c326d..b05e9d125a55 100644 --- a/mail-client/thunderbird/thunderbird-115.10.1.ebuild +++ b/mail-client/thunderbird/thunderbird-115.10.1.ebuild @@ -1015,7 +1015,13 @@ src_configure() { # With Firefox-115esr elf-hack=relr isn't available (only in rapid). # Solution: Disable build system's elf-hack completely, and add "-z,pack-relative-relocs" # manually with gcc. - mozconfig_add_options_ac 'elf-hack disabled' --disable-elf-hack + # + # # elf-hack configure option isn't available on ppc64/riscv, #916259, #929244, #930046. + if use ppc64 || use riscv ; then + :; + else + mozconfig_add_options_ac 'elf-hack disabled' --disable-elf-hack + fi if use amd64 || use x86 ; then ! use clang && append-ldflags "-z,pack-relative-relocs" diff --git a/mail-mta/Manifest.gz b/mail-mta/Manifest.gz index d91b2d816ce9..e5b6957db24d 100644 Binary files a/mail-mta/Manifest.gz and b/mail-mta/Manifest.gz differ diff --git a/mail-mta/courier/courier-1.3.5.ebuild b/mail-mta/courier/courier-1.3.5.ebuild index 14b510207a1a..8f466dc520a8 100644 --- a/mail-mta/courier/courier-1.3.5.ebuild +++ b/mail-mta/courier/courier-1.3.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \ fam web webmail gnutls split-usr" diff --git a/media-fonts/Manifest.gz b/media-fonts/Manifest.gz index 269bcfffeb63..18b560a9b72b 100644 Binary files a/media-fonts/Manifest.gz and b/media-fonts/Manifest.gz differ diff --git a/media-fonts/lxgw-wenkai/Manifest b/media-fonts/lxgw-wenkai/Manifest index 7112942fda4c..dbfaec696869 100644 --- a/media-fonts/lxgw-wenkai/Manifest +++ b/media-fonts/lxgw-wenkai/Manifest @@ -1,2 +1,2 @@ -DIST lxgw-wenkai-v1.315.tar.gz 72217980 BLAKE2B bc53925b51b124954f7f0bdffb9c892d8e7d0724ce6ebb94ec99865244dcb9e9c17cfa638e5da6c42a6a78d1c824ad968196cb77abfe2344e8152982ff4a296d SHA512 410678a73f73c39708e32c177cc856a37437fe45042eec8e442912c2f6ee80434649f69a06a0408c4d5df9c2cc070195e62ca1f64cbf2a2cc6aea8d2f3d54d63 DIST lxgw-wenkai-v1.320.tar.gz 72514947 BLAKE2B 9886f42f48a954bf3815e910d84241535e1f195cf8dfe013365d2ca8d4a864c5ed97ea61a9a50618eec22a0c66e6a416416420f6468fc38dcca211aa3417b92e SHA512 d3620a14cc356fd119e4eed2527131b0934a06d4616cec4adff12c764092451e677b844694c5c55897f8b2117e82ba3c50e4a92c420bf0b0d0f1bbbf31aac8d4 +DIST lxgw-wenkai-v1.330.tar.gz 72742033 BLAKE2B 245ab8f563ad8df8061c6c37da7e941facf14ad6b68bd1ac95086809d3e4f67a23137d927ed44f2d79a214755dac18afc711abc254853c1ff5fb337c25562a80 SHA512 6ef74a650de45b21857a37f714cc9a9df09f39645d901afd67c0b5b115008dc8707ad9f00e5d95662ac9adafcaa3a62e4fb4d0f9cac2bd42f201b8907e2ba1ed diff --git a/media-fonts/lxgw-wenkai/lxgw-wenkai-1.315.ebuild b/media-fonts/lxgw-wenkai/lxgw-wenkai-1.330.ebuild similarity index 90% rename from media-fonts/lxgw-wenkai/lxgw-wenkai-1.315.ebuild rename to media-fonts/lxgw-wenkai/lxgw-wenkai-1.330.ebuild index e979d4d78470..1233388a0f1a 100644 --- a/media-fonts/lxgw-wenkai/lxgw-wenkai-1.315.ebuild +++ b/media-fonts/lxgw-wenkai/lxgw-wenkai-1.330.ebuild @@ -1,7 +1,7 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit font diff --git a/media-fonts/spleen/spleen-2.1.0.ebuild b/media-fonts/spleen/spleen-2.1.0.ebuild index 26ef608007cc..4d30fb89b08e 100644 --- a/media-fonts/spleen/spleen-2.1.0.ebuild +++ b/media-fonts/spleen/spleen-2.1.0.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://github.com/fcambus/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="BSD-2" diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index 66fd51e7dd7f..f5e132fa1154 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild b/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.3.2-r1.ebuild rename to media-gfx/inkscape/inkscape-1.3.2-r2.ebuild index 305c099e01eb..f746f1a32d60 100644 --- a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.2-r2.ebuild @@ -64,6 +64,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/appdirs[${PYTHON_USEDEP}] dev-python/cachecontrol[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] + dev-python/filelock[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 94b4d2fb3a70..b91ba44ceda8 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -64,6 +64,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/appdirs[${PYTHON_USEDEP}] dev-python/cachecontrol[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] + dev-python/filelock[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] diff --git a/media-gfx/jhead/jhead-3.08.ebuild b/media-gfx/jhead/jhead-3.08.ebuild index c933270e140a..236107212ff2 100644 --- a/media-gfx/jhead/jhead-3.08.ebuild +++ b/media-gfx/jhead/jhead-3.08.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Matthias-Wandel/jhead/archive/refs/tags/${PV}.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" PATCHES=( "${FILESDIR}"/${PN}-3.08-fix-makefile.patch diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index 7346e0c70ee8..48a380023535 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/lcms/lcms-2.16.ebuild b/media-libs/lcms/lcms-2.16-r1.ebuild similarity index 95% rename from media-libs/lcms/lcms-2.16.ebuild rename to media-libs/lcms/lcms-2.16-r1.ebuild index 331ce2f8c446..14d082bed485 100644 --- a/media-libs/lcms/lcms-2.16.ebuild +++ b/media-libs/lcms/lcms-2.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,7 @@ multilib_src_configure() { -Dfastfloat=true $(meson_feature jpeg) $(meson_feature tiff) + $(meson_native_true utils) ) meson_src_configure diff --git a/media-libs/libva/libva-2.21.0.ebuild b/media-libs/libva/libva-2.21.0.ebuild index 009f40c00c1c..bb3076a9aee2 100644 --- a/media-libs/libva/libva-2.21.0.ebuild +++ b/media-libs/libva/libva-2.21.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} = *9999 ]] ; then EGIT_REPO_URI="https://github.com/intel/libva" else SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" diff --git a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild index 36b5b6708dc0..1d4a18ccbb1f 100644 --- a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild +++ b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc64 ~riscv sparc x86" IUSE="avif gif jpeg jpegxl png static-libs test tiff webp" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( jpeg png )" diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.22.0.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.22.0.ebuild index 30270f37f2cf..9df0a353373a 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.22.0.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.22.0.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="+harfbuzz static-libs X" # On bumps, check external/ for versions of bundled freetype + harfbuzz diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 01aefe5363ad..b3834cefd867 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/liblc3/Manifest b/media-sound/liblc3/Manifest index f17fbc13524f..9c33a7e0c686 100644 --- a/media-sound/liblc3/Manifest +++ b/media-sound/liblc3/Manifest @@ -1,2 +1,3 @@ DIST liblc3-1.0.3.tar.gz 261702 BLAKE2B 5b4f6961eb0990e746c9659c18f8a5daf1841cf3035d78f15414dfd631c18d0a61d8fbffb602130cae42d4ad3d87cee2bf311cb7065c217b79cc25637f2337c6 SHA512 ba8e2515b88bdc2db5c6fca0189d0f03720af1e2c33c91ade586efbd6f402a4ff9af33b5235716cac8dce7c17a5a432471f9572c17641fbc7877855aa0c2c2b4 DIST liblc3-1.0.4.tar.gz 263276 BLAKE2B 8c4b5e23b3dafe2fa22812c688f1f57167369cebe565b097e554be693d49b0c196fb5e454f3db8e724410f8c04d4bb66bd7594ab46b2a1b91c277300e5c48dc2 SHA512 bc047aa26059f2b2a7f5275b580f39a9237ffdd6da03645c7e95957447ba7410768ae5c08fcf1e0ac16fac873be4cbf62695b2298ef72f54f09e577664c27255 +DIST liblc3-1.1.1.tar.gz 1658742 BLAKE2B a38f1bede375fb57ee64b6e8ee7b639b01a58049815585a4528b2d0dfd5bf118455708f90e964b4a7b0599eb72dd6ba21b98a8c80588e64111ad9669f2c7fc3d SHA512 cd424a46fe8bad3cd2d633ef957305538afeb86f211d8824cf21e5c47c7ed174674a33a4e1906b73ab478cac7ed747c730f2d71d0021a7027c1c28b63ba3e588 diff --git a/media-sound/liblc3/liblc3-1.1.1.ebuild b/media-sound/liblc3/liblc3-1.1.1.ebuild new file mode 100644 index 000000000000..8c34042ea3e6 --- /dev/null +++ b/media-sound/liblc3/liblc3-1.1.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +inherit meson python-any-r1 + +DESCRIPTION="LC3 is an efficient low latency audio codec" +HOMEPAGE="https://github.com/google/liblc3" +SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="test tools" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + $(python_gen_any_dep ' + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + ') + ) +" + +python_check_deps() { + python_has_version "dev-python/numpy[${PYTHON_USEDEP}]" && + python_has_version "dev-python/scipy[${PYTHON_USEDEP}]" +} + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_prepare() { + use arm || rm -rf "test/arm" || die + use arm64 || rm -rf "test/neon" || die + default +} + +src_configure() { + local emesonargs=( + -Dpython=false + $(meson_use tools) + ) + meson_src_configure +} + +src_test() { + V= emake test CFLAGS:="${CPPFLAGS} ${CFLAGS} -I"$("${EPYTHON}" -c "import numpy;print(numpy.get_include())")"" +} diff --git a/media-sound/ncspot/Manifest b/media-sound/ncspot/Manifest index 4013be2bd422..204a49306ac7 100644 --- a/media-sound/ncspot/Manifest +++ b/media-sound/ncspot/Manifest @@ -5,15 +5,12 @@ DIST aes-ctr-0.6.0.crate 13217 BLAKE2B 5097ce1767bf980d4181885a7a117e41d0c81d2b5 DIST aes-soft-0.6.4.crate 99980 BLAKE2B a4b3838e0348ed3d7468f9d0e19d8dd45071ec54d54d538943d5afabd3f88db139c459574e6694e7fa86e4d77eaa3f75c11e3a9376f45429848c91889530980b SHA512 620b38b2a6437caf393e84625beb27afdf448acb52d7adbc9cba1152ea385bdf05a68795eee0f48fd90b5edfc25fd9cc3d42a0f2593dfa2f90d4f4f9cc893ebe DIST aesni-0.10.0.crate 100248 BLAKE2B 2dba6f1004495a725acf171eeae5a6e393475323e8974eff2e4667194ac147dc3a52a9bed1b00cf7735d3671b6a2bd135cbb4dbde822d7c8c21af23692d3e71f SHA512 726e5213a81ea021d4be7c5220d952cb6f0cb0ecb6cc840b542e9f75539e37fc5d6378ad4f4d6a2bc7e7642ea07a18202ed32d3b6a212777bd7abca735c6707c DIST ahash-0.8.11.crate 43607 BLAKE2B 7dff8e41798ba25df8c4827ff414a182bb25da4825f0119a74916fe775db5445b87be8fc87f7c7f98d3b5053e1d47546f98873de1a942d36e5f308a3fb7dd620 SHA512 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d -DIST ahash-0.8.6.crate 42780 BLAKE2B ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b SHA512 46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa SHA512 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c DIST alsa-0.6.0.crate 68171 BLAKE2B b692d929e49765c59ae2fae7bbe8bef4393c393e384c5d84133f018123cfe1044c6fe6c1915423614957fe622553aaf9cb5c38a41d3ff93afa2c4f162a828252 SHA512 a63354da0e643a68e28e32293d48f866c071332b1d17cf8349a79f28e45d6b9566d22f30c3001a862ea26c2b757aa9440b3f52c826a40b29c7881d12416f599b DIST alsa-sys-0.3.1.crate 32748 BLAKE2B 0c4da9c343d622ddd521fe9332acf97c1ee4a202a909c7a0014a507148ab6ff82d5098660dcba847d938b296adde416ae420d454d6982c33a0456f37840d716b SHA512 6523d909c500fee433f934eedfdc200cfc52e1b55be09434665210c16bb9af3593d8b1346ace184b171c7135a7aa65fdac5ca8c68e64f9d20436e1d8fac961fe DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055 SHA512 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e SHA512 b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 DIST anstream-0.6.13.crate 30928 BLAKE2B 0c6d0932dc486ccbe8d7e6f97bd8aae03fb84d4db90d0488070b7109de673e0af845a70a39e546af87f71f4c7f7bb159ab8ed68ac0f03a0297457062d9d69dc0 SHA512 4f9ccfd135de9be22a01230f39d571c8d8ccf7c3eba837fbf0868c9660693b60ee0c1c2f9490a587d5307e892ed45cb946da7a0690a9f972619c94fb050bde09 -DIST anstream-0.6.5.crate 30004 BLAKE2B 5ad0b0096a4cf199cc1b958657a69a81d8e12f3d9590049123043d005389f0eabcf69da7fe1e01b1b36eb04e66076699d2020a5d6e9d441ade2062b830e6df09 SHA512 98206c568d8f2204bddcbbd915ed22d214410aa26dc74ef56799c9237681877a7447effdb9ef97cfabef0afd7a1b73e27d82c7e976f1216ac502d625089c6fdc -DIST anstyle-1.0.4.crate 13998 BLAKE2B fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59 SHA512 671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3 DIST anstyle-1.0.6.crate 14604 BLAKE2B 0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20 SHA512 dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e SHA512 4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3 SHA512 f409b624cbeecf58fd87c47f85be28cae1fe48f65d692195fb80854c514e38c40d0e0ffad3a5b388a3929c47bd2060302ebb635aa98dc57329f3a5ed7be3e2dc @@ -21,70 +18,50 @@ DIST anstyle-wincon-3.0.2.crate 11272 BLAKE2B 73e124773f618a744b17017d4680ec6ccc DIST arboard-3.3.2.crate 45916 BLAKE2B 4d4b39d9447e7043cc30b6989fdd9955dd6028ec2aea77566ad24d91c31d4bf01306bffefa412d5b494f021dd8a3e51e61036dc64377f86c5ef1ffb1e27ecb4c SHA512 cba3917b302f4f4630275cf64d31d4052a2f7aee1b179bdcef95d5153cf92a9a46f139b76ffdfddab525c1ea36ef8e7fef78ac704222d4fb33fecaeaa8d3af50 DIST async-broadcast-0.5.1.crate 20134 BLAKE2B a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42db0f741b4743438511fc00e7e1c6ec09c7b2f6e37b4b9a4df07846ae582e9c812 SHA512 48de28fad3fa8258b61f1adc0f13e69698f0fc3e11c68eb6b6d2df11784dc5c1e09f6f2c03dd12679d9888171b87cff3362ee06b910833e55d278738ab7508ae DIST async-broadcast-0.7.0.crate 20852 BLAKE2B 5848b71ced51d2a8ba7c5d9e1102b626b450c5412d35362903beecdcb7a7fc89ef33ebc3aa233fa1ae8bdf2da2768b541d16b91dc21c0435751bdda9e1bdce7a SHA512 d1a452db233cd9c1776b0d5931727d8d96a5e7779088fc410eae897a174c5dd80900c86385e270c62f164f340951a5f83860be970e37cd4910cf8a85dd78d89f -DIST async-channel-2.1.1.crate 14159 BLAKE2B e82a0c82c9d4e553ce1cfa67da288ad0ff85438fd08ebcb0983e6c516e63ca058880b7d11e767dc0d1aac55ca9aaffaaeb04bb92510b03fdcede68659c459159 SHA512 97fcdcb22fd701c2dc5ec9b2bf399cea81068be172b11b0745fec4ffa9b773906f6d121ca6c9408e1e3a9a9cddb36d81e99ea816e562975e7ab376e1ae6567f7 DIST async-channel-2.2.0.crate 14307 BLAKE2B 7973ff2e6d64d033b648b5d8dc91c25fe28d815371f6d22a2ed6342cff116862f2ecd3ba97f8724b30bfef4b80cba38a7452419742daea85793dd776bb8bdf37 SHA512 1fb9af56299f4379c013371c36874c26c59bb6daf53cc552d5138c32da7e3e306200cf6d51d9acde074302dc1c4b720d1487f815a9bf840a8f5d5dbd10c6b4d3 DIST async-executor-1.8.0.crate 21870 BLAKE2B 85e24330e50d971239e4b2f7c8f7e524cc41fd51a9a795481286e5dbf932de4b9034c1e1138bf0a53408dab4d613f52349f4ca2c383ee869bb107b6dd34a6fdc SHA512 285361d42c34331b3ef67d9d768f62bc72077046766d44802a7e769d5e56718505751d9019b0867b2c28c08273038ca18a936430ff44b7714b780fe520adface DIST async-fs-1.6.0.crate 16506 BLAKE2B ddb7a86d6e294a07f0d494448d0bbea31df320e5d5734222ce3949753fb686b15ba5811c5dc7fa5e77d1be62154447e2cd096c7b7f7021450c5c75c59d45a8b2 SHA512 18d226cc21e5c8c96c269c883b6d5784bbaa45be5b883908d7f2cc61ae8797441a9b3786a02ce9664013d406beb679c5a8e89e6ab82d11bc2b981b600b3d6830 DIST async-io-1.13.0.crate 37191 BLAKE2B ec27c5a49550f9a2cda66df0a6c54e5a64191e6c1ebade4e47a3164cd04fe7fff60d225788983f55e47a785dd57c74a22f2a3455349d2d451646e4d0e7f4ffcb SHA512 b37a13fdb1d29e2e8852ab6f24589718a88aa39bf532145ae7541d61c3f49f731f890764dd945845eef6c8b5af1042bac2c04cdabc00b36dc4350fa1c62ce54e -DIST async-io-2.2.2.crate 47613 BLAKE2B 7b23f06532e4d5b41476fc313875d1e6331c592626a66ee003438cf2d2a1a7ad0259ec46797e28fa20a7ea225f36f65bb3e1be4ed990c6f6ad5e675008b45be1 SHA512 871acd65b67050846dd4d1bf5127721dd9739e95f15ec21461eacc08b10410b8565bab5609882feb85b7279c225de42a4dd05fabb2efe7903f0fc6e6c81f93dd DIST async-io-2.3.1.crate 49279 BLAKE2B 342daab31d51a3040cd35863f7d9c5dd8653187413d5340cb7929d926e2fc458bfdef1f08bc819a776480760ec3d84fa0f41a76ed0a9c2260803b61bd291379a SHA512 8dff4265b650199292e43a8cb24ece49991d17586ea57bb013d734a2c05e8787a47bbabd60cdeb557521fee376c9310e907aad0fa5ad178f5c6ab0495502e387 DIST async-lock-2.8.0.crate 29944 BLAKE2B ebb35437caf6bc8db154b21fd17bbe1973490fec06cd34e7385d9028440b0960407d674beaa707a01becb227ef1107686165953658f490902e13d0732a4e80b4 SHA512 f48732dd8e5de0228f56780adb87e4d9870496ddbfe4cc7c6aace8d4cd7198627a05ff0358fb33ed57480c7ac886b57253fc73b2bbcd3e8cfe65624b51847ae1 -DIST async-lock-3.2.0.crate 33101 BLAKE2B 40014ac36b0a11a65058be07e7227c668d7ae9fd08ace61a180d83bf6f808ffc7243f68b727b08085cfbc6e89d9525b4fe71d88cda6d9fa800499ac4e036ca81 SHA512 46b449c5d24357ec4d47d5e77bd1305e0fcf282dd2658d63804928cab4435fdf9c9344a18df4292af816737c5d3c07b30a63846ce42d61fd4f7981606e6516fd DIST async-lock-3.3.0.crate 33286 BLAKE2B 93e66c16a6b1cb759378e198927d2df8ff9f7839a2bcda49d8e013ec7b9b175bb4199864bff585282a471cab6d4f88b70141636413dbcaa7b0453d35f08a94d6 SHA512 0f9e0940e610744fa97c6d2ece9220a2ad91f09155eda66703c2aaf4959f85c17f2cb55ef5fdf29013d4dcd84f8cdb6b16e8692ec7724744b57bf11a86f22f5c DIST async-process-1.8.1.crate 22758 BLAKE2B ec395b0b2041c44a8d7b15433447d044d53944a71bd4912e052f59eea1dc7cc5b1555aede4778c773f6241cdc27cab058499143fa65f23348b43549e91beab5c SHA512 ce0dbcd0f893d93ed83915d7ed9661c0d5ef867115c051df2a298cd07e531a2b0f63fe58cbcd25820cd810d81759a6f467635201659d34994c04edfba8a8187c DIST async-process-2.1.0.crate 24505 BLAKE2B 4acd4f44d3e7825523f138dc8ec84a58198dc337dc81e473aec52117da7517bda78533ae9e05505af30a72026dbadb2951378aa608aa041a7190bdf205a37b83 SHA512 a81c2081106753ba09807d833c2c0575a8aa0f73c7a50abcdac88c3c9d2d34a4ed67920842c8f86a26bda0ef89302ceb5e9d05516353d793bcf29dcfb7f7d79b DIST async-recursion-1.0.5.crate 11890 BLAKE2B 106bc70beb0fba67ac3843a100d6fb7771b4e79ccb212cc6eb787631baa051c69efa986b21cf8f9bdd715596f52466f9171529cad19c0ace6262626b38c11cb3 SHA512 83ad19459e54014d22fa0bbdc2b4427421dd4e9b105d479641ee8b147b6b55dd34cae31a794f7f6ffb7de8e5cc0d0a8d50855569c9c773d5aac9e6dfe2e4b90f DIST async-signal-0.2.5.crate 16743 BLAKE2B d767437ec634911781b883450b7a32d6b3c40f52a18840c1d14c2d7cc0984fb25789d3b66e1b3ef776c693337fdbbf2f32f2cb75721864708aafe094f0826ccf SHA512 0529f5bfe74f8ab16e1597db31e997dfb9d6185f96cda3c988cfdb1cde95291533da5ed2934456a2527d5530bc2972effdd34ec955f3bd94a34fde892726b3f0 -DIST async-task-4.5.0.crate 36956 BLAKE2B 906ff869e728341f9c33f3d2a701e85a3db8651df6a9ed49153af4113c17e6041d3f85d8f827c6e2cf3257ed0be1ad95e49cf079fa7d351805280e20a34fa8ab SHA512 a8eacfd118c9cc81259c19e092982d1f64f715a44655fb7b27f65d7e4e4de95e27eb6347eacf1ec44eaa9a5f76e0d6fda5bd167d2f2cf2c3ed28afb8d5236537 DIST async-task-4.7.0.crate 38906 BLAKE2B 6dc02149a64f6ff8d605e74fb7db4fd0e48e6f0b57b0aef27959a7c654f25cfd1f76a403541ad8abf948a2a15bbefacf30c9f5145e2ce276222c53c62e0b30af SHA512 9267434c8785869dd281346adfa2ed79e55e97c6a889db3be8e05597420331596cc9d87547cb1305b172e434359c2d4dac6da6453cdb4e1f1dd4fbc989ee0a3d -DIST async-trait-0.1.74.crate 28997 BLAKE2B adef7d3929f7cfb64c9884fdd17871193cc063f935a5540562b1092e85d85ab89527bd353486a219a2f9bb74ada6a0ee765e839435962cb5768f2a65b7a2b1e2 SHA512 2c0880bc3b7863deab06e873b3d5a893545549c1dae922370d629c16cc0ee5cb4df13b30fe9e34d1cee74449d549745ff99894ab0743f805d96a5d4b5ef2dc80 DIST async-trait-0.1.77.crate 29986 BLAKE2B f678cea4defa1cc7c0f1571e71f87392c0fdca8ba175bd94be68b92adaf2b4afe13fac9020bd27bfbb2af9a7d5f2f7047e3bbd0b080a7213354a8175e6ccd455 SHA512 7ddadfe6c434267cbb22de62f09373ea83ec3c4eceb7781e0bc438ce422266f30193730e0215411f1c7c9c6d5cc589ed9bbbd71c836e440bbcddf8afd3d8950f DIST atomic-waker-1.1.2.crate 12422 BLAKE2B fc6632f3c9d719b1d24a1c8e05947d94028909d1c629b80576e176e567636dd4cca699c7e91cae2df63541da574146b3ce766374e93f0ee429bb5bc89a4d3cae SHA512 e07e58db7955791259d0ec00fc4d53318aefb4506e062914819c4220c6dc75fa11a7af0289b4653aa1f9041eb975a025635190de68b4800a0e91e33cdb0ba11c DIST autocfg-1.1.0.crate 13272 BLAKE2B 7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203 SHA512 df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f DIST backtrace-0.3.69.crate 77299 BLAKE2B 594358f1d9171fc369f50cacffab03b8a10a8fe3da5b915611cb74b0dbad0e048c7dc79c53569d89827db583e0f61fb7269147b6258781a1599a811e642414a8 SHA512 6e86de53e1c5003ef68b6a85479cde1e70bf416bdc50e6e32ead9f9f070fa30ad46de22574041c844ddfeabd5d15de01ef746f19f8cb7f257c491ef0bf071244 DIST base64-0.13.1.crate 61002 BLAKE2B 3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91 SHA512 1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b -DIST base64-0.21.5.crate 77134 BLAKE2B 901cf92d7dd8af2bbb789ffbe60972c1fd295b16690ecebbcb500e4613afa057ab2b294bbafdcaa4007f46412825260a0711d89e55664418a503dde02c8afd1a SHA512 40b1d8470a932c8b7f31717e33bf26742c1bf920caae639b8a992f77e64d5e6d287569742c1348daa25b7325f8ca8d8a312754a743dab3932181f37149d91b16 DIST base64-0.21.7.crate 82576 BLAKE2B 25cc8761c14220981ff4ed332058f6179948080cbfa2b225ec1d1602e4af14cd470c969e8b7049117e6fc51a5a24e06b1d27bab844486ecb76409d12e0581d5d SHA512 c6986d88dd9aa081d914f35b4174be4ba874848657ac4b5e63b9b45af765d973289c548ccb5a01584edfc0d8d79ff5be25b51365295d6e7a311bd7f0ae3c0cb9 -DIST bindgen-0.69.1.crate 219972 BLAKE2B bbbc5b275134af2070ac7fda7dc757eab460764e773112bfd0f89e6ba1e2e368c2d5c3cdc693db34b9a739101ceace2ce06f5f18bb43e17e0f091bf12dc5b55c SHA512 bfe97f17f6b19ef3fbaa5df2a396e2ebbccf0edd428c88464bd3e6acf2b34119ad3bdc43741c7923dfd3661168c1b3a8987273dec9742dd7cbad1c2148761fff DIST bindgen-0.69.4.crate 221092 BLAKE2B 69ed55a5827bfe850f589e39bc6e2f4445e20363002c765c5475007b75e4d81cac3d9df358505c63bd6a48300ae4988507abf78dd734bb98b33525bf9212237b SHA512 99530060708690f2ce0b87b97c9ce2998ee968df193137f3c9bf4fa66836814e2ae74c7e0b3057dcff1da7d2c4ea38157e21143c5117be35e94b878c0a427a34 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -DIST bitflags-2.4.1.crate 37043 BLAKE2B f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414 SHA512 d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b DIST bitflags-2.4.2.crate 42602 BLAKE2B 768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9 SHA512 ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214 DIST block-0.1.6.crate 4077 BLAKE2B a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e SHA512 c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb DIST block-buffer-0.9.0.crate 7108 BLAKE2B 42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb SHA512 2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98 DIST blocking-1.5.1.crate 17277 BLAKE2B 0eb9ca486e2eaa790b2b74bb32208e5a7df2053b045f5928c78f9b461c964cb8d38737c1a83cecd8f42495b7101a2378883533dd747f2ffac6744551ec164f4c SHA512 b12916db3975a1aefc36fc2a8824a89f5c0eafd83d83e458d1b6b35ddc3acfa92374cf0b5cd82825eec0182bb4ca97b048edf3b8a80cbbe0daa1c07875131ce9 -DIST bumpalo-3.14.0.crate 82400 BLAKE2B 13bde02e2e60ea3099f4e46ff679d07b2e8046740c1855bb81fe8d20a4ef0fb26e565da724f628a00c9154ef16ffc9018f67433d2a32544564b66803b5bab223 SHA512 179c116a5320c5f21163c343ed48add36089d806e35bc303318dcfe09ba1d5f02bf8012726d0c2cb76a73fae05a7c887a91e18f9e5ff3b9f9ad8a2f12838757b DIST bumpalo-3.15.3.crate 84438 BLAKE2B b76885372dbf91d3991fe5428c187bf4f66f3a8ed7ae44932d7479cc154ae0f03356d3f4fe56ccb5cb54f1690a3b21c4def5081228e778a5e64071023a73db97 SHA512 0871115264dd63ea9b636481bcc6f7fbe1c9f7579bb7cd69622ae79a3df216a639cda2f91af370f84d3e8a8bd615d894906ad614a20f94b9ece954d31df5dbc1 DIST bytecount-0.6.7.crate 14642 BLAKE2B eabbc141f2a277d07fd002869d1746e7f743b96c3dc72b8708308e826d3934ecb01407e77653ef46d06b3bdd9d931e121c9c66a784d46116a9e6b98e992512f4 SHA512 afd46ec3f60022a173b57dd954a06c7c86f21fc153a0ee6fc2052ada5a630515a386bc8344680ced57dd19a205480c694b9a04a6da0660b6e854b4a712604d53 DIST bytemuck-1.14.3.crate 47032 BLAKE2B 7364a8b474013fd1ffd1df66e47f4f3fa516ab762e10e7b31d9135c5a811ebd87d368b1e723ef41095d17a05465b80128893cb76af310c52fd1fb04b57f7e1f2 SHA512 f01f21142273c53daf07bd168068661ab763f4696a39543a73d9341335f6da6f2e3c88e8859bb06ab3c1ddfddec9bbebf00f4cbd42ad49d77618dea612523c13 DIST byteorder-1.5.0.crate 23288 BLAKE2B 7f85a7948406844070a2c8202e0bd52f73b3dfc7c666a97046128044eb9352195afb80e2bf894c0742ad109e4473339de1365d09591de70dfec6c8c02a8e1453 SHA512 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f DIST bytes-1.5.0.crate 58909 BLAKE2B 2931f19e813eff73be407677622fa29e45f9b49434d5b3a04104b56563fc0e941fd8c5f996258a1aa660000ef014668d70b683b751af8e48d28d0aea76890c92 SHA512 6654cf41d8f0d7e19b05fd95044b9a3bfccd81f469c797c6aa763a4dd29e1b34064bed2e094548d147045cca7bc4706059de5bcf9f6579189e6068fbbf1c29a3 DIST cargo-xtask-0.1.0.crate 821 BLAKE2B 7a1c4c5f3b8f96c7247154edf3868cf25f44d8ea90845c673e6b097b8093304885cbba96b4dec30072e138002ba585985ed2615b2d6ff49881146eaf97d50bd0 SHA512 fb310f39d1eb64c6c487b677cfb98ae0c3aa9b71600c55d916d7b5de027a69547094f3b6fc06dcea1593dfff334f4ab22fab263bc7374b08b0b01a2b7d24dbd1 -DIST cc-1.0.83.crate 68343 BLAKE2B 33245b33fa845ea2f36da36e3830ec835f937e4319865b357ee9d5ea29a0f9f8392eadb38bf1d95e3c15ed201e561acaa87aedcef744f8db3dabff87a96c7f02 SHA512 742a248c3a7547bb220a0b9c97b67a831fab9b4ac21daa08c85a3966b9fe576088def33e16132fcabec9a2828a6fc437088bb045bfc98b2cea829df6742565a7 DIST cc-1.0.89.crate 73707 BLAKE2B de2642a885c2124b786a996789364466f23b8e74c7389bee02ff92d097bb8d383f9afc1d732e4f247f9082d980cce7003759603297998c811031585bcb7695f7 SHA512 93b4648d783edd8ead6fb976d4990ea67bf38e313c2df2933d8282dd66ae305c029eec015556822527d2f34aaa036f96dec754c6c1880c71a8d1a91f8f092627 DIST cesu8-1.1.0.crate 10555 BLAKE2B 4fe369d1247c3b30ff9beb644dbe2a517d78632191f3216bb83d632bc8857f9541a1b60d0bb583cf3fc0ae974f7c9d2b07fca5efe2057d9ef281de76fe810a49 SHA512 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac37 SHA512 238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880 -DIST chrono-0.4.31.crate 214513 BLAKE2B 2ac43852ea14cb7b129adf68ff62adac1763b3f4802dd3d23c43cb131377b501b4adb22aa93818d7ceded8eb10c17f94a7836257ce2876d0513b063276129c54 SHA512 23276daa2c1bc3b7b2327dc84200fb40cc995a8b599d1a537e92e08138ab8a0d1548a510a8155dcdda18820120d7204e89a4686c866fc3a8d2460cdb30ac6089 DIST chrono-0.4.34.crate 228932 BLAKE2B a2feab8d8b079209f8661fd8c5069f2a5fc3e5b0a6233187ace16f8f2ad8b4a147253e47af306cb31aacd82bdf490a8c8a171ad702b8dc22f9b934205d080c55 SHA512 2aaccde5e5ecaec744613429f807b3c34b92632973de7fdbdafd7ca510b917a23a0abc92a6497754d0d3368d684305648aec1fa2a0a61c88a100a20fab2348f1 DIST cipher-0.2.5.crate 13099 BLAKE2B a728a53007340dcc55da52cc170e5b801c8ad20c4e159d31200d5ab7f8bf4407af9a60713b4385ef0d65c06cc81692cfbd7339cb7449367d1eaf7c529ca34373 SHA512 e55627f5424d9b566dfb0787eebb1fb17ae98b4016c9091e87040ed37b36e0256b7681958a0d90aaf06c125c71123270bf986128ca1e0dc125f3162a868848b9 -DIST clang-sys-1.6.1.crate 41346 BLAKE2B b70104e6c6b3c1b85caa111c2b1fb2c20d30eeb85059bc616afc49bce9409f7ee2dd8b800750a466accad6a74ef29d10c6a2ee4459d854a2c0c54050ff51cc4b SHA512 a6c62c1d3faae3796f5e7d98ed4f1a8119f0ffaf8fceee8e728cd4da57b0140e82631012450bb0c551cd13814a97065e9e47015320707a87bdfbb6fd317e952c DIST clang-sys-1.7.0.crate 42088 BLAKE2B d1ed314a910c1b676eb780fc1c96f5ac391217ec135480d0a91b11d6f447ad06484b48966ae99115e35d921a506caf6aa7ffbc4ed86aa64367dca321678cfd7d SHA512 e544984d5bd76824ea2093f43f98b59a99e1ca8a5de40e49164b870ed4a91a530f3492faf0678190b91e74aa5d122bdbb32c649998d0ce24912dfb0b83ed6b81 -DIST clap-4.4.11.crate 54782 BLAKE2B 293721f850d5a5ddce6b26610ef47316d5914e9281312068c26e45d23cb568c1ce2da7e0546accdd0cd4cc703ddb9fad98b0c772907f52dcdc31e6ec463d2b27 SHA512 9da3f445523183e16f4c104a2f4029ee9f3fa70e6c8e579aadad0607293ff5963417d8534aa1f3cef6ef8f8a7529a898c01630d3eff42330ec369cf0f760929b -DIST clap-4.4.8.crate 54609 BLAKE2B a975094e91d9aa9ccde5e79d6b46fad451dd80a1765a116a3c94e3523bc0383e51a5ce7383021b10776654e1252eb08302d9a5761bca903b154e1a0a1f5164e5 SHA512 579cee9b0b582d23c3b78fffcbef4c33ce47a67f511276922daee838aa5ad26134ba81a454bfdfb72d7e23df69b78227f0b60e57d2ca7455402d37dbbf099dbc DIST clap-4.5.1.crate 55389 BLAKE2B ed23a9d14663a974b14c53b3abc91daae349cae6277664283c27ef201e53969b7ddde1cbd83dee796c9e248e88a622ab1753563ffe474a8b48c1351a7e21ad7b SHA512 b777ed43aea510e789ed76514825ca3a27fac7e386c58a88a1d5c74d0d72fd720e0d97777ddc49ae2e060d76af3ca554f3b9cf6a5f10b944f044d2554a7a4d35 -DIST clap_builder-4.4.11.crate 163317 BLAKE2B d2d998c4eff422436f36f71d681132b2545b561433ee733a8a64a640b97ebe8e35e97abc91d820189918d5fe9fa9496c89b02959aada1d55692957a86c8e14a0 SHA512 b601fd313e65dbf2b723f3ae5d2d3bfdfa1ec184962883503df9b31a7d43f4967ad5f81b0bc2fc8614e06d67ce52d399221df6f4fc9da311cca1c9134784d7c4 DIST clap_builder-4.5.1.crate 163569 BLAKE2B b3300cefbd190c6a23bc8e5b9f5a7f763b0bca47691011a11769383296fc99da8f7424af2272eb1d2d748d8ab6401bfc285c71aafe3f4d1dbb514151e234c9d0 SHA512 336ccf8d3f0fe43a9cad6f49939aa87cef9fb33451f5ae09e79c399680b94b84bf08f9974b0bc7a90f5c6727cdb26540e3b74ad47eb1bc0a5bc2358385825874 -DIST clap_complete-4.4.4.crate 37405 BLAKE2B fd43c668a29b8e8329f94153a5e5ce19e27437f60d88ea0a59573456c50a475e6dca659588d137909659a05b04ba5b4b412fd33d3daca20ee317a9890eadc8e8 SHA512 880b3022105d4ca68846e35e359a1613e177ce0be2b5f75b15bb3c4630bba93f8ebb4c7832205783f8bbe84dcd49d756468ac10c48d0e803d644a158f1163991 DIST clap_complete-4.5.1.crate 37823 BLAKE2B 0cf64989041e0773ee0d4ea767dc781d9cfaa68c3edfbf2b04874f24064aab762223b50b5fb511a09583191fddf03f5bc7afc443c213871eb24f94695fcfe004 SHA512 c815e6f8fe190b0cfab85e739973b8a40fb23586fd329f96cc21a5ecfa9108ad5bb4a5a6cc5e00983e704d4272c87433b426f582ee44dcc9fc59d9a7784f9334 -DIST clap_lex-0.6.0.crate 12272 BLAKE2B 22aa04997fffa15a2efc7013ae27fd223c3247cd31f8fe96aafb4e87e3224f075e887df10a95a2da80b468d4e16088ae9f171ba6551c0ae06d77bf3b8920ff9d SHA512 3651aa5e27ed35b6b75b1d25fd9c20c26a2a6039116e54d84c51469087732a4f0fd71754326456b367e341b017d03749e9a6774cb7b62250ca8745f5af46574e DIST clap_lex-0.7.0.crate 11915 BLAKE2B 03287f02067f6cb33bb3889e8032b0848e9a9cc17446eb0e2767768cf6ea8c579a7455d33c8af735fb8d0c16095b19f991a5e2528dee3a7628d68c16f9307fa4 SHA512 638feb2e4571677dbe15ef0423866d2f0df309723e5ad65ddeaff7fd5e2e83adcb973a32d52a5f3924ea88fcff865e956b7d30dcd569df0412ef47848af14036 -DIST clap_mangen-0.2.15.crate 14020 BLAKE2B 9acfdb364398cd58c97d4c40d89d30e7e254af74bf30b977e425c1fa3a3f9d097fd256576fb97f2dc183757cdfe9e58fb48b3d255a80a46501eddfce3b6690ee SHA512 5dcce71fe8d2ba997d5d512406616919cc04039e5400c9f1b61d92ddcc439df97785f6456ffad691d30ab7d5f4c9884880d5917e62cc29d449807de4b6b9198a DIST clap_mangen-0.2.20.crate 14861 BLAKE2B 68fc1a18d0c2df088b4c11ba2bd4de73b8d272f888f9c1e7da73493012bab26a47cf178769fa657e4b893bd11eeda038135dd7a606a31b86e03bbbe57422deb5 SHA512 f651d0c044cea804c469a59a6f4e3024546cd018d73aa4dedc4f2ddd78c04fe0cf6790d442fc16968146068cd61c685819e5f39fef6320aeaf6dc210f61582c2 -DIST clipboard-0.5.0.crate 10009 BLAKE2B 17aaafeb92be0dfb4ccfdb80a3d909e57491cc0adceedf378196f7bbd006d245adfdd9b2d2e075c2c041aa57eb1a0e6e306032966c30e63f94d86b0f9f7a11ce SHA512 a02994e68bb4ecdb1ba3db05e095474e67df4d73f69c92ab096913f4bd0f47ec6b62c8f0210fd67bb466e293c765888c315770e447f5c6e9b2e5c69f71d3e48a -DIST clipboard-win-2.2.0.crate 11079 BLAKE2B 5713e17a93eac4a1d299d42a6abe5db1eadbc90bf5e7c99e84b6b5febfc817bbc1c478533af8cbec7a8e58ebbc1a8f3d83bf351d105b55017cebab8048009390 SHA512 f869775bb2e6d84096034c26c888c9f671272232af74c02bda2a6c8f0d600652af581c0e94d875d8746b986314f61168bf7539042a65cb2ccbbf858141fa42e0 DIST clipboard-win-5.2.0.crate 19036 BLAKE2B 395d8609cd92fcb918480ea87ecf32cf91eaf7019a9a88168962c716ed671c6d53216f20d93101f255be6c8a62406fe005f90f4129de6f300701b5ca1745b0f6 SHA512 6bd4d400075a409a29480b8a2e882d16b5e59acea35b9172140339b617f1991e9d63568fce1f50a36956905f96359401e2a981f8a10ff97ebc245b11ed2fabdf DIST color_quant-1.1.0.crate 6649 BLAKE2B 9a2488dd00b7a33e15e05531ea49ef1961131f0be0922ba41e2d74d2b1a047daed483ac3a9dd87c847a81cce70a347395c557cad8228ab9a8dc5be7cc0f1bcaa SHA512 690c928bda4b7b57425f38ea68ac89cde2473b7a91b7e62c04a8f2c5a0fa3505e26b065d48b7ad0a8bb491f92f600f896fefdad3ce0e86e43cbf4f9a89e94201 DIST colorchoice-1.0.0.crate 6857 BLAKE2B a0818be1299717461ffc1bcfb6fc53a0b3b645aa8c45fb72e045cf2d876fa207948610e58d6a837aad24838ea9616e80b0558ca3eae03fdf9bc4c03a8e5ba52f SHA512 53363f2889cd8e8a3b3ed10c48356896c0daa72f3c12c9c7804707ab0dbc07c0e34ef52fa4f0fb1647311ce5913168c1bf62c2407ff86a33f765a9e6fccad551 @@ -97,15 +74,11 @@ DIST core-foundation-sys-0.8.6.crate 37629 BLAKE2B 683d5a84b6a3816317f87359532a8 DIST core-graphics-0.23.1.crate 30714 BLAKE2B 291e5cc4cfcf1a6507dc0e4dbeb304fb445530c60d7bef79dbaa53524233fc453d1ee977e7ed43513319e1d5641e756749f43b536535fee730308322190462e8 SHA512 2b0e2c00900d4a9e09c718197692ab2aa0d009a43fc03a30075eb33ed7648f6ef640bc2d827fd9cf17f752b810eaecb77107096aeb1daa0348b3b7e17ae47fe4 DIST core-graphics-types-0.1.3.crate 7063 BLAKE2B a2bb17838745a28a59e85d884ea60069c33f548d41f98548956eaca4178409c74556039a5a731a9c1e9f26de8c69d45f458a90a3f7b358065202b660c62431eb SHA512 e56b96662fcb892b73bae3292478a9ba4c7e92f5967b6438546f229fce115b09f997734c40f8f776be6ede2c6512e837632eacc8ec15b5c3311f9f24fd22a397 DIST coreaudio-rs-0.10.0.crate 34487 BLAKE2B 30c2273082266de0e4fe7f7f6ea56673d954efed518e522a4ea73ffec12781cdfc92df3b98e836f407ead18cae441c37f2a32d30f585ef066acee3314965eb84 SHA512 efcf47cb4337b8b17c12419be9b024687da129b24320c7da7c4875279543a622855ea100797818065710017a2f195db817f3ba1cdd4826ed70315a50244abc1e -DIST coreaudio-sys-0.2.14.crate 5472 BLAKE2B 2fa5160458cf20d269e320c4f549a0f1561bc347ef7f103153735007bcd2b371f84568d9935f0e41edf34afa08afadb3f54adc188b2f51647fe976f06e78caee SHA512 6a808d81023d9917028d48452ab610b4c591f625b4c555dbb9e250490d442354626aadd9ed510a913c6ea3d6f80e56f58af6b2271d7fcb2c289b5b1cecb4bd21 DIST coreaudio-sys-0.2.15.crate 5532 BLAKE2B c7c3f67a6db3b9d9b604989812b45d75b02a04565d1dfcca4698abdf540d1deef1c93b6a9b02a3689a32f033495411a5dc11efe4871e907f8bc0fec6b5fc4f25 SHA512 060379c57ee110ac413fbd24b48edef283ffba17692672f9ea3f6f0a627cad8f827ae2d375c341b0180bd4de7b3b5d55a06ed7b171fcf3cc20264826f2489436 DIST cpal-0.13.5.crate 93790 BLAKE2B 9e1b6f6d385ac48a7534c716a332c6c15b77556253fbfe27153f1e68bf702f84b6450a915ba79d229443beec2c4419bf7ebe7f856a0c95278a3447236500c1b9 SHA512 ad1ee6ed7473474df716300eb6b1e5db8a4a0f9844a5bebb6704e1acaf102c4dcd495d559ef6be99db652ccc0ea2a9c2d2a266e865389ce08aa6f60ba06e1c8d -DIST cpufeatures-0.2.11.crate 12727 BLAKE2B 5b91dffb779e437606db9b75d2b05c2de19069575a8272112e9a0389f5bd8de0f753cd90330b5a5bb6a3f84c9e794e96328664557db31c43853ba43097229efc SHA512 af179e269a4d5f48b50134a5e98ac541a9a0d6aa34f13fb8fd9ce8d5092352e1b322437254449ecb1bce608d8558b1cca2c79232ac1327efd887193bd1d36031 DIST cpufeatures-0.2.12.crate 12837 BLAKE2B 5b518c58c548d9116f94cefc2214fe2faf87c3aaf3fffbb0bf4085f75372cf7fc5144bc3f827101a3a14a51363d06d8075db94ff5ed853ab2ccffaf597728093 SHA512 52742595702fc3371d4126fb355f3d7a6da514a94e43170f1db041cc6c560027f92115eab7846131dba1018ca5c72003ae36f945c1de88d57a0e7f66331623c6 DIST crc32fast-1.4.0.crate 38665 BLAKE2B 77398dedfa5e61357fb9abe3415ee53e45d3f1f7aaee959cbc9774f31a10ed324da2a558d20fd7c0674d450c8985b1e9c78b0b65e6ae2d9da6c873fe631c5ce7 SHA512 3e0bf1d2411ad9c651e0242c574cfda09403db24ab4b55560145ee73b31b08be45e5e12ce2db991d165ff056c7f2f67203fb2c048651f1c66ce90ec3276c455e DIST crossbeam-channel-0.5.12.crate 90515 BLAKE2B 5a302e58411d99d52630cd154f4f642ec925af3330ced9456a16e417e2e43a37dc2b2288ccc88137a75e682e7b10ab2979f1f90c0bd42ceca8fa84c700b7dd0d SHA512 e17b0e41901b2b41e89913a0a50cd1eaacbf64cd07f454605a85781b8b1373c35bedd16ccf6b24029404a3171e0d670fc2b1474a6448d0feb40ba0e41f99019c -DIST crossbeam-channel-0.5.9.crate 90437 BLAKE2B 704f94c47a47b8d04365ef3ad7c158f4bb18cbb0e6c8ac6eb768505ad07febbca7537214a99b07e03b11f78fbf1ee4a74e8c85240651a00da285151e084a98e1 SHA512 da6d603f0de646fc94d8069e4a3b632f539bced2151d5035b1791a0aa0438aa19cdabbeeeaaee332624e1a2d2787f85510e9ae02ef5bc44c5860f94e1be1e989 -DIST crossbeam-utils-0.8.17.crate 42324 BLAKE2B 971cdfc2a0e259e40c1e990d33688801ffa67e12392a56507f7e76f10b1b200dcca514fcdd4199910074615cbeb8c0cc0a250dffc1126a25ae8b8df8c818c079 SHA512 d3f9cbee56991c9435de1947743dd7f0c5456e4c56991b73fc9fa984f03416abb42da78c3cd907bcb3af0fa2122612e0fcf76bb2dc8f2b56c2745ab9842c648b DIST crossbeam-utils-0.8.19.crate 42328 BLAKE2B b2846f569555818fe7a3ef4aa29f68c638f933ee0251713c2c92624bee5f8013def5527027022963f572815991abb98d5e68d0fa00f478b2762133f84ffc84c0 SHA512 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9 DIST crossterm-0.25.0.crate 116533 BLAKE2B d39cdd1f4df716974cd0929ca40073ac6e17b2dd73f27b48c7b2bcd7cb4545bce544b2e8459812b866936c03a27162b309848e6a92290960619c4efe2a1e0502 SHA512 fdf2b5b4bdcbc8c7dc4e8c5e0cdf68cacdb97886b52087dde1f1be9b869c00965c0cf9db64b700801b0d1274b913703ade66a92d47aa8da604121693b8701201 DIST crossterm_winapi-0.9.1.crate 16027 BLAKE2B ea63abf751aeab203f326e77260cfbd1de286be26acf714a083ae1262b0cc2a35b5cb6d0bd54f45b33c1942eb22f916141c5870aab34149fdb30faccf4d4642e SHA512 48eee242f477f43b69c00e3a5d4d255de2ce1774f6e73d869c5472b35d85af0b63f3a607097da8ace437b1e52a524ded4106767b83d4ec53c30c2e37ac4b46a7 @@ -116,15 +89,11 @@ DIST cursive-0.20.0.crate 74475 BLAKE2B e319e43c357270624ef046f2b8e68fbc78ea9416 DIST cursive_buffered_backend-0.6.1.crate 6420 BLAKE2B 821c835255f7a6232c5de3dcdf227461b66fde46e07ead65d39fffc3bbc657d4c2d3a20f80e84185aa873593547b7cd8f7b86e2fc7a4dcfdc67ba10ab7bdac03 SHA512 71d3e1512e8999b5d384a838f9f6b8b7779163b9e14232b2fa86737b475ad387e86672ed7445776cd26e0f8ca8d58666be259b59db0cfb292243f1d16226a7dd DIST cursive_core-0.3.7.crate 159235 BLAKE2B eee0f2ca959e742446a659a4182204d5e4f65d30b3c126cef563f2e47cc12214c5b1743fc4e7de3d0eddac7a6f0ba2ddadf96446abc2997e907d74439dc0e606 SHA512 2c19b2726422094158c70af4a1e656666a279f0d60beab6d8ea11be1cf937a7f13794058d7b1f6a46241a13e60fc0e96c95fda8331000198813d3a4d6ba1e3b9 DIST darling-0.13.4.crate 20895 BLAKE2B 76675c20937450c47c1bda80170140930fc626d27d58b7dad3db33dce2e69457e2262189853141bdabeabf257d05d954f7dc1dbfa344276e05ee6dedfc8a2dab SHA512 7392896b97b80ad24d76a985f4b950668ba351498f48ef0722c783c28d43c4a4828f5f6eba7e754ca554b6662fc419e73bcb65d4b20037285a16e345fec9ef75 -DIST darling-0.20.3.crate 26066 BLAKE2B 196980ec1af6a61d351d644bae4ac1507a34cc6d62194c57c036241230d2434722bc9b8034eaf28627685847ff39e77a5a144e7a1854403c67aa4022fb0c70ef SHA512 4ef4cd5d4c915d2d5ba2c97777822f81a5f20546352059144e2ad1559df6d38660916d8ebf51085964e57150f572ccff5c12826854c8d2131c9ebe0339f87418 DIST darling-0.20.8.crate 31234 BLAKE2B 13e8ec124715f743486d740241273fa5ff046b5ede86c39ad5413b3e767166dd90e7ba7344a69c1e14991f0572f7ffa24b081ef54236712c5286f211fcfbafd2 SHA512 2b4cf37cf7cce9af8e93f576dcf36b539816e1ee7b8881b5b8480c45e038c97ca2d3a80c54e243d7c6e1ae23782947efaf0d67a37c0d4dc66301c8a86ce0fcc3 DIST darling_core-0.13.4.crate 52937 BLAKE2B e038aea27b5b56f29cec8874132881ef589c869ffc974427924605b92436ef06f21c7ea748e97d9b719aa7156b3024e788968ac0cc6144d58eeace658b62a08f SHA512 96d431ebfb9d13aaff2c50f7ad7d5ac5e95813fac851e3e1d7739d1fd5b366fda32172829af88cabadb475f83b4500199167ede54bc802ca1e52137cf6c16c0f -DIST darling_core-0.20.3.crate 60281 BLAKE2B 82a09d050ea19834e5f1b38535797296627aacbfb4386c685b7c110538ba2392a27d0acc1f6fdb7461709056f7f00140f04870f388743fc41b03e48a695bfa56 SHA512 e655d0fe74f2015f60c749480a55e701076ea003e2263a65d2263293de038c8b4fe2b4103b2b6b95db63ac465e0623970fc54ff176177e7d7ce248330af99d7f DIST darling_core-0.20.8.crate 64442 BLAKE2B bf1844eba6bac260104e2ef310721d3aae7ff222d99b01b9bb66e3c71ab700095af7dd5b3a77043d6751d94af131f02f23bd321fe9d4a7066f93d1fb7c0c605b SHA512 6f2d047758541355b81e43273cd1eb8865624096c951643e6ce777d716e17256528c47fe012f33eeb1f63883ca08f532b1ca52f43394dff82fd1bbf323763751 DIST darling_macro-0.13.4.crate 1910 BLAKE2B 432adc44108cce6a13adc9ec45ff9b7555eb4c0ac7f1000fdc8f8e9d1bc0ecfeb65b78f81438b097946aed8e37835f82028c1b16c1d466a124998139ae854df1 SHA512 908ea6459110da16e4ec6ac843659664ed4fa3fb2ea9b92274a738ff5994cf81fbb48403db609b9a70f39c3e288da4358ce369c66821122e3a6a0940473da94c -DIST darling_macro-0.20.3.crate 1859 BLAKE2B fdfb3a14afba28c227f3e08aafccbfe5e48663a9ea593a493a61a471ec585df7183b33b5d7eff73f3b2d10401d8dfc8f2b6c669b16e21fad473b6225ee0fd167 SHA512 bcbf2567ebf674f9aca2bb887db82c5d87bcbda6ce6e526c4a1f503f23c4a1451b17aeb2f6ae8b8a0c93cb0737edf14d6d258d998f654662d67a9cd956d7850b DIST darling_macro-0.20.8.crate 1856 BLAKE2B d7087fa67033c897aae582e5f4d3126e06e024b7db203de7e7513308af7a0ff6ef0584a150c6f30ce434ba6ce4cc2a438f89f024c9d6338198aba3bd15cdd116 SHA512 97d18bb22b79dd95dc5ab23ea7226f9fd2d6e418b7ce9aecd4d43b7a15b37cb91e509607b89eb3a914a5d3dc562b2a292d1343f87f594ab32d41fb583d7cbdc0 -DIST deranged-0.3.10.crate 17803 BLAKE2B 58ba49e09051bf6c5e13b66724bbb3577df766a0dcd4a6754c3771f70e0cb7173174ad3fd44861e58b0e186e387c52983262dbb0e70a89b4b406d948e522e355 SHA512 35082ee648132f586594715e04492cc56b9894c95506efb0247c9be2c5d03ec92cfaf0d815297adf3423172b90a0e327aa6edc894a8386730a2eaedc29d9ef82 DIST deranged-0.3.11.crate 18043 BLAKE2B 738d5a88732e227bb0e0d33c04ab8248a699c7c499100666ffcd78673d1f38ad2d740222ab405e3eaa7a0a6f4596cfef90bd581a1baf77c954dca830c22e74f9 SHA512 48485666d3e50eb7976e91bed36bddbaea80fac4ac664723130069bd7d17893b6d1a2b82a4c3dd61677162e4305ba5ea8aec7bc2793d1b8b92dd1666c204fc43 DIST derivative-2.2.0.crate 48076 BLAKE2B 56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887 SHA512 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da DIST derive-new-0.5.9.crate 7733 BLAKE2B 3f0a19b794c10e529da5b3618cfeaa4e575ee31597d2ff1f95618eb5163568c6c8836c5a634323dda65f448bf3fba2bbf066df5f815feb07f59ff99d1f46da26 SHA512 9ce0991fe63d8339a88d9552fcd8cc744d8bbc2c6525f60959faf519e1ffa84256c773291df2101912483c0d9accd4fe5f7dbb199dbd36d299ceae8f607e0b30 @@ -141,9 +110,7 @@ DIST endi-1.1.0.crate 4872 BLAKE2B 8bbffc45ceb70777c6606714a7bb8f9b26ff33a295fd7 DIST enum-map-2.7.3.crate 21792 BLAKE2B 5cee4f4f5b3f29c5f73197de22a7559fd6264fbc3b146c683d93579d5d2e5e208ba0d6965a028aedb9536620b089fab81e7899a5be631217f193648f6ced32ef SHA512 cafb9346ef17ebc8940efc542d5613c32f13775a684db186f30a632daca1c17feef6e0e77ecede646fc688e1cd1b189ac0914e79c0263333a75bc50c1c6a9568 DIST enum-map-derive-0.17.0.crate 10781 BLAKE2B df77d362cfee0cfbcd9354f65530424af9b501351544d97d5cf04c4a4fbd5f1862968bce42b719b9159892490e69c06c47d9fe1be4ecff16212e26906329e572 SHA512 270f2e9130e5c0124be707b7b4f642992768d2dde3b429cd86a192410c3618cabe24a914ffa79578f14cce72c28a55d5a44df8d66ccf3178c4c68bf4da61c065 DIST enum_dispatch-0.3.12.crate 22400 BLAKE2B c8a3da572bd8fcff5afe8aba87d0b40d5c759ed2c69d8391d61b43bec8de2eff02cfce0de60abbbe821dc103cda41bc4abdeb9de5a0426fcafd2382bc2403eb4 SHA512 576d682255313ea284934a1c9bf80532a1b39a85eb6201b821eefe5fe37576544b28247ed1d27e019e1e664b2e81207fd161dc9d70e2d0e10bfea1071f508dfb -DIST enumflags2-0.7.8.crate 15374 BLAKE2B 294e46ff5aeef772c3d4b1364d0e50075631e578fb0cc0953e24ca84a7bcc7949611daaefe28a9eefed5bfcc879ecbe7d59766bb09e7b2385479d177b5a08df4 SHA512 1aed0f559d3ae6ff1803f50ce7fe551eb21f057d7d44e880a72fda4cc263cfdbf8dcf21066da57afb593f9f31fdd2317fa653b530dd3ad1de91549a1ca236619 DIST enumflags2-0.7.9.crate 16555 BLAKE2B fc9d888285be03c9b47c6f2192467361bd4e67d41053a046508d0d431ac15b8cba69c265123a5403cdeac213d6c3ace8a94130267bd891e576b6d4cd34ffb082 SHA512 3899b6af180e239673d10cef2b02c848c79325f50dc40ce1ed07d00775d157679f1aee83b3fb79b8e432419810309d3ffd1bdde8c866aff723c2a3cc9d4c735b -DIST enumflags2_derive-0.7.8.crate 7901 BLAKE2B 98ad36f7394f1fe909b86e7c8fb630bf7c020331a376306e5650f781322cde17a04efaa6b63617804de5dc569e3caf15fb8db5fd9a9f44bf23d39d6805c285e6 SHA512 664c9909bb0338398f79b5ede7c039cac9d6633f7ae4c91f703abea990675da4abbe64c430d4ae534209159a8aa4d9e724e1c34e7bc1aed1eaa524ac6fbe3f17 DIST enumflags2_derive-0.7.9.crate 7901 BLAKE2B e71ecdabe6c4e5ff7e01b1a820da948b000d614fb9ca6dd53c2a6dee215269d392a1e15c724ded3caae3b08dfdf796e1f61e04fc4a887956eeed8666fbf25868 SHA512 4bb89eba5b22cef199b19cd0d92605b5a11ec3738002b4fc2426c6aefbe6017f8b7156b3ac83fa7ecbb5abe54643b3456a8700ec831cf1dc27a518e621446be0 DIST enumset-1.1.3.crate 26976 BLAKE2B 4e40cec8a6db10a04b598eed3aa7b9a81235ed95e433571ee4c92a699c4687a004dffb94721aafceadc4a6c68dcf08fd622385a802ad330208d55f7c0cea0436 SHA512 1fcc39050a75d73febf9f1976913872269f41916fbfe936b7ab67d7d61bd67de9ffc71a1cbf34eef92b2fdb0313b5c77ce9dc7adafae5992fbeb6fcf7b31c180 DIST enumset_derive-0.8.1.crate 12711 BLAKE2B 752eeac1d1215a041962e3386ac95c1b8673921b76bc4ecb14acd98895f01ed3be24a95b5ac127af9f4fbacf65bb5035e60b989e3cc7d732db6015d92106ef38 SHA512 9ff87a0a5dbee945b58987f9d26200efa5e8d5c085ceda6e44ff9cc1b05bd903cdda632e459b26415e7e2195af79aa51b8e95fb9ee7917fc74a6102f220e5148 @@ -152,7 +119,6 @@ DIST errno-0.3.8.crate 10645 BLAKE2B 4a7af10845f11b3d8f177a75a692be468e8ef0ee53f DIST error-code-3.2.0.crate 7569 BLAKE2B 815e83d67a1f257b4e9b3058ff849b3c37a44a0339b8a3ba175b7c3cf4794ffbc76369ddb433ec278002200702b83e32042d62e5603af5010ad4df4c9364c501 SHA512 d3a6dbfdbc1626d9502964dd4615fa5d39f8507996fe6e727bc694c1da54c1760b000d4827bca7a2190db5f04b8549c6345f262702eaca88d8b83a43649c37e2 DIST event-listener-2.5.3.crate 15392 BLAKE2B c56ed5eafa64014141e869dcf952e86f755eb35ed1722f8139260cb502ba226351ed1bea301618e94c9ca7f3309747057eb5f7d7986cfcdb7f6b79d13d52b439 SHA512 ddd67c1139ffe2aba95d763b73db0e2a9985dd2e57cf8f72030047d53d46d833df4b4192730cf0af4e060ce52e4f2df23aab6509abb94a6cd02e0d8cc3559d22 DIST event-listener-3.1.0.crate 38793 BLAKE2B b26a13ca1172531145e8ae1e7990beb8719b99828d38ba3291b80d0bec59faba38b754debe3f64950f587304986ca9bc3c8edc1ea1d4323f094306943379c046 SHA512 e341cb624bfbbf0c58ae177e6a0bf462a7bbccdfff839f04051b7bc6338c6c504f3c6593e69f5cdad3592202e11979fa0b9986794272856b746ffdcfc7fb3154 -DIST event-listener-4.0.0.crate 39070 BLAKE2B 867258f82eb4176dc84929110cefcd8da182a7e26e9ac8b1980a7cc9fd38d5991761a5378de99b076667655ce0077ff5d2889152ed7f2b392b7097c353f19fe1 SHA512 309ffc466931becb3b691c587b4171afbd3bbe3097cab7edcce01286ff28eb28953658288582b3b2934875ed5e78fd085245ffdbac5a11762f66cae3da168209 DIST event-listener-4.0.3.crate 39784 BLAKE2B 2924aa196726f3a6404536dbf494a52d266014b2097ea1f4a42e0f5d54bc2d14d6722deb4e40f1b1fb539ec12af7348275a75a9fe3e619a7f6a6a9156e0d30ac SHA512 2ed4f1624fde0643fc8eaf3275dfe77c15f936e1eeaae43d205f68d90e2a8dd3eee3b39e953a221cd19a88e8b947eabd5b8477dabaf8f30de328c0c13d132d7b DIST event-listener-5.2.0.crate 40217 BLAKE2B e353e1d18f50055ccdc4b061e86f809eb0543422cf67384f8e5dff7345b409d5f5cc3b27aa6bd7370e68a35fc6e924839cbafc73381316b6f48e6102eeac68ab SHA512 fefaf5cdfcad5493fd6f76011881204252b187ad1a1c8d57c567be94c81343490ef992d28538ee47314d6890fbcd288529d776ca9c2c94ef365868d324e9a4c5 DIST event-listener-strategy-0.4.0.crate 10225 BLAKE2B cedf057e73b7d26ce691c3a5523c7492ba6fea65393ba20ca80ed091d3c4b392c85caf5a526647886547cca22bd703b0a01aaa8d018b07731ef909bc3281243a SHA512 02e8253ce8b680d9df72b786115d8894147483c5b44d530adb600718213424b2d87c899517ddacefe73738ec9c8904d042341d4aab8076fd19876e89972061e9 @@ -170,56 +136,39 @@ DIST foreign-types-macros-0.2.3.crate 7635 BLAKE2B ee89f576f2d892209c0f344dcab9d DIST foreign-types-shared-0.1.1.crate 5672 BLAKE2B d2e42e04b6657e7a69fe0bd20c672176629c743e49a55fd007bb30e289710b70045d445ae9cae0eeaa747ee708c90e8abd9b5fc39bad8ec0666befe1b696d4f1 SHA512 bafdb2143e136fb0818e2ffd90b5c862b7181647d6568947d4e4531012bbf7a57b597221ec7056c1b562dfc0c3b5dead26d1a4111ebc15e7863737a873518a4a DIST foreign-types-shared-0.3.1.crate 6006 BLAKE2B 27c26518e0de0a298df2996da4959727dcc6a21bb4efa6c28869a9affe7ee3b427d1bae25ed6928477d07959bd143d5d4fa27325f8f5a5cb0ddd3cdb9e5314df SHA512 c68da34b55230941d6655f6a52d5dcb8ee02149f25c25a5ef782402f9a18b33047905f28b70183a5f45b45977c011a5320cf7283b7901c76ede4d82082ca4c9e DIST form_urlencoded-1.2.1.crate 8969 BLAKE2B 383d3a197b73fba199220b7708e16d770591ac16725faf4efc1a8c230c569c381870d4a11b8fba623e761e68f9d318630b22101d461e67dd26c67e13a73358a1 SHA512 c65104e2dc08fad572bb31f981700fd43dd29fcff42b01c7ccdbd3d4c23dec12360aed3f1b5fc4766fee386d418a65349b2941b8735f788cb0d35d631a6a8dd1 -DIST futures-0.3.29.crate 53624 BLAKE2B 365ca3a09175cef1cb9314abfe25b6671205450fca77257cbf11ac156e5d805712783cb6aa1b856487b04fe3c410eb93e0fee2f69aed1c43245905ef17d170ef SHA512 08d96848a0bc20f3ed3e4d1aad923b8ca3a90f82904bb2f901595b02dfb70e9dfd4bf46eda6bbc48796a4e4ead37f68e4f7226b0f18d715e23746dcbd2613830 DIST futures-0.3.30.crate 53828 BLAKE2B 4e595639500f7147ceb994359ef1656ed096ea679409a5721c05ff84ba439fe4e82563a7cf8dca9aed4cd16b03e89ba1385b0a34feed9d4923871225e131b91e SHA512 98fc67bf1047609c8bb0763c00ab9cb39b6a6d0cb7d993bce4966ddc2492a6578b789e98095981b207ddd73ac4b1dfcd5224b352a0e970eed347537c6fbea43e -DIST futures-channel-0.3.29.crate 32432 BLAKE2B fa89fb7bb14e5d23e19636de6116fcad23668e320a4c75409ef232f83d473e3c6db89a44b640cae969a0a7210df6ad6e5f7886e284481e0c2a816ef01e0c3d93 SHA512 f04574f9e88b5d56570ae0aeab082c6c1e4382e1594d83646c1899416e7403bdd7537282bdb20146b5df4fe24b550dcf35c497af04c2210575413d6c8018dff0 DIST futures-channel-0.3.30.crate 31736 BLAKE2B 57461dbb723fd53daa07b2fe6164125508cc3901e0138d2a60da5c814ade415a3611baa45c71487f1853812282ef358c132785ff40c630408e8544d57eee3483 SHA512 689531748821529c528772a6dd0f27362078ff5803d2e0b431ee5a0ecf8787b5a15262d65d52f48486ded46b88f7a9c477ad95cc2c5a3e8f5f9b9f53f367832c -DIST futures-core-0.3.29.crate 14808 BLAKE2B f1ebfc7c1c7a8a212ed7e6c5c72d973f7dafe8b4635c8d42070d6842bd4920fd39775195571dec2f6395c5002d8ac02af889581fdbf878a45e0eb27dc6c5f0b9 SHA512 ae10dc9c1473e4625bee4db902ab3833bb047bd159a40e4fc4cfdc3a266d1ab99e85aa3db4f8dd867e08926d8dc733760b3258884ab890db1fd69f1520715592 DIST futures-core-0.3.30.crate 14071 BLAKE2B 76a9fa5aedd0d4ae8dd9db9639839b6b342125759c1b9f9bbf58aacb4ecca316ff1f24ff8f3c15f559ffbf974e4c2cd02a5418cb4c4d7612dac8449c8234eeb8 SHA512 3c7259ddacbe02e47a84178b75e5f13523bd0c8f8bc0b2375f7ecca60b7075695ee0a5cc4e1c1de26665cf250271173be803661e2f2f53e2a3b96380a8efe7c4 -DIST futures-executor-0.3.29.crate 17745 BLAKE2B 4bc4ee76b767285ea121f6edd3d5230f5de12724b9bd9f80341249b1feda6ff845ca6e847639906565c17f7dedb8bd726c0e531071fbadeae91e4a1a7d42c8a4 SHA512 df3220201247d4ae085a970c34e4c3dc7f546f4ff38fa817e4eef55743127a5ca6bcdfc35dd7f5f47c5e2dff32120483e14dee466080db04e93244fb5a5024ae DIST futures-executor-0.3.30.crate 17744 BLAKE2B 927abec40eab31251409149179baa95a8d025f9cdb848afa83f95439c4768abbf6da8e2163291a086ea0b83b0b650d1e19cb8e15f70369b70efdc70eb3121f6b SHA512 fa65c038e5eeee695b2673cd65cf7529713bef47da373290595b554bc287267ee5cd015ddeda5a22169cc8828717987364584a91a69685cdbfc0fc779abd764f -DIST futures-io-0.3.29.crate 8908 BLAKE2B 909bd5dadadbf726dba3943dcec930c7409e20d8d324a52444f4145f5972e30ee4b1e48b7c2d9982fbea62ed5f3288e68e8920e99cf83d7cb81b9de1e8d81246 SHA512 869862f8728d94f0f0e71f9b24d0bd26b8bcafe70a80dd1dde4cefce73d91dc0cca80fb22e891f66024a77dcf28e8858e815bd436eb17d4c3119a7e68fefbaec DIST futures-io-0.3.30.crate 8910 BLAKE2B c9af4290f45a9fd0839e107fbdfa4abff4f9077ff45b61054670419076f1c4508d7d560d4d86f8cd7ce146e436e531b9f5e0abfed2c4f2406c57be209cfdd498 SHA512 077acf5eab1101917b5b4b4b83347d30d533110d9a34c2de6db1411ffae0f0530f457033c5a5c14249119e89375c9f12127790b46e486dcd003a12a6fad48bc2 DIST futures-lite-1.13.0.crate 37058 BLAKE2B e1151b6263adfc96494ced26c377eb6582c4529f1c6347c1f920623400d317f6466d11e03c1ed70dd4172c57340b13b1fb1cfceedf430e3b95879bfa120d8e59 SHA512 2c007c62294c86108eba30a850a341e8fb369892bcbacfcd4b7ca39f949bc9a20624c3bb21630706d8240e27dcc402cec542480dbae8867ff933375e4be15fef -DIST futures-lite-2.1.0.crate 37884 BLAKE2B f4008a966d19408b4628083a8f66c6d11c67ba68b413597e322e360bc74e29d67076e4a1338bcddaf3616eb1b1331544001f52b771c156f0c7d576ea2fa35715 SHA512 ea3e075587a19f6e5313e79ab52e7acbe1a3f1a876ba9c3ca02bf89d47d7b33d61ddf38d98c66438d7a352dbf2bc3f4741a46595bde5300249994e7bca48f5dd DIST futures-lite-2.2.0.crate 38029 BLAKE2B a66919e5fe30a9b44af7363c5550fe8f91735c37ad8bbe2d65a3d3a6c8aca9ea1fc6291a5602e68dfe5ec1e0c3376c64c02fb33d485fd817850f1c7132362e00 SHA512 f507b58537c5ec48ba22d61415fde260ef9393ca4151d2d47b9ecebb5f736d8e1f0f838e0f133b051ef8bee5c32b4c5fdcbc4c4deeaffb35dc3a48f92802ae90 -DIST futures-macro-0.3.29.crate 11278 BLAKE2B 025cca67a95da0399592b0b2cbb5e47ef3685cfe21c074b4fb807f13dc4644fbd9984b92e6a240deabd7de9074cae6cf3a0b64b37045974ed9d223dfeb24a726 SHA512 0134430d604bffc5066ad826cd14656fba24a9e412f65b4053412103bf3df7934474a0eb63e773b3de0cca8b57b6dd196229f57fb665241b583c961b79129560 DIST futures-macro-0.3.30.crate 11278 BLAKE2B 6311039db4bd31242e4f45bb7c581bec28eec9da850c47ffd9235c4baef5e5f1c72155f49573b2dc942a9cf246949b79c7d35200d04f91a13b0205cbd33d96c0 SHA512 220b5cc61c744617479d7e8ef9888785a17b9bc26c517c9c4445a39e8be21f111f77e53bfb3d143df18dfde23feccee17e349a84b897eb4d86f94d7ae4f714cc -DIST futures-sink-0.3.29.crate 7853 BLAKE2B 2c5dc852006b364be92e59a9adcc200bc0966cb2ded763e4d5bc3658071a8417d8c5c74ea2f2a96ab9a111602ed94b8cb72356d851178ca634583f172cb77041 SHA512 20f6a790dd83ed4db54911160254cb33c7a7fd93298df7b3dfc6f1da50c6402bdb17ccb5fc03bc9ad315c277e3dcfe4b3648fde5ace09d90f84d11febd6a0d9e DIST futures-sink-0.3.30.crate 7852 BLAKE2B dc768e4ec4c9f9dfb22a20c1c977401d859072b9222e6f77978332f495cbd0f764b175a679c9d7c77028d7b56cda5e2d86188ee979c7f323187defa6a0485ce3 SHA512 1c198da8f4118d9a9ab2b597e3f7b4e1ac7094dfa547bb81f3c4148c45216ef55b309255849174a517ebddba6c874283425f1df6e56e2ba5150af091bacf46a3 -DIST futures-task-0.3.29.crate 11853 BLAKE2B 050df023d7942207ea11cbe5e1cb5316a255763948b0c07d479828a3245ca34b82a71d1854ddbb13e01e853bd4ce424b319b2182346c36122d0246649390961e SHA512 6f8da7141899cceaa498c857a81c69330c093cf518e101dc53ee1e37123fae918536fcb1dde038e06c08f05c5f378a50970265a35229fb31c2377146cf94be39 DIST futures-task-0.3.30.crate 11126 BLAKE2B c2ded9b9b709fc10c44cfeaa72d4e7477e43331b14f3e72433b25126fef93f2812a09b4fdc3c246b7379d41d3764ba17fa87c3e9c131095864cbb5f54771a204 SHA512 c190fa0acf7ff15fa67fe172911cfae803b2a8c08168570a5518a40767d08134f147259a413ab25c45cac5dbf2f601a9753c77ab0eb2c180cad2fe48cfe3867d -DIST futures-util-0.3.29.crate 160207 BLAKE2B 2f545d3387d5ca21c13bc157eb219ef767b7b0c9957329f3ccf247e6402295f5384e01121a1e1ed062223568f6d7db13602b38878a280f19d26c26cf184508d7 SHA512 48fae22d9b5f38aa85b423ade3022dc693775aad5c3e6988d35e4d529b9395c0f35ceeb394492e0f3ec96719cc3f3fe4ed3811df045b840b63231921e42fd65a DIST futures-util-0.3.30.crate 159977 BLAKE2B 9012edf76336952dab02cb61db48dfc74b6cfc17c137c36372709e8d575b306a4d7c4da89328067c9482a645aceb7b44ef57deb21a0c25964a5515e738a039d0 SHA512 7faae5aa35641d858d0f5430e4a69acd4ba9037852ad73c5a890bffeed411d28820883e18bad4ca8f7b0a765f9f4c5dbeaf5d0cfaaf90c2c69846434ae091951 DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d DIST gethostname-0.4.3.crate 9336 BLAKE2B 12be5fdca0b6e3788cf3d67a4a80f283d240611b4fd37b6d1c37eb2503e4a7025b17bbb70adf421ac840d8f952434bdedf4691f31362780a267e21e8c4d3a006 SHA512 8c5dc404132f2ecf9bf82d8b89cbd698b4cb6d43141c47a60b95401da2e8c314347ab0a0ad5fba50cf98f01a621faa68293cb78f48977d3ddfe6e6f21926abf7 -DIST getrandom-0.2.11.crate 35391 BLAKE2B cc3af20769f8effebcd6fe4f48bb762211f78cfad016b796ce4b6b83a25d0a758ecee4352af18ef97e84c17fb4efb0c7bf113b53d2dd30eaa32067fed97978fa SHA512 2230c219e1080b4b13f207bdfd54b1acff37d9e5fec5263ec9952df9c0279939b231c722b54524deab85002caf1047a471f3fba8090428d918e99d53edf82345 DIST getrandom-0.2.12.crate 36163 BLAKE2B 0afef8504932ea0ea051cde1d14bd5b79edde68d6ebae6fe88fa4aaa532605a16f466d0d9c0d0aa619eaa105600b6d5ee4e191865a3fa041549a78f78ca82396 SHA512 dd97d7dae1a7ba653abdaf2db719e1a9c8eb721b08b4af0f1c45b1ed5079069d1b57e4f6d9d879e7fae3a890763f4b6aea9bc2d945392b98e811e7b348589bee DIST gimli-0.28.1.crate 270497 BLAKE2B 4089e0f871295d464e548610ab5f0c2fd863825416109cf58ca827e482897f00eab23b795295758f1e3af16167b52c77c91df6f707f1f445984a6c4bcd68c6ef SHA512 695e46471fc07813dc4a47744458729b097f6efbfceeb57eb3db4165654e99bebb98dde2d73230b90bb5dd7c0ca0c6e77c7c3dc6f2abf70058b830a2fb386d25 DIST glob-0.3.1.crate 18880 BLAKE2B dc89b3a664e810264dd7a01ad892e865ce35b504bfe5dba12d7ea8084da7de84feaa94c2208f1a1eefed90297e552636ad61ccebf6fc8cb4d01f27d605ad0a09 SHA512 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b -DIST h2-0.3.22.crate 166413 BLAKE2B 058456b6799d1ff73dc914b37279c4ad2cf5f8cf4fa2532dc6e1fab76c3f8ba67589c3fd481f5fb02b2df3927ea75c8a4c359943565ef81af6d5759bd679fce5 SHA512 70cc7e246ac554c9a15bf2d53a5473e878f426fa426fa266fd91fc2ebf4071b7b207c4f7f104f84242f6f9163ff4c790432f73b61b43e1ef5231b0ff424ceaab DIST h2-0.3.24.crate 167814 BLAKE2B df25fee9f6e39f8ddcb9c1be4775d055328606b3454786a397c50564e3e8340d72d0fd58581239063e29fb80acf92444e1d588b0672817b12cc5c1322652189d SHA512 4741e2732f08c6388c112877f52d6f859088026f75bf928f90b06a521d43e8e8c10f14d088f8a17b42a0a613ee43009882077a68df9300d17365d936400f1695 -DIST half-1.8.2.crate 41874 BLAKE2B c3c5c01771f05b7af652abb8e5490dde7afd04de130537e67845fe7ed58904e7ad66c7286a4e7deca3641876a6d12c5b6e95883fee2809c8e685d2f79cf96610 SHA512 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e DIST half-1.8.3.crate 41624 BLAKE2B 101550482bacf9762d850234daa49917510e0061cc8b729c0da434d5530bca88d694850ad5865cbdf47434383ad5d68abfa768610a50878deff9ac84ab0d28ba SHA512 9ba1341edc6aa1c2edebd77ac76cc95851d3387e189a8d5a66dfc0974e79ba8610af8463c2bcee38d4dc96f82316ed7041ca31ccda8863de5a90b4f85f3a529a DIST hashbrown-0.12.3.crate 102968 BLAKE2B 492072f27eaec45abd2c5d7405c614c0c6a8221425e901bb6174bfa1688ee524408a618650126d6c683b7285b9bf0a21dcdbff7347e4d8f97bf7111defa1b7e5 SHA512 b3700fcd659a21a6b9b3777c18b37a83bf25542b4e8f2b963779a122f5d22e1742c064cfc03e649583e7dd5c6e90ca8407f8c51a0e8755f6a108682853022f76 DIST hashbrown-0.14.3.crate 141425 BLAKE2B 23c63a99c6c6b7a6b9b9e8bbbc7f1e342e1eb9d7582fc9eb408d3eec50c99f34502d450170bcfef4da7f2b1e743e1d1619875ec879e4753dffcb84f3c10dc3b2 SHA512 4d344e5c89ce58e04668b80ef10e4e110a3a5daf4d610c52d980577795d0e2050c7d0b151d8ba97128117665e27b92ab0300f85b88bd6e1de943c62d49249356 DIST headers-0.3.9.crate 68290 BLAKE2B 32cce72c68bc1bf162eb733f0e90bdeeb06c13a622b22d74e0d3e1f0d2f82137d9a691ab080bc204ac35cccdb21783e456e2c5db3c00f775bbbe36849ccd0212 SHA512 d7b191ce9bfe0103bb4e6ea308f4f6943c1df12bace405bd8b733ade8f0a89b3d156ef7c77aa04233c51e6d34d832a837c12ea9c2f9693fa12f2cca49c1740e1 DIST headers-core-0.2.0.crate 2380 BLAKE2B b9edc2634ef43c53372038a67713785656bf5c030ae285bce287b7b130abc04bf56e66fcc2c67e3eda162d64b008c9a45a1f7be990d248da3ec1c18b361f33bc SHA512 1d502e6a3b2ad70a0d1e410c55864ddbf4118ea073ff7697e6b763cd18748d91f074b36451c015e3bbadad4400d099f4a2e350c609f44daee4ad40398633a8fd DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 -DIST hermit-abi-0.3.3.crate 14253 BLAKE2B 9ed8b40a1cc894addcba2a45562d74359ba55156e2c3a547afce139324b1345df2f158f58978ccd7d343fac5e5d2cda86e2e0a9dafc77af36d4cd8aa0a6d4c03 SHA512 eb162d085e8e0db72571aca925fdb6094d1e5d091766dd62d6a116957459bfadc8d51f1acc67f4da3cf6a8802c0ff445f3ad2516c1df8fcdca0b751632e150a1 DIST hermit-abi-0.3.9.crate 16165 BLAKE2B b779f005bd4cb9ba9abe401a0a559a5bbcc44726ac37f53e9c8d1f7218389ec8b48f74d14666261bc4fba4fbe5558cfefae873c49a2312c8c8bd4010b8344064 SHA512 f3a5a51d834a6ad55480b53f7e9cdc73a512ab0cc6c246a6ab1e8bf8f9851a0c8a55982f5bba6cb57b5a03b54870e73b0bab0a79195764c308318394a3ea8045 DIST hex-0.4.3.crate 13299 BLAKE2B deab49bf3d97f6fd7c0a0855b50232422443b226362bc7a4a19e57c2e662fff2cb046d4c5bd7618ddd523045f3d8c78754508f862f9a8ca29ca9247da6d6ec79 SHA512 fd8ff33b68eea2d6f2c6b02a6d82a2807cbcdc209ca5a76e3e3e5d006917ee151f236b6d18e2646cc9a9674bcdda1d6ce6ee363a89cadd99bef00d0eea9989e6 DIST hmac-0.11.0.crate 11385 BLAKE2B 850527040c0fef278175f35a0c8bf77bc005708539af8ec5a85111f83e9c94a912741a2b24965c026fd75db6c58fc82a46a9c5de9454540400c9f19341561b4c SHA512 82d83071d1cea14603b1f1a85d564c78e28d982025a029779d8d83522fd5c56583303dd3a902d8023b5e9df2ddb5c5d9a5fc88000d41dba45dc026239ec81d0d -DIST http-0.2.11.crate 100478 BLAKE2B 1ef12d67fc52392322c24f79ca49c52fcd7dcad0145b761c8aea21fef38682919d664161f242c606a1f3737987368c08432f33e2abfa53d681c6c2aa5cb000cb SHA512 71d98f5fa55c7bdb9fb31e36f898e8b2b7596dcb30ef9b5df3e34581b7306b66a782e82c2797732e28626eec5c9e432cc0475703e5a0e0e47aa1d6f22235ef51 DIST http-0.2.12.crate 101964 BLAKE2B c35c2ae5f9494cafdfacefd778b4b6824588e74685fe5204bc6efa87b667d00b28f59cae667115fe45ae332d8542e7a0c2c7c42fdeb302302f89b00cb716f380 SHA512 e32dd4600aae7e26f1d530871815b30fa0b9bf95293005649bd9a7bc4df7f69a1d8de503d1b8873e67a5496e644d0a47db2a0680fa1e9058bee4dcecccebee58 DIST http-body-0.4.6.crate 10773 BLAKE2B 828a43f8ec79a7187cd6f5379edd50127cefa8e80e9bc1205e80c567f506f4778387dcb1d2808e68f1b88bfc7e2d6405ddf9ede9403d35584e31bc62db0b7756 SHA512 fd74fcbd25044aefa183e3caad6cde0967cbb00b6d80addec2589d037b752cdafcdfd02d29d38a12b5c7d87cf1cb5e5ed80488057735b9dd73e03904006a5462 DIST httparse-1.8.0.crate 29954 BLAKE2B 82c48fdd6d28e94c42df180415ea3e30d471ace2fee09d7d8d33aff0a8e9a15d3029c90f3bb036b4f587c8902094a2ec21e4ca6ca7b654a82562bd84fe208ef9 SHA512 849159d9876e0474c71f3c7aa3a7271699b807b293832d88d52e4326ed410b25f9d7b9ad75a143a51fb5c8ea5016c2513348edbc050d3b62dc9a6737ae98ee8f DIST httpdate-1.0.3.crate 10639 BLAKE2B ce0b401c69f76252639c10f6c2e4a823574a58565d7c5cc3633c72837aa4ec3630b34b148de4378ec498db196e3b2e1413ca0e5a4d9247855380fe19a8c20f94 SHA512 0586888fe89f40b838d5ceb083084d0b8058feff1d2933faedb96896dc86eec68b541a0374a508fd11b86eeadab3c62f88568ffe2c53206fad438373a50b2e5a -DIST hyper-0.14.27.crate 195700 BLAKE2B 4c079a6f99b1da3816c08df3935b5c9c1a3acf878111f4afffe67cbe816975aae0bd49577fa7cdc1bd55ed78dd2328cb1b0cc09064e9bf6caadde91403159912 SHA512 580f2589dc1f938d2563d3fdfd1cb2f1b11278333ac54e813e4dbe50a0e63952546385f057b20eb123516b2f74e19b62a3ed0cd546fdf868f6a5770cd95643a2 DIST hyper-0.14.28.crate 197204 BLAKE2B b99c91eaf65947642e217d159372750ce57e332675705cabfdcafdcc9ed3cd90130a9c600118c76e167b927a481b2120d0f4b499772e4fa710803abbec5385cf SHA512 deb26e3815e6315dd193c4db22efe1e73e44bc7c1d400bc7654e950bd074a200b7cbb730ca30faac0940c88529fea60d5737a4fc7ccd4fa24c2ecdb2a0b450a7 DIST hyper-proxy-0.9.1.crate 10317 BLAKE2B f9d00182507e6ac917adb73c0fc9b58fab95998e2e22d8c129e51e9e39239e58086ccdfd862713dbc615b8ea736f68e72ae7fa834c7af44c2c62f5203bb9a50b SHA512 4a8c5e79475d9fb09f7bb1bf54b97e7879037ab4f97626fcb5ee788e8480dc617fa686cf43379a87bb90d0b96d91c13cf496ae07b527c06cceb6ac337e90556a DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 50cbe4ca7c1862fd3fff192de070341dd32bfb9f108b516e1e261ec8da7c4f7972b7b66e3d45c1497733a913b0281bef706994270ec8bd03eba7368612127aa4 SHA512 45dc16cc9ce48706e0b3575dca35ba1b6b3084dda8c2cc489d126e1c4f0bb96a9b2baa860d09f68c5e0a48c2a69e3eaf62f4f0406fffc4efefcd79d26c82896e -DIST iana-time-zone-0.1.58.crate 27020 BLAKE2B 3e62ae3876e181e6ce4be1ca2417363298c0b83fe7d66d1e1dcb5ec308e9342871306387ca0c5fb3aa7ebf8f16968094d4c7b4a497fb792171fd400fe23e6a50 SHA512 9e55f17e08f371c476394ac2db9b447ff7f2a5e37e2cd3e84ec3e2b77980bd9de7eb81e8618695367d708e69156628a2e4ed80c4b7343aa71ce0d75a41e24b75 DIST iana-time-zone-0.1.60.crate 27074 BLAKE2B 6f534056e220e2f721fc7c7f3ed24152eea7f07d1f4cb3609ca734ade32a2d6b18fd0164ed831170cdff192cbe48653b2c4eb0903fb6f157292b3b5bf47299bb SHA512 5619b994d3277f56e65322a7903e4c5e03928a87bdb72831cbef88788aaf5573b8460abc0a4d5488c5df7052bb978531d973dd66002b0ec4a3af468928c9b722 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST ident_case-1.0.1.crate 3492 BLAKE2B bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab SHA512 81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9 @@ -227,7 +176,6 @@ DIST idna-0.3.0.crate 271128 BLAKE2B cf8a2c43760f03e94953c6692423a12f28fe763aabe DIST idna-0.5.0.crate 271940 BLAKE2B 0b781c2e9bf717af429efb53bdfd18244f2b8c58e5111c3bd3bee50c8a01cc747513fe20db75c38b6b771d5845647bf6c1849ae6667766c9623e018c1f399a9b SHA512 bee6cfbfc99859b113aa8c7b487429a836dabc4e317980f132d28ff8333336f33480bf9f8b186a07115eff33024cd855bc85d346fce85e17c4132e886769c54c DIST image-0.24.9.crate 9261055 BLAKE2B b4d95a88fa2fdca01e5d89ba9975be22269e3a5d90d24bc31d5f1168007508a0337d0acc5347be012c2b98de02e4f481a573f012f47a1f1e365d26d89df236d8 SHA512 3f858efceeed54e21543eee065ca6008f40c568e1ece1016b38040eff5625c9fb6de77c7e950c08c9e82b9fcbd4c4ec2f8c4c1157ed5d232bc8e35b4850420d2 DIST indexmap-1.9.3.crate 54653 BLAKE2B 7bc1768589e74020dc15d3dd064009edaaef39b7aeb682d0ca8e49944e3f020b9c04d64feb102e88b22feb40863479dfaf4722d6a77b5d19e7ca553f4bf64c1b SHA512 2aa8069eb07a814c8fa3e11296c9f032ef60963520d7786ad20cca5cb7e73b8f76d97722a994d65295bb713020aadce5008cd3df5e99d8bd968ef1979f910a37 -DIST indexmap-2.1.0.crate 68224 BLAKE2B 9d833570cbb63ecae138ca234b998bd0e5b11b1a7e3d5ef4a21212bb32d0998395f1fc609f66860bdbab198081687630f583f5a2e495fac1afa40ff48bee8a0f SHA512 9d303eef918b9264b9fe326cc1d71f4095f7ed5639ed8696efa3e9be65dff2c50ada4495409e109e7718997db51ae1fd865cf8e88978107d7823faba14380600 DIST indexmap-2.2.5.crate 81498 BLAKE2B 8914a50344951aad58766fbfebe8780298098e3a7c923287e3a84f6de41e2924a6a3bb3ee91ceae9b5b49654b83ddc7516a4cfa6253584b0657995d7c8f63a89 SHA512 84fbb6e61756d5ff746f6ffb2c3c8552f96d3af205075a381f06df85258c7597ce24b0d193127a797f975a3fddc1fa92110738227babc73a7fa37505331f8d78 DIST instant-0.1.12.crate 6128 BLAKE2B 728923f757c1ee4e4a7afb90e460eed81392068961240a538e5c6468e15a0b6491f590fb5f6cc46e6d78901ca232351f65abb9f2f230d8f4983c5e58c4011902 SHA512 fae494c00111c51c840f9dd6a10febe403e27ebb933dd16633a213e9c20f2bc11adeb431c71f8a6713bf88f270a010941e15d83df294e658791934f83a5d2407 DIST io-lifetimes-1.0.11.crate 37346 BLAKE2B 7f278b7378a8569d3552c9b6d4be06d7908e05d77cdb964267f0b621ec4975a42fb6e48fc030a75ad5865681adf32ff747943ac559ab4ad73331a6611a1b10c6 SHA512 30c6e5ce6f5beabe0d7bee4f4522884d1316cf7d9b8d093ba0f952995997be3d0f10e1e77b9c20b7fe2b65429de0d2ec89bb35e939455795205206a3154ed544 @@ -237,18 +185,13 @@ DIST itertools-0.12.1.crate 137761 BLAKE2B d7db67feb7418d6a779dc17d8a2f33481114c DIST itoa-1.0.10.crate 10534 BLAKE2B 8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7 SHA512 fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538 DIST jni-0.19.0.crate 65890 BLAKE2B 78f93688f80f123027a5b800b0c3e8fa714a1a06b59ab36de73ab2d02f1f9ae3ceb2d3d4fd19c8d6d951394eb85f986f303987ad1e23b2fc451a237a04a9ef4e SHA512 75b48cd05ffbfa6e220dc4ffce3f37eb89105d42b0ac4e108930ed81c3525c4ee3d1c069342cee203c401c9f2e9bb2c53382fb61155da922ea9585d4fff9b212 DIST jni-sys-0.3.0.crate 10232 BLAKE2B dd6334daa6db9fae6cf1b31b9c13f09f9dc3f6a0e227bf6779880a6e197189d91583cd463b9876125cf892ffa5f8417dcc51aa010cdb8c99bb4f969990e969b1 SHA512 1e47582ed4dcf608ffd218549f1eef5ee3c87a89e28c65eeb5bba801edd6cabc0f095e213e8df606e050a57608653a59ced6f01a8bc76a5eb32ba1a337a63321 -DIST jobserver-0.1.27.crate 24774 BLAKE2B 259c854f3cca79f769dde0a796aef4dc135574d816e7d0b8aed4b3d4e09d4eea600db30f7c8a8f7c68c9040efa1ab99029b1380ba6240dbf21634e7b5ad141d8 SHA512 2681234952be7a5ae67770d45f4d52e8278347f79b349bda594626712b1fba595a4cf46e8fb5426b548c325a23243facf7fbdc01ae0e853e492aff39444879a5 DIST jobserver-0.1.28.crate 25543 BLAKE2B 90fb1d8696b575b16b5b12d6fa4e7bc7890f5f09110b147d65eef8888a16ace1446a789f8079a3706f0252be8a04061d989bc8fc53e6c004d6b8a4094baf1642 SHA512 8ffb33b8c162935de1226e0ca4048f36e6e90bd1731cc7f06110bc97e2adef904f777df0ca4ed48b3b8ee4f2c243b2f883f6897427867904aa3385098abcbcee DIST jpeg-decoder-0.3.1.crate 744364 BLAKE2B 0ccc3a7f42e471fc1fc7995fa99573b798da89911667e477a310d10b95745708e583d53776467b9d54a399047b727a3fd4c26a1387382c226f6594770b21ba05 SHA512 103b7602876069603620cc2b5530e84fdab88ec96855a821606560a67cfa26f628b401eace62ee793e6c16ef282f958ed789f5db725ff901124fe6c9b123de00 -DIST js-sys-0.3.66.crate 80765 BLAKE2B 366f2741a1f7bc76f78068e183080bc221d45fb9adca257da61fd05a3f9044b7c6dd9d1c317e29af30effb28fb969bee2f766ff348f14d9d036f1a7e6bc2e599 SHA512 7244c856b2455d441e02eb12227517a101af28596d676797ae45098512052c09650612a93d912378d27254c5ac64dba9b37057c7493c1e3d3e0d52b2169340ac DIST js-sys-0.3.69.crate 81083 BLAKE2B 529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6 SHA512 506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST lazycell-1.3.0.crate 12502 BLAKE2B dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8 SHA512 f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d DIST lewton-0.10.2.crate 68807 BLAKE2B 348af2eb2cf9a8d3e2277d5c63a34430910b7ce0c470b4aafb41c6dc2289702b5726cbdd4e390b9d5b88df594bd4d168dd0647a64342e8fd3677fec96d89b3ea SHA512 8868d1347f75099d40dfdeecb17ec1aa26540d3d9dda88ae62329e35b30cc7cc2869420592d777810a7df1e5e2c7a9518e7895f885921d68ff66ecf3417d28dd -DIST libc-0.2.151.crate 736640 BLAKE2B ba8ea6d22b0eefdc5c1c5ee9fab960b6ea0eb7098a21b032563ec78b5d6e2a8f1d7ca4d5bb721c71de2c5de28e105029f229b9b03cd5168c78a65c7164e6d07d SHA512 2039bdfd704c5a876ff7d609622bb968260d6e0fd264ca457e92b75660503eca10e1ff21864b3c919d2656de521f03ef443895f5c0150271ae2502857742b0ec DIST libc-0.2.153.crate 740614 BLAKE2B 523a41bc8cff4ebcba0edbbe9e6a2286ec7cb3ba5e90ca5926c972b68e4b34188bc077d20c22376238c3cd91b7455898a95c505ace4ededea88cc496edb4c5a7 SHA512 3f99e3a192974fffdc053ef21e9ad5fb54b7cdbd4755df176704a95dba38047138ccab76763e89c6b565f37f98fd549fe368749f84f6d1638b3209cb07eae9b4 -DIST libloading-0.7.4.crate 27580 BLAKE2B 491faef2659270b10bb88ac46e0453f747f35e78d7f28b7d6d9151177b4c7a7aec0a1efdf702eda0988c31e9dafff2990eba4e6a9b0b695c535ea9086ccf36e7 SHA512 34439d9eca68bac8fcbe2bc94a70e07550e7e95d713ab74ed60ba6736ec807fd9c9135c178d436fbeb39afb074b2a9b05775d953340845c088f5f8712f5f56a1 -DIST libloading-0.8.1.crate 27893 BLAKE2B afabb6e07ecd390918344388b5fa63e5aa9223bf3ce513d1ed94cf02b1defe9909d94f0fa05e1516a39dfe4f41636834d3de0386b3c58212103263f2b1423f76 SHA512 f17ca367ef8e62fe80f43e5f3e2d1585be7b78b0fe4a733d80acdde38c20f9f72e710cff082442de6afa323aaafa17eda4491c4430b2d12f398d420e057cadab DIST libloading-0.8.2.crate 28422 BLAKE2B 3547acca23090dbf27b58296a4b2a07a454e550a4621079922c9962044e26a1da9e38863afea823fbc14037f978d91a3f84693c59252f99ff77c9bc3a41de19e SHA512 0acce8e1271dd14fc8106046a744d055f67b8743ed821ecfbc3b029e6388d07520769890971c74c63338b01240f13f13341c001ced59c601d803370a37e71af8 DIST libm-0.2.8.crate 113450 BLAKE2B fc4a55ecc0d4a558b9014b58861341887679c696af6b6539c7cdb70c033c63219b24f6f30cb8d9b335d15e3af42be6f3a6bd719e189667ca0c43ac818730b674 SHA512 753df71bb2c838abbac360db2e4400c2d931185ecff993da51a979870f2c3f7ac017380fadee4622102fb4b37ebcc1960b0cbd295afc9cd1cb3307524e1f39c5 DIST libpulse-binding-2.28.1.crate 130637 BLAKE2B 3b5490c5bbd3d60e8deb70d2a5561437770694c0616dc655dfb7d8368cb30b58b1ad6c05d60d6d1c04cbc7e6c895b8ce7bf77d0d63df0d5de5f4acad8ee30fb1 SHA512 224e8e6dada41084d5cb238715af7ed9e057df6ccdd37736a6b8bd8305fa66c2878884a9c66063ff337ef26e441de8fd7ba148be0f73c6196d2442aa3b25465c @@ -262,30 +205,23 @@ DIST librespot-metadata-0.4.2.crate 3850 BLAKE2B c6dbc60565fbbf989787b3173cd5586 DIST librespot-playback-0.4.2.crate 39168 BLAKE2B b8d527e35e80c10388afd9d9e02de3c6fc7edc8df87bc28df4ed676fc2601c8b3861ae748f0bbbd302d6aa6f21b90958243ad62ac32292351c0a1f719289881d SHA512 88f773c35267e6b70b75caa21c3bbb55e1c4a609a5b96d1817fed755ef52286cf0951d32e43368e18538b1345017ee3a4e014c4d76b16291744160c5f2e6f67b DIST librespot-protocol-0.4.2.crate 12192 BLAKE2B 21c299e6869000380e424c5acfc21fe3e3cd9f58aa56eb2d7b306555d34e8cd13865ebe80f9328459eeec53ea5cd4ee05070d877ec4a7d5ad985f77e50e9586f SHA512 098d336ff7ffedbd930ce382ab80e6243860df3a28c85a7cd29c8a6e5cacf8b5aa454dc21ed5bcea03e7840fb279be88b2698eba5bb46989b9d910ba7673b3f3 DIST linux-raw-sys-0.3.8.crate 1013776 BLAKE2B 375b29d2cc700e95d94ea8dc304cb711562952742f65c9664e33560a3da862aba74f2ad2ee66b1dface8cd5371ea9cbbc452ea953a6b6c656ade7d938b7d2ff2 SHA512 cb0e5c54870dacfa513ad05f7a84e9e90dc1a42f55685fe3e252fd25cffa4b875f1b65eaf4ad132ef0a19e6677c7763b360d71ff0060fe6ce5198f38b9956375 -DIST linux-raw-sys-0.4.12.crate 1465800 BLAKE2B 2f70a344c427093fd55732b68239f771cf6563edfe2db4b2f50cdbc904dfc7565b30bf06454b91482eaeea787b9cd4214979665bfa32f3c1c586551333cf4d2e SHA512 d9564d02d5f41356478066592e438629adb3275df0e5a1a44030cc99bf8856b8af64f18f27371f84122a828b34712aae16495a1a16050fbdbece6d95e9cdace9 DIST linux-raw-sys-0.4.13.crate 1493855 BLAKE2B 1298a038276e2424eda9873c642fb43d864b343b03b7962446122d2dbea94d58d9fb2b93e890769e6fe4092378755413ed6afba81ce56fd61e512146e44148a3 SHA512 3918da6b667a08ef8a51aa0b087129e2dc5ab101669cbba7690fc98ae2659a36861bf9410a3b87d18522a7549d43ac169b995ea192d3073f7249305a809cac62 DIST lock_api-0.4.11.crate 27487 BLAKE2B 87116cf908f7f1f9c300cedded989df305f855883e3df5a482de2c76814c48739582d3079d76a2bdd14a6999204b7fd31dcd8fd06d1dc7f9418f0e2f70a1450e SHA512 9946adf313a5c67a0dd87a1b679b7d9d16a86149fb95974d3f28aa57a9a1a3932e4a5ee1d332097559329c5e3b2295be2e4b655b115d9f75269f33a758b17fb3 -DIST log-0.4.20.crate 38307 BLAKE2B cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99ffffdaf8bbfc72 SHA512 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e DIST log-0.4.21.crate 43442 BLAKE2B 8429b3270794d3e2c7f7d5b58bd4fa1abb9d4807ab3a1ac980ac81c11d9544635003d8cf2e608c2c0094865459108a2879f280278e121df68d09bc1561d604ba SHA512 0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b DIST mac-notification-sys-0.6.1.crate 12242 BLAKE2B 473afa3ec0349f967b92b38d4fc1431d9b9b45ba23fd22aea6386de3ddcabc161adc672dbe6b394a5a11f9f012f3be1c84a48ff59c336c49221b5ae6dcf1e314 SHA512 76c202a10e1ad5ca7c892885048f07cf83c8acc45adc297d622c1f51fa706193bdb7a901ac127b0b96d97c03955feb3715ff83e08bd292e477124f4793488cf1 DIST mach-0.3.2.crate 19611 BLAKE2B 683aba7d140a3697933835efe4e2e5a6a107f0a6122ce4533bd9079c0de4346dd1a817abeca4372a44a85406a424af9deff87496e79359df4c8d9ff89daab7e9 SHA512 73622b37915f3445a57cbac5eb378bfee61f5a2383c0dd8bd7c29b5e46447405ebaeb706f3a3274e5afe37b0506afaf1511836cb8897d9d480a3abd41f18fa26 DIST malloc_buf-0.0.6.crate 1239 BLAKE2B baa59345fd372db162773adbb441caff1f6bad965c3681f244161deaee76282fa09b9af0d0642cd39ef35689f85f5bd7c2efb7ba8119a58e86c7cd12d81b2c6b SHA512 463b3d7666cdd7de618abf0cc4e488060c84d6d93c56d4e922169511a0b03de380ea988cd998f5a162b244088902198763351ac16dea3762f0fa0840fc29d6ed DIST maplit-1.0.2.crate 8871 BLAKE2B 3cf975d35de2d2fbd50227a6d2c5e72227e99197b620c8f29be97bd3666ec162deeef0d9e6bd327a063f175201beeb73c4ed27272449b1df0b78238b2d36ca22 SHA512 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f DIST maybe-async-0.2.10.crate 22107 BLAKE2B 2b8bea636cc271574bad08313b86d5b3a2163199addb0b6320630655a8b238d811db302f1c9c7168bed5963f0b55a90554627c48f59ec2ccfd5674303b1cb344 SHA512 c41fc42385a47706167fa9c51fbd2e4dac74683c362d66f71705de4125dd639a518207a2ae4cc3e5f913279ea205d260b0ed3fe2edbce68f27ddaa9e9989e59b -DIST maybe-async-0.2.7.crate 19186 BLAKE2B 9c60b19577943ecf43acca877ca96fcf386a62cd5e55a3a0cfb7e022f1e477b56a3120d6f92fe39742dc119cfa90d16c956853f61d2268d8977e5bf8f3729d66 SHA512 ef5f4e705def3b188ad2dd4be33dbb2c3f28d08855a1cff0aabcfd63fe22d1ba99e6cb7d10a43bde3bb5d30c2fd98dd2c9172d2e0a2cf877051b5117f0e7d262 -DIST memchr-2.6.4.crate 94439 BLAKE2B d1136f7105a33565214fdeecdc5a95e74d7fc7cf45997f81bf3cf389f3015fa561ab326433ddcff2db0b7259246eb6d26fc7b4e3c90c3af8b9b7ed7e8ec56ba0 SHA512 1065a67e04ec9210c70e430288e0a8d39f36ce6414722099553e99112ea2f8f710eae44bf39f8775b9850e6c8a50e634a1b1b084a8eb4f6b2eae6697dcf5b5f4 DIST memchr-2.7.1.crate 96307 BLAKE2B f1a008fbdbfe84852a8ae1d9d9574306b1bf120dd5087903adbcca6af342c9abbb296496eb9bf6cb58915c4444b3edd6ca4e27131ac7d8aed8849815df87a944 SHA512 5120496faa31fc427c8b4178461a262b3a34d70eddb7ad17a19d6db8b9969c9e113d3625b5e6dc677087fc80907377b00ba0421aba9a92cf73ca2849d932f473 DIST memoffset-0.6.5.crate 7686 BLAKE2B 9a797388702389076c426052c3d54dc62802d5db8bc5c9c83990429f2ffaec4fab4c7dd3f09cd0704d1ea555e87976563bb43408ba54b5e66ce7e406d4604009 SHA512 11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f DIST memoffset-0.7.1.crate 8556 BLAKE2B 1ef270f1c8dba32e66cf47a1835f10c342024762c0e56953f16e82d575250028154054d4c42b1324c60f955a40fad3bbb1c5fced147c11c9a4ad62f6f0e948c3 SHA512 40ca3c4b1fb929bec75bfcde0135037f81a6c5aa80181bc7dd7bbcd9c0946288eea8d23fca95e296567ccb02155ed0f66c7c23644b5cb3e6d3932be9f9742157 DIST memoffset-0.9.0.crate 9033 BLAKE2B 19090c1af8b8cf54a2cf7593748aff4d3dc685ec7080aa476139c1721ef71555495e1bc513b1efaddc7e7702f83e0e1c2a8f71ff40009d266539484c9297e0ed SHA512 2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55 DIST mime-0.3.17.crate 15712 BLAKE2B abb892b75b40657d356b6b53b9a45b2c822a05873453e919f2bbfeed9e5c06104f24db9cef2716f302198020870eaf96b2c62aff55cc11d8ca4f4f614d7c8e17 SHA512 e6d2ca92bb58fc747c1bb65a7f9023e5dbf4b94966003a72e4913bcaaeccdd6752725cdbd5081e0fd69d9e8f364d79664fcbe70061737d5c39e5b3e3a154a0d1 DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61 SHA512 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c -DIST miniz_oxide-0.7.1.crate 55194 BLAKE2B 56afbe0c0b3eca98105ae2d507493f365353cce29a6b04910ff26bc75899400fdbd067756cbda7b3d86f047fb8f3d737de00043a4a7348a813cc43e45824e33f SHA512 5eb6ffe34a866403273ff0267ff7838aeb50722ca57a03d5a1d842a5f19a3b4af570b133a3b9d64d78eafe49e4b9732b92dd63fd9c6b0ce59b3295daf10f6a3c DIST miniz_oxide-0.7.2.crate 55731 BLAKE2B e3cbf5983025bee879b8a735fa2912db8975cb60f0499498a73ce4375e7d452c9ed62d4b0b6f6a4fa591aab55e5d7ff20033baa007fd6c839b9d74b31142c0b1 SHA512 2f8f09d7afdb9d78bfc80a228ded85a215fea05e577e907921f1808f84aae30ab118048d7b53295f11aeb5de70ab6cbdec892f3a2417bedf6f53a4576d095432 -DIST mio-0.8.10.crate 102345 BLAKE2B 82bba95cfbb51a02efda75dc85d973825f038f7d23e7fd0a93a60293fbafd304ae064f395a1aeb63a1bc7bc664a0c0dfa3721ac8a553ea5161c0ab2862a6edcb SHA512 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2 DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb4784a710e54ee95b6631edbd763e37669ec7d269e45157907663dd2eb6c9279db850fa47ef4c1eee867ea24a SHA512 9a2806ea78b0637d0cf92448abcd50bc5d09bd80da0f37752c847bc98d014baae7a5cc4d929de98be6283c76d82ccab1f1467aa6ab583a4e782d97d5592b0bb1 DIST native-tls-0.2.11.crate 29008 BLAKE2B 594511c364e639e309f32f37ae20ecfc5ddeeb39c3f7180c5f3f2cf304d8c323b977af933ffe70cce696a5a63e17c5fa7ddb119d46fc3db819a28e31a388640b SHA512 7e77959932f2859757f1aeb37b78fdd459b7b6fd02424f4b7399525b94c21d1f499a718775503b8f3dfe3b4b740e1cfbee77052a2ebd0994468addb3fa665e6c -DIST ncspot-1.0.0.tar.gz 248424 BLAKE2B de8dc8d52a3e88234cc6e7d2b73dc60c417ce88e2c0b0a10e09957a73d3d7926f6e681bbbb994884242f19915811a1ee942096cce3ab52ed7b2dc076be622bce SHA512 e8569dc3784c39d0a93c45e9ae52f33d8ab526f459e4205ba4979753e5b1591ea648f8bef3204063b4b5b7cd1f94af7bc703f9327b5b5d8842360ff5ddb25d21 DIST ncspot-1.1.0.tar.gz 255190 BLAKE2B 5f330654f755e61407e229de0b0f9ad3364d54c1dd180f26b83dfe6836601bcbebf940d545d54d886098c2c9e12e9a312f4ffc82999f226dc6b8767ca1c9bf7b SHA512 e07e119e682649428aeabebd2ae882b0111a83e0f1bc3c47843f38351a9d833c7cbace48f777bca3edbebe58b9dd55e8135becbdc4693560a307667fd0f2b2e9 DIST ncurses-5.101.0.crate 26027 BLAKE2B dde9d01bf611720c2cdafd7136c974a9eb5fbca566e0b5c8cdf60c1f5979a6cb0a4b6b47170819eca78d6448978b4b19e81fd0ef0ae61eab2932859b45a8a787 SHA512 e73513a28706dce70296af28170e8c124b9ab105dcc6509f2d65114f0f8f948b775cb4b459293a399bbf748f06bb60e5906818d928b4f0078c96531d8ab050e7 DIST ndk-0.6.0.crate 39828 BLAKE2B cf59da1e11fed905b245520c7fb00012c194379aad9a8d75e39e771e3df629824c17bc04121b4899bd7f13e9546cde3877593f0b4f3e66d6876f9ee6625285fb SHA512 62af40a702784a35bd3517131aa5c5fe22da81091e45a8c8639fa8f1f8b3fed117991db9518dcf55878cbd6222f696d09e0bfb28e161aa47d77b2825ad2e1fbb @@ -303,43 +239,33 @@ DIST num-0.4.1.crate 9522 BLAKE2B a7235566f657ea9dd3c15d4cf5ce85ac94f9f0e15ef5f4 DIST num-bigint-0.2.6.crate 87275 BLAKE2B a7da84e705f8aa287b6704a42ae1822ac1555d25e7f51e69b4288a808557dba2c0c15552085a67f3cbd445d518fc8d4f668f7264237263acc4248d3dd1a2c0a3 SHA512 19c1ff0ae6fdfc690ccfe4fe6008c102e50ab9bf6b1f4e4f04a348d217d4d9d538585945466b72b70713053bcfd73685d1a907e41d135265d330bde996709eb8 DIST num-bigint-0.4.4.crate 99369 BLAKE2B 09a44754e3a3d4f949b3714d96ddd7f3915164d611036675e3df421d6c0863e368eb0180978a4ec27fbfff529b4999d2593e411903516670c24c08fbed6a79de SHA512 0dcef3344a933509fdfe87d6adb0bb1bf67af3c692ccaeec5663a8f18ad0a251199ef9c7a24c25b95d1b255b413947e70f0a205669d549b13e54b6f4864ab3b5 DIST num-complex-0.2.4.crate 24679 BLAKE2B 175ee644720b6bbff108eb4ef94d0fea8f340533c2be0e18524e54777734d1c7dc10a7c36b1f2ca3f032ddcb3dc351e60564340aa59b29aa4fa7ecb2487314c4 SHA512 53be64d6f67b1ff7d0a4e1723ae21035abfd300ab27bed0976e0c3903fe8e29f47ffe75040832ee2f81da5c2f4f671d3d845d308365b9a5a989ace99a7d463ea -DIST num-complex-0.4.4.crate 29564 BLAKE2B 8ae65e8f2d87de96ec0a3d0e6d580584aff8cfbd0ebe56272dcf7cc5eea1b545fb9d597cbe4b1e25562b99a217a03ceef60e6cbda47c1e8cbd29b38d16cbe428 SHA512 632f9486df426d9254d2b6484c560b31e4ac0270de85878b9c4d14339a05ab318a90019f0724d2fac4d8496b03680650f899cedb1741c58eb7536cf3732db600 DIST num-complex-0.4.5.crate 29614 BLAKE2B 32277724d5336443768a299c835cba63906ac91b85c57ff0e57338902e32731a0e67a93c647e6a57ae53a1b4a961c8b9ca2f6937a275e51a58089378a9646e8a SHA512 7b607f240773e4f4ff1954f46b2ee85be1a4f012e2d290343f6178543d10b69c0e9e1a93b0df8efa013c3914ad48321e1d96a4578092ae4d359acdc239ce1ebf DIST num-conv-0.1.0.crate 7444 BLAKE2B 4f5c4695006aa3ae77aaf5c55999a07d8ddfab294584fe10d73eb6abbb3f551846646156581599f966a28c74d80d3ac4373c49d2099991f7ed9edb56d36feec4 SHA512 7884c0c6599c66e40b9a79435e1bbcec60aa7e68b59686922dfab19ccbcac6a6e54f208cfb3d5a8a12e86e4dd67e09977d60b69ef6940e308a28256733f36100 DIST num-derive-0.3.3.crate 14545 BLAKE2B 3af73d35ced61f8e4fa2f2bef695f72a3cf1f1a67c77982d3518d9383331f34c1222dd7d72802cec22baa108ae08a87805a11942132c565ab8439c4983e99871 SHA512 e0f4d06fff26c2d2b140ff5ec1ba655a46c8d8fda484f03a8ad4910e8cf1392f0130d5c0bfbbe3bfb95da1f93e964f73364de6551fddd81e6fc27bfa35c15053 -DIST num-integer-0.1.45.crate 22529 BLAKE2B 4da3e801f71ba8f92c692497e200bfc8d32183c94eaad91260683b09f4697c03175fec7cff5a9ff3782d5db5d514d74f22f7a61a102c0f0d2e67a7a4b4f29222 SHA512 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae -DIST num-iter-0.1.43.crate 10655 BLAKE2B 41ee6d80f38f0767e134835ac84dacee8b50395b29c3e620b74cf4a843cfedfa71dc690e787b291a2b08750cd8386f1dad768e1b506ce088df33cf9e51b90a8e SHA512 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b DIST num-iter-0.1.44.crate 10249 BLAKE2B 9e70a4ee02e784c5eafb033dd321f70ee92582c2a75871688ad43970a1313ffbcd49c26a8c6787e537f041ac60fd269131e157bb61ff2bef09e5ccfa372b2a09 SHA512 f7cff4e6ceee82aa6de469b9db834a45b50a3b73cb068ea714fe237f74fe4875a33881f3421a71ed31c47dca847e3f3b7e21cdaaec52f0aafe6dfb8927f39f42 DIST num-rational-0.2.4.crate 21694 BLAKE2B 6e8dbb873b1c62046c3fc45eeea0533a8375224fee6537e369a6042a42f98865c010635f3723c8116c32b365f8dd553831efeac4a1fb2bd0cbb169c90d7035cd SHA512 06e55f17a1ea58fd465a232ebd687686c922669f0b561f648717164f3fcc8fe2bb43213d1e6377158d2542f633ef2e1482a7c3cef8090328c34feacf7f9bdd93 DIST num-rational-0.4.1.crate 27889 BLAKE2B c6db5b2165eb341268cc8b81df44caf25a18242d0ff1cc0959444ed9a51ba9985c1238d6d79433c3927267ceb181da6d491bf282560db6bafd7768b79ec65842 SHA512 a7547ca663543e9da9e18dd079762cde371b85d55874a54d6b343ba775a9373392c85cebad511c53b5af5db298bd5d57ccef6161c1c28587a6c9fa2c5962a0bd -DIST num-traits-0.2.17.crate 50190 BLAKE2B a549ef00c749dc7f276c4817477d1f9dab70cba01b6a3afa5743f16f16353bc50d992d7446a54859cf750a410d66c8cd3440708a6b91fd89d3b8889f8fff1668 SHA512 4d47d3e2f5a31019e038e609897cb0cef1ba061b35cee7e2a02e65179dcdd4960bd5b9bc759b5c013d699b3fbd9b014940a15e36658f7d4fd12cb0c7841c5b4e DIST num-traits-0.2.18.crate 51930 BLAKE2B 6c40e155d7a52267a7183d8030ef34245492d33f103cc24551b10da3eaa18e3db485062ff87057dc23e6b55e381e5c5d2a2633aaf6f4763c06677a0a0c524f02 SHA512 e395ad9f3b21b0dd1d3a94cefe0d68a42d1b1d429ddb2823696f9cd75042568a635d93d133ddb9497ed357e5b3be5caddb8e4a4af87b65882bbdc60b05c74ebc DIST num_cpus-1.16.0.crate 15713 BLAKE2B 11b432fc7c7496d48918f09ed0954e0f1d0845596301266321293b374392898853fb7c313a0b0fd9d22d9dbfe3ccc5cc1e38f38407c89b2e5906eb76caa6ad68 SHA512 a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d DIST num_enum-0.5.11.crate 16772 BLAKE2B 4f032e0605730dbd72d2e7d6e06085211e885f66ff43193b32c7860905fb85070030371544ad1ce0f926e93ce13a1aad6f70f4c300abeed447373f40a46d02b3 SHA512 962e0e05e7c0eeb8e7520a699066f2b0af2ad0d5d8b4ff174c93aecb609051a1d45992c0cb6a62cbea0ed391d716656047966d5bf4c3467adacd2c5550f33578 DIST num_enum_derive-0.5.11.crate 15552 BLAKE2B 35ea9ca8b1a4e7b40b7c9193f57a466d4436945a8ca1e11e40fafaefff8de6229957594db72e6632dfb49382c52cddac3c0198e9ea063299502ead3b6d958900 SHA512 c2f89d0642c41faf6baf6b718b52b8b09cd17b6753c0098649eb8333cb253c8a166e1f1ebf1be99039e1d7d9c50541a8741645d630df8285905ebff7b26759af -DIST num_threads-0.1.6.crate 7334 BLAKE2B 416efdf395b0299b6b01e1508823afdda08cf67ca54e1d644fc5accbb0490945a492a34bc5ba70c3e838e6405d17ddce164ef87468bd9da27097de8994ad9577 SHA512 b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 DIST num_threads-0.1.7.crate 7455 BLAKE2B 282514d1c6ebe67ab2c30f91efd5b6c8880baa078265e22d5d7200eca4f96702aad8b537ba772e5d4e680a6e90fa6919fecfcf37a060668b2a618bb01bbabf2a SHA512 60eecfe49c1afca8efa320c5f4d0cd794f6adf8924193682c903307f484ca0a1ddb56102a772232aca040f29651bbe26ddc1c4939e1f030e229d179837e06bda DIST numtoa-0.1.0.crate 8999 BLAKE2B 6a8cbf17458227fa87bdd6a35404e09afc092a1ea45d68c6c035e08a9d344fdb356b1bc7b52239dd6354ed9094e9338ccac599542bd7f0caf167ab8d17ad5fa7 SHA512 41b5c774048592c5867fba217c85d4ece4540e0f3ab0eea7dd1a6af340ba46dae42bbca62ea7fe3afdb258660f39a3d3082264c99dea67d3d1ae178d00a01354 DIST objc-0.2.7.crate 22036 BLAKE2B 14a41a5ed6beb100d68601af12914dfef67a9f580f80d70c4578ad9df98a6b4496bc3a1003dec762a27f0ae71afe2c9e8fd41ad715bdb310722c8fc092563599 SHA512 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988 DIST objc-foundation-0.1.1.crate 9063 BLAKE2B 876dd217b612278a522f2d08434537d468f8b0fd1efb0e58d0b58216e20f7f9fc80a5ff034ea25d9216d4d53b2d65552684ae5d5212f18d758c7937c91742a84 SHA512 976dcab4e62ad1c387a81723d70b969fb7d332e1f7dbeb2ea9a26c62fa999d91ff6d8f737ac5725a7611334862df16fa8b15765c036d7acfc3e42a745d051f34 DIST objc_id-0.1.1.crate 3258 BLAKE2B 9a74fc17235ffdd7987c2735a7a9d136376fd13355f0561b4ecf234784aed077d1ab5aa11c1a82fcee7d47d4d36e471ca4ba3e5bb725a2ed0049a5565967326f SHA512 ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 -DIST object-0.32.1.crate 275463 BLAKE2B df88d37427c2741931ab0ef24a482755168c7348ccc280f8264e94e5f8548c608799868e0bc5984632ee02aa84313fc5e222b7cd7ebc6829729ea49544f13416 SHA512 5bfd3b8960fd80bb48691fdef35d7a9fc3d752a1cf5f29cb4e146a17d427e878d972d208e8aefe5015b3c62d065ed9a66f2f9f790b4743d1a4a3f9c0b8e581e3 DIST object-0.32.2.crate 286994 BLAKE2B b9085200fe0107ab0f8ddd5c5ac82bc681dc6266c6503e4a803ae4dbdec775ae84ca4a736754b770d858ebb058342af45d485d4c9a41f57966ca1466de40a4c5 SHA512 5d03d998f06dc592c3be141f7163bd72a0e73396f95d22ef1e0ffbfc66489bf727a6f6fb813a32739609b619b8e34a471974b2231dcfa23df8bff52007c25a96 DIST oboe-0.4.6.crate 24067 BLAKE2B a3e1c3ba6534fdc2159ead7a301c6b54718b19ce2e3357ce3bcb58b31c1ee3b86b427f4470564b2e8a3e8b0120b33c25ac069bca922dfdd0a1478ece5b398f40 SHA512 bfd792bb8cf2254030e2750b09a87da70defc4fc65882d94ca70469b175e04175787bd89707cd4dee876dba127b8f3b8ad9c5eee32ef5ff0cad49b046b29a793 DIST oboe-sys-0.4.5.crate 140656 BLAKE2B 26fdb4ea66dbf2f74ccf38beb280262715642ef22b87076d16f0b8e7f7b8d284714d8c7207567e51cbc421d22224b664f0b1051a0eed3c78c16d825ccc8a1d1e SHA512 b8e31b5cfcba10d43b9e373793427341175b7e84f8805fd18a8be387bae407801a0f196d0910103175c23e41b193c4eded2a4597b958128c29e401a27d9b4474 DIST ogg-0.8.0.crate 27128 BLAKE2B 11b8d47fd7c34bafe0b5261bc9be101599bb19e4ba7d919fddc4aba5a87cb1c642accffbf2e0f5e134a7a45b1d9e1dbf22e69e8aecaa93d69bf3bce364dd7356 SHA512 d5ea03e00ecade8713a8bf31e34bc45cba94b812c26dd46b579d85d61ff502ba501626b64d3cfa066a47343819f65d27c478372439b758cb7ab31ebce81f48b1 DIST once_cell-1.19.0.crate 33046 BLAKE2B c14b374eaf4ac0f60acc2e02f7bba270a0e8e0a6978d749cd3cb0ab3eb26907e4fbea70dd5132982f90290381ed18ff8a87fd530f1415fabffac864f157ea380 SHA512 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c -DIST opaque-debug-0.3.0.crate 5767 BLAKE2B fb5d32c876a271b41582563f5d6978d75bc1cba2cc34167f491bc198e6eded45b9dea65effa3aa972ede20978808b37ad1aadb6837f926fa3378ffd382076d41 SHA512 9909b06668a4f97b4d0e916de3e1d0a922a5a0b911a7ce190de786f62ceaccd382cbd0dbe01ab0f15e5472c10848482da2307a6d897928b6b7d5365bc0321cae DIST opaque-debug-0.3.1.crate 7066 BLAKE2B dc1dcadbb5654a5f69c59b84faeb3095f008a6eb4f63e3cff95bd4e97f803201e2f16f59a65f8ea21b662e77e3fed0d0870eb1db7f5a4f95cc02422907732951 SHA512 f325214d604e74197ddd9209a596851c5bf0c0f3299b79b6267c35e0ff6351205b628fb5086279684fbb29fd07746c91ede4f45019657e761d8400fef2b3d8bf -DIST openssl-0.10.61.crate 268171 BLAKE2B 43201c82ba7c78d3274495f922c644047999d212a10a50cd946ad2fc46e97e1c6e44d2c35f49cf9d78e23653fe2818a5293cd1aaf4933c90f037c8244e3d4cff SHA512 cef312670c936be2ff941ea3ed768433c155d060cf8da400540f1d6f5badf255dc20a45c1aedcdfded596c6d72a96feec410867e5b85d8fd04b4db06abfc9b2c DIST openssl-0.10.64.crate 272306 BLAKE2B a8b618aa403cdb06a7f135cd966775f21c99739365c55aabde2680a6154d03c7d554bfae6c62a069841c70ed82ece6c3f0cd589da8c26022b7022c3c4d79a6d8 SHA512 a1fa9f71cfebbb37ed9d4a902360f2cc95a78f55b5da5d51eef69db38cef016fc03236485158d689ccf054e04937b8cddf88e3f0f31672997fb30c6cac73cbf6 DIST openssl-macros-0.1.1.crate 5601 BLAKE2B 69dc1c1f3b7bc4f934cae0dce64c3efa501162e5279efd6af3b74f7a7716c04b6996b306b310f1c045cfa2eff2895314a47ecbb020a817e461c6d77d0bc11e92 SHA512 57e75c84f78fb83f884eeaedb0dd135ecb40192dad2facd908e6a575c9b65b38a2c93bca4630e09ea5a82c77d8bc8364cb2f5778cbfe9d8f484cafe3346b883c DIST openssl-probe-0.1.5.crate 7227 BLAKE2B d1fd6a9498b3ab7f25b228f19043067604bf20790530fd0ab6fe3d4d3bc27f13e6e94d1e7ef49314c3663477d8916b8790b90427f74976143b54b95350895165 SHA512 7e560314150709a34520472698060c4f29689d4e608dc4dde146140aa690350d3603279c693367deeb0f21ab34ef61956143a3447827a2b7a3d578b9ccd6552c DIST openssl-sys-0.9.101.crate 68568 BLAKE2B ad80cf56a33c71d6889470e4aaa0b314e67f75ac7921a63d87a94becf9203f4980b6e17b230c0954c126ab8df3c499444ab196958fa645ac9248ea8c245fa34a SHA512 33400053919f7fb2298b84bead88d82231640da6db4efe3dd21a837d0ddb50b2bb21be5befe1734bda15107a9e23cc9f8392647413ceb77451bc36034831b684 -DIST openssl-sys-0.9.97.crate 67910 BLAKE2B b17cb06f68b522d94da6ef6c879cb4dc76899b20b2f70fb8219381c6191c76e472505c3d5d75da71b0958b596fde514ffb8ca26d1c27717caeff5237320a3e14 SHA512 f07b1bb7936216e6313604f2630f1488e2aaf0c2b204aa47df924581e2238bd23bf56108e5c1cdc853004eb8e5138d89e162aee7ecb00ab249e019dfa3afeec6 DIST ordered-stream-0.2.0.crate 19077 BLAKE2B 581285d32136bb9c2134f405c5a2d67c952a36eb3613912be029f2826b847919188e1b479506b46f20e0b63d371f476b99d9e7e1ee8d47ddef7b4f48451b0e3e SHA512 99976f90637f0daedeae05d4270d33bc03fad1c06a85bcf2cd7140b149f76c7560d5e60becf05a633a62dc82f7f65900eb8f510c62aea4e630b78c45dc76d83e -DIST os_pipe-1.1.4.crate 11436 BLAKE2B 215f548a5b16854e156f785a1cc57ff16c241b50223c75159081017889cfe718d6dbdc6567dfc751d71eebda7476c95701c8ae88b1320a0cbba66a694b471d08 SHA512 8568008e30fdc47c1c89f7368654d26407fb6594cd89e2b85786c875d9dd99e77ed2bb84d281351072670e2dfe7a952d6251c6fb4d111ebe6a63cb34942b6aa3 DIST os_pipe-1.1.5.crate 11430 BLAKE2B 45abc371ddd363d193817a339f9e1894ec6fd275b9c9d190283347bb023ec7686e3ca6a5f2bf09cd7ee6abb8843ae52410c203af2310bf3e35c280c5b9874ea5 SHA512 d862484e9a0594f31e45531fac9a892fe247c1003a9c365a28083c0b5132719fe6fcd7ed996716a4baddf1f8ec4857d62d05663d3fd7ecee5802005c55368048 DIST owning_ref-0.4.1.crate 12658 BLAKE2B 42bda4584b2f017e7b48bfc1fab9aaf59d49b8942eceaff6f6d95e5e1fd456d952693ef70ca1a496c48d3bfbf69604dd47adb97af31fdd803a6119f11503920d SHA512 15ecf5c53a675f7c96f850f54bea5fde63f8cfe22ad5c01941f67695154a39950087bd72bbd9a2f9e76825a3fb8dd1d20ba92335f265f4aa273e1086773b918c DIST pancurses-0.17.0.crate 34656 BLAKE2B ef4ee7e07c5cbe75a108d0972049bb571a02405d835f2c6fd461e9dec3ced7c0f08f9d92c0b7e5205dc754b718b255538d10adfbbecbe6a75b686dd7ff2a733d SHA512 048740f35324f6c702bb98a608c6497b77415bdeeb4a83978d85dd66bd0b352a952adbd50546021b039fb30be3a47dfeb3022f92fc1a96126a5069d5ebb14b1a @@ -351,35 +277,29 @@ DIST parking_lot_core-0.9.9.crate 32445 BLAKE2B 811d8de671bf6e0911cf0df7dcaee4fb DIST parse_duration-2.1.1.crate 9451 BLAKE2B 05ba93090a1c968a9e9a03a17e780212ac0dad468a1573e34069b686b8ef1ebac9af590e7a69a7f0b5f574c05959b0ecf9190a7545bad5d86a845ec38582fb7e SHA512 783f29677ee1d740d799bba65f4a35dc1b74efa236da1bed62bfbdc65db68c3ad0c7ab59a4bca7f3e3e999df166d65f0101f5c923b2ffa95267eeb5a9758719c DIST pbkdf2-0.8.0.crate 12328 BLAKE2B 0ed3109330ba0b7b2cc236d3277a001ecf92ae1ba6cadf64f95a51e2e7568c7baf385bb15c369ee04f381aecf3ce87884e1e553b2e555089ad1826f0f459ac7b SHA512 a36e17e8c09f4bee22784fd357bed80c3895dadecc8bd106722cad12cdcef0aad954c821303f3f4bff4db01d8737bf6343ba6bfe6dd99fed87b7eb6b46f60701 DIST pdcurses-sys-0.7.1.crate 454031 BLAKE2B d46fc2390fab9c9eecbf8271fada0081aff7da3133881635813bdcbbd003f65e45a1730145ac294efc9574a686764157a99e70916a463f84c879f761932c2cf2 SHA512 9e502b33d7b25dd534cd62ccbd59c283fb59e5945416be92d63fe09c4a66bf5f0eccc1e6c6cc73f536035239b729313c3677c5319a73244c0b8ede744cf61f58 -DIST peeking_take_while-0.1.2.crate 6697 BLAKE2B 31571604d00872900abcb677a483da93654de523bbdb0331c326dc9a3e531f246e571bebcb983e79dc46e33ed6dd32b978be509841ec0d9f1e7209c06289c22a SHA512 7bf8721987c3e2e1986683dd897746592a909382f02b840b777effec7d8b0a864c1a83b03c73d555e359f22c423168a54b75448a7e7b996b739527ce8c88b721 DIST percent-encoding-2.3.1.crate 10235 BLAKE2B cf8e2fd7b359a05b7bdaf731f9ae84c7fe6f468a53482eb2db7f93dfdaab64ac812b3664899db260055a93449462e6d219c695942fc5b030517b197b4df9b95f SHA512 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44 DIST petgraph-0.6.4.crate 185895 BLAKE2B 9ddfb2796c461d2820db8227753113b02024e5dcb694a0bb2826bc1f375f028d8b98a3bd67555485db7fab88eb86043f5b768585dbe0c60703cc655976030a2c SHA512 b5a21572526387af3151dd4f864bd95c94f65eaf0612d96f99926faf646214df205bcc652b98d3b281f2e270779a4c1fdd6a32614ed60b3612e5d594b2bf3f20 DIST pin-project-lite-0.2.13.crate 29141 BLAKE2B c434a336716c9cdd16ebc297fed393e9106ef167a693c4aa0b12c681e03141b8ba3cdf64c310916cb7d5cc43cbbfcaaeb39bb5fb1e8b3efb9e94a3f72af914eb SHA512 7f12595d751d315de6c0d380e2f501b74154661eb676987d2cab6fdc956091a68c9cac658df45dbff73615e982e6ae2ea138c09ebb708cd6c351f0d18dbbdbee DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST piper-0.2.1.crate 15878 BLAKE2B bf63206c72b08a87da7ec5949124bb2742ec0aadb116f4c2ea86b09adeec4f741479b64e92f824a3df87ae9dba07ebdf812cbb6622853f9223f8ed90ee6dc389 SHA512 86d2195b8811bc2d30050e977925a947b175ca674e99497b7202dd8c515e09fb83e42f389ed3c6b554dc2c6480892bfd26c91fee463115ef1c710aaea858afe1 -DIST pkg-config-0.3.27.crate 18838 BLAKE2B 1295eb4f08751b3663cb2c7c2753f29bf2ccd80f4e5856909fe10b6f006c37fb9672c9518b9b416546469faa18821512673a66543c0bd1e848bddabc456d0a90 SHA512 41e9b8d4fce6b8244c2ac8566318a001b481bd42a182f1a832c81ce93c6a023e18af03aa3500b134c30195219d35080433bdba69b2594e9665081debfbb4533a DIST pkg-config-0.3.30.crate 20613 BLAKE2B e14dd544612f74b038bc7d279d629034237946c261e3e97621d6ac910a12f4fa4e75932dbd5d3339e62325d0ccf33002b07f04b0523f93d2bd3b1a919841ba66 SHA512 e4bce232e1e1cbb17d1c08c3de4dd12613f5a5238f831c2a765b6ede9b494e647d2416a7d9a0c926104e24066dd1b38df8df98a6c55d62f25060f80eb33d064d DIST platform-dirs-0.3.0.crate 6744 BLAKE2B e6f2419e990938fa1837f4a491401ec09d121c68bb0190a330936879ffce56465bdc463a22205533e2722b290470e4b713e8ba797e4f28e44d7d5896cbb33fbb SHA512 b17deeab45bd3c89fec90c028ca9b4bb80a51d2a3c0e8f3121f0fcf6f12ea5d951591c097cf4fcb3a484a987fad97b722dfa1c0b90017a5cad3b56de2e555857 DIST png-0.17.13.crate 103176 BLAKE2B 99bfd1c444f5967b715b81607e3c3266fb3b1d8110897e4c93afb5b6e0e28df262f9c9d842aefed922c38a5ff9d16e75cca065d7cc14ddadb3a7e9ea4776e787 SHA512 064a932f4c48c2243286a9b4cdec0487cc976291bc8ecf4753691afdfe43acda4b17ea8d48ec933f309d158df28f40ee93b5b32b3ab5252e2e7aa1ee1c0e4e84 DIST polling-2.8.0.crate 43554 BLAKE2B 8fc5986db7c34989954bbe84bd69d1f61c59b890d4e5fd21a20f3861bad750aafe2d1a89b3181df97f3659f1a6c980a92e43dcb9ef9e1de3881518024caa6f58 SHA512 c22dc35f39f374f21483c987d43108472dbfc291508e3f5e1d76e2c466f40b396b1ba7c222db5e5a2c0e670e83b4c34e0fbb5c3e93d86435b8a2ebb0890471a2 -DIST polling-3.3.1.crate 54527 BLAKE2B 73b74cf7b1ded068cebbb1e49dfba67af901eb3b90f7aee1fb1a44db35b838af7a8172c3629205382ace892340176b8b97effba263a3b786c3c5c47bd44b84b6 SHA512 90e1ff41aa22da87750207d8eb941a7ec270d14ee86cf0acf071bdfb696c9586a67a1751309411e8de9eed57be8aaf96c1fd1bfdd2098d692d08ee37d8a38d7a DIST polling-3.5.0.crate 56439 BLAKE2B 5a86c9889410c26a667a70a68a0a37f1949a2b74d8256586f0f210a20fa4d4573251303d0282efd63af2809e123cfcc7e782edfde9201d87fd2a542e4eb041cc SHA512 0d9e3e8a2141e1e2796a2a41c076c3e2baa4905b8a7828a52bc557e4a702b600e299e0d9b44c76729d1380975a6654f7a1b2afc5a625332e9be396af15b1400e DIST portaudio-rs-0.3.2.crate 13267 BLAKE2B fc47e0d51d7aadb9358c1602659f823a70fe5addb75fc628fea78e08904cceabc8d9b7cfab738f21b054cbf6dd104036d8a7fbfa3b1ff82106749a278dc45a2d SHA512 cf2b9250fec8aba6a5095b0838279e39beab5cb5f077330e6185dc146e049c6a8580aba883493fe497ca20c2b64db24851c81de43e48fe19ab876418d3b910d2 DIST portaudio-sys-0.1.1.crate 2327 BLAKE2B 2b2b3312138c2e23ebbec4ac120e7f93eb535325b95fc4cdadab96e82b1fdb3d541d62c8563ce85b5a46c22ef364907177a2de943f697600d98dd99b27500fbe SHA512 221ba8f669048ed4eed4006b5eda45b8289e05fbf0b133809c64ed6c9b65714dc62a867edde3ef960ae5f644b91a0ab4f65b5bf259e8c4b75d63f58009c3abd4 DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 DIST ppv-lite86-0.2.17.crate 22242 BLAKE2B 48c4a31a3b555fa37072c4de083580bb769747c7668748541af472778b5b58c3e7ab2b5e178760f542f973774f09910bdd4058ae5fb9d6b10c103eb76cfd0d3d SHA512 539d916e7e5869d832045c1aa88aec519bd000227f9b01d4dd0bfc9ffb640d5f5eb21b05eba718174773c97192a655ad3cb31b53ceb914dd19179a6699b3583a -DIST priority-queue-1.3.2.crate 33905 BLAKE2B 2bd083a8ef4e6025fcd2de360a29442da3190d642a176cfec240743e060fb4c54dbc4c1e86fd10259296dbdf69accb802033594bd8aee9c664d684f6f983188c SHA512 8f0b05aabad32201b69e1c7d410df43d38ebece63c2b7c0510ae41733547f3df71cc93d100d2241453e0caa490a0b6e5f66d67a6fc05dd0463227cf8b364c7f4 DIST priority-queue-1.4.0.crate 33872 BLAKE2B c313509f663318033d93afaaf1a9507dc3ca091992c00029184a070fb8a29e91ca907a7d5f80c815b87d1e79570d329c8399cd95886ddf9839a0a3c2c2c7fa7f SHA512 de3ff208bdbbe3b9868f7c7e3524efa70b575031271a1dafcb19d699ee025e1d020dacfedf55592623f1f7f58fd6c7b98549d55355ea94befd646f91b540d3a8 DIST proc-macro-crate-1.3.1.crate 9678 BLAKE2B ed617a1930bf28a26e865f6477229566a0c4ade7f2c1e8f70d628c5536985f03c7533c561490415e207c0f58b4885367e7f54ddcf10b058711829f78a34d68a9 SHA512 5306f017933ffa89eb6111ee00b0536179c5cfab56529440630a0bec86b62194ff16f57ebb471b233e88cd886b7b9871de8402ed29073b23e5ca98193e513659 DIST proc-macro-crate-3.1.0.crate 11084 BLAKE2B 9a9d02f0f34a30668ba94e34d51199c332209c47fd8bef28c452924f75984dcf3aef2c92c4ab3fb03205d589e4f773d960064b4d08fdb2480168f10b84fafe98 SHA512 eb5ad763aa700f2cb1604c32a4bf2fad499a03ad868a22d06b0697b77875b1cc13c739fcf165b2bd547207ef6dc3bd13ceb75e1a59c596daf916f356ed27d8e2 -DIST proc-macro2-1.0.70.crate 44343 BLAKE2B fff0dec06b21e391783cc136790238acb783780eaedcf14875a350e7ceb46fdc100c8b9e3f09fb7f4c2196c25d4c6b61e574c0dad762d94533b628faab68cf5c SHA512 ae9366856853f7d96caf7a7581843d36bfc7843f8683897b19ffc666c03b0b1eff502ddb18ca4c1c1a239a368f03f6cc258b0e2795f64b61c6a31404462eec5f DIST proc-macro2-1.0.78.crate 47158 BLAKE2B c56a24fce3faca9e04db7965cab552d2a976c3764df0a84179b5a89d1230ab355c777a82b4c982e3945414f1f0478473a88821dd176c32d6de394d73a26adb9a SHA512 11956fe03a2e77a925cdff2c3c8bc8804dffab4fa1de963a128fa23f4189976fd2e2102bd346b92c33524beae320b71dadaa5213695a3ec638404196e14fa769 DIST protobuf-2.28.0.crate 167541 BLAKE2B 3db5e11d458f54fe0e121fda6ed4c1949f8fb0488148c48e512e05cdb3ca3e2fea4a0a0e4f22b312eefb75d3bdf0ef30fcf3d865ab5c06caa8d11a8b96f44b32 SHA512 14e87f5e4039eb98d473055634102e7d8f79d294de0e04e0c0423dba6e34abbb28b1f94bc2d96ab16d3e02e770fe876b4c8c3af8835a43a8448514efd0b02312 DIST protobuf-codegen-2.28.0.crate 40826 BLAKE2B 0e581fc7b1b2d2b28aa10a00493c79053d5b1e507200961cd26a548d4bc46bd56717ffa00b0f2ad5b92059b2fcb39ba18bd4a85449a87943fd623bbe1e8213f2 SHA512 5b23b4987f2a7a080dd93842e63ab58e8b95e4a2d78de3e4af7ef863f8d6c359b989cbc6c0a6e0853803d903f66a43021598814efbe85a8d712320e38f9485eb DIST protobuf-codegen-pure-2.28.0.crate 58102 BLAKE2B 32617f212d0a7642661363dcadb8c0c8acd18d4241576bf7a336fa301faeba52e98c66e54413a917571e5dec6911177e987f11521f7afe6b8a93bd4657e3f581 SHA512 f09f04fd04ef06259ca60f1a9ab254cfba27a1ef468a91f29e70bf44ebb1a33632eeaa3b7d0405d12ed2206263d750bb48711ead7d1d51804b043d2cf46c3d07 DIST quick-xml-0.30.0.crate 161923 BLAKE2B 5b9bfd3248f038aa2c085ce045e9f0cbbec757d7b4457db66a5a611d52d0e42082ae68953f08706d1e102164ceac80c7caeb40f0f9f494c8daf470c35471644c SHA512 e731f9c6795da7ad705c96544b39560dc27e2ea3c468c3dffe9589bb314074e96acbc0ab454f94556e0d9569c55d6cd8d1c7be2c823a77bbb3165ec8393d9aee DIST quick-xml-0.31.0.crate 172236 BLAKE2B b83c7f485a30576027a4ae77aa23cd6284942d786f0f0a14faafdfecff646371ba15133b3ba90f820183c8537c8ac47ad3e1e7deaad65e56761bc662be406026 SHA512 9b1f4f9c32694ccb244938a9a4e9373c3902314afb6af5d2f6b1be55e5ec63fee5cf1085f8f32161570cc10fdd96f3375c7564b1d884bb152542b86593f175de -DIST quote-1.0.33.crate 28090 BLAKE2B 77c4b166f1200e1ee2ab94a5014acd334c1fe4b7d72851d73768d491c56c6779a0882a304c1f30c88732a6168351f0f786b10516ae537cff993892a749175848 SHA512 c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c DIST quote-1.0.35.crate 28136 BLAKE2B 81424245e1e2b94459df68bb3a9a866c6a364102b5e1d010ede9c5f8278f8406d7b651957d091c5914e936b494b0f6e9a6a1dd8b7d35cd7d7100f86dee4ec12e SHA512 f5314fb6af17cf36c228e1970c569c29ec248954a450a5f90ba9e2896d04f74904c9cec5a1f74325f2489295a94491eee4ce8fb461e22cd4b34e53f1f881efd2 DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 @@ -389,14 +309,10 @@ DIST redox_syscall-0.2.16.crate 24012 BLAKE2B 9497a52044458b1435ea16e86ee072e379 DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_termios-0.1.3.crate 3240 BLAKE2B 3aa7360c9e982faf433b527605fab4cc01f74eac5f1f4698b5c7f43e5a7645fcddb39bd639c8f6935fb82db5a065630ee788fd8b111cca80be15db1a08d0b3fe SHA512 a221afea8eb1c7efe848e270a6ad5b65a97af945b4f64d3aa5346f5a61a9daaac1993446ddd78c1923b798e1659518856d7260d9d30651d91897850b0a1950d8 DIST redox_users-0.4.4.crate 15438 BLAKE2B 5f44e9ef20f1a6c8b22239838f8f6a6648dbebd5b4386b3a2c417e39add8c4a0dc32e4369b8bb4e0ea17678140f596b9bc981b1d56f06de6a38a503600420481 SHA512 7c208116d1171b1f52f22aedcf8ad00076a3d1f062f4018f4a9f5fb2c38d7ed83258589062d1559f64e43f3e2a9ddf789799f57cf87a49ad8a37463ea09aa269 -DIST regex-1.10.2.crate 252839 BLAKE2B 4be7bede72d41634c52eea25566fb13337a84a055aae6fb73d3b18ab9168085ed04ffbfd5b6f87c2f85c9922893b9c9a253a8c874eae9185b2100850443b1517 SHA512 e594f70cc540586e4039e7b905ede9e507757b531f22a94aae185e47732ae0d54bceb2c6aceb815819a9652c01ccf697798d372631f2f864c04ca2eec59759d3 DIST regex-1.10.3.crate 253101 BLAKE2B 390ebb00bf5430048412883b672d80737e783fd36f40895343cb38ef2e26e2713418c2fb4d66792bfd3be4c990b4518ba120de229a72cbeb7fd5c2af325fbcaf SHA512 d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d -DIST regex-automata-0.4.3.crate 617011 BLAKE2B e685724eb037411c1a73d6d355c76e9e32c40f1c9029acaf86477796d3f5ad092b0c5619f4df2fc1ce34243f2ad8af147aa31f83a435e5b5adf55b4c9c8a9359 SHA512 4fc82fe3556f829956c3172447589555ef286fd66ee9a445cbdcdbe57970655e35b6eb0895ba02c344d826609257e0c95d3f7f51858aa260103bed7b08d8c1a8 DIST regex-automata-0.4.6.crate 617565 BLAKE2B 8f1e2a3cc1d2d50478776281d2bf10164ef441dcf7127994f4a0341ec40588ec8dc1c07fdf9f670da9e61a7753551500b80314df130370b61d2c03c2b2e3135a SHA512 b288e1facae2612f73d3de3fe9fd1af13d337107004f990263abe6277b31b948478ad9c2b807dcafa73fa565e48bdf2113139f5ca67eb73165b7d29e2ee5c9f1 DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c SHA512 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728 -DIST reqwest-0.11.22.crate 156932 BLAKE2B ca25d5ce6c603310a0cae8613e002a158e6deb977b5dfdb4cecd4d313ec90de369b740e806f7cc3d58137c4e72ccc1ad2f96de0f843e4d7da6425f7782cf78e4 SHA512 aaf1218a239a9c979b7a14198bbc1ffada80237a0d05a63242f8486d416c3dce636dbaf205976da4655973ddc5168a3e8d4ad341e2f042c5f239a7af35c7c5d2 DIST reqwest-0.11.24.crate 160972 BLAKE2B 7afd1594ff5a146fbcf864f8f03e4f2404d31ad8ee2b56af87b0d056ac36b890af343fddbab6a81bf687765eaecdf3789caa02de5279c25cb5f06f7095544ddb SHA512 cadb9d44f3e82da2ab69eb5cf669a44302b737072632d4ddbb5f11924814acefc318dc13fcc690e581606353344bace46f7f1d3759b9ab968e857dfc622a768f -DIST ring-0.17.7.crate 4146482 BLAKE2B e08a879db4b3c8577bf20d79ba9dcc9a6dc906fa65005334be4f79b040200cda506ca5114aa0de12c309e483694f4a7ee9bf44efdeedbe12ac82edf4afdd91c9 SHA512 1b75cdcf51ebaa8684410e753e1766b88f95c27559baf88601db2cb267340fa03d7e4db38a2a91632993238be1913261cd116e0e8d8b541c3c8a6ca811d19b36 DIST ring-0.17.8.crate 4188554 BLAKE2B f531b15cc5cf88f2ef00b1708473a7e98a42dbbd026027ef2c42f2d8bdba0eb1665621fc98db618252f6a131bd54b1493987a0285bf2b9a22eba4c9409ee1cab SHA512 e4966409a4078ee43bfc9cc659d08ad28419effe2a729c8c275361a7fe0620a3c727009bcfb1d0bab265af2bc107b50c19d868a4e80da7a8bb55f97e8b214358 DIST rodio-0.15.0.crate 7414161 BLAKE2B 89fb7543b3fdf24d5099bf6a46fa50e7fc386071337bddde4ec4100482cf04e31605490c8bf48a11b644aa1c370627f0602b541ada9dd62441944a19cddb3db9 SHA512 5a138ccb096f5f86c556c53d26ca794b9b519b6e4e556ec30ef8822e92ae04849af58767b7a36806fd7a6e8f18fd01ed852da8c19e2fe43bc2ec9c2ae9a9707d DIST roff-0.2.1.crate 10605 BLAKE2B 34d66bc4f4eb828523c464cd75632171277f6b1901916f2337013f8daf39915e1b7ee9154e18413145c9ae103917e0f34c2b6261ba16b3e969a2cd078a372c61 SHA512 001cbc21c5c8ca4362f91fb237b867966653e6f49fa20be1a6c3d3e8d9f2cca66c474eb0b59ecff1527c771554e8503cef94181295dcb007fbc1a50dab49ce0f @@ -408,34 +324,25 @@ DIST rustc-demangle-0.1.23.crate 28970 BLAKE2B 611d2e41a8a9799db2f8bcb8fc8fefcda DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 DIST rustc_version-0.4.0.crate 12175 BLAKE2B 6fda2ce03eab45d7193fa0d70175cc7ffb56b7be85fb1314092bdcfd3948ea145420569ace3a47218a4a2a6e44a818862cea6dd8cfb945475496f63b591c29da SHA512 f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db DIST rustix-0.37.27.crate 324534 BLAKE2B 65fc8317c5aa86236b2099104b6841a7d35d4567977218f5e59a85d199aee7d6b9f0278083d93f575b31d77ef8685576b7cba06ce8da6e96a164af30c854ace3 SHA512 e1c648cf11379509b732b9e9ed88ebd36006d8e73755528a09aed4f46df08e23a705696c5e6ff7ea0e4382513edb487f9859a8f1673150d60d70c698216fec3e -DIST rustix-0.38.28.crate 365398 BLAKE2B cd9401511363c806f0c8de5076031aebd22a9c6cdc49963277bd7a58ebdccaa59c33710ee625bc0a07fe2102f370e39143adca0651d123a0dfeb562d32e7a537 SHA512 a48c959c0fbc9700294b1ab0fb71a303bcef89a01b4407c2d7dc7c83b35dfbdb69bb6ac9a364ba7d68b4e561445e6c227af586cab15d9799de9e6622e89ada12 DIST rustix-0.38.31.crate 375443 BLAKE2B 9e8ba6bb4eb4fdf0bacfbc719124f745f383abbabfeb161bff9908d1948942d358f46191377b90c180a2793a88bb01be20dab556cfabc8da8efa2533af8e460b SHA512 593e0395a7bc5bba949e6f2a5ed9e39ae13140970a598def32ab7d6d91b4ec100752fb05abda407ee2e5e420d950b19e607f963f3974213637423c751df75960 DIST rustls-0.21.10.crate 284920 BLAKE2B eb4628b6e0384fa7cbb5468c75c11512eb111a8a7dc7c655c6ac6beac72fc3025b1a590324ec3275ba66b632dab14dd78da4d62c1c66b2c2502099ad153900f5 SHA512 3bfcd137e6d4d86c716e8afe75450a39ca055d44557fd1a8d4b6ad4d7c58e2d5fb86ba92c3825a667c9daf5bd7a89a779ffcf8c23d6cd0af05ad47ad437da139 DIST rustls-pemfile-1.0.4.crate 22092 BLAKE2B 9a776027d6e43a336ecfdd6713d4b1e6642378f81b73c97752563ee1d2cac5b3988afd48c92d25d55f655a6fa248436954aaa0e0bd9c7c679c987ce7df0cc99f SHA512 bc748ee06f2c101d8e54e8c4555e88c5ca824ac7bb0182f8e49bfe1fc66d418d2a3da8e454f3741697f491ad0c7bc8e924a752697023a191c1bb6eb98c48aa37 DIST rustls-webpki-0.101.7.crate 168808 BLAKE2B ab7177449be359e17f1f4553193e96e71b8e26e1298a0937af658b1a6f9485f051183d1bf8262d52430ea4c3b96263d1fd903c7a5f046bfe5f87b6b97ebb0672 SHA512 680e3d52f699c9d6200e2e738a4245a5114fc7122546c07d3f15f1e6741a52275061b3e016c2240f1dc3eb9f701f7346193bd82e827274fb73b8e9e0d5af4e68 DIST rustversion-1.0.14.crate 17261 BLAKE2B db30d01914059a893bdb4c448ed0bf04852085c2d948bfbed8819a1d2317c34133cf609abdd806ad628b86974a9c1ab9d09f79743cb8e13257ef32cd444f49c6 SHA512 466d753c28c4899ab3da3e9f3366f7ecc435d484f51e0c07acfa5f3367af0de27ea3bc75efda22159b4990c976b1466a27e7c31c834c72a87d8234318357454b -DIST ryu-1.0.16.crate 47351 BLAKE2B 13c72ec8aa608f6c53cf27c95d06b90839c5bec5e54b0441e9c4f779af3dece30d01a2276c717a733f92406a5a02b09c045b2b5f92714fe492d7263b6c6808e6 SHA512 89e3e18346ae6e4035787766f286a6eb62f5294e39ad902cc29e95c53781c4e5dd629f567f22ecc7e9fe9d1c273323da9b867aadc9cd8a066727c58330b51b10 DIST ryu-1.0.17.crate 47537 BLAKE2B 28408e17a4322f1afb6f21bc8d7328c39d07186de4d464f8e9bd63a69757cb4af61b46e558075e14836f310f020ac824d5ffa616fc0a5ffba59b9df0bb66ffc4 SHA512 6dad725c4fb2d3a33ea30107b63cb702eed56bd2f3c16a72265f648f5aaefcd3d5a7b919b1d037af926cc6311bc68ba58c4e0483da2b2e2135c6a7c2d6601af4 DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c -DIST schannel-0.1.22.crate 41642 BLAKE2B ccb512f6c6765e5245dcee607b7886411710aa89d317cbaed2f511f74a927a0083042653e070c9d4b976ec83a74f3f37218f3ecb621781ee367b774596227f68 SHA512 6ec962cbd25f25dcee5e31b5012e61d38b97a7e8651a5439ab4cbc8ab33a0e2ce04fa22e06a82ef8750001c6659937ffd8dccb0cbd6971f68b0c354d0075aaa0 DIST schannel-0.1.23.crate 41667 BLAKE2B 3f34ecf4cc519f5302f0ab5207907a275c68e6fcbb47630aec4ed5d5f1a1cc7475f6d7a8c22361e9878002f9f54314c1f630ab0c1f77ea309714bdb7ada6c9af SHA512 dfce25e3b8bc09d8dd1fce2783fe02ec83f74697cb24aa212ef9369a628685ba488f821cb3e5f863798e0e59995038c8d748f74b89f7929eb8cfd804d5066b84 DIST scoped-tls-1.0.1.crate 8202 BLAKE2B 20be49f0546691bcff3f0fc257345e432e200836a60b297ff3fe698699ef6a2fe8a5dc6977902a08f7dc63c578aa27607dae0f1889b849c257c59c48a458e1ed SHA512 342f43d53edd33ea3e2197faf5dce37bfbeb0b20b6f0febad4dc6244c3185df127b2c10488e95561260a0ef968f32707460f2d0d23667cebece19b167c0a0c25 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST sct-0.7.1.crate 27501 BLAKE2B 12f63e62f49a0ed0c5a62c1c9b42a83c1df43401ed1de85f993167d8fc52733908e58ea1fe76cd7ff6128d4d6046d7c0335434672ed1865c8ddb1b3fbaecb590 SHA512 6030295b3b11411f5a7e518db1066282bf11a279c27414c5e959cd430e9fcbb7358e5d69bcc68c8bf696d4c1d9579ed7218b7f9dfbb61de2271c4c3d3316fb7e DIST security-framework-2.9.2.crate 79295 BLAKE2B 96be139f2d2b9bc2fec7805c9e90f19f68fb6cf3f09a879f1d5952b502951900fd6889451c6866e53394859a0f8a842b4a674c4bfa82cd71f48195c0af365475 SHA512 fdc58c1c12ff849af3acf34208411caee50f30b9d55e20ef9d3922ee37664c606abcf90c4b415e5c22498dff2116fe2b2f374a0bd382c837ae7d281cd1a0a54a DIST security-framework-sys-2.9.1.crate 18284 BLAKE2B f1484b6b691f3616192ab363c81eb3d6279ad0bae6bb7fbc4eadfd9fc6b6bcd5ce42fb8edab1eb8934f40a1d42714eeb8ca3616871e8f80c90318834901e8ca6 SHA512 3118d1e982d94c5fc6e8ad6270ba398da98a042c7a2060eafb3b78a54491091c46529bec30d4f871744431f01b828ba2a795f695cd20d008441839f3c4350462 -DIST semver-1.0.20.crate 30451 BLAKE2B 7a08bd65749e99d0a881ef315f611f9f02215991aafb317294925e0b88b125acf33e713a45113d229646401520fba22c6f6527015c12b9859d7a65d126de647b SHA512 35a55f1d1e4dc8674d48053da36b7152b5e3bfeb72eebf7d307c491b02d77e6bd4552212551be29e2a2c3951afde292c2614829e668d9382fec0f258dc6484fe DIST semver-1.0.22.crate 30446 BLAKE2B b77a951d959a3685b0373c80b9991a8567f8926d093b23b7b8fab48595b5d565acf7408fbfc8f4d58331f39e316a8068885d28bcd70c1476d1cda436a2dd88b2 SHA512 7dcf9b6a02650d71d6c9ab3c29e44fdef95af296208f26aa7be6fd6e16773e5e5e66418c303a0589d1165df6dbfd46ad6ebf9eb5b3adab25a51f340947b2d949 -DIST serde-1.0.193.crate 76863 BLAKE2B 163097e85b5542451896d7381607aa297e3b0342a2641887a01689b13122c6c1ca566fcb7f32f51bb0ecc861aed014f1467edfe21338223d5361555f870425a3 SHA512 82259ca302f42116ecffca3c88bc1212785ce5430f9d29390a9041d4e5943c13b13de119fde644a583960102c4b6e850a16f962d36dc76ac69fc2297ed65a506 DIST serde-1.0.197.crate 77087 BLAKE2B 4a4e04ededf5fefaabfcc4e17457db823239e8eeee7631a905ed47800ca10d26a93632e3a9d1b784b83f84168d0d649cfa2e6f5f1e68ab15a68e837cd5b6c699 SHA512 69e42825fce6a0a5d109979785daceacfd6afc5641e202fe83da32e2b1f968416557cce97fa014839e873e65f85c27494c8f8e20e6e9e4fbedf20d0291880410 DIST serde_cbor-0.11.2.crate 44570 BLAKE2B facc8d16886dde89125b7d69e9e77ff586c61993c3493fe4089ff03c53e6c0808c6da45a83337d3be7414dd82f3d6a7f3d43167473e49e586a7e817d47ef3014 SHA512 12ddcbd5de0d85f2da6e078e3ccfdf2115125084d57eb93d7e9b45bca6a86daf79dcc79c8e54260c56240c3b5e814b1481ac28c3aa1d1b4b982ef5956b5cc3cd -DIST serde_derive-1.0.193.crate 55692 BLAKE2B eeb2a2fbcd0daf5fee1bd6a4f584fed330db58cbd786073311d6a94308c63dfc6b7c2dfbc4b8980064ed66509f0127525b79d99aa96ca0134226fe21715999bb SHA512 05efb144aeee293a0e7dc7540106eb8c4920b2d8dfc25771d73afa8ffcba330104643430a6e396ea2adabbed4ccb23591251479b75449b9c8322799f91d38c41 DIST serde_derive-1.0.197.crate 55771 BLAKE2B 73708908b6d1e104af4c63b498bd25c5a728e07e22afdf92f15754c0f17636efe44c0560c1f0df1b9a30708e8e8894a62f1ea57c234b6dd861cb9c8dc044eb4b SHA512 669376e248b76a5ee8b9c93fd9fe6d35372e7267fbabc14730539ef28a94e405ee5e9c2cc2846897d59d6153742cdc6799f9e2c87f20b9dad119bd3a86c28994 -DIST serde_json-1.0.108.crate 146476 BLAKE2B 9c0ceae5566a4e0ce7a6264939862f9dd920bb47d18acebb179798b036c376d97a4e9b0717092903ab90cfbf6fb73d37518e3cc25f3217af010296f5644de396 SHA512 7d8d1b74515388d99983ffbc5696cba022305cf4c797d3ff5d2959fc8fc8f4ce01cc4c9e7ccae7097b06b5acf5307027f6b7315df1fd8f58e681cc5968e79fb6 DIST serde_json-1.0.114.crate 146986 BLAKE2B 229f0a8e2c0bc35435b49774fab9d4cec4e2323e85e2f97ccaa2a18277ecfb9cff9e9b165786e782cba043e9ac670717364b0f9c145254eefd74582b728f2186 SHA512 2c35cd0e29ee2af6046ce849b5854b82b90f402b51c04ea86b32ce7d67869736f17a4d028dd8245c31201036bcca7a1d3df11d842a92a45b0eaebd809687d436 -DIST serde_repr-0.1.17.crate 9971 BLAKE2B 1583449644b7e36c61c132cd9364543b427d965045cc8406f90f5dc1bbcb3aceb98c49aafd4727e7cf32a30f30abaa4592601c1c01890f3e4927f8afb8eeda74 SHA512 ba1e263b1adf4e400c82a4a5915c5ca7a6d0a7dd6909dc58ce8251fd3e48287557158c5496cd40aa6db35d7fa907c5474b687797f586d5b46b65ee0732a35d91 DIST serde_repr-0.1.18.crate 9974 BLAKE2B f6a8b2c8bc759bc8cfb3826489faf67da13b1cbe2432c30ec877036924869b9cf7c1ead2809b8e5852e352b51c91f40fa892ca68832ea567e4a7df29f8590a98 SHA512 09d77ccc60a748f8c95998632459f52268cf45949c0e22250f751eeaceb7336c03a457587af7bdc6fbc188cea4e15e77c8bf63d9741a9ae31fd0b8e787cabcde -DIST serde_spanned-0.6.4.crate 7756 BLAKE2B 58b8bfa3b39368f4bec795bf1bf1b0e19554efa9cbf44a8f5deaef79c926c8cafb4eabd6230b56acd77c75b924b8642a141e3f7827a5fea16633edb764b54124 SHA512 10a71df5cf84abd5c658de0321a4813ce582735fa5cc349694d979acd8c8228fcf69b3c65bba803d706089b49b053c15a8b1c4fc4c19a586596b8cc58cc2ce04 DIST serde_spanned-0.6.5.crate 8349 BLAKE2B f4f8f798ae3a02c0d5178aa12a94bd1bc08fef88b6a81d782ba07ba36fb0d89927ecf621087faf376b6e53de12f6a96e0880ce0cd01ecc31c5dab7dadc6f3ff4 SHA512 bffe2398629ae5a5a5bb6d5fc2fa0f4b94d02c96e25d1be2fb9ad95d8ca2fa9bfdeb3af11049ee9c050e497f3beca108f03020f88f6de29b208063c3898af354 DIST serde_urlencoded-0.7.1.crate 12822 BLAKE2B 38c74ea862f041828467dfa586bad9b8e1d1d64a9f82fb7f98727e3965377d00e59f2dbf20955a9dce976b6911c0a619d2a6e4cc9dfc73cf0f6c449d873fd072 SHA512 b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60 DIST sha-1-0.9.8.crate 14029 BLAKE2B 80fa6903880ee36841375345d1763672ae8c3b790965b0bfc7cec7ecc69744be3a35a890a6f52b2a25f9ed1b91ce6986dd04b00ee455563b00218f8acd4b6ce5 SHA512 d4708a762d5f3dfd902ed335f0383cf63b442f95b1aebbaca3643606ed2480060d2ed04f123d0c44496147ecbb06a093980b435f9d3ff9e0f5c908389736aa9f @@ -443,17 +350,14 @@ DIST sha1-0.10.6.crate 13517 BLAKE2B 85ad8dcd237125945f6f9c2d7a48bc9802dfe8398a2 DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 DIST shannon-0.2.0.crate 3503 BLAKE2B 141db8dce783af786effa0955963d59dcd07ca783043056d38d1738a77b8b19a88fea1e0a9d0d978859764134f0ba027702bc5526138086c6531eabe7a8a75b9 SHA512 1357ab46f32c4a732fb5373166b1fafce53d1292f6a259d770c1514686f39af9ffc2399dbed405c360270aec8ba6e2faeea3844fab385f3b52bd2b0d29b0a3c6 DIST shell-words-1.1.0.crate 9871 BLAKE2B 7923b36f0ba50c17ac4eebfdda34566b615291253b7b41879b3f64b3fc1325e63948d3d44801e40748b11ddd2ab201b81d238af2a2007c7a57d71f5dcd0667f6 SHA512 05c280a8e1f65b205746560a82e397689a3b5ec934219b558ece3a25efbfdefe903f9172319240e96039b38fb2c4be6e070805aedbdfd10344d9144b9c93de00 -DIST shlex-1.2.0.crate 6584 BLAKE2B ac07c648d9affe62512edab307fe07436dce69b428570ba6455aaf21c178145b1026e35704f920fc177b334cf190f57e393e4dd9e522dd26d133f80fb2c15f47 SHA512 cf48c0c47aac44654a48047fed3568c30f53f19cd131615cabbc247dbdf1eb1b7540b0d188f341251b4876dd0d5fcc13792800f0160f7907e8d8fe9a5e75083f DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a DIST signal-hook-0.3.17.crate 50296 BLAKE2B 5469a11485362b4a76f99c06071c69f6cc083bf4cceea93fce0b43385163ac3621b7a3c98d18ea1fb9e1439460ea37f470a29bfde9dea199e60a12b248be5d25 SHA512 045ac6268e504c5561d3884610a48c930dfd936086f793839f42602e92e4a8cef289955776e8eba8a5ca1a91b5f27ccb3724f49b32091f8f06c8bde984d82298 DIST signal-hook-mio-0.2.3.crate 9064 BLAKE2B 2bd11d0fad02fab92871e0129fc4ea3a609a43cee5d33737d82a624018eaa90077f2c92fec88f7b19d3ada619b8618f9d33fbd2cf6b7c63d3175dc57fb0341a7 SHA512 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 DIST signal-hook-registry-1.4.1.crate 17987 BLAKE2B f1df8bba55c72a506b9210347f9dcac4d158948e73f6d1e60f43340ddfae368aff1bbb6a109af326af47246d9738d49f76d380c52208efc3c6f79ea0acd31f0b SHA512 e83acec2b0083967555f6c659dfaacc32d851a9485c9f6f4b4cf257742ae3ffba8c14708c75f1a5520e9d132ea9e21d6eb65aba492eec481e8492af8b798c5d1 DIST simd-adler32-0.3.7.crate 12086 BLAKE2B 8e0ae18603b344fd8a6573cc3fe1f8594ad542619a6e0d6e8f62e356a3a97409f4de3a215d561b8ed0e063ab431d81b63967a5a0b6561c45537a27ee84eaa362 SHA512 2976bb7fa153854ecd0d68ccdc108bf81d5da374839d53ce9dfb27e80d8db258bb817ea3dac73921e408541d75e2797b6d20fa63c42c1e8a935b6d75dee14bac DIST slab-0.4.9.crate 17108 BLAKE2B 8e5288c4d00efa915e7be27b55f2204850968624f0d8101c091a357131106bceeea7a63c98007420c12f67893dd2228b15d3f23508108c3a0ceaa605474bc7a9 SHA512 b6b5423ae026472920f7c9a4abe0962314140a36dc562c0a9e3fa60725b2b8b7a8b343110d9d4c0e18fb318b0103e14c0ccbc9ae350d5563a5ac80c35f228c40 -DIST smallvec-1.11.2.crate 34801 BLAKE2B 58645e99db8f02db64d02c75860c7ea41836c427c03ee3b0b23365e73a406e4fd6ac312bf13fc5faef8bb6111c10fcfd5f839d5b3686e9b34d1626f8469fc327 SHA512 5cfb427c3b99b0dbd71f6154ed899abcde9d7d2992977ac7b2ef3a4c3ff51e4efafd133071a69609b4ed6cb269bdc26b79eb72e1988f10dfcaef8185d950cd1d DIST smallvec-1.13.1.crate 34952 BLAKE2B e0dcf1d26883564cd4f5d20a588562404e193075b1ae011f7f7542009a9466e5df3ade7768e1a8feb8806774b2cee5f15d31779928f83714e7d4b6ed46af9ab9 SHA512 1259ef947400470b8c9e74c5582dbc1a49753aa46420883c1f7d66f320f67bebe733a15a23cd57ba461020fad4ff337a5b298de82754602a78f5e6cec969652d DIST socket2-0.4.10.crate 45697 BLAKE2B 1af475724e47f0d7889ee092c4bb5ed34cd3a34885bb3d65a7c11428ad224174be94c617f5215ed1a1656973e112e40bc56ed50666543743371a65d61bf3257b SHA512 eeb0bdb86ad969f3cce4735c99aa812a867b11a5ec88a53fc7f5e399c510b47ab14d06bbfba63398fec0a0f65835edaedb7eca7fe36aeaf4805843aa9f0dd5ce -DIST socket2-0.5.5.crate 54863 BLAKE2B 4237b540dfaa96d3f8a8b9178519e5ea37b6b96480a2aed5287f462845231427a18f5add26756c7b03c18d4d4aa617a5a36c5462258ebd8be326e8fed1c48641 SHA512 afa8df546234d4e8f89289622448aa42d8c2ba74a0a3a4b13c0ff7bc30fa435a7d6d6e8c9e2a6933cfa23ebdfb4908c865e82c657611defbc16e1f1bf66f9f8c DIST socket2-0.5.6.crate 55270 BLAKE2B 10eb32486b9a2908e05ab24620ad7a79243e59c2c2db5a7793f87f32765745b21746423d5b3896ef37d3dc9e76410fba97826cc64cafb7dd45adb485900c2282 SHA512 10f14ce7bcb9fabac56f98bd34ccd6368dcf4ca245ba2df80fe0f1157e177056eeffc6fcfb1d1fea6e89c0eaafb99d8056fbd10101031d3ccabb98950ec563dc DIST spin-0.9.8.crate 38958 BLAKE2B 8648bf2e48fc618758e3de67f0a493bf3cd22a8d18666164b0d850ed7c0d73650f7b0af783019dd361116bd60c61d24895cdd2c579383cd2700de0e32a23cdae SHA512 b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee DIST stable_deref_trait-1.2.0.crate 8054 BLAKE2B 287a65c3e5b47213544a43e57c60a54add60b4c2e3c8d042407d860cc950ba7ca01a2e67ce56aed6744992b61ec1f9aed3321e3d88482e33129548b7d51df205 SHA512 a13cfb22723f1f2cf089b2d07d657846f50c37bc0438d1a76096bea30214cad226b7a422c21f9e191ce87071da8a141d61882aedf9e0203a5fffdfda86a5fb03 @@ -467,40 +371,31 @@ DIST strum_macros-0.25.3.crate 22570 BLAKE2B 511af0d1f0f76df7ad1528c79987b6e0939 DIST strum_macros-0.26.1.crate 25326 BLAKE2B 2f52389676e1581abf42995a54d7725b0ece50ba8da2ecba700c359a4bc3dfa3c48440908a57d8f25334a1ab6a844093e131dc351182ecec1cab9bff1b04c407 SHA512 f41fc17aaf84385437605ffa751a9f03d19d230780855f86d60b53de4bd1891519a3550c41a31d44312f44b59c3c184286d9181e40c3fdda3aec0c2806385455 DIST subtle-2.4.1.crate 12630 BLAKE2B 05a90232bfdc2cf67522e2972bddcd8dc9a165b1d1cf775d0b1c8358fc7c4d0559b2b899126b6688b8ef77b8b7580b3b300f74a599a7ee77f99c064a3917693b SHA512 7fd8234b7ffa3ca7e473539cad958df0842186e1dd735905e0d4977564f40a5f2e18b58180fcbe52614a00964dc150bd9f6964500847ea658f22bffe030f5c6a DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d -DIST syn-2.0.41.crate 246016 BLAKE2B 9d389f2e2a0acb4c84c309456e8ffcc88c5d4d541535ed136832d7a6054dde45a598bb68e8a6f3062ca2a96e1ceae947d54b3aec9bad65b0c51d6733aa6c80db SHA512 6bbaf69ca783025dfb81ac3612ac60bfbed31b2d87792909b35c12892dadebdaff2ddf9463105e536b671dce5870610ab90fe29471284bbd3014dca8d6993f1a DIST syn-2.0.52.crate 254728 BLAKE2B 1e56e49de8fee8ed47e89a0791bb0188ee8f0dac127f6e17a1c91a3cb8744a61a6e3b8d3a7fa5cc450a453e9ba7c9ed844302d23cb6e6cd8ca8c624ca475b32e SHA512 a0fb277a4d4611c465d76adf83040a6ac4375275d9f9414fddb34f577573b0f5890b94773bd57660e9af4b65778888ddf34c99d829fe4f58a966484cd8dd9b05 DIST sync_wrapper-0.1.2.crate 6933 BLAKE2B 0ec797ddead298a95bde0a508ae942a4e90943948d3c1e4833fb3ad1cefd3566b7fd1aa0b133d614839707e3f416e3e739099ac73441527213da81b6d1c47d50 SHA512 ca7cd7a6dd242fa420e8dba820117d85b1b11ea6a9fd99c92a5a260f12263cac0c034c9f9fe10090d5830fb5bf5eefc8a5a0d0b5a40f3f809d69e5393693d5c8 DIST system-configuration-0.5.1.crate 12618 BLAKE2B fa75a24f8db6eafe578bcbf162fcd110ca059c58af24916acd64959b48d8541e0aa95ce2c929a8a50c62e7e8a967de9101640d1da7805fce2f76b7c5c86c4544 SHA512 af77ed5be890e826b9b8f975bd2e63f3905adb24a597069a887ff2a861820f1ed40582b918f35c3d4eb063800e179b93e5acd7d5b48b147e9b16e3cf4c12840f DIST system-configuration-sys-0.5.0.crate 6730 BLAKE2B e40c4b5e7897cfe30b2fb6daa9b44fe2b83eb2a12d798a1ad8908b51abc735566becb0e001f52f5f8a0d3596f62a9eec631341c3a9cbd132a4f650f988c74b93 SHA512 764168ee5efe1ba82e847ed74a14d1f5f1892735e98657c3ecaafcb4b405d4f779592dfaade252f6a577ca2cfd5cd5e467c0b6326bbdcfa573c3ab01cdc8fc34 DIST tauri-winrt-notification-0.1.3.crate 42440 BLAKE2B 023e8a0066c8baafca5e1de65b9fff2b004ec4447bd5de99615c957bfe49cda0a161a3c582d5e1b0a3fc5387479ca78a8f3cb6ca8607ebf226a8e0f92e0be6f5 SHA512 a77e900a25faa4484db605b1b6bb41f4a121e8067fab007d689062e98c8641bd292f2c60487eb440af5f82031014472f2623c9935b5e151548b82c3f245b0677 DIST tempfile-3.10.1.crate 33653 BLAKE2B 819b183e7840f70270883ee8b6a91fa09861c3112eaadc65007199885abe099bd593e1cdc4d9ab48c23490a6d484cad9bf0e80cf4e718c369cc2418b72eaf09c SHA512 bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 -DIST tempfile-3.8.1.crate 32164 BLAKE2B abccff7939df8cd223a5a8ee61e5af7c35335f1cd61b3e72fed9a8565465c293e99938d57b50743141aace3cd20422ad5d3090507ed66561cb0155771fe0a5ec SHA512 b257bfb70793575d59ec4cf4b7492aff83dafb68b367a48594211f476a3b1d4800b69bddc405d8749d8b320c30cbe71be1261a60b4bbc862663b37a6c7d97a3a DIST term_size-0.3.2.crate 10917 BLAKE2B 2302faf4cc03e0e40e4b4b0ca79cea5e70caed8087a16f2b985673476041d19ee6908bb17931b453e63a89e33158f7e01875716879964664487fb26395ff7f49 SHA512 7e820ca667f841719e82cf97e90bd2546cdd7ecd4834c68f8eeadd2e530bb13ced1d058ea7beda5db77eabacfaef64b8c3699c482bd912ff570f6ab78149dc88 DIST termion-1.5.6.crate 22677 BLAKE2B b918dc82bfa370bb9662bace34211bc7afa03a042dbd25f4456a7e3859521d4f32ab755780e58070f29eb7903f3b4f8129eb9447cda953b9190f9df3b7eb3aea SHA512 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c -DIST thiserror-1.0.51.crate 20045 BLAKE2B c1199fe7d312d14622bdfb5590a47d8c36394e44a912b5f1f5f5a2b3a7647bc21d8293afab5bf1c82747292cfd46aa36fb7117ec48adb0d2b710975e25828ec8 SHA512 bcc6c9be93aafcfb1d867d7ea9f85ba9a90c197993932965ed5418150c43c730bf4c642e2078b6297fdeadfe5734215e4521f0be5c54c9566a256effdcfcd38f DIST thiserror-1.0.57.crate 20993 BLAKE2B 4eb90b8ee027e39102d6c030176db94510180f2bd2966503501ff89ca6b49afd61e6d9e1ebf18c08d374ff9de4e958dfcb3da8740fdfe31cceace5be456bfe4b SHA512 0ff7e48c3696f4f4c6af29f3142f0a7bb88a07b7a9877ec243e3ea15d89c48f1898b731311da5d4a7c88060628cae3eeea6a4eccf25bd851cb3075920cb1a936 -DIST thiserror-impl-1.0.51.crate 15372 BLAKE2B 9219c0a0ce06f45d88c594721d08998db7558c739052c0f35bd3ded2a0ddb4721adb86c368916646fa12c007864e31d90a62fc748ce02e89fe53293db329bb9d SHA512 cfd65a2a2f40de5330fb5a20f7a7a7956128938b1ad9b0b901f51d20c72f0c13cbf6ff670b0f8848aaf3e05b1b788f62338af76a4aaac621bf43071b1ec08cdf DIST thiserror-impl-1.0.57.crate 15639 BLAKE2B 2838235c5536fcb16d19382fe286850d6fb882b1d77ca4ade6a62e1d4727ef89f69cf0383cf330996f9e2303226d5fd709557331a45c9a91393db1788fbf4422 SHA512 a850806f09b232546d1e0df5e35cd961a8aa32f1d8ac3b24df360981da53b75325a46dc788c994042c95a5887fdc77234b9f6ee5851242f734a613e579548e3c DIST thread-id-4.2.1.crate 9100 BLAKE2B b342989d20b2b16939dda3b8bf6eeb378a94e5821c0d8f3c0528a720bf912f52e36604cdf6a6165c4521cc8f5e726cb19c20f71ff94915b72953f437bb3cf012 SHA512 91b07c01dbcf9a0b3edd6fd14f9f60ea26ed0cc8b21972e40fa2e34a0fa4abba1c71106994972929a99d9542bb186cc814406ee7979212526a69c5a8a49950c2 DIST tiff-0.9.1.crate 1423953 BLAKE2B d01949cc3a76a32f2e802a151a4c1d4bbe47c7f217f198f940293d02fd6a1a6d3087c66b3fbc099da3e155f959774d2a9d4d8c5f5f00cd6486f5f44571a1dedd SHA512 82419e671c6a896f1d639d46a3c5a019e3bff6c75d961b838f5311e5ecb31c3baafc5f88fe928e88f6b3b31881a867ea4ca9905f43e3e24f77f183260dc27b93 -DIST time-0.3.30.crate 120289 BLAKE2B 917b71ea8362ca14f2564706919e7e62ebd3e8024d48ebcd9ac9799368a12f425b982a7739a73c025155d5dd0650ef8c9fd4642c60a9111294cad7ac2e30672c SHA512 268f0c779e2a44431932aa407f39878ff1412e287f9678574537fe7185f12faf7605c5ef433aa6d364bf77894e819ff3953f870ef7ad208b7203f1c58eccc4e5 DIST time-0.3.34.crate 118430 BLAKE2B 6d04a20596c9b0961ca104748d9d360f07b16059719d7410fdf1a7a0d5f2aa02aaebf640999464835964bbded2d3257d79c4b0ca3080fbecf13dd2d0aa6962fc SHA512 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116 DIST time-core-0.1.2.crate 7191 BLAKE2B c477ad3410ff29f3bf4a38fc6ac4a043d49b6d2bdf5cf309ffcd2eec3bb6e4c4b62156ee7f069f0b37ea31c163bc75ccbf35abc1db2833cdd4912135e60ddfc9 SHA512 3861724c23cb806829a01186deb5217ae8252c20af622975264e6670cff528f42155039e4937756a9eb312a5580ffab07949437d5504d684a0e70755046cac52 -DIST time-macros-0.2.15.crate 23568 BLAKE2B ed16207f302e03095e726f0087f9f7c1514cd71b68a17ac804424c526349838171f3bda62d442b8429a89adb084cca1a4117828c3d66d20f2ff8272d7cb2d3a6 SHA512 d6da54996ab99a46b2b2cef83cec62eca2462490db439ba9814502f7d5ecc3018eb266b29453d601677a0ef39797da77a106d407e0e5de3b110ec1c5ae2f3c6b DIST time-macros-0.2.17.crate 24443 BLAKE2B 5045af9352961db0c97cae2f6ca3e8d2c4f89a129c7ac2ec1d8d20804292aa9f2901a61f910a564954614b68f39311bd381deeb66fed8bdac423227d077f3d14 SHA512 c81747f0b74e68d3b3f36d378ac5911dece8c6b511e5ac793807f854cc31c812b927d0df941f55ff90d3d67512d0ac6a5f63f2de4322c81b05da42f46b4a661c DIST tinyvec-1.6.0.crate 45991 BLAKE2B e9699d4d80a78978f0ebfd049f5b33d7f23d401cf4f4439ccb168e8c0e322473ad0ea7e2ff0ff69e9aac3e5c4c9ae5a7102185533bfbf96dbe77b3526e700bc9 SHA512 e5acaf353c58c60ae5556130a934f1048abb79cf6668ae467d308bac44b689d8a9997227ea879f4b5fe50f29cde8761801b088d7149bcd063b973056c381921c DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e -DIST tokio-1.35.0.crate 743314 BLAKE2B d98431d3687bd7f14af52418fcae0d3d0a0e35c508c3c5a2b7fd8e5cb0ebc8ce1187ef96500e1fa7c2f116fa729c872a0e17286a5fc68be1fca8f4878621f5c5 SHA512 85e1d9504cbf3d583aec5c0eb931aac3d5318fac0d3a606a2e511d81d713c9be318c66723d9b7ecb7eb107904ab222727f8f92c42f141debc1989b88b8ffb914 DIST tokio-1.36.0.crate 757286 BLAKE2B be9fccb7c41fa6a48f500509ce7b7ce0e1c831a5ee51772ed10fdf054b5872395d0037864f10da4d8cd160d15e8dd8e2445446de75b8e8613debd01e530fd0b8 SHA512 0687980dd375965647c89cd6f569f74ded6400dbbf73318f02d8221e8f49a03151a4f023fced542cf63197d7bb150ca45417c10dfd91517d10bafe0d329d6848 DIST tokio-macros-2.2.0.crate 11520 BLAKE2B b688669f8bcb44967fe0d3db51fc5d5f86da3cd0c7eb7b5803feb250ea3444d134ecc7f79345f0b947cd3479a46659f3a158a04e0edaaa52deb8d343deac4761 SHA512 7e33fa62e0cf4b829638553a51f849242788d217264437444b3bf478fb40be26800d5cfd954b1bcdca1e5191b3c6c60879050f0f7e707461f7b090ae5025e0c6 DIST tokio-native-tls-0.3.1.crate 20676 BLAKE2B 4c752179aab8b4beaa6aa212dc8d9e4a2b7c12be0dbf80406f20f92fd12844a3390e88a1536875596ab44774a67ce35115ca4622f9faa977c80c4261ab4c06ea SHA512 bda2e77671e030a021f628ad760b3fbdc26e7483a5f9ef6c6892ae0fc38b538d52d527805c020d578079896d50fff0bbc036a87cc91604904840d5b7dc181914 DIST tokio-stream-0.1.14.crate 35881 BLAKE2B ae77512f93bb58c33036c1c0e7b8f29dd1d56274b6168a51b262c39184f0a3d366375414a3fca2a7c6c836f618e236189fdea3dbec39a861155409ffc9a77d3f SHA512 b600ef2dd90e0f46d21e94cd04baba91ec3f586832125cc2f51f350b47e7f9cc1ff5bc7529843347fc60043a61243e5b846d8db8406014969a8935385f161303 DIST tokio-util-0.7.10.crate 110508 BLAKE2B 073b25e1484d54911bc15fc2a4b3fb7658f24f7f77a2382f9f84c5122871cf8c5d6097d5c784cd75b17a79aa63eca80644ff54bb496b52e53bb89650ce35cab0 SHA512 d77db36cfa5a2ace3090874d8996b9e94058ac31648308da8dd92a7bdc9b9b61adb703dbd2131adfef0b428cd61b4de76fbdb674f718e89b297f762af11ec50c DIST toml-0.8.10.crate 50667 BLAKE2B 815c850d4e2b8f107729c24ff82a6be81160649fff726f07a2c6e2af0283298fd5eadcc5811ba4ef20ce12914ecb43da79fa1840fea8d1572ca59f02f9e2c310 SHA512 24f3b44244d7e91ae50eaf20bde40c177352592aadd2dac697a831a5de9305ac1c93c8dc407579b9bbd8d9984fe34cfdc42c3243cd0057ad83db14bd899bb546 -DIST toml-0.8.8.crate 50451 BLAKE2B 96d5411e8806c9021409ce232a11fd6d81269ef2f56b2a64d7217c9af8d0b31258b8c650e2bce9ca1d561a5fc58d1e556493d06199842a4d81884085622ae3c9 SHA512 6a583ce29d8179b480d29ca5e4624a4d6a8212cc741cd0c27c88ce46526f664a2f32eafd322b648f145f5ee5024d522a126f56befab5f1d68c32f2fb9866c7e5 DIST toml_datetime-0.6.5.crate 10910 BLAKE2B 93a21ab2784e96ee2e6b56c7b4f733f6ac4c68c1e7d7dac3fbd8aceedb3580e25b4a9c7d9c3f9b5ed152560353b3e80906e37824956dc4ea90bc6f039768f6cb SHA512 502bdedbcbd2ac9fbaa5f4b51f2e409af185f3633f01f8845de5e3b007f2400215ddeb82ac588bc915ed5a5f9d7251ccf93fe2a57cd40fca2927f4c0966357e6 DIST toml_edit-0.19.15.crate 95324 BLAKE2B f989f96d571693ff81572af6c05a6f51b673e478f22d20a6b166c45909902ac80280ea92ec5c3567327df90100a47fb7504845fc39bbcff6756af6c1a89e2221 SHA512 46d6bd2fea957392ae0ad7e687dad7743b76ee8e8ec76c80d6374ea294d3d09b6f73df0a82c821b9ee3b5268987a4136aa825034309f3cbc1947dbd1af1505dc -DIST toml_edit-0.21.0.crate 101265 BLAKE2B 8cf4fcd93fdc99082c3c43e6629348b67c1e2bb4a3605ea119816b4b3c473bb3b9bf9baed8b189a0dda6d92ff5f08ec58e3cce19fe2667bcdb2ca3dee88d06ec SHA512 6889b7c3b6679db874b9ef099e3bfbce75b7f15cf47860e542af42d449d0795113bf7dc84a7f2d394ee0fe037d7f4c0857c3eeba6902a8b42bb9cbfc96f0f324 DIST toml_edit-0.21.1.crate 101661 BLAKE2B e794b6121ba7e2b1b3f50966cd40eebacee6968b6b28986cfe4cb7312b51ffff19f74826910d8e4ce307f74940f11e71e6afdd768ac196427bddf44595bbc797 SHA512 10cd3b16f763f55294923ce8f166f96fbd67a0acc4a93a46fb3044d8a38148097c592ebb405ced87030d35154abfcc971eacf0172b624ab477a11e616efbaa07 DIST toml_edit-0.22.6.crate 103304 BLAKE2B 93f14ec5e0765673b4621216707605d7c2afef82d0ad9fe1e0c660be62fb65a59e91db3144c7bf04c71cf5848dc970447b3b31255125d3a2be94ababb3d82692 SHA512 9816338008f2727fd53d34164c0be16621b61e22ac4838752839af4bd09e4d361f319bbd188c5732c1af140358d73d645e05faf4d655eb295d6c331293b7f2d2 DIST tower-service-0.3.2.crate 6847 BLAKE2B d4571704eb4bf7f729f4535a04b7eb94f644d71ba8c5604297843351adf4bcce7ff64ec4e5435783ee6ada1b0a5c97726cfaade391525c6b2bca933cd5e8ec19 SHA512 f4578421603067fa708c4ad9eca5ca096b5262b6d51a404f37d9fbb6c64f027cec6114991e4b7f8324cb756c033971a384f1804add28e00d0cd6b2ee01d9e005 @@ -511,53 +406,36 @@ DIST tree_magic_mini-3.0.3.crate 15406 BLAKE2B 84b8761c1496e1d771bb7d884a0afd48d DIST try-lock-0.2.5.crate 4314 BLAKE2B e75c6c0d7c975e294e3d723e2fb023067530ad6db3c7bdbe89b9558764606fd1a74f0d1ba787d85266db1912dbeda85408e85646d0f7cb24496d743b7a18c705 SHA512 433db3c52f55d78220db414ef6a7367791dd66eac935f41dcda85ec9200f0eefeab6e8342e70aabe35c300069c0e7b7c4f8d63a2334b52a081cc98416371ef08 DIST typenum-1.17.0.crate 42849 BLAKE2B a6d1162050679e2c4ab2467f3a77d301f6861882eb7c9749f31d047f383dd5bd2ed5846ad63eed99ccc04d6ac36cc697a305861e1d65880b4d2ef04ee0a79b94 SHA512 99773d5d9f850c0602db4bb67dd062b0ade6f086e155216f1bb2fb6569461ba7e1b7c2f2af81ea8833bc3bfcf3fe5033edecb7c438adae63f59d3e30cf63a508 DIST uds_windows-1.1.0.crate 17040 BLAKE2B c77914e150d2f0afc5c55680e28ba242238f4f1291948ae492fe63c16791e443ef33bafa6686cb753e53361ce452f2df27d2bf4088fb1ae203a47df3c55856bf SHA512 092c41f6fac2aacd5b83009b4aabe2cfc487cc1ad5ebc8237d9804aff0c5c823d3c079d99748e9ec3bb1c02b8a51f6a22e41441ec9a72c50600c08b1efdeb0ca -DIST unicode-bidi-0.3.14.crate 56429 BLAKE2B 8670c2bb1ad98d4540d7837e8b395078b5e0eacc0dcb7ef3ecf6ddaff9d69ce136a883b99cc5bdafd3a3d657834432d0145b11a44ea1d8b776a5394e56ba04f1 SHA512 8793d415e33f1f693ba5928d8aa09ad6dc10bca6d8ad338fca527e5b142d1ea1cb84515459a9fa0a821ae68747cae570bd3872646fcf218ebc7167ad41c97379 DIST unicode-bidi-0.3.15.crate 56811 BLAKE2B 1f1d372c86ec7444f13eb32baf13dfc8699b52156b265a2b53f40c0d771064876405451120fe54739a2679e6991caaf4f63e0644f03729cab814079fef4868c8 SHA512 7a21d5eb05ea8d691dfd54ce4cf7d3693d08067f7a88ef17b8c3044634f46411176b1bde1516c442577910b254007b247f5e40f9932eb601cd96cd574f9d9db8 DIST unicode-ident-1.0.12.crate 42168 BLAKE2B 4cede03c08758ccd6bf53a0d0057d7542dfdd0c93d342e89f3b90460be85518a9fd24958d8b1da2b5a09b5ddbee8a4263982194158e171c2bba3e394d88d6dac SHA512 bc1824e1e4452a40732fc69874d7e1a66f7803717a314790dcf48867eba34bc9441331ef031e386912e52c385645c25b6ed39d4f149973b5b97371b1b96b1920 -DIST unicode-normalization-0.1.22.crate 122604 BLAKE2B 3f3430b279cc0ce1595392c869442ce676ab097154c688779ebcf726e10c497df59be2cd7bb2f84f99499a9df0654760a10ac92224c17d74775aeebe291241e1 SHA512 a5810d5e9cd93dbb80e013997aa9d38e60834619483a6623eb2859ec5d59a5aec3fc4db123dc7f4e2fe9f2b8799cf6af48bdff22d69a00a23707240e8bf3bb3c DIST unicode-normalization-0.1.23.crate 122649 BLAKE2B 22ea5ce3f5a2b371c3c8782321b1bbbee724db1e4d8c1d43af4e6bd8044b99307c227d93631d178d10fda445a941a485882ae0015a6e3d3c347e4bd465bbe1d9 SHA512 539f04010810d73fde7b0ab314faf813f3e7ecd2e51d7975281554b7cba4a8706e2b5523c4b7840568593652360ca59e9db0e1ce342e71c28db635ff55ffb0f5 -DIST unicode-segmentation-1.10.1.crate 98416 BLAKE2B 4c391ad34c5f8a00096ce89793b15212555f2d8a367f3ae78f26a36c5897b69f3efcd280a1bd3eb3f61c87b8a26061804b1cd56e1c1500cbcd62e8bc74520014 SHA512 e96224bba73fe9a167bbf226bb13fe5bea085765a90f7232cb20b42f3c584242b7291aeba1eb8edbe2ae40e5bee2f4714f434324f79316b22e8437c77a50e86b DIST unicode-segmentation-1.11.0.crate 102740 BLAKE2B 6ab5de53073ff56da4924e8c6ecbfa4bbd72a66b8d86f2c32b2f0ccfefee8064997a6b5311af5de2b71943089c9f52862e3cb13cf366cd645f57c96f2ac8673a SHA512 4914543cf022680f341c4a235f6d9204b3ac9a9098f34a80ee8c94e3d8ccbb82e78af016978eda910987533044593ac629a35286dc80707d349b33e405e86bef DIST unicode-width-0.1.11.crate 19187 BLAKE2B 6baf7f3b32eb838925e591792abfe11968206d177facefb89ef51daf44c18f3fef1e41c19a47b88b81be50667af626af2024ccc540b240fb6e1d83fdea57076f SHA512 ee06f4144525424327a17578642565f396802f0eea539b3bebc8d9627376a8bc6c5376d83a6ee577068e99fe75815bd765e6d49fb9ab9b253d00594bb15a5ffe DIST untrusted-0.9.0.crate 14447 BLAKE2B 8e9c3ae09435af0885bc4a6e3c8943805b48cfc00bdae228c7c43093254e1be15d7005d1026561ff369ec37865d8458203f421a9c89ae3db077f655449621aed SHA512 5929e4079c1c2ff933ae8d8f59a2ecc7a424e71a20d1b8821f75925af68bdf82604b024c008e5464b02e25ff093e561a352b685e755b3d0b27e4c30254689416 DIST ureq-2.9.1.crate 114348 BLAKE2B d605db0134ead8a77c9b9fc8b06573e82d701ded485f0d88bcd64f6ea1a5232d67bcab47d0b430bb13c79ce249304ecbb7f67d4a3c789f451b9639ada5b3f0a4 SHA512 a8c580f624300e6e1d068814c38719f3624ed63274bc0c4fe06d6ea30023b3e79ad3241fed2ed9f008a8040b49fd2d2271fb0221db1e657369f37060251e3eb6 DIST url-2.5.0.crate 78605 BLAKE2B f3fec3477248cbbe67866577eebb03f517c284a5e5cb783132b11ef3ad156a03524f4730f188d822dec85169d7474e265099296d6bdd4adf5ffaa0a118821617 SHA512 4aedbc48b85bcc2853189f5fe8265a01c76516b5507f4e958d8d0b860fe2590c69c95f0f4b9fd6fac9b8d5911bcb0a5e9ab7f8e8b600f37a12db1438976ee5c3 DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 -DIST uuid-1.6.1.crate 55554 BLAKE2B f9b8eb34f9197734ae9a1437ded396f5e5a8551b54e532053016e0c00c8007644f4fbbd3827c9878cdbf8acaa981d8ae9c94739af7edb6939ec299075ee4b443 SHA512 b9f3dbad176b3640b4b943d127ac8fcd0938e7bc750430626cc603efdcf5faf479f8de7940d64ed1b5b6e6378b42a1aaf3c1e791ee59b9db9394409261cf3c55 DIST uuid-1.7.0.crate 42627 BLAKE2B 493f6a3a643d3493a2bd7e0e92a1ccfb7bd722e3a1fc8deb7df0ddc875a822daead1cdd35dc3ac6f26346844100a671318d71e5ad760c9587471d4f05bbb0c69 SHA512 2ea704d082b725d98717d772e1af84fe743929ee32658ebeb111c6fa2395ff5f44558b7e375087617f91c6f7bc242f2db96e80a631071722de6fe15af845e856 DIST vcpkg-0.2.15.crate 228735 BLAKE2B 6b6bacd9a7fa38919241f45a97f58cae957e58d3aac99df208a26aa718e4f1644f4ccefa31b09151e5c1952288e0e5837c363918b98c7f55079a948a952c1c50 SHA512 7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172 DIST vergen-3.2.0.crate 16897 BLAKE2B 1a83f338f13cd55aed1d57db05e6454d1c86937f5d3a9a7b5b14bfc72a891671b70665ef388590ddd0a19ac8acad8251990bd81b9fcedf80898ed5d327f9d373 SHA512 d582ade1ed57f5067b4b24376d0164405a7a5a587e12c09b724fe0773b03d4eee95694fbe9f43d0f34bf6145dc297850e05039c81ac6df27670e326b7a254c09 DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 DIST waker-fn-1.1.1.crate 6323 BLAKE2B a6b60c11d72aa5991ba57036bff589f73ddb5c15c399b8510a7e4d2993af67fcfb9c0d3a85b0ed27a772a98d068b0748f4b43145475e46e4a5ee1ce290875a09 SHA512 293321481eba0b72a4a37b158c76b0a783f0e5e4677d9609e43aafb703d44162e4abfb6b50bed1adda5bd1bff95a3b658fb542cbaa6c684a1bc7a8e8cf4135c8 -DIST walkdir-2.4.0.crate 23550 BLAKE2B b4298c01cb38be0479b7ddfee627af01f889b6b6ff432e368bb67f65134c3958a4fe271a5a7dd61b19259ae88f5680e5ce8e12e50a872b05fcba68f59b7073ec SHA512 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9 DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST want-0.3.1.crate 6398 BLAKE2B bcc1384bbb86db27b5e082b29a8dd4d89c37b40f6cdec4df8a86c8d205b418468b6cd42a78bd14ebaba057b28e151c00b474c098d7596f49a823ce33510c13b9 SHA512 f93f765113f035e134b967e8eb3f4511b8e03e793a47899b614d826afac02348fc02865c298a10410ecec4eb64f35f66c22bcbdbe36ed0c4c1665dca1db4d526 DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f -DIST wasm-bindgen-0.2.89.crate 181935 BLAKE2B 88ff35daace267087750053eacdcf81f1d6cfd7653e1b21cd8436799688615a2840ab733e0196cde747dd4a49ffc3d4efc7c64f48e4e75bd9a240a689f7c037c SHA512 e9e3b95547423ac7acb0f0b327b9fde6c8ef3160296509332fe5d9cbf9eb6a4ed6ad30b29552cdcd113a94e95fab4e3ecc1e7a03811514f84fac569972febf5b DIST wasm-bindgen-0.2.92.crate 184119 BLAKE2B ca256c686bb3854492bad6afe3cd27dab314561a1ea2e0205579820066b462bacdb2cc01075fb420bd20eb33b03a648ce1ff46feee04d8759ea8aa990ff8232a SHA512 6e46501276c0d4befbf930c816d6ae6c3764e3b5ce0ef4aafa627a6ea371f1a056ecc15970a817e9e9bf51c0a2ffa57df427d758b2d367beb6a474d75b8939a5 -DIST wasm-bindgen-backend-0.2.89.crate 28205 BLAKE2B d280d04a6e8df72c0eb0d99b134c017be8c7d378578e23505ebb184510e6eab746fc06ca25333a62c24405565531b6e1c79a5010ae31aebb280c7820d5fe41fd SHA512 9ff63a2401e741013753fbbbc86990948e0e8820ffdb4b16167d2c72f12626306e5d077fef37d8d956acc73eefd699dc7f03250926a5609639b127d4e46daf1b DIST wasm-bindgen-backend-0.2.92.crate 28348 BLAKE2B 425497aa7a023b70549c55d5a15dfed80877c5503863b186c0a9d11b29551c4606c1cd5961c7dfdeee2eab5662952ad7ad215513e93abe727a33f84b30bd181e SHA512 22e4f5848d62bd1fd55f4f054ea1293e223b3cd6f916bde2523eec10388e733623492c3a3246d61831e696dffdec5d000b95e9aa1217be6e38dd6459872166aa -DIST wasm-bindgen-futures-0.4.39.crate 15376 BLAKE2B e261349108d59a0d7dc0cad93a6b32609ce0ea5ec2e2009f62fefd4bd6c8cd4ecec29859db93951c45b3fa03c39817768f27f1475f2ed8fdbd45a2d7fb71f821 SHA512 2874f0abcb301e7ec06ebdc189fc39eef191cc1cf56f659dda1f52929870455df7c227cc44b649b91e0cf088ca1c08f347a5f82ff55e8477e65ef633fd828f0b DIST wasm-bindgen-futures-0.4.42.crate 15380 BLAKE2B a20ba9f2bc814d7aac031f1cbaec90289f63893b76c60b536a65af85379771e102d6c3d949a8528328587ac776d7a3b684c12a217f9e186bf10046a1fcb34652 SHA512 0a77203499381b6bc4e9258480d7ef499d9c26b195baf38d0b7b228872f844d24c827cd57c8e2b0176927fd5957428084f53fe80cf60b35b7ba02d02b27a4682 -DIST wasm-bindgen-macro-0.2.89.crate 13906 BLAKE2B 93e4b784eaf75a070f471d7d60b802d42b4bdbfd0c7ec21ecf1dbda554ed2bed62d99c2b28ba1527ad8f6f3e5b6083d132f36f9c36efcfa9f6a9cfab73b1ca0d SHA512 060e0f300bdc42557798f4d7348165ac9dde60e4f7760acca5da6ec02bdf8bac22e2e5b80f733aae625a0c699dbe831e0afc6e66b2af8fe445aa6513c5180381 DIST wasm-bindgen-macro-0.2.92.crate 13835 BLAKE2B 1f2202fdaeb78c32813eaf08b2fbd7aa9c469228386df71b8ffd81a46374e39a7104b79991f702505f9b7e97957fda8574517fbb03e3f9e93098c4d6e1e46be3 SHA512 78d2ddac88a9ca3ca5eef8a7af81cdf2366187a67d844e69f65f6893d1949f9723ab5f2be762c2217a5c21aee2f3dbc2d5d55ef0c9cbf0dec0d52d67a6ba7462 -DIST wasm-bindgen-macro-support-0.2.89.crate 20008 BLAKE2B 867ed0049f076d37e8c0587928d67209d69071a6beb80afaba35b947c16958d2c61ef1c762d1706de6744f23ed811815cd94f7059b3ad823aa99f30929cc3a33 SHA512 4ff50819d989733b51e6614b8b14992dc7e53e4c283b89c4e21dd50659cdc49a8cec379df7630ee26e04be62f4ff0bc5eeee9153dbeaec213e8217964a149e76 DIST wasm-bindgen-macro-support-0.2.92.crate 20092 BLAKE2B 8e274a4053e7afc680740e811c3941478caf5342e2206e3d28cdea9f9514bedbfa4f2b6bc608817306a1c455dd7134b7e17f0f04499f6bfb5302f29b041ac7ae SHA512 92543d2aad0b25798ec20e68832b823610c2c01401088cd9cac1684a86ddd1b567b3e2712acb862060f9c645a0df509b01d9834fd3e13cdaab97960f66d8daa7 -DIST wasm-bindgen-shared-0.2.89.crate 7265 BLAKE2B 78668ee6af47357983788161c2a50562ff37a8d584e6be61142c5609360aa712571c3fac6b3395215c5d132edb864e0ce8e7b648fd7225433a81f2ae3e6a586b SHA512 02b2252b5b2e6bc8723404ee8cc750684f488b3e80ab60210d97fd7b343a67db2ef8d62aa792a5f02bb351467f4ffbc887512a215007f6fd089b29f8d3a23be3 DIST wasm-bindgen-shared-0.2.92.crate 7263 BLAKE2B e54895486b9a31cc4651b7bb042059cc84421708346c06a9764315ebd4f440a1077520c7d325d6889a690b2c06aa185d40cede2dc4d061b363594cbde20fac31 SHA512 70e3a22731ed8aec428433bf30500eb3f62e3b7f4f1be34d8bb3b6f34f99690fc85d49eb413caecab807064494cfec64242c6a42709dffd638046e370bf86e07 -DIST wayland-backend-0.3.2.crate 69238 BLAKE2B de0e243d53a522b212e201f25e2e077683e850db5afbc2c8bc8aa7213eddc72bafb94b7012156e50404073b7b01e7259275c1fa5899a8aabd541baedfd834bde SHA512 c54edaf21f5e17d121f653c10b024eca27bc09a360bfe3389b468c2c26ae7541b881b8c61a64d89e9dcaeafaacabdfe27aff0d152341a38dd13f547070341e96 DIST wayland-backend-0.3.3.crate 70455 BLAKE2B 9c6bbb5c8982411b8d63305cd109d5dba3b396ea1c130e0327dc31d4f6d0df56e8d8fe5992fc80c000bb8127ad4e8d32d2ef5e7fec925fe3b0b508e63b4149d9 SHA512 fb3c7f25074747954b5dbf8455c2faa92862ae53864599f49ed64b74e5f114d7e578ed388cb3b7240fac3fff98a5d231a977154bbe976354938d66fc5da5b8e4 -DIST wayland-client-0.31.1.crate 62635 BLAKE2B 1936fb8c442fd566970a7ac8bafa3438f952cc498c64f6ff02913dc8b801865e53bf377ced35d115965dd51da423191a9917d5690ba2eb99be089cd3494da5f8 SHA512 bc399f57e803b9dcc6fd1a9d08c010ae060ffa56f1a390046b8666617a1e01b3ed85b42bfe63c97574b3180b22130029dd0f4316f97eb65da9e5f8c2e66eeef4 DIST wayland-client-0.31.2.crate 62976 BLAKE2B f7c4e1f581bace8b491c7ffd393106db44b7be028c136b1ab99c9f091f828c6ff6e5157234882a7926da5cc0de22c1ce14dda7e00ccd5e2ecc5e3356dec86e71 SHA512 1f15b1f8787e1b25b90369106ac6119f208a60ab9c3fe851287fa9c7c8d9fb03217c3f33ffb1dfba5df4f2a749be19402d25ed80e1ed9d7301c1c40e847911b8 -DIST wayland-protocols-0.31.0.crate 134772 BLAKE2B 9717543f789b5dcf7bd455c5c71732a70dbbdb3eedd1e9f444740254118091baf63aba90cf53dfd533f788564a7fb1a5b881c3188d881f9c9e86e4cf14a2cfdb SHA512 5eeea6b739e5426b4a2f45479137ce5b696a5d0b2dc61cecac13fd0e5248fb2d9306609f90629149162e98ed077fa2f86d58fd2e8520191359f80ef617e1d45d DIST wayland-protocols-0.31.2.crate 147062 BLAKE2B 62d5ea52833d9edc661d405c83159f97c5bdbc41bdefbc9418a08971236cb74d317efe11e2e23ed6d96f0be27e4a830b4d47bf27d5b269e30e5a4cb97c469c8b SHA512 8f295413b20f308fbf337d8d6e2b6905061d32baa0aeea2aac55edeceadc754a121c56b8b96ca218aa902cfb26fa168c84334ef5033f8cc72e1505f1cfba06fa DIST wayland-protocols-wlr-0.2.0.crate 25804 BLAKE2B 226af653146d7eef2ee0a7b6d1484048c5f8b1d2618d3bb9d33eca7e019579c9868d42e5488ba8dc830457ca186a0aa07599accef22902b982d653e381b2f4ef SHA512 b1e5025dbe50a9b90bfd7a38d7564ea8a02c84c8c802d2200864dc604847a4b0979f8a0e05d8d76c2b7c1e198c7847e4d59ad49311b00ab2d4d36eceb776a16a -DIST wayland-scanner-0.31.0.crate 35245 BLAKE2B 5504d5ab2a2be23b9a9aaca3f4f3babd496b410812709b1e3b8df7397bf2ff7afec79b6e834f0a63f2d087b8962e5d12ebbd55b432a32001518a4ca18b38b2c4 SHA512 132bd03a836aa4b8395c67eccbfee2019a0cd30b3e6b081618bf209fd60cc9a2e5bdd9b648e0ca09db7ba3b2aef29f2fc5b08353d0b1b60972d9949a63018001 DIST wayland-scanner-0.31.1.crate 35419 BLAKE2B adaf9d19f395c5b11e35113ef31b5e11e76fda4929365e61f5a40fbc3f8505e68cacc4e31eb0137da2a07edaca898a2835a22e7236affddf7fea012f087197b7 SHA512 61521f39f414bce7bf372656544294382676649a42d3e2751b6a33874bf12ea3fe87d55c9389799197bbbab36fade2f386a6a83437434d4e0175347b232f7f62 DIST wayland-sys-0.31.1.crate 8577 BLAKE2B 9252740742340e1f4a4192f610c3c8e6788e08e9c37528c97371762a8949d5eedcc9c052f2b74edf23218e8a6dfce3c63adea0da769ff805e3f68d689d041fab SHA512 79d6feda8a2a4307218ad51b292efd7d0e80707630908a9ae9bca6c0ceed57af874f3b6467915fefd078279ff4f7d39291d84d6250312f692305d38d7f0bed3e -DIST web-sys-0.3.66.crate 733024 BLAKE2B 5f9b318d3d6f0395579d7483c2a72325203680a030532c084a63899d8467288d82bbd33eacf66595513bece2d2d94ca7e3450649a62a06585e1012fadbfebd32 SHA512 7fad95dad96e1b4f0d187f116889aa142747b2f44e8fb88ed8579d96cd5491997a7c13dca9745de4536ba7363a51b88615ce57aec25963bcbc8ce9a2e8b4c658 DIST web-sys-0.3.69.crate 728877 BLAKE2B 9f1678cbddb15f5a37331216a43785c72896f87e8ce62c6b9e69007316ca6eeaa7edbb33b9f2d9bf96c98de2a1e10afe491d8734657b186e2c3905ad1ff19ad9 SHA512 78b79ceb6a47485c766ad660bb8b971ba549424542a020c35c7db64a19f7b161617e464eaea0602f433b6ac4973b8d1a86a56e76dcda179ccea60aef1245347b -DIST webpki-roots-0.25.3.crate 251565 BLAKE2B dad09323767a29df528fea7fbf58f4f7e4e2c01ad86672b3236774122fdca97279a11aa5e96abbb6405348ed383504bebc5fb654ef84f50ec819a52803380faf SHA512 53770d6b4f7c0f25de31d9658261c1fed57e0ff9c3246a39f257646bec088b0f9a6975fd5505c0fac52dee3eb00df8291c3d5a5aef86899442f5626b5cd8478a DIST webpki-roots-0.25.4.crate 253559 BLAKE2B 737f608323fec02b77c47a40f8b2f9bf44f1b29d32b936fd7bd8c1066efd8916451b96ffab8949f5b5ba537bb1ed6300143bf51d1ef8663ce5a9a7a33947e81d SHA512 4891aa5c6a5bb8a4d6bd730fca5ab5bbddb5a39b9267c81951ca8d3ff0dbcd305b498328f99b2da79ac65cdc9dfa42c40631a4f8d6975ac6f4ed9c85a8d2178e DIST weezl-0.1.8.crate 42175 BLAKE2B 2a8dc84f018a4364ef814044a590477724b79655cd01d605e02442bdc8de1f7df3003946041dbcc17bc82315f0c11e7fc3c3b0b0375f65436f53bcac11b2bc71 SHA512 6012de47d6bb5177820be9794e70ce6354577247750b8a125dad1d3e093d96cacba62471d8f67f056a72447bb6bf7fffabc6254ae96d93014a5200c71d571c97 DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 @@ -570,62 +448,42 @@ DIST windows-core-0.52.0.crate 42154 BLAKE2B 9670bf02261b4ab2a24eff97dad11e305de DIST windows-sys-0.48.0.crate 2628884 BLAKE2B 551e900de4f67187ef034b60df9fd0e0d8f82a3100ef28e1eabd543ac129d882dc86ffcc1714071aba09e4cb2ae2d2f07ace1a32b99fd989ce525cf05991edab SHA512 bdf534bcf3face31e9ebe11427a911a53f89f4ff5eaea8cccd094e139bfe14b2aec602b1cab1df774794d999477439d9adc6b627a8e33c20334fc348ba2c47ed DIST windows-sys-0.52.0.crate 2576877 BLAKE2B 69d6b560ccfc8f679e2678663ba606060d71fa28efa82c8aef8cceaa2c63b06f2052764d60163964f939649a26bbec6361ee4b094555e941fae92070db566980 SHA512 24ee0df246c2b456a4987a9124786a28acd358768cc7d1305bccd81bc5bb8822b81a03fb18d35174a520b911c6d9b685f81a34ab319fee13da3b985273584f03 DIST windows-targets-0.48.5.crate 6904 BLAKE2B 7396bb210f37bd51da86f39fca3425c8f6610721d5c4e94f9fafa0a8a8046303b3fcc6979146bcfaa32f4406d242a0455f6cbb220f84c6ff84650e755acf5223 SHA512 e079eeef255a046be7f8e6a31c14f7b230254ebcf05eed2944827bb3d2a0dc30940d87593cf544d5e7ef35f6312b99430efcfb01421d91b02bb9c4bef7d98709 -DIST windows-targets-0.52.0.crate 6229 BLAKE2B 4b1efdd32202f112d3782b586ce60667f5d3b6f97ccae0d7da833aee2ae81ceece88b5ef4126db2448c9019de3f77e4fe66ed4286bb6275d9a5e8ab74725b804 SHA512 0ea09552d89b802ec0d419b640fa02d0af7af602704a0e88ba10f81d123dee0c907460f6ec91224177ec9a948970abd7414740eb219148a4d66c269c2362740e DIST windows-targets-0.52.4.crate 6310 BLAKE2B 0393bf3e7f8823edc455055e9977798bd6cdc1e523127cf840ee1b9e36febe40e01dcad9875a06aea283dd55443d02f643d42752103a5ec1de933285fe410b17 SHA512 4b2c26468df54b9801e6badd120dcffc15429fc78a614f45efa16d5fed1a36983198fbb621cc3beb4a4f9f0161ef8ddeca3a5c6a6ac48b5589681936f4d2bf50 DIST windows_aarch64_gnullvm-0.48.5.crate 418492 BLAKE2B 5c6f7d73ad05740f0bac304ed1ef9b2ea63b0d6ca8f875552ae299a0b73b1557e8fe996f1c2b69be9f2df350c9288690f49ee62239a2896991364331d6c55462 SHA512 20158d31454488f6053d3ad7b97d7fc6eae6cf37e4ba0e50c28bd29b368505eed64199ae31104d5f97b66846be54e5ed25c0ad31ea850819205c573a31ac0996 -DIST windows_aarch64_gnullvm-0.52.0.crate 430182 BLAKE2B f23370c62c4ab3fd885e3ee22e8ec2fb5a3a837a57044c1df3f9986dd4e7e9d0a44ec58be1648a41e1ea4d037afa3077f0f03de0204199a82fb8395731815a4a SHA512 b7c3fe0a2ad5149be0df48fc7a4d15879eb130bd9441c58c25fc71b8a91483f0b553fb1bf29a9302acd348e9083a547430a840b059b0cfe19867ecaffcae986f DIST windows_aarch64_gnullvm-0.52.4.crate 433373 BLAKE2B 5678cf2371e4c566b7ff0dd1fabcae92d12ce9f97670524c93fd8c34bf6b09d054e7de2f852302b8d994f52c81015b7cc8a74f529490c7bdd17a3b5d2c88a12e SHA512 dbb914a866873892a8cffecd4ed4977fe6c3fc48a58bb9f88655d86e7f8969cc27e6f5bb7d40eee41ae7d78f6f4be65d46650719321a7697c7b5b99a0f07a5dd DIST windows_aarch64_msvc-0.48.5.crate 798483 BLAKE2B 60c466d6536426425a34b5ca20da97c8127ebeb4fb9b1363911165bada484f8913fcd50e90410b5661e0c27dbfe8f4eeaa62fb17d1f3566bfc82b6255e11619b SHA512 223f016c6f1a44dbc5c8a8428b39438f75380ea06951b7c26ed0877b19d79410c6fde5e4c7f2c839b6e76159131f39a1230e0e3a208dfc425ba9117e3665c4ff -DIST windows_aarch64_msvc-0.52.0.crate 821663 BLAKE2B e6f772858205f7cd871722136aec4d00daea4793ff9dcae53e6311e74526c46aa11c2b3df7a85e6c577757254cbfa5a713e68c694625ca274b64e7a1c5532c23 SHA512 8446bfe5b9fe538415762c8129ab3bf2fe45482e045bce367475747786602ad4ae1187c6e508dd9d7b6be81bfc8d430e0db9c624e35c7cc52e823023e46f5cf1 DIST windows_aarch64_msvc-0.52.4.crate 828055 BLAKE2B 3088f2f66fc91ad698906315eae7e6c0dd7da5414c28cfa25b24e138fc4a7da40535be09129cd37b8e331d8d6e8c41d0106fba1ef9e5b4ac561140653e9ded4d SHA512 dcc538d0a9c276e7ec415575ec1392bf476219348984d9567f56d5cc7af0f9beeac523a9a6651f763dd4f50f89535a3ea2275d5321ec022c2ee8814e4e84e95b DIST windows_i686_gnu-0.48.5.crate 844891 BLAKE2B fdc37cd74a4982056bf22fdb7b84e1c55dc838f3cb19ff3648730a77e673ef4ecc0380b3e4277bb8df2fcfa25f57b69014713d9e3ed27c28e19b25b3ea2ab774 SHA512 931ba5c1e4eb8ae73248e00d9611298d1c4b4b0dae719fdeb9243930cd420a103a7bc2738e0a4887c42c8f25728d6c5d64ad141dc092bc3f1d0f35dbe37d303a -DIST windows_i686_gnu-0.52.0.crate 870285 BLAKE2B a7688062a128a1b1394b3978210334e4e2aaa10dce131457c4a11ce0cb3f551e7f4962d1ece1846d8e9526983ced0e0a3ee8c933858e9314b62e76381e086ef9 SHA512 fe993f5bb6e039c257be9b35337e0221f718d23866818bfd19c76aaae236aafc2de4bb5014fcdf919563b5901cdaa14a2136cd086eeed3c83e46a5d02f6aa77e DIST windows_i686_gnu-0.52.4.crate 875736 BLAKE2B 31ee3017a6db246b0d5fc02e10cdb517a69ceac3dbbc9d41b4051f5dfa1196e4a46e7b3f5f90935560c03bb139b897e5dce69989a3698d9c88ebae923e24ef30 SHA512 9d57260744607eb63453040c532bf3693cf3d8d93c56543ee00aa66adf3a71919e72bdef7811f287167403ade893248f189b797a5d2dcb24ef4e6f3d915a88c6 DIST windows_i686_msvc-0.48.5.crate 864300 BLAKE2B 3d3ea8be55e2d6ced0eeda18abe1dffb925a1a78f456d683e4450d9f2fd287ad2e8494d65b2b770c677a12b3a60d10f0435e16c61880e3867c3657fd44892442 SHA512 70e2fb4fdb006a4cbd43ab2c7e940b277a15fb1790dfa2d1fc1f1fd18bead4886f6dc046e44326603e4894d988578917b8932aba5d9a6a4cc8424911cad9dc7e -DIST windows_i686_msvc-0.52.0.crate 888693 BLAKE2B 7a6e9d03e503c8f543e80a8c7bcf3f50cfa7eed462e487ae7b581746d7cc4d871b33e307110d3a3a75226d88e837f9452ac56bf3baf71b66cfab2626cc15558a SHA512 817ac796fd00bed51d80133ec873cf3d3d582ba41fec8a6f6407fbd7544f198e928aa5d710f70c13bbf74a1dde4c91c54e65eb9d3b7518a7f011ea42725eb671 DIST windows_i686_msvc-0.52.4.crate 895530 BLAKE2B 87ec4628472beec8697317662fd599a8ea0ba5a11a0cad6b23f2481f39b3a4e0546d37fade4d715ad06a4798cf7faa6435bafa1e5054105c064cb560468b6025 SHA512 0d5526b21bfb96ab352b5181dcf84ff31007ce338245a374b3b413805239359a689b1a21de56ae998cc13444e40867bc30c4200454b84ef9ffa7117318baef1e DIST windows_x86_64_gnu-0.48.5.crate 801619 BLAKE2B aa7e7e6a6ff9f9553ada3a0a39a9aa798e9d995a8eef36e0b6fdb2a0db93ddecee5548970575271fe43aec74797a420d0ee231d503b5bad1bd999059261e0e33 SHA512 1d6056fae430b3d042bdff3c6217c76be4b8b9f5dada9bad06beaac2db7d7ab9b0a82e44f498ec88e61afa73e99f56d84d445dc3847732b9ce5d947e08485f74 -DIST windows_x86_64_gnu-0.52.0.crate 826213 BLAKE2B 3ca03285ef289fc844261142154e710e996c29940b1c0a7dc3016906ff6452fa50b24f8668fce0ca44bf169ab1228c217fece9f7bddac9ab8bdc54fddafaf8a8 SHA512 2d81af56ad0bc9536f6e066776642a546ce6c6d99551edc0603ffcafe6db15d5d5a32a642b204bbfadf34231daa3894ad7897a9c0c575c2b6bc1e3e58a9a3eb7 DIST windows_x86_64_gnu-0.52.4.crate 831627 BLAKE2B 64d29f6e0837be822d89cc8aaea2514382d2c03b33deb5684df1d6b81573b3817add39d99f66181a762fae7c155e60a8c070affe43a0f2e247fb0c5ddcc7afd9 SHA512 96c673fb330af597fc3c71b53b9b66cacc9f3f64f05dc7cfe4a77447b7545280f065df22b7d91a6b7cf681a442d8b71c9d2dd128e76580664d8598c481cbb95e DIST windows_x86_64_gnullvm-0.48.5.crate 418486 BLAKE2B 12a2199d434617c1df1a839e9f435620ad64b40c579f6d0c3677553ad7a48e5765d12c266b04946402e15c92cff2e4ac4979ce2130750ef426e2672119680284 SHA512 c016d5b5e73832b61ff67929d92fa8c16e154656294357266ad29ce1f44db4ca2d2935dba31a6b571187dc838b1d22f1e3b41fefffd1d719a338439adf1646aa -DIST windows_x86_64_gnullvm-0.52.0.crate 430165 BLAKE2B af9345a1f6e0ed1392ca1534c68d23f3be0fbb6a42b3c5518cee14373e645038526da15e849d14abe45c53766a30c6c2042a626482ba4a05409f325eb6aa36b1 SHA512 e88af35fd1c694dc189783e5c81aafa61aeffbddce4d7130e1125d0ce3d932fafeb345990ffd98477c41b578b7f5090f4f9c0457b02146309b95549c9f8f44f0 DIST windows_x86_64_gnullvm-0.52.4.crate 433358 BLAKE2B ffd55fba15ef713bd48caec5ed5f32936e05ac4897b721bd2b041229bc8c7beeca77ca018c3258dcdb09495629aa359d1dadaaf5112d38e7ea54670309d0ddf4 SHA512 f153d86b01e47f17ef08271b69becf7883bab92f96d40cdb1d74432f2bc6a7a65aa4ed931d8f6f4c2679e360bbd8d12037dc2a74a6a444fcaec5e4c784c54c74 DIST windows_x86_64_msvc-0.48.5.crate 798412 BLAKE2B 8abc0721e2fb337fe17c91d278947d36122d9045b839ba0cf3e690202d242265b676f23cc301da5f9d98c56ca4ecb76f7d6f072ee71bf986a1deca87020b90e5 SHA512 fa1c5cd14ca2ff0082e2504cf59d317dc4dc6f7138d35c12f95d4476a9c13d8b7f5537d0ee251eee7c99411ad31b22263171b7fbd391daa5d3ea3488ceaa61a0 -DIST windows_x86_64_msvc-0.52.0.crate 821600 BLAKE2B cc448b65f98fc0fc4949ae622b7020d2dae927ae45310649f6ef71809740eda9d3db0fc035676c201fd9ab9639e9e7f21e2e992b4c789542f12b419d2c752179 SHA512 3aaee31533a1a48a6ab5cd15b3cadfbd906a93a153e53919d0aa74e440d11e29830554e4e014c215f5b88a475bb733fa8ba4ce9d773d3e23a40ea9ad37ddd0a7 DIST windows_x86_64_msvc-0.52.4.crate 828019 BLAKE2B 08163b63d934114457cd64b1c372f8a0cfc1ebf48a2efb41d79031c58ea64e023acd32d2f5075b8b78536998188138562e584ece95f2021b4bc71087ac45f026 SHA512 0671fa3c0463c6d65b525ece8bc91eab2f75cb534de86ba2b1e854d4136fcb439717441881206dba7cfb602493bc24d2aefa96abf8977f5a0fe38d41eadc90f1 -DIST winnow-0.5.28.crate 150758 BLAKE2B 10ea6c613e474b48da3af7fd2b6459e6ac1bd75fc2295c2a174f87988e74c1b9019c12d55c4f3d79bb37fa08f8613c98233d2f4f9b72a2d5783b46da0c14153b SHA512 763d6000d2d4a215c0deab8a7e6a50b981222cd73b51a5e5167cc07e24ec93afd667e1ae1b884f50daf6df1ae71cbbfadd114fefa7e41a7ee43971b9714e3042 DIST winnow-0.5.40.crate 159316 BLAKE2B aae5076d59b3459c901d918d8aaa97ba8bfcc993b8484344f52e45f1f37deb96d6cd3a1663a67f3c367be2b05d633286f270274c621bda9f3ab72b98bb652cc2 SHA512 525156f08514b0110697360be6e331a68d08f0cb65ee4ba3ac9d101dd2d42a8c89601e7409bdb5652c5b05145626506651010f58a854c47712065334c61ff39c DIST winnow-0.6.5.crate 159316 BLAKE2B d28c6a069e3d557335c09ae04f1d90a9086b1744d711e259da230c031a0302e270e304f8f9e8bc690c01cedcf07b46e05938ab3468b3e388ae8c51ac361b6408 SHA512 5395db16797beb158e9458099279abf53c5ea62c65584bbb9e0111213ab21c88cd0b0674062757e57ceb6c762a349f22db6ef60deef866fe15ebb0818287ab99 DIST winreg-0.5.1.crate 17693 BLAKE2B 4bb51f04c7e86e4c563c58c3caf9a69ab1880cd895edac9565ec2b89e5a3b7ea9028e94839afa2eae0cb33ef90d1211c1100010433b720a5c1e27d60b3a9ff91 SHA512 03c2350e4aa6c41956f493018136f0b016d36c587e6f27d57dddd29a55391286be4805962c4247bb59821c3031ec75f9a63c140536c13aac894c07e914380f7f DIST winreg-0.50.0.crate 29703 BLAKE2B db9a968ef96cc07bc1088831affc4627e09c7ab8170a54fdf70a599c2d6180a8a9ac46b6304b61fdd2fac96e01bb004ebd8051940300c7b52c5b7b7975732d11 SHA512 2f52a9e3ab794665263499c88dfdf06009c6477d180a90ebbe86e786ae7f5003c9dc8b3c26224024e79450f3b94688000458f2ea8b1ae1c3691453c3d4df4787 DIST wl-clipboard-rs-0.8.0.crate 32847 BLAKE2B cc6cef635784d3a14b14b31b5acae436fb9ae556387203c12aabc8664c715d79008cb69c74dbfcd0046c19b98c464557bb59e53d8c86ece85345b18ad0f47460 SHA512 ba08c62cf721e1150761cdde5d6c18369fe9f51d892b14999436b68a4599082602aaea429e8682aa03b43c63d9d27bb3d6e35fc754a75eefda848df22f114221 -DIST x11-clipboard-0.3.3.crate 7357 BLAKE2B c75868fb79574334e581a2d0e278900843471d7287a31455774fe0741b4cced5d48f0630a8f041c5d88619f79f6bf447d228402bf040733f60b368de3e663f85 SHA512 b45283bb897f3fe1a3d16d12a962376a26c2c26e37140b32c064f9a768454dffb584af2f24e13adf00dbc5e0095aacfe40b27fabc7745598037ddbebaed688e3 DIST x11rb-0.13.0.crate 222396 BLAKE2B 279dd73a1b342d773097cbbac7ce3ce198ee503c809f6d3b89c2c69b2e40dd21005e47cde708c0e9b12f2d944c0c1965a815eee774b86d9620d4dd51289cf0fa SHA512 9e86c7fab70d20193804a85608aaf46697b56f3d78eec50dd835c4ddd4a45ff56c0819309b443baa4a58f93e7d37f303e29ef279dbcd5d8c917c559751ca00b8 DIST x11rb-protocol-0.13.0.crate 507838 BLAKE2B 11955c1908fef177bef859c1207f8fb9e644a8841ccbef885446a021152cb37a113bcb988a0d645e8b9289dc760d03d66ea0a6836e28bc25717e6ba571d02cb0 SHA512 36f412ed83634c402cfb3fea3fc64b9782b348fde3e98617a6c478867a0e93bacd9a69b1feb8d7ee5c01de578ddb85fff1ab86dfaaf88391c3e03dc7aeb3dca7 -DIST xcb-0.8.2.crate 129071 BLAKE2B 83596850decb752c8fca84c383986e3cf1ca0708a682c083aee5e1d40d7ede2758e1a209d45745685a625d98d9438927e8f68de762bc01e843e91d9cddd16101 SHA512 276df8c84e5a416470ea5d7d29065acfa0f3b1c2f6f987242e30ceed746ee7c004257a26d01dba4f2366a76c5878b154242ed4f4cbe5b7df1b2c9c40c4d60c46 -DIST xdg-home-1.0.0.crate 3310 BLAKE2B 9ca30a8daabf4e48aa3266f382c8d33313388057d7cc0b837130229b342df4da8b712831df6ed4b71f55014e0b6acef482849735c82957e71fffcdb4eb781f63 SHA512 943414b1238be9cb0785987e45e90412ea1df6f838ec845147555e09e2433966b2635b59884f9adc13f79820661062f13c1368fa959f785897a2617ffad0bc23 DIST xdg-home-1.1.0.crate 3600 BLAKE2B 9ebd05881f0b835ad8647691d05b168f0cc807ccd02bbeff4da9db0a4f6b9c5458a891d6df2867f8597f70789d7e4d49d4b81dcd266ed05d1c3d4b67ad9f11f6 SHA512 3f4d6d81b84beab8eb549e124c9dcf5dbcad8b6471cd87edcebf5c0011371667718104c7ea6eba7301fde7524137b18484621c820c75b182bafd7b9b2972957a DIST xi-unicode-0.3.0.crate 87001 BLAKE2B 1d44488a32dc9bd9284df6ee26f0f05c5145c458dc76943cfab88f2f2544762477bbe1378bc1f5e365cd5a5ecf79e41fa66140190047f37ea5dfe678c97a542e SHA512 39875839dcf90b391e76a6b2c2efb2e6f8bfdfdaa59c4815bab8f24412f840c6b01232b5bd79a8f8c6bf7733333e5915c2a7235d27f890b883d6658094bf6271 -DIST zbus-3.14.1.crate 148931 BLAKE2B 6fe6dccbe50d58302ca514ed703f2ae73d6042399c7cdf8bfd156b6c3b08c9f0e6cd47dab2995b5a5dd6217f8c657b31a72676bf7627ab94b7021c507bb272d2 SHA512 e972c93293ecad9b25adb2175a6960d2e7f94acdb300e3d887c807d9532aba4e604747543142a174955057fdcd082c4a3cb340a4398e31b491c44eaa92829c9b DIST zbus-3.15.1.crate 151565 BLAKE2B 8cbf86b26886fa8239ff5f7950d7c591cc3b65a0e6faa8a57daa428d6278919918e8b772d094103c4bd35adb18f4347a2034bb7be6d2e152be06be10dd09c312 SHA512 a33a2b2cc8e23e42690785aaa407c0339dd9bda04d02eb4be9512140d8eb1e50c3ff501aec6b1366cdfe9a1ca75fb06b6a42a680adcb6bf1c1cb46708286a56f DIST zbus-4.1.2.crate 153356 BLAKE2B c6ca76de9305bcb9d1d8f0b21236feeee339aa1b0ce021336953df858fd3655045bffd7d8d95878d35db19bef264f719f0a74b0585b15a13bec2d612a597502e SHA512 2ac175d2ab04d3ac53567f44420d8cc61d2c67907072b9b08673ec776a6c6e0fc07c776e3893429ae6a488c79b7b382ecf242933803a55bad09b4fb1256f40c7 -DIST zbus_macros-3.14.1.crate 25893 BLAKE2B 432742f4ca676bea1c97ead3089d912a238ff1e002e4650a80d1e4f10f75f8005bcb37e8d937e0e72c0879806b59ab4356e784e06bd66c2a5ea3f46beefc8de6 SHA512 1b6a4376e3b5e7b5f95a52026e7ccf48c459b816b210e6cca2b67ff47161f586590b8c68e7876573105f7892e1c4c33163b3679acae779feeaffe220f64eaa09 DIST zbus_macros-3.15.1.crate 25878 BLAKE2B 7d1d88e221afd428e2b982d38a285ab626e65fef17aa625ac0b247eb7b57332eff1f396c99f4679c4562adbaa2f7a19c073db3a33417f0522854b4f120d4925b SHA512 1172b8ad0e40e3ead1378126024f300e845320599003fe0f34d486c2cec8fd01c14f4e18dca7a574f9b5aca7acfa4c6deff1d7357b6a4f29501a5976f22d4c16 DIST zbus_macros-4.1.2.crate 28306 BLAKE2B eb65d96bcb1f28e8cf7ce3196c6a1679d187229cbf66183c10315bed34c5d5f660e0e2920be0522f19aa0ec42ae32ee8f1748c129ee76d8dd42fd7d764b5f992 SHA512 394dcc0ef553e18e4dbed66f480bd444a24160d95498784615dc30c8611cb08a419a34324e8d761580d1c38e7da0489f9479b63b76b968f210590ff06fae85aa -DIST zbus_names-2.6.0.crate 9638 BLAKE2B 014004eda1335361f34101ab5715d457a0d6d7df8ba5c4262304c338ff16fd7723a9f9a47e088d8a949e3343d20c2a9a05e24fb3fa0e46a9c10c58399ff20042 SHA512 3d0e5fb5aab3d2955b4516168b19be5c86d04cf2cc7d7f83779ba1d0f637a5670f16bc2f34e57bef0692477c3e2c1821f820214424c45f0411c40be954e38741 DIST zbus_names-2.6.1.crate 9640 BLAKE2B 72626c31b7fd363942ade39c8b688810dace1ee3414090d678f3a0eb04b1fb5e16fee93c1fe24c4abd4e19c1a7ec0b9c2e7b9a6df7454618e15cc5fe7a3686cc SHA512 9bec9a7a03d0306b05e248dc70897313a7cba1ed9db4b4b44ba3ac4db1c0ab9cf5a3ce1fda516a14badf36ba62f182b0c0fad3087842ec5942897cbd59e72125 DIST zbus_names-3.0.0.crate 10650 BLAKE2B 0c8a0ee67c9236ef51a1add3038d5ac5a9f00dccd9df059b16454754db44e7c5ac66b74f3f98c317ee73a1c982b8439d6a92995d984b9b9d744c3c9203edbed3 SHA512 e0ebd468f152ef8063faa547f60b58d2d87948e24741d1cec0e97eef1817653d524ce5519795db64a3a7d9101ee2c6b67f0bf2bade894c57b5c37aee19fc82ab DIST zerocopy-0.6.6.crate 47473 BLAKE2B 234279a161f5e136fb3ecae263274dceaa878c0da180b070d679d090c498385841670783824739ce8b2c0db10e8470bdc3993e1b2460064bc44d80526937e94e SHA512 2933bc6560c117e4574334da24eeb53d02ce8b158f46fdd77cd7dfe8bbd108b3b95318df4b0b59718ab696349649111c06a8d3960cc5f52223abe2c9dc335dad -DIST zerocopy-0.7.31.crate 151100 BLAKE2B 0363306c4b0f024bf87d8d689bfa63b7a12fcbf670cfb07a27a69d5b8269c38eadb73319b8788842d292bc73eb41a2a16820cb265cdf40f6a1f9dade3aa44d5c SHA512 672c71003c26a6cae1fc0704e13210b20055e66ccb1682e590effda094ab6c0409d56060c7dc8e94e4a0295b55e476f50bd2145096cbdad7b14c4abf613a251e DIST zerocopy-0.7.32.crate 151096 BLAKE2B 12c7c329ec0e0865467af08306ff4b55ce1e39fd77b094ee48ed9c6e266dfa807bda9ea72a3f7ea989916327f4d9e803d8868995728bfe2fb1c2dc1e5ecff78e SHA512 6729b05eb88029555b88c75feff4f8bc28ad9675edb02b07486381f775c8650c95e2e59612906bd9c34c5e390fd339857ca91573ee9f9ca7948572cff4171c82 DIST zerocopy-derive-0.6.6.crate 522443 BLAKE2B aa3626428c9d79a4bf6f593da0fbe42c77cebff8a0c1c4b22bbe2a5aa63f6e30771681887565905fd62241c2d396eefb32435ed1c01d3d165cc1989d12c42401 SHA512 c91144a6d5c85a0917dd34302a7518b98780c06377399831a777a0d4da7826c70f66e3ec9eeadf1bd5f63be36a75345d49257cca1ba15db0f6d9f129d7f0c1b4 -DIST zerocopy-derive-0.7.31.crate 533507 BLAKE2B e0872636d43956d1405e296f51f313989b1cddd9911adc5f1c2a59274f9668003356bbc942cbe7f339d7173f8caca8378e7ba11461c181fa1b51e582bf833a5f SHA512 33a0e2b1045c6f584fd67c34a64d4262c848090acbeafbc75e4c553ec2e2d14dcb70285a1a2d840257757b1836fdb44778737aa06199cd4e831ac74623932827 DIST zerocopy-derive-0.7.32.crate 37623 BLAKE2B 8b583d39d7bf9c3dbbba578120751c664f87363c5ba3fc45f6506a4059b9e599c43d9fc7bd498a257ff7c9d872af77d39bebdb0e65fb8009eaa2ae9903dece46 SHA512 3ce8528871fd18d6abe92b98503927451d25791c9c4af0ba39a3b6ba2006030bdc137084d080e9b1ac8b5ddf5f2121e0a3ef34bb2033a040f2c72c8149a9fc0d -DIST zvariant-3.15.0.crate 72221 BLAKE2B d2bea9c05edfda4a3c27a813a2d5274d3e7e35fa56d17bee91958c641e45b8c9bc7eb4f7787e099d712585e770012f364e244c4c1c30cc918886a688f666d642 SHA512 7acbeff6f717530ad771a415b5fd59804e6cff862c36ff4a7adee715d988a5ced8bcd47d3b41636a716239af8c0ac5b9dedaa663acc6f9f725b4a6072088341c DIST zvariant-3.15.1.crate 75402 BLAKE2B f3b4637eecc51e6d9e56bafb48be1224248418ec51ebe4151d99e31e441304559cef669b89583c5cdd960864f73796f04bbf544e8b31164cd6fd33a63163fd16 SHA512 a7f1447e2580f5d9496f9a9b4cd21029e18db26cec74c5fa7c4cad068679ff471b6b536bbd93ef7d8c69e37eeb563c69673abbfedd70a33f70e4ccb740285fab DIST zvariant-4.0.2.crate 81443 BLAKE2B 5bf2cb6b2e2b34c2397d9579a60ea7cf28a060456e8dc86498e07c9d1bbf8313d5c2235cadd5be8ec30646cf9e224312efff49ed3c41e010678ec498ed586ae9 SHA512 2811d3b9da164d3848684ceb74ce928f5951b135a40be11502a67f8a6506342efcab0e9c4f9401b5ca0d7b7a14df02f6f4f1c4375c418e5a20ec5faf2a878a3e -DIST zvariant_derive-3.15.0.crate 10943 BLAKE2B e75d5feb9a76b74c7b77d0be8552c06a2323337884c5cae60827bf7c470d0875d2c3d40c393fc84c63789206650100b6726da7e57446958ae07d5c20605905c6 SHA512 262009179f7c5d6b559709be69c89697eccc0202fbe52575f116894390b4443986edf6bf51ad83177423d5713217ec8f0fb9ecd3382960120055666124afabf8 DIST zvariant_derive-3.15.1.crate 10935 BLAKE2B 4135f61de4748717ac73a3710b632fad97cc009b4d79d4f43e93f079a7531deba50c74fca9085ebc8c5404c2fba432b593972596a6343bc3f78500a684c893fc SHA512 dfdbe9466af44a991bf75c0f73472163f68001b7918797eabd634cb9132e95fff0d294ef4e055be2f6a87763c36c47b977ee42c59f5437b06f8f4fbf47e1ead7 DIST zvariant_derive-4.0.2.crate 10974 BLAKE2B ae6c23021ded15d76305e9b3f3fa3a65d4e68f369cc3300e1d17206ca44c632b5ea624affb2df302f955f08a344b235cf01602168618980bc489bf490f3811a1 SHA512 87c17ad302c5f30f7677cc15b8db5b939e579b6bc0261534bb7321440266bfba9f43bbcf19e65603cdca8077bda8a4f3b7c7d4f177cd89980e2bfec39c98409d -DIST zvariant_utils-1.0.1.crate 6223 BLAKE2B ea304bac65493168f1be268192829d5a666a267b1f69533a9d2da2b2d2447d7a9f0f70164d60ab02afd90134e37060f86706bc7047c23aedb198d0834f987d15 SHA512 3cf364d53f1169d5274998c3f06ef1a9371071644b256223441deb004553d4eccbb564305ddc0693cf1b7a595e8c1b989df0f8b4eb8447a72782d7d200120f36 DIST zvariant_utils-1.1.0.crate 6858 BLAKE2B ed117144cdd1b3351cddb0403b7b8fa3290e097dc527456ca7580910a0ad07b323c5c221f2c796eefd8dd5c7945e594c5bffe6b72caf26f2d416b58889b8cc34 SHA512 5ab70e347a3251c029688b0e8060f640168da3d20d1f0ceef054096209b9101fbb48ba74eb04aabd4c39f4c8090eb94a0594750b85d9955542f0bf7732a66aa7 diff --git a/media-sound/ncspot/ncspot-1.0.0.ebuild b/media-sound/ncspot/ncspot-1.0.0.ebuild deleted file mode 100644 index feb6ccb45ea1..000000000000 --- a/media-sound/ncspot/ncspot-1.0.0.ebuild +++ /dev/null @@ -1,545 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.6 - -EAPI=8 - -CRATES=" - addr2line@0.21.0 - adler@1.0.2 - aes-ctr@0.6.0 - aes-soft@0.6.4 - aes@0.6.0 - aesni@0.10.0 - ahash@0.8.6 - aho-corasick@1.1.2 - alsa-sys@0.3.1 - alsa@0.6.0 - android-tzdata@0.1.1 - android_system_properties@0.1.5 - anstream@0.6.5 - anstyle-parse@0.2.3 - anstyle-query@1.0.2 - anstyle-wincon@3.0.2 - anstyle@1.0.4 - async-broadcast@0.5.1 - async-channel@2.1.1 - async-executor@1.8.0 - async-fs@1.6.0 - async-io@1.13.0 - async-io@2.2.2 - async-lock@2.8.0 - async-lock@3.2.0 - async-process@1.8.1 - async-recursion@1.0.5 - async-signal@0.2.5 - async-task@4.5.0 - async-trait@0.1.74 - atomic-waker@1.1.2 - autocfg@1.1.0 - backtrace@0.3.69 - base64@0.13.1 - base64@0.21.5 - bindgen@0.69.1 - bitflags@1.3.2 - bitflags@2.4.1 - block-buffer@0.10.4 - block-buffer@0.9.0 - block@0.1.6 - blocking@1.5.1 - bumpalo@3.14.0 - bytecount@0.6.7 - byteorder@1.5.0 - bytes@1.5.0 - cc@1.0.83 - cesu8@1.1.0 - cexpr@0.6.0 - cfg-if@1.0.0 - chrono@0.4.31 - cipher@0.2.5 - clang-sys@1.6.1 - clap@4.4.11 - clap_builder@4.4.11 - clap_complete@4.4.4 - clap_lex@0.6.0 - clap_mangen@0.2.15 - clipboard-win@2.2.0 - clipboard@0.5.0 - colorchoice@1.0.0 - combine@4.6.6 - concurrent-queue@2.4.0 - cookie@0.17.0 - cookie_store@0.20.0 - core-foundation-sys@0.8.6 - core-foundation@0.9.4 - coreaudio-rs@0.10.0 - coreaudio-sys@0.2.14 - cpal@0.13.5 - cpufeatures@0.2.11 - crossbeam-channel@0.5.9 - crossbeam-utils@0.8.17 - crossterm@0.25.0 - crossterm_winapi@0.9.1 - crypto-common@0.1.6 - crypto-mac@0.11.1 - ctr@0.6.0 - cursive@0.20.0 - cursive_buffered_backend@0.6.1 - cursive_core@0.3.7 - darling@0.13.4 - darling@0.20.3 - darling_core@0.13.4 - darling_core@0.20.3 - darling_macro@0.13.4 - darling_macro@0.20.3 - deranged@0.3.10 - derivative@2.2.0 - derive-new@0.5.9 - digest@0.10.7 - digest@0.9.0 - dirs-next@1.0.2 - dirs-next@2.0.0 - dirs-sys-next@0.1.2 - dlib@0.5.2 - downcast-rs@1.2.0 - encoding_rs@0.8.33 - enum-map-derive@0.17.0 - enum-map@2.7.3 - enum_dispatch@0.3.12 - enumflags2@0.7.8 - enumflags2_derive@0.7.8 - enumset@1.1.3 - enumset_derive@0.8.1 - equivalent@1.0.1 - errno@0.3.8 - event-listener-strategy@0.4.0 - event-listener@2.5.3 - event-listener@3.1.0 - event-listener@4.0.0 - fastrand@1.9.0 - fastrand@2.0.1 - fern@0.6.2 - fixedbitset@0.4.2 - fnv@1.0.7 - foreign-types-shared@0.1.1 - foreign-types@0.3.2 - form_urlencoded@1.2.1 - futures-channel@0.3.29 - futures-core@0.3.29 - futures-executor@0.3.29 - futures-io@0.3.29 - futures-lite@1.13.0 - futures-lite@2.1.0 - futures-macro@0.3.29 - futures-sink@0.3.29 - futures-task@0.3.29 - futures-util@0.3.29 - futures@0.3.29 - generic-array@0.14.7 - getrandom@0.2.11 - gimli@0.28.1 - glob@0.3.1 - h2@0.3.22 - half@1.8.2 - hashbrown@0.12.3 - hashbrown@0.14.3 - headers-core@0.2.0 - headers@0.3.9 - heck@0.4.1 - hermit-abi@0.3.3 - hex@0.4.3 - hmac@0.11.0 - http-body@0.4.6 - http@0.2.11 - httparse@1.8.0 - httpdate@1.0.3 - hyper-proxy@0.9.1 - hyper-tls@0.5.0 - hyper@0.14.27 - iana-time-zone-haiku@0.1.2 - iana-time-zone@0.1.58 - ident_case@1.0.1 - idna@0.3.0 - idna@0.5.0 - indexmap@1.9.3 - indexmap@2.1.0 - instant@0.1.12 - io-lifetimes@1.0.11 - ioctl-rs@0.2.0 - ipnet@2.9.0 - itoa@1.0.10 - jni-sys@0.3.0 - jni@0.19.0 - jobserver@0.1.27 - js-sys@0.3.66 - lazy_static@1.4.0 - lazycell@1.3.0 - lewton@0.10.2 - libc@0.2.151 - libloading@0.7.4 - libloading@0.8.1 - libm@0.2.8 - libpulse-binding@2.28.1 - libpulse-simple-binding@2.28.1 - libpulse-simple-sys@1.21.1 - libpulse-sys@1.21.0 - libredox@0.0.1 - librespot-audio@0.4.2 - librespot-core@0.4.2 - librespot-metadata@0.4.2 - librespot-playback@0.4.2 - librespot-protocol@0.4.2 - linux-raw-sys@0.3.8 - linux-raw-sys@0.4.12 - lock_api@0.4.11 - log@0.4.20 - mac-notification-sys@0.6.1 - mach@0.3.2 - malloc_buf@0.0.6 - maplit@1.0.2 - maybe-async@0.2.7 - memchr@2.6.4 - memoffset@0.6.5 - memoffset@0.7.1 - memoffset@0.9.0 - mime@0.3.17 - minimal-lexical@0.2.1 - miniz_oxide@0.7.1 - mio@0.8.10 - native-tls@0.2.11 - ncurses@5.101.0 - ndk-context@0.1.1 - ndk-glue@0.6.2 - ndk-macro@0.3.0 - ndk-sys@0.3.0 - ndk@0.6.0 - nix@0.23.2 - nix@0.26.4 - nom@7.1.3 - notify-rust@4.10.0 - num-bigint@0.2.6 - num-bigint@0.4.4 - num-complex@0.2.4 - num-complex@0.4.4 - num-derive@0.3.3 - num-integer@0.1.45 - num-iter@0.1.43 - num-rational@0.2.4 - num-rational@0.4.1 - num-traits@0.2.17 - num@0.2.1 - num@0.4.1 - num_cpus@1.16.0 - num_enum@0.5.11 - num_enum_derive@0.5.11 - num_threads@0.1.6 - numtoa@0.1.0 - objc-foundation@0.1.1 - objc@0.2.7 - objc_id@0.1.1 - object@0.32.1 - oboe-sys@0.4.5 - oboe@0.4.6 - ogg@0.8.0 - once_cell@1.19.0 - opaque-debug@0.3.0 - openssl-macros@0.1.1 - openssl-probe@0.1.5 - openssl-sys@0.9.97 - openssl@0.10.61 - ordered-stream@0.2.0 - os_pipe@1.1.4 - owning_ref@0.4.1 - pancurses@0.17.0 - parking@2.2.0 - parking_lot@0.11.2 - parking_lot@0.12.1 - parking_lot_core@0.8.6 - parking_lot_core@0.9.9 - parse_duration@2.1.1 - pbkdf2@0.8.0 - pdcurses-sys@0.7.1 - peeking_take_while@0.1.2 - percent-encoding@2.3.1 - petgraph@0.6.4 - pin-project-lite@0.2.13 - pin-utils@0.1.0 - piper@0.2.1 - pkg-config@0.3.27 - platform-dirs@0.3.0 - polling@2.8.0 - polling@3.3.1 - portaudio-rs@0.3.2 - portaudio-sys@0.1.1 - powerfmt@0.2.0 - ppv-lite86@0.2.17 - priority-queue@1.3.2 - proc-macro-crate@1.3.1 - proc-macro2@1.0.70 - protobuf-codegen-pure@2.28.0 - protobuf-codegen@2.28.0 - protobuf@2.28.0 - quick-xml@0.30.0 - quote@1.0.33 - rand@0.8.5 - rand_chacha@0.3.1 - rand_core@0.6.4 - rand_distr@0.4.3 - redox_syscall@0.2.16 - redox_syscall@0.4.1 - redox_termios@0.1.3 - redox_users@0.4.4 - regex-automata@0.4.3 - regex-syntax@0.8.2 - regex@1.10.2 - reqwest@0.11.22 - ring@0.17.7 - rodio@0.15.0 - roff@0.2.1 - rspotify-http@0.12.0 - rspotify-macros@0.12.0 - rspotify-model@0.12.0 - rspotify@0.12.0 - rustc-demangle@0.1.23 - rustc-hash@1.1.0 - rustc_version@0.4.0 - rustix@0.37.27 - rustix@0.38.28 - rustls-webpki@0.101.7 - rustls@0.21.10 - rustversion@1.0.14 - ryu@1.0.16 - same-file@1.0.6 - schannel@0.1.22 - scoped-tls@1.0.1 - scopeguard@1.2.0 - sct@0.7.1 - security-framework-sys@2.9.1 - security-framework@2.9.2 - semver@1.0.20 - serde@1.0.193 - serde_cbor@0.11.2 - serde_derive@1.0.193 - serde_json@1.0.108 - serde_repr@0.1.17 - serde_spanned@0.6.4 - serde_urlencoded@0.7.1 - sha-1@0.9.8 - sha1@0.10.6 - sha2@0.10.8 - shannon@0.2.0 - shell-words@1.1.0 - shlex@1.2.0 - signal-hook-mio@0.2.3 - signal-hook-registry@1.4.1 - signal-hook@0.3.17 - slab@0.4.9 - smallvec@1.11.2 - socket2@0.4.10 - socket2@0.5.5 - spin@0.9.8 - stable_deref_trait@1.2.0 - static_assertions@1.1.0 - stdweb@0.1.3 - strsim@0.10.0 - strum@0.25.0 - strum_macros@0.25.3 - subtle@2.4.1 - syn@1.0.109 - syn@2.0.41 - system-configuration-sys@0.5.0 - system-configuration@0.5.1 - tauri-winrt-notification@0.1.3 - tempfile@3.8.1 - term_size@0.3.2 - termion@1.5.6 - thiserror-impl@1.0.51 - thiserror@1.0.51 - thread-id@4.2.1 - time-core@0.1.2 - time-macros@0.2.15 - time@0.3.30 - tinyvec@1.6.0 - tinyvec_macros@0.1.1 - tokio-macros@2.2.0 - tokio-native-tls@0.3.1 - tokio-stream@0.1.14 - tokio-util@0.7.10 - tokio@1.35.0 - toml@0.8.8 - toml_datetime@0.6.5 - toml_edit@0.19.15 - toml_edit@0.21.0 - tower-service@0.3.2 - tracing-attributes@0.1.27 - tracing-core@0.1.32 - tracing@0.1.40 - tree_magic_mini@3.0.3 - try-lock@0.2.5 - typenum@1.17.0 - uds_windows@1.1.0 - unicode-bidi@0.3.14 - unicode-ident@1.0.12 - unicode-normalization@0.1.22 - unicode-segmentation@1.10.1 - unicode-width@0.1.11 - untrusted@0.9.0 - ureq@2.9.1 - url@2.5.0 - utf8parse@0.2.1 - uuid@1.6.1 - vcpkg@0.2.15 - vergen@3.2.0 - version_check@0.9.4 - waker-fn@1.1.1 - walkdir@2.4.0 - want@0.3.1 - wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.89 - wasm-bindgen-futures@0.4.39 - wasm-bindgen-macro-support@0.2.89 - wasm-bindgen-macro@0.2.89 - wasm-bindgen-shared@0.2.89 - wasm-bindgen@0.2.89 - wayland-backend@0.3.2 - wayland-client@0.31.1 - wayland-protocols-wlr@0.2.0 - wayland-protocols@0.31.0 - wayland-scanner@0.31.0 - wayland-sys@0.31.1 - web-sys@0.3.66 - webpki-roots@0.25.3 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-util@0.1.6 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-core@0.51.1 - windows-sys@0.48.0 - windows-sys@0.52.0 - windows-targets@0.48.5 - windows-targets@0.52.0 - windows@0.51.1 - windows_aarch64_gnullvm@0.48.5 - windows_aarch64_gnullvm@0.52.0 - windows_aarch64_msvc@0.48.5 - windows_aarch64_msvc@0.52.0 - windows_i686_gnu@0.48.5 - windows_i686_gnu@0.52.0 - windows_i686_msvc@0.48.5 - windows_i686_msvc@0.52.0 - windows_x86_64_gnu@0.48.5 - windows_x86_64_gnu@0.52.0 - windows_x86_64_gnullvm@0.48.5 - windows_x86_64_gnullvm@0.52.0 - windows_x86_64_msvc@0.48.5 - windows_x86_64_msvc@0.52.0 - winnow@0.5.28 - winreg@0.5.1 - winreg@0.50.0 - wl-clipboard-rs@0.8.0 - x11-clipboard@0.3.3 - xcb@0.8.2 - xdg-home@1.0.0 - xi-unicode@0.3.0 - zbus@3.14.1 - zbus_macros@3.14.1 - zbus_names@2.6.0 - zerocopy-derive@0.6.6 - zerocopy-derive@0.7.31 - zerocopy@0.6.6 - zerocopy@0.7.31 - zvariant@3.15.0 - zvariant_derive@3.15.0 - zvariant_utils@1.0.1 -" - -# xtask crates: -CRATES+=" - cargo-xtask@0.1.0 - clap_mangen@0.2.15 - clap_complete@4.4.4 - clap@4.4.8 -" - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit bash-completion-r1 cargo desktop optfeature python-any-r1 - -DESCRIPTION="ncurses Spotify client written in Rust using librespot" -HOMEPAGE="https://github.com/hrkfdn/ncspot" -SRC_URI="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - ${CARGO_CRATE_URIS}" - -LICENSE="BSD-2" -# Dependent crate licenses -LICENSE+=" Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016" -SLOT="0" -KEYWORDS="amd64" - -IUSE="clipboard cover mpris ncurses +notify pulseaudio" - -RDEPEND="dev-libs/openssl:= - sys-apps/dbus - clipboard? ( x11-libs/libxcb:= ) - cover? ( media-gfx/ueberzug ) - ncurses? ( sys-libs/ncurses:= ) - !ncurses? ( sys-libs/ncurses ) - pulseaudio? ( media-libs/libpulse ) - !pulseaudio? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND}" -BDEPEND="${PYTHON_DEPS} - virtual/pkgconfig" - -QA_FLAGS_IGNORED="/usr/bin/ncspot" - -src_configure() { - local myfeaturesdef="" - - use clipboard && myfeaturesdef+="share_clipboard,share_selection," - use cover && myfeaturesdef+="cover," - use mpris && myfeaturesdef+="mpris," - use ncurses && myfeaturesdef+="ncurses_backend," - use notify && myfeaturesdef+="notify," - - # It always seems to link to libpulse regardless of this setting if libpulse is installed. - if use pulseaudio; then - myfeaturesdef+="pulseaudio_backend," - else - myfeaturesdef+="alsa_backend," - fi - - local myfeatures=( "${myfeaturesdef::-1}" ) - - cargo_src_configure --no-default-features -} - -src_compile() { - cargo_src_compile - - cargo xtask generate-shell-completion || die - cargo xtask generate-manpage || die -} - -src_install() { - cargo_src_install - einstalldocs - - domenu misc/ncspot.desktop - newicon -s scalable images/logo.svg ncspot.svg - - dobashcomp misc/ncspot.bash - - insinto /usr/share/fish/completions - doins misc/ncspot.fish - - insinto /usr/share/zsh/site-functions - doins misc/_ncspot - - doman misc/ncspot.1 -} - -pkg_postinst() { - optfeature_header "Optional runtime features:" - optfeature "MPRIS song scrobbling support" media-sound/rescrobbled -} diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz index 52f2b66b3afe..cc2c8791640e 100644 Binary files a/media-video/Manifest.gz and b/media-video/Manifest.gz differ diff --git a/media-video/libva-utils/libva-utils-2.21.0.ebuild b/media-video/libva-utils/libva-utils-2.21.0.ebuild index 60f57e6e4c4a..4de57531c234 100644 --- a/media-video/libva-utils/libva-utils-2.21.0.ebuild +++ b/media-video/libva-utils/libva-utils-2.21.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999 ]] ; then EGIT_REPO_URI="https://github.com/intel/libva-utils" else SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" diff --git a/media-video/pipewire/pipewire-1.0.4.ebuild b/media-video/pipewire/pipewire-1.0.4.ebuild index 88312367a689..0115d177525b 100644 --- a/media-video/pipewire/pipewire-1.0.4.ebuild +++ b/media-video/pipewire/pipewire-1.0.4.ebuild @@ -47,7 +47,7 @@ else PIPEWIRE_DOCS_USEFLAG="man" fi - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="Multimedia processing graphs" diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 9af987eb2271..66e3d2a94dc6 100644 Binary files a/metadata/Manifest.gz and b/metadata/Manifest.gz differ diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index a791cdb986a7..f28f619c8f58 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 28 Apr 2024 11:00:39 +0000 +Tue, 30 Apr 2024 03:40:16 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index f90c403d155e..f28f619c8f58 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 28 Apr 2024 11:00:47 +0000 +Tue, 30 Apr 2024 03:40:16 +0000 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 57cb013cb7d6..ce77ba3808d2 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index f31f70fe6420..364e423d97ae 100644 Binary files a/metadata/md5-cache/app-admin/Manifest.gz and b/metadata/md5-cache/app-admin/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/ansible-molecule-24.2.1 b/metadata/md5-cache/app-admin/ansible-molecule-24.2.1 index 500e2d9f77d9..7f24690ff477 100644 --- a/metadata/md5-cache/app-admin/ansible-molecule-24.2.1 +++ b/metadata/md5-cache/app-admin/ansible-molecule-24.2.1 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://pypi.org/project/molecule/ https://github.com/ansible/molecule/ INHERIT=distutils-r1 docs optfeature pypi IUSE=selinux test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 doc -KEYWORDS=~amd64 ~arm64 ~riscv +KEYWORDS=amd64 ~arm64 ~riscv LICENSE=MIT RDEPEND=python_single_target_python3_10? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_10(-)] >=dev-python/ansible-compat-4.1.8[python_targets_python3_10(-)] >=dev-python/click-8.0[python_targets_python3_10(-)] =dev-python/click-help-colors-0.9[python_targets_python3_10(-)] >=dev-python/enrich-1.2.7[python_targets_python3_10(-)] >=dev-python/jinja-2.11.3[python_targets_python3_10(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] =dev-python/pyyaml-5.1[python_targets_python3_10(-)] >=dev-python/rich-9.5.1[python_targets_python3_10(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_11(-)] >=dev-python/ansible-compat-4.1.8[python_targets_python3_11(-)] >=dev-python/click-8.0[python_targets_python3_11(-)] =dev-python/click-help-colors-0.9[python_targets_python3_11(-)] >=dev-python/enrich-1.2.7[python_targets_python3_11(-)] >=dev-python/jinja-2.11.3[python_targets_python3_11(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] =dev-python/pyyaml-5.1[python_targets_python3_11(-)] >=dev-python/rich-9.5.1[python_targets_python3_11(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_12(-)] >=dev-python/ansible-compat-4.1.8[python_targets_python3_12(-)] >=dev-python/click-8.0[python_targets_python3_12(-)] =dev-python/click-help-colors-0.9[python_targets_python3_12(-)] >=dev-python/enrich-1.2.7[python_targets_python3_12(-)] >=dev-python/jinja-2.11.3[python_targets_python3_12(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] =dev-python/pyyaml-5.1[python_targets_python3_12(-)] >=dev-python/rich-9.5.1[python_targets_python3_12(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_12(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/m/molecule/molecule-24.2.1.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 docs 7f3c0d47338743498c69f1887a139f57 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=6d3e401122364a408625a8354972d218 +_md5_=41661e3fd27f108b9e567422db4fd27c diff --git a/metadata/md5-cache/app-admin/ansible-molecule-5.1.0 b/metadata/md5-cache/app-admin/ansible-molecule-5.1.0 deleted file mode 100644 index 1e6c245f4ea1..000000000000 --- a/metadata/md5-cache/app-admin/ansible-molecule-5.1.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=python_single_target_python3_10? ( =app-admin/ansible-lint-6.12.1[python_targets_python3_10(-)] app-misc/check-jsonschema[python_targets_python3_10(-)] >=dev-python/ansi2html-1.8.0[python_targets_python3_10(-)] >=dev-python/filelock-3.9.0[python_targets_python3_10(-)] =dev-python/pytest-mock-3.10.0[python_targets_python3_10(-)] >=dev-python/pytest-plus-0.4.0[python_targets_python3_10(-)] >=dev-python/pytest-testinfra-7.0.0[python_targets_python3_10(-)] >=dev-python/pytest-xdist-3.1.0[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( =app-admin/ansible-lint-6.12.1[python_targets_python3_11(-)] app-misc/check-jsonschema[python_targets_python3_11(-)] >=dev-python/ansi2html-1.8.0[python_targets_python3_11(-)] >=dev-python/filelock-3.9.0[python_targets_python3_11(-)] =dev-python/pytest-mock-3.10.0[python_targets_python3_11(-)] >=dev-python/pytest-plus-0.4.0[python_targets_python3_11(-)] >=dev-python/pytest-testinfra-7.0.0[python_targets_python3_11(-)] >=dev-python/pytest-xdist-3.1.0[python_targets_python3_11(-)] ) ) test? ( python_single_target_python3_10? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_10(-)] >=dev-python/ansible-compat-4.1.2[python_targets_python3_10(-)] >=dev-python/click-8.0[python_targets_python3_10(-)] =dev-python/click-help-colors-0.9[python_targets_python3_10(-)] >=dev-python/enrich-1.2.7[python_targets_python3_10(-)] >=dev-python/jinja-2.11.3[python_targets_python3_10(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] =dev-python/pyyaml-5.1[python_targets_python3_10(-)] >=dev-python/rich-9.5.1[python_targets_python3_10(-)] >=dev-util/cookiecutter-1.7.3[python_targets_python3_10(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_11(-)] >=dev-python/ansible-compat-4.1.2[python_targets_python3_11(-)] >=dev-python/click-8.0[python_targets_python3_11(-)] =dev-python/click-help-colors-0.9[python_targets_python3_11(-)] >=dev-python/enrich-1.2.7[python_targets_python3_11(-)] >=dev-python/jinja-2.11.3[python_targets_python3_11(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] =dev-python/pyyaml-5.1[python_targets_python3_11(-)] >=dev-python/rich-9.5.1[python_targets_python3_11(-)] >=dev-util/cookiecutter-1.7.3[python_targets_python3_11(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) doc? ( python_single_target_python3_10? ( dev-python/mkdocs[python_targets_python3_10(-)] >=dev-python/mkdocs-ansible-0.1.4[python_targets_python3_10(-)] dev-python/mkdocs-autorefs[python_targets_python3_10(-)] dev-python/mkdocstrings-python[python_targets_python3_10(-)] media-gfx/cairosvg[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/mkdocs[python_targets_python3_11(-)] >=dev-python/mkdocs-ansible-0.1.4[python_targets_python3_11(-)] dev-python/mkdocs-autorefs[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] media-gfx/cairosvg[python_targets_python3_11(-)] ) ) -DEFINED_PHASES=compile configure install postinst prepare setup test -DESCRIPTION=A toolkit designed to aid in the development and testing of Ansible roles -EAPI=8 -HOMEPAGE=https://pypi.org/project/molecule/ https://github.com/ansible/molecule/ -INHERIT=distutils-r1 docs optfeature pypi -IUSE=selinux test python_single_target_python3_10 python_single_target_python3_11 doc -KEYWORDS=amd64 ~arm64 ~riscv -LICENSE=MIT -RDEPEND=python_single_target_python3_10? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_10(-)] >=dev-python/ansible-compat-4.1.2[python_targets_python3_10(-)] >=dev-python/click-8.0[python_targets_python3_10(-)] =dev-python/click-help-colors-0.9[python_targets_python3_10(-)] >=dev-python/enrich-1.2.7[python_targets_python3_10(-)] >=dev-python/jinja-2.11.3[python_targets_python3_10(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] =dev-python/pyyaml-5.1[python_targets_python3_10(-)] >=dev-python/rich-9.5.1[python_targets_python3_10(-)] >=dev-util/cookiecutter-1.7.3[python_targets_python3_10(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( >=app-admin/ansible-core-2.12.10[python_targets_python3_11(-)] >=dev-python/ansible-compat-4.1.2[python_targets_python3_11(-)] >=dev-python/click-8.0[python_targets_python3_11(-)] =dev-python/click-help-colors-0.9[python_targets_python3_11(-)] >=dev-python/enrich-1.2.7[python_targets_python3_11(-)] >=dev-python/jinja-2.11.3[python_targets_python3_11(-)] >=dev-python/jsonschema-4.9.1[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] =dev-python/pyyaml-5.1[python_targets_python3_11(-)] >=dev-python/rich-9.5.1[python_targets_python3_11(-)] >=dev-util/cookiecutter-1.7.3[python_targets_python3_11(-)] selinux? ( sys-libs/libselinux[python,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/m/molecule/molecule-5.1.0.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 docs 7f3c0d47338743498c69f1887a139f57 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1bcd161497aaebb7eb10cb93ff4afe09 diff --git a/metadata/md5-cache/app-admin/calamares-3.3.6 b/metadata/md5-cache/app-admin/calamares-3.3.6 new file mode 100644 index 000000000000..a85909e1ec9a --- /dev/null +++ b/metadata/md5-cache/app-admin/calamares-3.3.6 @@ -0,0 +1,18 @@ +BDEPEND=qt6? ( >=dev-qt/qttools-6.5.0:6[linguist] >=kde-frameworks/extra-cmake-modules-5.240 ) !qt6? ( >=dev-qt/linguist-tools-5.15.0:5 >=kde-frameworks/extra-cmake-modules-5.78 ) app-alternatives/ninja >=dev-build/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-5.106.0:* +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-cpp/yaml-cpp:= python_single_target_python3_10? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_10(-)] dev-libs/libpwquality[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_11(-)] dev-libs/libpwquality[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_12(-)] dev-libs/libpwquality[python_targets_python3_12(-)] ) qt6? ( >=dev-qt/qtbase-6.5.0:6[concurrent,dbus,gui,network,widgets,xml] >=dev-qt/qtdeclarative-6.5.0:6 >=dev-qt/qtsvg-6.5.0:6 >=dev-qt/qtwebengine-6.5.0:6[widgets] dev-qt/kdsingleapplication[qt6] >=kde-frameworks/kconfig-5.240:6 >=kde-frameworks/kcoreaddons-5.240:6 >=kde-frameworks/kcrash-5.240:6 >=kde-frameworks/ki18n-5.240:6 >=kde-frameworks/kpackage-5.240:6 >=kde-frameworks/kparts-5.240:6 >=kde-frameworks/kservice-5.240:6 >=kde-frameworks/kwidgetsaddons-5.240:6 sys-auth/polkit-qt[qt6(-)] >=sys-libs/kpmcore-24.01.75:6= ) !qt6? ( >=dev-qt/qtconcurrent-5.15.0:5 >=dev-qt/qtdbus-5.15.0:5 >=dev-qt/qtdeclarative-5.15.0:5 >=dev-qt/qtgui-5.15.0:5 >=dev-qt/qtnetwork-5.15.0:5 >=dev-qt/qtsvg-5.15.0:5 >=dev-qt/qtwebengine-5.15.0:5[widgets] >=dev-qt/qtwidgets-5.15.0:5 >=dev-qt/qtxml-5.15.0:5 dev-qt/kdsingleapplication[-qt6] >=kde-frameworks/kconfig-5.78:5 >=kde-frameworks/kcoreaddons-5.78:5 >=kde-frameworks/kcrash-5.78:5 >=kde-frameworks/ki18n-5.78:5 >=kde-frameworks/kpackage-5.78:5 >=kde-frameworks/kparts-5.78:5 >=kde-frameworks/kservice-5.78:5 >=kde-frameworks/kwidgetsaddons-5.78:5 sys-auth/polkit-qt[qt5(+)] >=sys-libs/kpmcore-20.04.0:5= ) sys-apps/dbus sys-apps/dmidecode virtual/libcrypt:= test? ( !qt6? ( dev-qt/qttest:5 ) ) test? ( dev-qt/qttest:5 ) dev-qt/qtcore:5 +DESCRIPTION=Distribution-independent installer framework +EAPI=8 +HOMEPAGE=https://calamares.io +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=ecm python-single-r1 +IUSE=+networkmanager qt6 +upower debug test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-cpp/yaml-cpp:= python_single_target_python3_10? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_10(-)] dev-libs/libpwquality[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_11(-)] dev-libs/libpwquality[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/boost-1.72.0:=[python,python_targets_python3_12(-)] dev-libs/libpwquality[python_targets_python3_12(-)] ) qt6? ( >=dev-qt/qtbase-6.5.0:6[concurrent,dbus,gui,network,widgets,xml] >=dev-qt/qtdeclarative-6.5.0:6 >=dev-qt/qtsvg-6.5.0:6 >=dev-qt/qtwebengine-6.5.0:6[widgets] dev-qt/kdsingleapplication[qt6] >=kde-frameworks/kconfig-5.240:6 >=kde-frameworks/kcoreaddons-5.240:6 >=kde-frameworks/kcrash-5.240:6 >=kde-frameworks/ki18n-5.240:6 >=kde-frameworks/kpackage-5.240:6 >=kde-frameworks/kparts-5.240:6 >=kde-frameworks/kservice-5.240:6 >=kde-frameworks/kwidgetsaddons-5.240:6 sys-auth/polkit-qt[qt6(-)] >=sys-libs/kpmcore-24.01.75:6= ) !qt6? ( >=dev-qt/qtconcurrent-5.15.0:5 >=dev-qt/qtdbus-5.15.0:5 >=dev-qt/qtdeclarative-5.15.0:5 >=dev-qt/qtgui-5.15.0:5 >=dev-qt/qtnetwork-5.15.0:5 >=dev-qt/qtsvg-5.15.0:5 >=dev-qt/qtwebengine-5.15.0:5[widgets] >=dev-qt/qtwidgets-5.15.0:5 >=dev-qt/qtxml-5.15.0:5 dev-qt/kdsingleapplication[-qt6] >=kde-frameworks/kconfig-5.78:5 >=kde-frameworks/kcoreaddons-5.78:5 >=kde-frameworks/kcrash-5.78:5 >=kde-frameworks/ki18n-5.78:5 >=kde-frameworks/kpackage-5.78:5 >=kde-frameworks/kparts-5.78:5 >=kde-frameworks/kservice-5.78:5 >=kde-frameworks/kwidgetsaddons-5.78:5 sys-auth/polkit-qt[qt5(+)] >=sys-libs/kpmcore-20.04.0:5= ) sys-apps/dbus sys-apps/dmidecode virtual/libcrypt:= app-admin/sudo dev-libs/libatasmart net-misc/rsync || ( sys-boot/grub:2 sys-apps/systemd[boot(-)] sys-apps/systemd-utils[boot] ) sys-boot/os-prober sys-fs/squashfs-tools sys-libs/timezone-data virtual/udev networkmanager? ( net-misc/networkmanager ) upower? ( sys-power/upower ) || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtcore:5 +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=5 +SRC_URI=https://github.com/calamares/calamares/releases/download/v3.3.6/calamares-3.3.6.tar.gz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c ecm 322462a1b61f437f69f66ac730eb98c5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=70c9b75229a9beda5f8b21f5b3a993f2 diff --git a/metadata/md5-cache/app-admin/puppet-7.24.0-r1 b/metadata/md5-cache/app-admin/puppet-7.24.0-r1 deleted file mode 100644 index 5fae6c39de81..000000000000 --- a/metadata/md5-cache/app-admin/puppet-7.24.0-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby31? ( dev-ruby/hiera[ruby_targets_ruby31(-)] dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] =app-emacs/puppet-mode-0.3-r1 ) -RDEPEND=ruby_targets_ruby31? ( dev-ruby/hiera[ruby_targets_ruby31(-)] dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] =dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] =net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 acct-user/puppet acct-group/puppet ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) virtual/tmpfiles -REQUIRED_USE=|| ( ruby_targets_ruby31 ) -RESTRICT=test !test? ( test ) -SLOT=0 -SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-7.24.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=fd3294bee56d4e0542d4892893438abd diff --git a/metadata/md5-cache/app-admin/puppet-7.27.0-r1 b/metadata/md5-cache/app-admin/puppet-7.27.0-r1 deleted file mode 100644 index c178e4dfa3de..000000000000 --- a/metadata/md5-cache/app-admin/puppet-7.27.0-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby31? ( dev-ruby/hiera[ruby_targets_ruby31(-)] dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( doc? ( dev-ruby/yard[ruby_targets_ruby31(-)] ) test? ( dev-ruby/mocha[ruby_targets_ruby31(-)] dev-ruby/rack[ruby_targets_ruby31(-)] dev-ruby/rspec-its[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ) virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) -DESCRIPTION=A system automation and configuration management software -EAPI=7 -HOMEPAGE=https://puppet.com/ -INHERIT=ruby-fakegem systemd tmpfiles -IUSE=augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax test ruby_targets_ruby31 doc test test -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 -LICENSE=Apache-2.0 GPL-2 -PDEPEND=emacs? ( >=app-emacs/puppet-mode-0.3-r1 ) -RDEPEND=ruby_targets_ruby31? ( dev-ruby/hiera[ruby_targets_ruby31(-)] dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( dev-ruby/hiera[ruby_targets_ruby31(-)] dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 acct-user/puppet acct-group/puppet ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) virtual/tmpfiles -REQUIRED_USE=|| ( ruby_targets_ruby31 ) -RESTRICT=test !test? ( test ) -SLOT=0 -SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-7.27.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=aeada22e843b37aa04bb5310277b0a05 diff --git a/metadata/md5-cache/app-admin/puppet-8.4.0-r1 b/metadata/md5-cache/app-admin/puppet-8.4.0-r1 deleted file mode 100644 index 78acb523bbba..000000000000 --- a/metadata/md5-cache/app-admin/puppet-8.4.0-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( doc? ( dev-ruby/yard[ruby_targets_ruby31(-)] ) test? ( dev-ruby/mocha[ruby_targets_ruby31(-)] dev-ruby/rack[ruby_targets_ruby31(-)] dev-ruby/rspec-its[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ) virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) -DESCRIPTION=A system automation and configuration management software -EAPI=7 -HOMEPAGE=https://puppet.com/ -INHERIT=ruby-fakegem systemd tmpfiles -IUSE=augeas diff doc emacs hiera ldap rrdtool selinux shadow sqlite vim-syntax test ruby_targets_ruby31 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86 -LICENSE=Apache-2.0 GPL-2 -PDEPEND=emacs? ( >=app-emacs/puppet-mode-0.3-r1 ) -RDEPEND=ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 acct-user/puppet acct-group/puppet ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) virtual/tmpfiles -REQUIRED_USE=|| ( ruby_targets_ruby31 ) -RESTRICT=test !test? ( test ) -SLOT=0 -SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-8.4.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ec32c736c8200feb45378ccac8df254e diff --git a/metadata/md5-cache/app-admin/puppet-8.5.0 b/metadata/md5-cache/app-admin/puppet-8.5.0 deleted file mode 100644 index 3a88b2118a63..000000000000 --- a/metadata/md5-cache/app-admin/puppet-8.5.0 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( doc? ( dev-ruby/yard[ruby_targets_ruby31(-)] ) test? ( dev-ruby/mocha[ruby_targets_ruby31(-)] dev-ruby/rack[ruby_targets_ruby31(-)] dev-ruby/rspec-its[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ) virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) -DESCRIPTION=A system automation and configuration management software -EAPI=7 -HOMEPAGE=https://puppet.com/ -INHERIT=ruby-fakegem systemd tmpfiles -IUSE=augeas diff doc emacs hiera ldap rrdtool selinux shadow sqlite vim-syntax test ruby_targets_ruby31 doc test test -KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86 -LICENSE=Apache-2.0 GPL-2 -PDEPEND=emacs? ( >=app-emacs/puppet-mode-0.3-r1 ) -RDEPEND=ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) ruby_targets_ruby31? ( hiera? ( dev-ruby/hiera[ruby_targets_ruby31(-)] ) dev-ruby/json:=[ruby_targets_ruby31(-)] dev-ruby/semantic_puppet[ruby_targets_ruby31(-)] >=dev-ruby/facter-3.0.0[ruby_targets_ruby31(-)] dev-ruby/deep_merge[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby[ruby_targets_ruby31(-)] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby31(-)] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby31(-)] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby31(-)] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby31(-)] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby31(-)] ) virtual/ruby-ssl[ruby_targets_ruby31(-)] dev-ruby/hocon[ruby_targets_ruby31(-)] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 acct-user/puppet acct-group/puppet ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) virtual/tmpfiles -REQUIRED_USE=|| ( ruby_targets_ruby31 ) -RESTRICT=test !test? ( test ) -SLOT=0 -SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-8.5.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2e401d91408f810239e1b1bfacd13ab3 diff --git a/metadata/md5-cache/app-admin/puppet-agent-8.4.0-r1 b/metadata/md5-cache/app-admin/puppet-agent-8.4.0-r1 deleted file mode 100644 index fe437b9437bd..000000000000 --- a/metadata/md5-cache/app-admin/puppet-agent-8.4.0-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=install postinst unpack -DEPEND=!app-admin/puppet !dev-ruby/hiera !dev-ruby/facter app-emulation/virt-what acct-user/puppet acct-group/puppet virtual/libcrypt:= app-admin/augeas -DESCRIPTION=general puppet client utils along with hiera and facter -EAPI=7 -HOMEPAGE=https://puppetlabs.com/ -INHERIT=systemd unpacker tmpfiles -IUSE=puppetdb selinux -KEYWORDS=amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=!app-admin/puppet !dev-ruby/hiera !dev-ruby/facter app-emulation/virt-what acct-user/puppet acct-group/puppet virtual/libcrypt:= app-portage/eix sys-apps/dmidecode sys-libs/libselinux sys-libs/glibc sys-libs/readline:0/8 sys-libs/libxcrypt[compat] sys-libs/ncurses:0[tinfo] selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 ) virtual/tmpfiles -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( http://apt.puppetlabs.com/pool/focal/puppet8/p/puppet-agent/puppet-agent_8.4.0-1focal_amd64.deb ) arm64? ( http://apt.puppetlabs.com/pool/focal/puppet8/p/puppet-agent/puppet-agent_8.4.0-1focal_arm64.deb ) -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 -_md5_=8de17289ec7f6e2721b5f609b1e9036b diff --git a/metadata/md5-cache/app-admin/puppet-agent-8.5.0 b/metadata/md5-cache/app-admin/puppet-agent-8.5.0 deleted file mode 100644 index 1536a1563135..000000000000 --- a/metadata/md5-cache/app-admin/puppet-agent-8.5.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=install postinst unpack -DEPEND=!app-admin/puppet !dev-ruby/hiera !dev-ruby/facter app-emulation/virt-what acct-user/puppet acct-group/puppet virtual/libcrypt:= app-admin/augeas -DESCRIPTION=general puppet client utils along with hiera and facter -EAPI=7 -HOMEPAGE=https://puppetlabs.com/ -INHERIT=systemd unpacker tmpfiles -IUSE=puppetdb selinux -KEYWORDS=amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=!app-admin/puppet !dev-ruby/hiera !dev-ruby/facter app-emulation/virt-what acct-user/puppet acct-group/puppet virtual/libcrypt:= app-portage/eix sys-apps/dmidecode sys-libs/libselinux sys-libs/glibc sys-libs/readline:0/8 sys-libs/libxcrypt[compat] sys-libs/ncurses:0[tinfo] selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 ) virtual/tmpfiles -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( http://apt.puppetlabs.com/pool/focal/puppet8/p/puppet-agent/puppet-agent_8.5.0-1focal_amd64.deb ) arm64? ( http://apt.puppetlabs.com/pool/focal/puppet8/p/puppet-agent/puppet-agent_8.5.0-1focal_arm64.deb ) -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 -_md5_=8de17289ec7f6e2721b5f609b1e9036b diff --git a/metadata/md5-cache/app-admin/puppetdb-8.2.0 b/metadata/md5-cache/app-admin/puppetdb-8.2.0 deleted file mode 100644 index 7d890e080a23..000000000000 --- a/metadata/md5-cache/app-admin/puppetdb-8.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=compile install postinst prepare -DEPEND=acct-user/puppetdb acct-group/puppetdb -DESCRIPTION=PuppetDB collects data generated by Puppet -EAPI=7 -HOMEPAGE=http://docs.puppetlabs.com/puppetdb/ -INHERIT=systemd tmpfiles -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-11 virtual/tmpfiles -SLOT=0 -SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-8.2.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1c8ff96832281cd177922ca27571ae42 diff --git a/metadata/md5-cache/app-admin/puppetdb-8.4.1 b/metadata/md5-cache/app-admin/puppetdb-8.4.1 deleted file mode 100644 index 99804f33bf3a..000000000000 --- a/metadata/md5-cache/app-admin/puppetdb-8.4.1 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=compile install postinst prepare -DEPEND=acct-user/puppetdb acct-group/puppetdb -DESCRIPTION=PuppetDB collects data generated by Puppet -EAPI=7 -HOMEPAGE=http://docs.puppetlabs.com/puppetdb/ -INHERIT=systemd tmpfiles -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-11 virtual/tmpfiles -SLOT=0 -SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-8.4.1.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=e840c06af5f8894f1c4b6d627341b224 diff --git a/metadata/md5-cache/app-admin/puppetserver-8.3.0 b/metadata/md5-cache/app-admin/puppetserver-8.3.0 deleted file mode 100644 index 98ad2f8df1f9..000000000000 --- a/metadata/md5-cache/app-admin/puppetserver-8.3.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=compile install postinst prepare -DEPEND=acct-user/puppet acct-group/puppet -DESCRIPTION=Puppet Server is the next-generation application for managing Puppet agents -EAPI=8 -HOMEPAGE=http://docs.puppetlabs.com/puppetserver/ -INHERIT=systemd tmpfiles -IUSE=puppetdb -KEYWORDS=amd64 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-11 app-admin/puppet-agent[puppetdb?] virtual/tmpfiles -SLOT=0 -SRC_URI=https://downloads.puppetlabs.com/puppet/puppetserver-8.3.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=0c0f6cdff8fcaad084ca45c194a03de8 diff --git a/metadata/md5-cache/app-admin/puppetserver-8.5.0 b/metadata/md5-cache/app-admin/puppetserver-8.5.0 deleted file mode 100644 index 0dd90fd1d55c..000000000000 --- a/metadata/md5-cache/app-admin/puppetserver-8.5.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=compile install postinst prepare -DEPEND=acct-user/puppet acct-group/puppet -DESCRIPTION=Puppet Server is the next-generation application for managing Puppet agents -EAPI=8 -HOMEPAGE=http://docs.puppetlabs.com/puppetserver/ -INHERIT=systemd tmpfiles -IUSE=puppetdb -KEYWORDS=amd64 -LICENSE=Apache-2.0 -RDEPEND=>=virtual/jdk-11 app-admin/puppet-agent[puppetdb?] virtual/tmpfiles -SLOT=0 -SRC_URI=https://downloads.puppetlabs.com/puppet/puppetserver-8.5.0.tar.gz -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2d11e139f91cf8f10d905bcdbb07365b diff --git a/metadata/md5-cache/app-admin/rsyslog-8.2402.0 b/metadata/md5-cache/app-admin/rsyslog-8.2402.0 index 3762e92b1d34..e9fd4c9aaed4 100644 --- a/metadata/md5-cache/app-admin/rsyslog-8.2402.0 +++ b/metadata/md5-cache/app-admin/rsyslog-8.2402.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.rsyslog.com/ https://github.com/rsyslog/rsyslog/ INHERIT=autotools linux-info python-any-r1 systemd IUSE=clickhouse curl dbi debug doc elasticsearch +gcrypt gnutls imhttp impcap jemalloc kafka kerberos kubernetes mdblookup mongodb mysql normalize omhttp omhttpfs omudpspoof +openssl postgres rabbitmq redis relp rfc3195 rfc5424hmac snmp +ssl systemd test usertools +uuid xxhash zeromq -KEYWORDS=amd64 arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86 +KEYWORDS=amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86 LICENSE=GPL-3 LGPL-3 Apache-2.0 RDEPEND=>=dev-libs/libfastjson-0.99.8:= >=dev-libs/libestr-0.1.9 >=sys-libs/zlib-1.2.5 curl? ( >=net-misc/curl-7.35.0 ) dbi? ( >=dev-db/libdbi-0.8.3 ) elasticsearch? ( >=net-misc/curl-7.35.0 ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:= ) imhttp? ( dev-libs/apr-util www-servers/civetweb virtual/libcrypt:= ) impcap? ( net-libs/libpcap ) jemalloc? ( >=dev-libs/jemalloc-3.3.1:= ) kafka? ( >=dev-libs/librdkafka-0.9.0.99:= ) kerberos? ( virtual/krb5 ) kubernetes? ( >=net-misc/curl-7.35.0 ) mdblookup? ( dev-libs/libmaxminddb:= ) mongodb? ( >=dev-libs/mongo-c-driver-1.1.10:= ) mysql? ( dev-db/mysql-connector-c:= ) normalize? ( >=dev-libs/liblognorm-2.0.3:= ) clickhouse? ( >=net-misc/curl-7.35.0 ) omhttpfs? ( >=net-misc/curl-7.35.0 ) omudpspoof? ( >=net-libs/libnet-1.1.6 ) postgres? ( >=dev-db/postgresql-8.4.20:= ) rabbitmq? ( >=net-libs/rabbitmq-c-0.3.0:= ) redis? ( >=dev-libs/hiredis-0.11.0:= dev-libs/libevent[threads(+)] ) relp? ( >=dev-libs/librelp-1.2.17:= ) rfc3195? ( >=dev-libs/liblogging-1.0.1:=[rfc3195] ) rfc5424hmac? ( >=dev-libs/openssl-0.9.8y:0= ) snmp? ( >=net-analyzer/net-snmp-5.7.2 ) ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23:0= ) openssl? ( dev-libs/openssl:0= ) ) systemd? ( >=sys-apps/systemd-234 ) uuid? ( sys-apps/util-linux:0= ) xxhash? ( dev-libs/xxhash:= ) zeromq? ( >=net-libs/czmq-4:=[drafts] ) REQUIRED_USE=kubernetes? ( normalize ) ssl? ( || ( gnutls openssl ) ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2402.0.tar.gz doc? ( https://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-8.2402.0.tar.gz ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=0909353d69e236ddc0af1ea9adc0956e +_md5_=05e2fbf3b2886a37d680218206e7c54f diff --git a/metadata/md5-cache/app-admin/supervisor-4.2.5-r1 b/metadata/md5-cache/app-admin/supervisor-4.2.5-r1 new file mode 100644 index 000000000000..a0e9af1fdba4 --- /dev/null +++ b/metadata/md5-cache/app-admin/supervisor-4.2.5-r1 @@ -0,0 +1,16 @@ +BDEPEND=doc? ( || ( ( dev-lang/python:3.12[xml(+)] >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] ) ( dev-lang/python:3.11[xml(+)] >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] ) ( dev-lang/python:3.10[xml(+)] >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] ) ( dev-python/pypy3[xml(+)] >=dev-python/sphinx-7.2.6[python_targets_pypy3(-)] ) ) ) test? ( acct-group/supervisor dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[xml(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst preinst prepare test +DESCRIPTION=A system for controlling process state under UNIX +EAPI=8 +HOMEPAGE=http://supervisord.org/ https://pypi.org/project/supervisor/ +INHERIT=distutils-r1 systemd pypi +IUSE=doc test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm64 ~riscv ~x86 +LICENSE=repoze ZPL BSD HPND GPL-2 +RDEPEND=acct-group/supervisor dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:=[xml(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[xml(+)] ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/s/supervisor/supervisor-4.2.5.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=68906df3ccb9c471a0e5e1d43961d48c diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index 0ade3d15fcf2..50f0391c749c 100644 Binary files a/metadata/md5-cache/app-arch/Manifest.gz and b/metadata/md5-cache/app-arch/Manifest.gz differ diff --git a/metadata/md5-cache/app-arch/zstd-1.5.6 b/metadata/md5-cache/app-arch/zstd-1.5.6 index 107bf8bf5537..a8c9c0f6d855 100644 --- a/metadata/md5-cache/app-arch/zstd-1.5.6 +++ b/metadata/md5-cache/app-arch/zstd-1.5.6 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://facebook.github.io/zstd/ INHERIT=meson-multilib IUSE=+lzma lz4 static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=|| ( BSD GPL-2 ) RDEPEND=lzma? ( app-arch/xz-utils ) lz4? ( app-arch/lz4:= ) zlib? ( sys-libs/zlib ) RESTRICT=!test? ( test ) SLOT=0/1 SRC_URI=https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=24c2741227a4f42fc54a6ad53a3dbd43 +_md5_=b763420fbcf064245203f157fe134a7e diff --git a/metadata/md5-cache/app-backup/Manifest.gz b/metadata/md5-cache/app-backup/Manifest.gz index b42d08673329..b8f5f8bc1bc7 100644 Binary files a/metadata/md5-cache/app-backup/Manifest.gz and b/metadata/md5-cache/app-backup/Manifest.gz differ diff --git a/metadata/md5-cache/app-backup/duplicity-2.2.3 b/metadata/md5-cache/app-backup/duplicity-2.2.3 index c5bdef8d83f4..9531096dc5a1 100644 --- a/metadata/md5-cache/app-backup/duplicity-2.2.3 +++ b/metadata/md5-cache/app-backup/duplicity-2.2.3 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://duplicity.gitlab.io/ INHERIT=distutils-r1 pypi IUSE=s3 test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x64-macos LICENSE=GPL-3 RDEPEND=net-libs/librsync app-crypt/gnupg dev-python/fasteners[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/paramiko[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] s3? ( dev-python/boto3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -14,4 +14,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/d/duplicity/duplicity-2.2.3.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2e66675a0b156e2dea2bda665a04e308 +_md5_=013e3a94b15bcd40b96a4cb0f877174f diff --git a/metadata/md5-cache/app-containers/Manifest.gz b/metadata/md5-cache/app-containers/Manifest.gz index 5d13fde1f1cf..40373dccfd36 100644 Binary files a/metadata/md5-cache/app-containers/Manifest.gz and b/metadata/md5-cache/app-containers/Manifest.gz differ diff --git a/metadata/md5-cache/app-containers/distrobox-1.7.1 b/metadata/md5-cache/app-containers/distrobox-1.7.1 index a71efc392b51..3944583e0f39 100644 --- a/metadata/md5-cache/app-containers/distrobox-1.7.1 +++ b/metadata/md5-cache/app-containers/distrobox-1.7.1 @@ -2,9 +2,9 @@ DEFINED_PHASES=install DESCRIPTION=Use any Linux distribution inside your terminal (powered by docker/podman) EAPI=8 HOMEPAGE=https://distrobox.privatedns.org/ https://github.com/89luca89/distrobox/ -KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~riscv ~x86 LICENSE=GPL-3 RDEPEND=|| ( app-containers/docker app-containers/podman ) SLOT=0 SRC_URI=https://github.com/89luca89/distrobox/archive/1.7.1.tar.gz -> distrobox-1.7.1.tar.gz -_md5_=21f50840cb20bdf565ebdd31e7396d0d +_md5_=9c466ab0497fe0637c2260405dd29e92 diff --git a/metadata/md5-cache/app-containers/incus-0.6-r1 b/metadata/md5-cache/app-containers/incus-0.6-r1 deleted file mode 100644 index e5f8036a16cf..000000000000 --- a/metadata/md5-cache/app-containers/incus-0.6-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 dev-libs/cowsql dev-libs/lzo >=dev-libs/raft-0.22.0:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=bash-completion-r1 go-module linux-info optfeature systemd verify-sig -IUSE=apparmor fuidshift nls verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 dev-libs/cowsql dev-libs/lzo >=dev-libs/raft-0.22.0:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev fuidshift? ( !app-containers/lxd ) net-firewall/ebtables net-firewall/iptables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl -RESTRICT=test strip -SLOT=0 -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-0.6.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-0.6.tar.xz.asc ) -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=ab1b8430521ebf7bd49edbb5f828cef1 diff --git a/metadata/md5-cache/app-containers/incus-0.7 b/metadata/md5-cache/app-containers/incus-0.7 deleted file mode 100644 index 087e888ac3cc..000000000000 --- a/metadata/md5-cache/app-containers/incus-0.7 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-lang/go-1.21 nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-linuxcontainers ) >=dev-lang/go-1.20:= app-arch/unzip virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 dev-libs/cowsql dev-libs/lzo >=dev-libs/raft-0.22.0:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev -DESCRIPTION=Modern, secure and powerful system container and virtual machine manager -EAPI=8 -HOMEPAGE=https://linuxcontainers.org/incus/introduction/ https://github.com/lxc/incus -INHERIT=go-module linux-info optfeature systemd verify-sig -IUSE=apparmor fuidshift nls verify-sig -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 BSD LGPL-3 MIT -RDEPEND=acct-group/incus acct-group/incus-admin app-arch/xz-utils >=app-containers/lxc-5.0.0:=[apparmor?,seccomp(+)] dev-db/sqlite:3 dev-libs/cowsql dev-libs/lzo >=dev-libs/raft-0.22.0:=[lz4] >=dev-util/xdelta-3.0[lzma(+)] net-dns/dnsmasq[dhcp] sys-libs/libcap virtual/udev fuidshift? ( !app-containers/lxd ) net-firewall/ebtables net-firewall/iptables sys-apps/iproute2 sys-fs/fuse:* >=sys-fs/lxcfs-5.0.0 sys-fs/squashfs-tools[lzma] virtual/acl -RESTRICT=test strip -SLOT=0 -SRC_URI=https://linuxcontainers.org/downloads/incus/incus-0.7.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/incus-0.7.tar.xz.asc ) -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=1b863f704de6f8365c296501c762be7d diff --git a/metadata/md5-cache/app-crypt/Manifest.gz b/metadata/md5-cache/app-crypt/Manifest.gz index 425613112909..76e0a07b827c 100644 Binary files a/metadata/md5-cache/app-crypt/Manifest.gz and b/metadata/md5-cache/app-crypt/Manifest.gz differ diff --git a/metadata/md5-cache/app-crypt/gcr-4.2.1 b/metadata/md5-cache/app-crypt/gcr-4.2.1 index ea8ffd84ab6b..df3285cf71bb 100644 --- a/metadata/md5-cache/app-crypt/gcr-4.2.1 +++ b/metadata/md5-cache/app-crypt/gcr-4.2.1 @@ -7,7 +7,7 @@ HOMEPAGE=https://gitlab.gnome.org/GNOME/gcr IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=flag-o-matic gnome.org gnome2-utils meson python-any-r1 vala xdg IUSE=gtk gtk-doc +introspection systemd test +vala -KEYWORDS=~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2+ LGPL-2+ PDEPEND=app-crypt/gnupg RDEPEND=>=dev-libs/glib-2.68.0:2 >=dev-libs/libgcrypt-1.2.2:0= >=app-crypt/p11-kit-0.19.0 >=app-crypt/libsecret-0.20 systemd? ( sys-apps/systemd:= ) gtk? ( gui-libs/gtk:4[introspection?] ) >=sys-apps/dbus-1 introspection? ( >=dev-libs/gobject-introspection-1.58:= ) !=dev-libs/libassuan-2.5.0 >=dev-libs/libgcrypt-1.9.1:= >=dev-libs/libgpg-error-1.46 >=dev-libs/libksba-1.6.3 >=dev-libs/npth-1.2 >=net-misc/curl-7.10 sys-libs/zlib bzip2? ( app-arch/bzip2 ) ldap? ( net-nds/openldap:= ) readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:1 ) ) tofu? ( >=dev-db/sqlite-3.27 ) tpm? ( >=app-crypt/tpm2-tss-2.4.0:= ) ssl? ( >=net-libs/gnutls-3.2:0= ) nls? ( virtual/libintl ) selinux? ( sec-policy/selinux-gpg ) wks-server? ( virtual/mta ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnupg/gnupg/gnupg-2.4.5.tar.bz2 verify-sig? ( mirror://gnupg/gnupg/gnupg-2.4.5.tar.bz2.sig ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source 15ce2b6ae214f3abe70892ce1e517abd systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=c534fcb4b860e1d10427a2c7588aaff8 +_md5_=944fca2eb324ef1c495317864473cc07 diff --git a/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.5.1 b/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.5.1 deleted file mode 100644 index 8c7c4532bb88..000000000000 --- a/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.5.1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND==virtual/rust-1.70 >=virtual/rust-1.53 -DEFINED_PHASES=compile configure install setup test unpack -DEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= !!sys-devel/llvm:0 -DESCRIPTION=Sequoia's reimplementation of the GnuPG interface -EAPI=8 -HOMEPAGE=https://sequoia-pgp.org/ -INHERIT=cargo llvm xdg-utils -IUSE=debug -KEYWORDS=~amd64 ~arm64 -LICENSE=GPL-3+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) -RDEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= -RESTRICT=test -SLOT=0 -SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/archive/v0.5.1/sequoia-chameleon-gnupg-0.5.1-v0.5.1.tar.bz2 https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.9/download -> ahash-0.8.9.crate https://crates.io/api/v1/crates/aho-corasick/1.1.2/download -> aho-corasick-1.1.2.crate https://crates.io/api/v1/crates/allocator-api2/0.2.16/download -> allocator-api2-0.2.16.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.12/download -> anstream-0.6.12.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.6/download -> anstyle-1.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.80/download -> anyhow-1.0.80.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/async-trait/0.1.77/download -> async-trait-0.1.77.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace/0.3.69/download -> backtrace-0.3.69.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.2/download -> bitflags-2.4.2.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/buffered-reader/1.3.0/download -> buffered-reader-1.3.0.crate https://crates.io/api/v1/crates/bumpalo/3.15.0/download -> bumpalo-3.15.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.5.0/download -> bytes-1.5.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/capnp-futures/0.19.0/download -> capnp-futures-0.19.0.crate https://crates.io/api/v1/crates/capnp-rpc/0.19.0/download -> capnp-rpc-0.19.0.crate https://crates.io/api/v1/crates/capnp/0.19.2/download -> capnp-0.19.2.crate https://crates.io/api/v1/crates/cc/1.0.83/download -> cc-1.0.83.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.34/download -> chrono-0.4.34.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/clap/4.4.11/download -> clap-4.4.11.crate https://crates.io/api/v1/crates/clap_builder/4.4.11/download -> clap_builder-4.4.11.crate https://crates.io/api/v1/crates/clap_complete/4.4.4/download -> clap_complete-4.4.4.crate https://crates.io/api/v1/crates/clap_derive/4.4.7/download -> clap_derive-4.4.7.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.15/download -> clap_mangen-0.2.15.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crc32fast/1.4.0/download -> crc32fast-1.4.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.11/download -> crossbeam-channel-0.5.11.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download -> crossbeam-deque-0.8.5.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.11/download -> crossbeam-queue-0.3.11.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download -> crossbeam-utils-0.8.19.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctor/0.2.6/download -> ctor-0.2.6.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.2/download -> curve25519-dalek-4.1.2.crate https://crates.io/api/v1/crates/daemonize/0.5.0/download -> daemonize-0.5.0.crate https://crates.io/api/v1/crates/darling/0.20.6/download -> darling-0.20.6.crate https://crates.io/api/v1/crates/darling_core/0.20.6/download -> darling_core-0.20.6.crate https://crates.io/api/v1/crates/darling_macro/0.20.6/download -> darling_macro-0.20.6.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.8/download -> der-0.7.8.crate https://crates.io/api/v1/crates/deranged/0.3.11/download -> deranged-0.3.11.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dot-writer/0.1.3/download -> dot-writer-0.1.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.16/download -> dyn-clone-1.0.16.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.1/download -> ed25519-dalek-2.1.1.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/editdistancek/1.0.2/download -> editdistancek-1.0.2.crate https://crates.io/api/v1/crates/either/1.10.0/download -> either-1.10.0.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/encoding_rs/0.8.33/download -> encoding_rs-0.8.33.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.0/download -> enum-as-inner-0.6.0.crate https://crates.io/api/v1/crates/enumber/0.3.0/download -> enumber-0.3.0.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fastrand/2.0.1/download -> fastrand-2.0.1.crate https://crates.io/api/v1/crates/fd-lock/4.0.2/download -> fd-lock-4.0.2.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.6/download -> fiat-crypto-0.2.6.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/fs2/0.4.3/download -> fs2-0.4.3.crate https://crates.io/api/v1/crates/futures-channel/0.3.30/download -> futures-channel-0.3.30.crate https://crates.io/api/v1/crates/futures-core/0.3.30/download -> futures-core-0.3.30.crate https://crates.io/api/v1/crates/futures-executor/0.3.30/download -> futures-executor-0.3.30.crate https://crates.io/api/v1/crates/futures-io/0.3.30/download -> futures-io-0.3.30.crate https://crates.io/api/v1/crates/futures-macro/0.3.30/download -> futures-macro-0.3.30.crate https://crates.io/api/v1/crates/futures-sink/0.3.30/download -> futures-sink-0.3.30.crate https://crates.io/api/v1/crates/futures-task/0.3.30/download -> futures-task-0.3.30.crate https://crates.io/api/v1/crates/futures-util/0.3.30/download -> futures-util-0.3.30.crate https://crates.io/api/v1/crates/futures/0.3.30/download -> futures-0.3.30.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/generic-array/1.0.0/download -> generic-array-1.0.0.crate https://crates.io/api/v1/crates/getrandom/0.2.12/download -> getrandom-0.2.12.crate https://crates.io/api/v1/crates/ghash/0.5.0/download -> ghash-0.5.0.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/h2/0.3.24/download -> h2-0.3.24.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hashlink/0.8.4/download -> hashlink-0.8.4.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.6/download -> hermit-abi-0.3.6.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hickory-client/0.24.0/download -> hickory-client-0.24.0.crate https://crates.io/api/v1/crates/hickory-proto/0.24.0/download -> hickory-proto-0.24.0.crate https://crates.io/api/v1/crates/hickory-resolver/0.24.0/download -> hickory-resolver-0.24.0.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.11/download -> http-0.2.11.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.28/download -> hyper-0.14.28.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/0.4.0/download -> idna-0.4.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.2.3/download -> indexmap-2.2.3.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/interprocess/1.2.1/download -> interprocess-1.2.1.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.12/download -> is-terminal-0.4.12.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itoa/1.0.10/download -> itoa-1.0.10.crate https://crates.io/api/v1/crates/js-sys/0.3.68/download -> js-sys-0.3.68.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.0/download -> lalrpop-util-0.20.0.crate https://crates.io/api/v1/crates/lalrpop/0.20.0/download -> lalrpop-0.20.0.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libloading/0.8.1/download -> libloading-0.8.1.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.0.1/download -> libredox-0.0.1.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.27.0/download -> libsqlite3-sys-0.27.0.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.20/download -> log-0.4.20.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.1/download -> memchr-2.7.1.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download -> miniz_oxide-0.7.2.crate https://crates.io/api/v1/crates/mio/0.8.10/download -> mio-0.8.10.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.3.0/download -> nettle-7.3.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download -> new_debug_unreachable-1.0.4.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/ntest/0.9.0/download -> ntest-0.9.0.crate https://crates.io/api/v1/crates/ntest_test_cases/0.9.0/download -> ntest_test_cases-0.9.0.crate https://crates.io/api/v1/crates/ntest_timeout/0.9.0/download -> ntest_timeout-0.9.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.44/download -> num-iter-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/object/0.32.2/download -> object-0.32.2.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.0/download -> opaque-debug-0.3.0.crate https://crates.io/api/v1/crates/openpgp-cert-d/0.3.1/download -> openpgp-cert-d-0.3.1.crate https://crates.io/api/v1/crates/openssh-keys/0.6.2/download -> openssh-keys-0.6.2.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.100/download -> openssl-sys-0.9.100.crate https://crates.io/api/v1/crates/openssl/0.10.64/download -> openssl-0.10.64.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download -> pin-project-lite-0.2.13.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/platforms/3.3.0/download -> platforms-3.3.0.crate https://crates.io/api/v1/crates/polyval/0.6.1/download -> polyval-0.6.1.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download -> proc-macro-crate-1.3.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.78/download -> proc-macro2-1.0.78.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quote/1.0.35/download -> quote-1.0.35.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_distr/0.4.3/download -> rand_distr-0.4.3.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.8.1/download -> rayon-1.8.1.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.4/download -> redox_users-0.4.4.crate https://crates.io/api/v1/crates/regex-automata/0.4.5/download -> regex-automata-0.4.5.crate https://crates.io/api/v1/crates/regex-syntax/0.7.5/download -> regex-syntax-0.7.5.crate https://crates.io/api/v1/crates/regex-syntax/0.8.2/download -> regex-syntax-0.8.2.crate https://crates.io/api/v1/crates/regex/1.10.3/download -> regex-1.10.3.crate https://crates.io/api/v1/crates/reqwest/0.11.24/download -> reqwest-0.11.24.crate https://crates.io/api/v1/crates/resolv-conf/0.7.0/download -> resolv-conf-0.7.0.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rusqlite/0.30.0/download -> rusqlite-0.30.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.31/download -> rustix-0.38.31.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustversion/1.0.14/download -> rustversion-1.0.14.crate https://crates.io/api/v1/crates/ryu/1.0.17/download -> ryu-1.0.17.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.23/download -> schannel-0.1.23.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download -> security-framework-sys-2.9.1.crate https://crates.io/api/v1/crates/security-framework/2.9.2/download -> security-framework-2.9.2.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/sequoia-cert-store/0.4.2/download -> sequoia-cert-store-0.4.2.crate https://crates.io/api/v1/crates/sequoia-ipc/0.33.0/download -> sequoia-ipc-0.33.0.crate https://crates.io/api/v1/crates/sequoia-net/0.28.0/download -> sequoia-net-0.28.0.crate https://crates.io/api/v1/crates/sequoia-openpgp-mt/0.1.0/download -> sequoia-openpgp-mt-0.1.0.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.19.0/download -> sequoia-openpgp-1.19.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/sequoia-wot/0.9.0/download -> sequoia-wot-0.9.0.crate https://crates.io/api/v1/crates/serde/1.0.197/download -> serde-1.0.197.crate https://crates.io/api/v1/crates/serde_derive/1.0.197/download -> serde_derive-1.0.197.crate https://crates.io/api/v1/crates/serde_json/1.0.114/download -> serde_json-1.0.114.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_with/3.6.1/download -> serde_with-3.6.1.crate https://crates.io/api/v1/crates/serde_with_macros/3.6.1/download -> serde_with_macros-3.6.1.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.3/download -> sha1collisiondetection-0.3.3.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/shellexpand/3.1.0/download -> shellexpand-3.1.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/smallvec/1.13.1/download -> smallvec-1.13.1.crate https://crates.io/api/v1/crates/socket2/0.5.5/download -> socket2-0.5.5.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stfu8/0.2.7/download -> stfu8-0.2.7.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.50/download -> syn-2.0.50.crate https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download -> sync_wrapper-0.1.2.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tempfile/3.10.0/download -> tempfile-3.10.0.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.57/download -> thiserror-impl-1.0.57.crate https://crates.io/api/v1/crates/thiserror/1.0.57/download -> thiserror-1.0.57.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.17/download -> time-macros-0.2.17.crate https://crates.io/api/v1/crates/time/0.3.34/download -> time-0.3.34.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/to_method/1.1.0/download -> to_method-1.1.0.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-socks/0.5.1/download -> tokio-socks-0.5.1.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.36.0/download -> tokio-1.36.0.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/toml_datetime/0.6.5/download -> toml_datetime-0.6.5.crate https://crates.io/api/v1/crates/toml_edit/0.19.15/download -> toml_edit-0.19.15.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/walkdir/2.4.0/download -> walkdir-2.4.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.91/download -> wasm-bindgen-backend-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.41/download -> wasm-bindgen-futures-0.4.41.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.91/download -> wasm-bindgen-macro-support-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.91/download -> wasm-bindgen-macro-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.91/download -> wasm-bindgen-shared-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.91/download -> wasm-bindgen-0.2.91.crate https://crates.io/api/v1/crates/web-sys/0.3.68/download -> web-sys-0.3.68.crate https://crates.io/api/v1/crates/widestring/1.0.2/download -> widestring-1.0.2.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.0/download -> windows-targets-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download -> windows_aarch64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download -> windows_aarch64_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download -> windows_i686_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download -> windows_i686_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download -> windows_x86_64_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download -> windows_x86_64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download -> windows_x86_64_msvc-0.52.0.crate https://crates.io/api/v1/crates/winnow/0.5.40/download -> winnow-0.5.40.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.10/download -> xxhash-rust-0.8.10.crate https://crates.io/api/v1/crates/z-base-32/0.1.3/download -> z-base-32-0.1.3.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download -> zerocopy-derive-0.7.32.crate https://crates.io/api/v1/crates/zerocopy/0.7.32/download -> zerocopy-0.7.32.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate -_eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm 1eea65d11f743b8e256ef279b652a2e6 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=6bfe5532fdc43fdda4bda05c28cd1a7a diff --git a/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.8.0 b/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.8.0 new file mode 100644 index 000000000000..68f5f9fe5358 --- /dev/null +++ b/metadata/md5-cache/app-crypt/sequoia-chameleon-gnupg-0.8.0 @@ -0,0 +1,17 @@ +BDEPEND=llvm_slot_17? ( sys-devel/clang:17 ) llvm_slot_18? ( sys-devel/clang:18 ) >=virtual/rust-1.70 >=virtual/rust-1.53 +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= +DESCRIPTION=Sequoia's reimplementation of the GnuPG interface +EAPI=8 +HOMEPAGE=https://sequoia-pgp.org/ +INHERIT=cargo llvm-r1 xdg-utils +IUSE=debug +llvm_slot_17 llvm_slot_18 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-3+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ LGPL-3+ MIT MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) +RDEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= +REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 ) +RESTRICT=test +SLOT=0 +SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/archive/v0.8.0/sequoia-chameleon-gnupg-0.8.0-v0.8.0.tar.bz2 https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.11/download -> ahash-0.8.11.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.16/download -> allocator-api2-0.2.16.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anyhow/1.0.81/download -> anyhow-1.0.81.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/async-trait/0.1.79/download -> async-trait-0.1.79.crate https://crates.io/api/v1/crates/autocfg/1.2.0/download -> autocfg-1.2.0.crate https://crates.io/api/v1/crates/backtrace/0.3.71/download -> backtrace-0.3.71.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.5.0/download -> bitflags-2.5.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/buffered-reader/1.3.0/download -> buffered-reader-1.3.0.crate https://crates.io/api/v1/crates/bumpalo/3.16.0/download -> bumpalo-3.16.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.6.0/download -> bytes-1.6.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/capnp-futures/0.19.0/download -> capnp-futures-0.19.0.crate https://crates.io/api/v1/crates/capnp-rpc/0.19.0/download -> capnp-rpc-0.19.0.crate https://crates.io/api/v1/crates/capnp/0.19.3/download -> capnp-0.19.3.crate https://crates.io/api/v1/crates/cc/1.0.92/download -> cc-1.0.92.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.37/download -> chrono-0.4.37.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crc32fast/1.4.0/download -> crc32fast-1.4.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.12/download -> crossbeam-channel-0.5.12.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download -> crossbeam-deque-0.8.5.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.11/download -> crossbeam-queue-0.3.11.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download -> crossbeam-utils-0.8.19.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctor/0.2.7/download -> ctor-0.2.7.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.2/download -> curve25519-dalek-4.1.2.crate https://crates.io/api/v1/crates/daemonize/0.5.0/download -> daemonize-0.5.0.crate https://crates.io/api/v1/crates/darling/0.20.8/download -> darling-0.20.8.crate https://crates.io/api/v1/crates/darling_core/0.20.8/download -> darling_core-0.20.8.crate https://crates.io/api/v1/crates/darling_macro/0.20.8/download -> darling_macro-0.20.8.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.9/download -> der-0.7.9.crate https://crates.io/api/v1/crates/deranged/0.3.11/download -> deranged-0.3.11.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.17/download -> dyn-clone-1.0.17.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.1/download -> ed25519-dalek-2.1.1.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/editdistancek/1.0.2/download -> editdistancek-1.0.2.crate https://crates.io/api/v1/crates/either/1.10.0/download -> either-1.10.0.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/encoding_rs/0.8.33/download -> encoding_rs-0.8.33.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.0/download -> enum-as-inner-0.6.0.crate https://crates.io/api/v1/crates/enumber/0.3.0/download -> enumber-0.3.0.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fastrand/2.0.2/download -> fastrand-2.0.2.crate https://crates.io/api/v1/crates/fd-lock/4.0.2/download -> fd-lock-4.0.2.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.7/download -> fiat-crypto-0.2.7.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/fs2/0.4.3/download -> fs2-0.4.3.crate https://crates.io/api/v1/crates/futures-channel/0.3.30/download -> futures-channel-0.3.30.crate https://crates.io/api/v1/crates/futures-core/0.3.30/download -> futures-core-0.3.30.crate https://crates.io/api/v1/crates/futures-executor/0.3.30/download -> futures-executor-0.3.30.crate https://crates.io/api/v1/crates/futures-io/0.3.30/download -> futures-io-0.3.30.crate https://crates.io/api/v1/crates/futures-macro/0.3.30/download -> futures-macro-0.3.30.crate https://crates.io/api/v1/crates/futures-sink/0.3.30/download -> futures-sink-0.3.30.crate https://crates.io/api/v1/crates/futures-task/0.3.30/download -> futures-task-0.3.30.crate https://crates.io/api/v1/crates/futures-util/0.3.30/download -> futures-util-0.3.30.crate https://crates.io/api/v1/crates/futures/0.3.30/download -> futures-0.3.30.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/generic-array/1.0.0/download -> generic-array-1.0.0.crate https://crates.io/api/v1/crates/gethostname/0.4.3/download -> gethostname-0.4.3.crate https://crates.io/api/v1/crates/getrandom/0.2.14/download -> getrandom-0.2.14.crate https://crates.io/api/v1/crates/ghash/0.5.1/download -> ghash-0.5.1.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/h2/0.3.26/download -> h2-0.3.26.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hashlink/0.9.0/download -> hashlink-0.9.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.9/download -> hermit-abi-0.3.9.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hickory-client/0.24.0/download -> hickory-client-0.24.0.crate https://crates.io/api/v1/crates/hickory-proto/0.24.0/download -> hickory-proto-0.24.0.crate https://crates.io/api/v1/crates/hickory-resolver/0.24.0/download -> hickory-resolver-0.24.0.crate https://crates.io/api/v1/crates/histo/1.0.0/download -> histo-1.0.0.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.28/download -> hyper-0.14.28.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/0.4.0/download -> idna-0.4.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.2.6/download -> indexmap-2.2.6.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/interprocess/1.2.1/download -> interprocess-1.2.1.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itoa/1.0.11/download -> itoa-1.0.11.crate https://crates.io/api/v1/crates/js-sys/0.3.69/download -> js-sys-0.3.69.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libloading/0.8.3/download -> libloading-0.8.3.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.1.3/download -> libredox-0.1.3.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.28.0/download -> libsqlite3-sys-0.28.0.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.21/download -> log-0.4.21.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.2/download -> memchr-2.7.2.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download -> miniz_oxide-0.7.2.crate https://crates.io/api/v1/crates/mio/0.8.11/download -> mio-0.8.11.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.4.0/download -> nettle-7.4.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.6/download -> new_debug_unreachable-1.0.6.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/ntest/0.9.2/download -> ntest-0.9.2.crate https://crates.io/api/v1/crates/ntest_test_cases/0.9.2/download -> ntest_test_cases-0.9.2.crate https://crates.io/api/v1/crates/ntest_timeout/0.9.2/download -> ntest_timeout-0.9.2.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.44/download -> num-iter-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/object/0.32.2/download -> object-0.32.2.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openpgp-cert-d/0.3.2/download -> openpgp-cert-d-0.3.2.crate https://crates.io/api/v1/crates/openssh-keys/0.6.2/download -> openssh-keys-0.6.2.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.102/download -> openssl-sys-0.9.102.crate https://crates.io/api/v1/crates/openssl/0.10.64/download -> openssl-0.10.64.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.14/download -> pin-project-lite-0.2.14.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/platforms/3.4.0/download -> platforms-3.4.0.crate https://crates.io/api/v1/crates/polyval/0.6.2/download -> polyval-0.6.2.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/proc-macro-crate/3.1.0/download -> proc-macro-crate-3.1.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.79/download -> proc-macro2-1.0.79.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quote/1.0.35/download -> quote-1.0.35.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_distr/0.4.3/download -> rand_distr-0.4.3.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.10.0/download -> rayon-1.10.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.5/download -> redox_users-0.4.5.crate https://crates.io/api/v1/crates/regex-automata/0.4.6/download -> regex-automata-0.4.6.crate https://crates.io/api/v1/crates/regex-syntax/0.8.3/download -> regex-syntax-0.8.3.crate https://crates.io/api/v1/crates/regex/1.10.4/download -> regex-1.10.4.crate https://crates.io/api/v1/crates/reqwest/0.11.27/download -> reqwest-0.11.27.crate https://crates.io/api/v1/crates/resolv-conf/0.7.0/download -> resolv-conf-0.7.0.crate https://crates.io/api/v1/crates/rpassword/7.3.1/download -> rpassword-7.3.1.crate https://crates.io/api/v1/crates/rtoolbox/0.0.2/download -> rtoolbox-0.0.2.crate https://crates.io/api/v1/crates/rusqlite/0.31.0/download -> rusqlite-0.31.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.32/download -> rustix-0.38.32.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustversion/1.0.15/download -> rustversion-1.0.15.crate https://crates.io/api/v1/crates/ryu/1.0.17/download -> ryu-1.0.17.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.23/download -> schannel-0.1.23.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.10.0/download -> security-framework-sys-2.10.0.crate https://crates.io/api/v1/crates/security-framework/2.10.0/download -> security-framework-2.10.0.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/sequoia-cert-store/0.5.1/download -> sequoia-cert-store-0.5.1.crate https://crates.io/api/v1/crates/sequoia-gpg-agent/0.3.1/download -> sequoia-gpg-agent-0.3.1.crate https://crates.io/api/v1/crates/sequoia-ipc/0.34.1/download -> sequoia-ipc-0.34.1.crate https://crates.io/api/v1/crates/sequoia-net/0.28.0/download -> sequoia-net-0.28.0.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.19.0/download -> sequoia-openpgp-1.19.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/sequoia-wot/0.11.0/download -> sequoia-wot-0.11.0.crate https://crates.io/api/v1/crates/serde/1.0.197/download -> serde-1.0.197.crate https://crates.io/api/v1/crates/serde_derive/1.0.197/download -> serde_derive-1.0.197.crate https://crates.io/api/v1/crates/serde_json/1.0.115/download -> serde_json-1.0.115.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_with/3.7.0/download -> serde_with-3.7.0.crate https://crates.io/api/v1/crates/serde_with_macros/3.7.0/download -> serde_with_macros-3.7.0.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.4/download -> sha1collisiondetection-0.3.4.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/shellexpand/3.1.0/download -> shellexpand-3.1.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download -> signal-hook-registry-1.4.1.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/smallvec/1.13.2/download -> smallvec-1.13.2.crate https://crates.io/api/v1/crates/socket2/0.5.6/download -> socket2-0.5.6.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stfu8/0.2.7/download -> stfu8-0.2.7.crate https://crates.io/api/v1/crates/streaming-stats/0.1.29/download -> streaming-stats-0.1.29.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.58/download -> syn-2.0.58.crate https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download -> sync_wrapper-0.1.2.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tar/0.4.40/download -> tar-0.4.40.crate https://crates.io/api/v1/crates/tempfile/3.10.1/download -> tempfile-3.10.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.58/download -> thiserror-impl-1.0.58.crate https://crates.io/api/v1/crates/thiserror/1.0.58/download -> thiserror-1.0.58.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.17/download -> time-macros-0.2.17.crate https://crates.io/api/v1/crates/time/0.3.34/download -> time-0.3.34.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/to_method/1.1.0/download -> to_method-1.1.0.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-socks/0.5.1/download -> tokio-socks-0.5.1.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.37.0/download -> tokio-1.37.0.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/toml_datetime/0.6.5/download -> toml_datetime-0.6.5.crate https://crates.io/api/v1/crates/toml_edit/0.21.1/download -> toml_edit-0.21.1.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.92/download -> wasm-bindgen-backend-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.42/download -> wasm-bindgen-futures-0.4.42.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.92/download -> wasm-bindgen-macro-support-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.92/download -> wasm-bindgen-macro-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.92/download -> wasm-bindgen-shared-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.92/download -> wasm-bindgen-0.2.92.crate https://crates.io/api/v1/crates/web-sys/0.3.69/download -> web-sys-0.3.69.crate https://crates.io/api/v1/crates/widestring/1.1.0/download -> widestring-1.1.0.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.4/download -> windows-targets-0.52.4.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.4/download -> windows_aarch64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.4/download -> windows_aarch64_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.4/download -> windows_i686_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.4/download -> windows_i686_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.4/download -> windows_x86_64_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.4/download -> windows_x86_64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.4/download -> windows_x86_64_msvc-0.52.4.crate https://crates.io/api/v1/crates/winnow/0.5.40/download -> winnow-0.5.40.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.10/download -> xxhash-rust-0.8.10.crate https://crates.io/api/v1/crates/z-base-32/0.1.4/download -> z-base-32-0.1.4.crate https://crates.io/api/v1/crates/zbase32/0.1.2/download -> zbase32-0.1.2.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download -> zerocopy-derive-0.7.32.crate https://crates.io/api/v1/crates/zerocopy/0.7.32/download -> zerocopy-0.7.32.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate +_eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=d424e6ab4e11110d6304a9395733c122 diff --git a/metadata/md5-cache/app-crypt/sequoia-sq-0.32.0 b/metadata/md5-cache/app-crypt/sequoia-sq-0.32.0 deleted file mode 100644 index 9390cd463868..000000000000 --- a/metadata/md5-cache/app-crypt/sequoia-sq-0.32.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND==virtual/rust-1.70 >=virtual/rust-1.53 -DEFINED_PHASES=compile configure install setup test unpack -DEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= sys-devel/clang !!sys-devel/llvm:0 -DESCRIPTION=CLI of the Sequoia OpenPGP implementation -EAPI=8 -HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq -INHERIT=bash-completion-r1 cargo llvm -IUSE=debug -KEYWORDS=amd64 ~ppc64 -LICENSE=LGPL-2.1+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) -RDEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= -SLOT=0 -SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v0.32.0/sequoia-sq-v0.32.0.tar.bz2 https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.3/download -> aes-0.8.3.crate https://crates.io/api/v1/crates/ahash/0.8.6/download -> ahash-0.8.6.crate https://crates.io/api/v1/crates/aho-corasick/1.1.2/download -> aho-corasick-1.1.2.crate https://crates.io/api/v1/crates/aligned/0.4.1/download -> aligned-0.4.1.crate https://crates.io/api/v1/crates/allocator-api2/0.2.16/download -> allocator-api2-0.2.16.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.5/download -> anstream-0.6.5.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.4/download -> anstyle-1.0.4.crate https://crates.io/api/v1/crates/anyhow/1.0.75/download -> anyhow-1.0.75.crate https://crates.io/api/v1/crates/as-slice/0.2.1/download -> as-slice-0.2.1.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/assert_cmd/2.0.12/download -> assert_cmd-2.0.12.crate https://crates.io/api/v1/crates/async-trait/0.1.74/download -> async-trait-0.1.74.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace/0.3.69/download -> backtrace-0.3.69.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base64/0.21.5/download -> base64-0.21.5.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.1/download -> bitflags-2.4.1.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/bstr/1.8.0/download -> bstr-1.8.0.crate https://crates.io/api/v1/crates/buffered-reader/1.3.0/download -> buffered-reader-1.3.0.crate https://crates.io/api/v1/crates/bumpalo/3.14.0/download -> bumpalo-3.14.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.5.0/download -> bytes-1.5.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/cc/1.0.83/download -> cc-1.0.83.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.31/download -> chrono-0.4.31.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.6.1/download -> clang-sys-1.6.1.crate https://crates.io/api/v1/crates/clap/4.4.11/download -> clap-4.4.11.crate https://crates.io/api/v1/crates/clap_builder/4.4.11/download -> clap_builder-4.4.11.crate https://crates.io/api/v1/crates/clap_complete/4.4.4/download -> clap_complete-4.4.4.crate https://crates.io/api/v1/crates/clap_derive/4.4.7/download -> clap_derive-4.4.7.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.15/download -> clap_mangen-0.2.15.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/cpufeatures/0.2.11/download -> cpufeatures-0.2.11.crate https://crates.io/api/v1/crates/crc32fast/1.3.2/download -> crc32fast-1.3.2.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.9/download -> crossbeam-channel-0.5.9.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download -> crossbeam-deque-0.8.4.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download -> crossbeam-epoch-0.9.16.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.9/download -> crossbeam-queue-0.3.9.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download -> crossbeam-utils-0.8.17.crate https://crates.io/api/v1/crates/crossbeam/0.8.2/download -> crossbeam-0.8.2.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.1/download -> curve25519-dalek-4.1.1.crate https://crates.io/api/v1/crates/cvt/0.1.2/download -> cvt-0.1.2.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.8/download -> der-0.7.8.crate https://crates.io/api/v1/crates/deranged/0.3.10/download -> deranged-0.3.10.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/deunicode/1.4.2/download -> deunicode-1.4.2.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dot-writer/0.1.3/download -> dot-writer-0.1.3.crate https://crates.io/api/v1/crates/dsa/0.6.2/download -> dsa-0.6.2.crate https://crates.io/api/v1/crates/dyn-clone/1.0.16/download -> dyn-clone-1.0.16.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.0/download -> ed25519-dalek-2.1.0.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.9.0/download -> either-1.9.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/encoding_rs/0.8.33/download -> encoding_rs-0.8.33.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.0/download -> enum-as-inner-0.6.0.crate https://crates.io/api/v1/crates/enumber/0.3.0/download -> enumber-0.3.0.crate https://crates.io/api/v1/crates/env_logger/0.10.1/download -> env_logger-0.10.1.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fastrand/2.0.1/download -> fastrand-2.0.1.crate https://crates.io/api/v1/crates/fd-lock/4.0.1/download -> fd-lock-4.0.1.crate https://crates.io/api/v1/crates/fehler-macros/1.0.0/download -> fehler-macros-1.0.0.crate https://crates.io/api/v1/crates/fehler/1.0.0/download -> fehler-1.0.0.crate https://crates.io/api/v1/crates/ff/0.13.0/download -> ff-0.13.0.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.5/download -> fiat-crypto-0.2.5.crate https://crates.io/api/v1/crates/file_diff/1.0.0/download -> file_diff-1.0.0.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/fs2/0.4.3/download -> fs2-0.4.3.crate https://crates.io/api/v1/crates/fs_at/0.1.10/download -> fs_at-0.1.10.crate https://crates.io/api/v1/crates/futures-channel/0.3.29/download -> futures-channel-0.3.29.crate https://crates.io/api/v1/crates/futures-core/0.3.29/download -> futures-core-0.3.29.crate https://crates.io/api/v1/crates/futures-io/0.3.29/download -> futures-io-0.3.29.crate https://crates.io/api/v1/crates/futures-macro/0.3.29/download -> futures-macro-0.3.29.crate https://crates.io/api/v1/crates/futures-sink/0.3.29/download -> futures-sink-0.3.29.crate https://crates.io/api/v1/crates/futures-task/0.3.29/download -> futures-task-0.3.29.crate https://crates.io/api/v1/crates/futures-util/0.3.29/download -> futures-util-0.3.29.crate https://crates.io/api/v1/crates/generator/0.7.5/download -> generator-0.7.5.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getopts/0.2.21/download -> getopts-0.2.21.crate https://crates.io/api/v1/crates/getrandom/0.2.11/download -> getrandom-0.2.11.crate https://crates.io/api/v1/crates/ghash/0.5.0/download -> ghash-0.5.0.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/git-testament-derive/0.2.0/download -> git-testament-derive-0.2.0.crate https://crates.io/api/v1/crates/git-testament/0.2.5/download -> git-testament-0.2.5.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/globset/0.4.14/download -> globset-0.4.14.crate https://crates.io/api/v1/crates/globwalk/0.8.1/download -> globwalk-0.8.1.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/h2/0.3.22/download -> h2-0.3.22.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hashlink/0.8.4/download -> hashlink-0.8.4.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.3/download -> hermit-abi-0.3.3.crate https://crates.io/api/v1/crates/hickory-client/0.24.0/download -> hickory-client-0.24.0.crate https://crates.io/api/v1/crates/hickory-proto/0.24.0/download -> hickory-proto-0.24.0.crate https://crates.io/api/v1/crates/hickory-resolver/0.24.0/download -> hickory-resolver-0.24.0.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/html-escape/0.2.13/download -> html-escape-0.2.13.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.11/download -> http-0.2.11.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/humansize/2.1.3/download -> humansize-2.1.3.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.27/download -> hyper-0.14.27.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download -> iana-time-zone-0.1.58.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/idna/0.4.0/download -> idna-0.4.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/ignore/0.4.21/download -> ignore-0.4.21.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.1.0/download -> indexmap-2.1.0.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.9/download -> is-terminal-0.4.9.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itoa/1.0.10/download -> itoa-1.0.10.crate https://crates.io/api/v1/crates/js-sys/0.3.66/download -> js-sys-0.3.66.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.0/download -> lalrpop-util-0.20.0.crate https://crates.io/api/v1/crates/lalrpop/0.20.0/download -> lalrpop-0.20.0.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.151/download -> libc-0.2.151.crate https://crates.io/api/v1/crates/libloading/0.7.4/download -> libloading-0.7.4.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.0.1/download -> libredox-0.0.1.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.27.0/download -> libsqlite3-sys-0.27.0.crate https://crates.io/api/v1/crates/line-col/0.2.1/download -> line-col-0.2.1.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download -> linux-raw-sys-0.4.12.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.20/download -> log-0.4.20.crate https://crates.io/api/v1/crates/loom/0.5.6/download -> loom-0.5.6.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/matchers/0.1.0/download -> matchers-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.6.4/download -> memchr-2.6.4.crate https://crates.io/api/v1/crates/memoffset/0.9.0/download -> memoffset-0.9.0.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download -> miniz_oxide-0.7.1.crate https://crates.io/api/v1/crates/mio/0.8.10/download -> mio-0.8.10.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.3.0/download -> nettle-7.3.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download -> new_debug_unreachable-1.0.4.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nix/0.26.4/download -> nix-0.26.4.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/normpath/1.1.1/download -> normpath-1.1.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download -> nu-ansi-term-0.46.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-integer/0.1.45/download -> num-integer-0.1.45.crate https://crates.io/api/v1/crates/num-iter/0.1.43/download -> num-iter-0.1.43.crate https://crates.io/api/v1/crates/num-traits/0.2.17/download -> num-traits-0.2.17.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/object/0.32.1/download -> object-0.32.1.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.0/download -> opaque-debug-0.3.0.crate https://crates.io/api/v1/crates/openpgp-cert-d/0.3.1/download -> openpgp-cert-d-0.3.1.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.97/download -> openssl-sys-0.9.97.crate https://crates.io/api/v1/crates/openssl/0.10.61/download -> openssl-0.10.61.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/overload/0.1.1/download -> overload-0.1.1.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pest/2.7.5/download -> pest-2.7.5.crate https://crates.io/api/v1/crates/pest_derive/2.7.5/download -> pest_derive-2.7.5.crate https://crates.io/api/v1/crates/pest_generator/2.7.5/download -> pest_generator-2.7.5.crate https://crates.io/api/v1/crates/pest_meta/2.7.5/download -> pest_meta-2.7.5.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pikchr/0.1.3/download -> pikchr-0.1.3.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download -> pin-project-lite-0.2.13.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.27/download -> pkg-config-0.3.27.crate https://crates.io/api/v1/crates/platforms/3.2.0/download -> platforms-3.2.0.crate https://crates.io/api/v1/crates/polyval/0.6.1/download -> polyval-0.6.1.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/predicates-core/1.0.6/download -> predicates-core-1.0.6.crate https://crates.io/api/v1/crates/predicates-tree/1.0.9/download -> predicates-tree-1.0.9.crate https://crates.io/api/v1/crates/predicates/3.0.4/download -> predicates-3.0.4.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.70/download -> proc-macro2-1.0.70.crate https://crates.io/api/v1/crates/pulldown-cmark/0.9.3/download -> pulldown-cmark-0.9.3.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quote/1.0.33/download -> quote-1.0.33.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rayon-core/1.12.0/download -> rayon-core-1.12.0.crate https://crates.io/api/v1/crates/rayon/1.8.0/download -> rayon-1.8.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.4/download -> redox_users-0.4.4.crate https://crates.io/api/v1/crates/regex-automata/0.1.10/download -> regex-automata-0.1.10.crate https://crates.io/api/v1/crates/regex-automata/0.4.3/download -> regex-automata-0.4.3.crate https://crates.io/api/v1/crates/regex-syntax/0.6.29/download -> regex-syntax-0.6.29.crate https://crates.io/api/v1/crates/regex-syntax/0.7.5/download -> regex-syntax-0.7.5.crate https://crates.io/api/v1/crates/regex-syntax/0.8.2/download -> regex-syntax-0.8.2.crate https://crates.io/api/v1/crates/regex/1.10.2/download -> regex-1.10.2.crate https://crates.io/api/v1/crates/remove_dir_all/0.8.2/download -> remove_dir_all-0.8.2.crate https://crates.io/api/v1/crates/reqwest/0.11.22/download -> reqwest-0.11.22.crate https://crates.io/api/v1/crates/resolv-conf/0.7.0/download -> resolv-conf-0.7.0.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/roadmap/0.5.0/download -> roadmap-0.5.0.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rpassword/7.3.1/download -> rpassword-7.3.1.crate https://crates.io/api/v1/crates/rsa/0.9.6/download -> rsa-0.9.6.crate https://crates.io/api/v1/crates/rtoolbox/0.0.2/download -> rtoolbox-0.0.2.crate https://crates.io/api/v1/crates/rusqlite/0.30.0/download -> rusqlite-0.30.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.28/download -> rustix-0.38.28.crate https://crates.io/api/v1/crates/rustversion/1.0.14/download -> rustversion-1.0.14.crate https://crates.io/api/v1/crates/ryu/1.0.16/download -> ryu-1.0.16.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.22/download -> schannel-0.1.22.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download -> security-framework-sys-2.9.1.crate https://crates.io/api/v1/crates/security-framework/2.9.2/download -> security-framework-2.9.2.crate https://crates.io/api/v1/crates/semver/1.0.20/download -> semver-1.0.20.crate https://crates.io/api/v1/crates/sequoia-autocrypt/0.25.1/download -> sequoia-autocrypt-0.25.1.crate https://crates.io/api/v1/crates/sequoia-cert-store/0.4.0/download -> sequoia-cert-store-0.4.0.crate https://crates.io/api/v1/crates/sequoia-net/0.28.0/download -> sequoia-net-0.28.0.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.17.0/download -> sequoia-openpgp-1.17.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/sequoia-wot/0.9.0/download -> sequoia-wot-0.9.0.crate https://crates.io/api/v1/crates/serde-aux/4.3.1/download -> serde-aux-4.3.1.crate https://crates.io/api/v1/crates/serde/1.0.193/download -> serde-1.0.193.crate https://crates.io/api/v1/crates/serde_derive/1.0.193/download -> serde_derive-1.0.193.crate https://crates.io/api/v1/crates/serde_json/1.0.108/download -> serde_json-1.0.108.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_yaml/0.8.26/download -> serde_yaml-0.8.26.crate https://crates.io/api/v1/crates/serde_yaml/0.9.27/download -> serde_yaml-0.9.27.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.2/download -> sha1collisiondetection-0.3.2.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shell-words/1.1.0/download -> shell-words-1.1.0.crate https://crates.io/api/v1/crates/shlex/1.2.0/download -> shlex-1.2.0.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/slug/0.1.5/download -> slug-0.1.5.crate https://crates.io/api/v1/crates/smallvec/1.11.2/download -> smallvec-1.11.2.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/socket2/0.4.10/download -> socket2-0.4.10.crate https://crates.io/api/v1/crates/socket2/0.5.5/download -> socket2-0.5.5.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/state/0.5.3/download -> state-0.5.3.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subplot-build/0.9.0/download -> subplot-build-0.9.0.crate https://crates.io/api/v1/crates/subplot/0.9.0/download -> subplot-0.9.0.crate https://crates.io/api/v1/crates/subplotlib-derive/0.9.0/download -> subplotlib-derive-0.9.0.crate https://crates.io/api/v1/crates/subplotlib/0.9.0/download -> subplotlib-0.9.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.41/download -> syn-2.0.41.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tempfile-fast/0.3.4/download -> tempfile-fast-0.3.4.crate https://crates.io/api/v1/crates/tempfile/3.8.1/download -> tempfile-3.8.1.crate https://crates.io/api/v1/crates/tera/1.19.1/download -> tera-1.19.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/termcolor/1.4.0/download -> termcolor-1.4.0.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/textwrap/0.15.2/download -> textwrap-0.15.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download -> thiserror-impl-1.0.50.crate https://crates.io/api/v1/crates/thiserror/1.0.50/download -> thiserror-1.0.50.crate https://crates.io/api/v1/crates/thread_local/1.1.7/download -> thread_local-1.1.7.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.15/download -> time-macros-0.2.15.crate https://crates.io/api/v1/crates/time/0.3.30/download -> time-0.3.30.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.35.0/download -> tokio-1.35.0.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download -> tracing-subscriber-0.3.18.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/ucd-trie/0.1.6/download -> ucd-trie-0.1.6.crate https://crates.io/api/v1/crates/unescape/0.1.0/download -> unescape-0.1.0.crate https://crates.io/api/v1/crates/unic-char-property/0.9.0/download -> unic-char-property-0.9.0.crate https://crates.io/api/v1/crates/unic-char-range/0.9.0/download -> unic-char-range-0.9.0.crate https://crates.io/api/v1/crates/unic-common/0.9.0/download -> unic-common-0.9.0.crate https://crates.io/api/v1/crates/unic-segment/0.9.0/download -> unic-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-segment/0.9.0/download -> unic-ucd-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download -> unic-ucd-version-0.9.0.crate https://crates.io/api/v1/crates/unicase/2.7.0/download -> unicase-2.7.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download -> unicode-bidi-0.3.14.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download -> unicode-normalization-0.1.22.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.10/download -> unsafe-libyaml-0.2.10.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8-width/0.1.7/download -> utf8-width-0.1.7.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/valuable/0.1.0/download -> valuable-0.1.0.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.4.0/download -> walkdir-2.4.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download -> wasm-bindgen-backend-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.39/download -> wasm-bindgen-futures-0.4.39.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download -> wasm-bindgen-macro-support-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download -> wasm-bindgen-macro-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download -> wasm-bindgen-shared-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download -> wasm-bindgen-0.2.89.crate https://crates.io/api/v1/crates/web-sys/0.3.66/download -> web-sys-0.3.66.crate https://crates.io/api/v1/crates/widestring/1.0.2/download -> widestring-1.0.2.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.51.1/download -> windows-core-0.51.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.0/download -> windows-targets-0.52.0.crate https://crates.io/api/v1/crates/windows/0.48.0/download -> windows-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download -> windows_aarch64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download -> windows_aarch64_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download -> windows_i686_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download -> windows_i686_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download -> windows_x86_64_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download -> windows_x86_64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download -> windows_x86_64_msvc-0.52.0.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.0/download -> x25519-dalek-2.0.0.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.7/download -> xxhash-rust-0.8.7.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate https://crates.io/api/v1/crates/z-base-32/0.1.3/download -> z-base-32-0.1.3.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.31/download -> zerocopy-derive-0.7.31.crate https://crates.io/api/v1/crates/zerocopy/0.7.31/download -> zerocopy-0.7.31.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm 1eea65d11f743b8e256ef279b652a2e6 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=f9de9870f020c3d669eb04e3c47e1a07 diff --git a/metadata/md5-cache/app-crypt/sequoia-sq-0.34.0-r1 b/metadata/md5-cache/app-crypt/sequoia-sq-0.34.0-r1 index f98bdb55ad44..8deaf12dceb4 100644 --- a/metadata/md5-cache/app-crypt/sequoia-sq-0.34.0-r1 +++ b/metadata/md5-cache/app-crypt/sequoia-sq-0.34.0-r1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq INHERIT=cargo shell-completion llvm-r1 IUSE=debug +llvm_slot_17 llvm_slot_16 -KEYWORDS=~amd64 ~arm64 ~ppc64 +KEYWORDS=amd64 ~arm64 ~ppc64 LICENSE=LGPL-2.1+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) RDEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 ) SLOT=0 SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v0.34.0/sequoia-sq-v0.34.0.tar.bz2 https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.10/download -> ahash-0.8.10.crate https://crates.io/api/v1/crates/aho-corasick/1.1.2/download -> aho-corasick-1.1.2.crate https://crates.io/api/v1/crates/aligned/0.4.1/download -> aligned-0.4.1.crate https://crates.io/api/v1/crates/allocator-api2/0.2.16/download -> allocator-api2-0.2.16.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.13/download -> anstream-0.6.13.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.6/download -> anstyle-1.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.76/download -> anyhow-1.0.76.crate https://crates.io/api/v1/crates/as-slice/0.2.1/download -> as-slice-0.2.1.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/assert_cmd/2.0.13/download -> assert_cmd-2.0.13.crate https://crates.io/api/v1/crates/async-trait/0.1.77/download -> async-trait-0.1.77.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace/0.3.69/download -> backtrace-0.3.69.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.2/download -> bitflags-2.4.2.crate https://crates.io/api/v1/crates/blanket/0.3.0/download -> blanket-0.3.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/bstr/1.9.1/download -> bstr-1.9.1.crate https://crates.io/api/v1/crates/buffered-reader/1.3.0/download -> buffered-reader-1.3.0.crate https://crates.io/api/v1/crates/bumpalo/3.15.3/download -> bumpalo-3.15.3.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.5.0/download -> bytes-1.5.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/capnp-futures/0.19.0/download -> capnp-futures-0.19.0.crate https://crates.io/api/v1/crates/capnp-rpc/0.19.0/download -> capnp-rpc-0.19.0.crate https://crates.io/api/v1/crates/capnp/0.19.2/download -> capnp-0.19.2.crate https://crates.io/api/v1/crates/capnpc/0.19.0/download -> capnpc-0.19.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/cc/1.0.88/download -> cc-1.0.88.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.34/download -> chrono-0.4.34.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/clap/4.4.18/download -> clap-4.4.18.crate https://crates.io/api/v1/crates/clap_builder/4.4.18/download -> clap_builder-4.4.18.crate https://crates.io/api/v1/crates/clap_complete/4.4.10/download -> clap_complete-4.4.10.crate https://crates.io/api/v1/crates/clap_derive/4.4.7/download -> clap_derive-4.4.7.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.19/download -> clap_mangen-0.2.19.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/console/0.15.8/download -> console-0.15.8.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crc32fast/1.4.0/download -> crc32fast-1.4.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.12/download -> crossbeam-channel-0.5.12.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download -> crossbeam-deque-0.8.5.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.11/download -> crossbeam-queue-0.3.11.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download -> crossbeam-utils-0.8.19.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctor/0.2.7/download -> ctor-0.2.7.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.2/download -> curve25519-dalek-4.1.2.crate https://crates.io/api/v1/crates/cvt/0.1.2/download -> cvt-0.1.2.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.8/download -> der-0.7.8.crate https://crates.io/api/v1/crates/deranged/0.3.11/download -> deranged-0.3.11.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/deunicode/1.4.3/download -> deunicode-1.4.3.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dircpy/0.3.16/download -> dircpy-0.3.16.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dot-writer/0.1.3/download -> dot-writer-0.1.3.crate https://crates.io/api/v1/crates/dsa/0.6.3/download -> dsa-0.6.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.17/download -> dyn-clone-1.0.17.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.1/download -> ed25519-dalek-2.1.1.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.10.0/download -> either-1.10.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/encode_unicode/0.3.6/download -> encode_unicode-0.3.6.crate https://crates.io/api/v1/crates/encoding_rs/0.8.33/download -> encoding_rs-0.8.33.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.0/download -> enum-as-inner-0.6.0.crate https://crates.io/api/v1/crates/enumber/0.3.0/download -> enumber-0.3.0.crate https://crates.io/api/v1/crates/env_logger/0.10.2/download -> env_logger-0.10.2.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fastrand/2.0.1/download -> fastrand-2.0.1.crate https://crates.io/api/v1/crates/fd-lock/4.0.2/download -> fd-lock-4.0.2.crate https://crates.io/api/v1/crates/fehler-macros/1.0.0/download -> fehler-macros-1.0.0.crate https://crates.io/api/v1/crates/fehler/1.0.0/download -> fehler-1.0.0.crate https://crates.io/api/v1/crates/ff/0.13.0/download -> ff-0.13.0.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.6/download -> fiat-crypto-0.2.6.crate https://crates.io/api/v1/crates/file_diff/1.0.0/download -> file_diff-1.0.0.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/fs2/0.4.3/download -> fs2-0.4.3.crate https://crates.io/api/v1/crates/fs_at/0.1.10/download -> fs_at-0.1.10.crate https://crates.io/api/v1/crates/futures-channel/0.3.30/download -> futures-channel-0.3.30.crate https://crates.io/api/v1/crates/futures-core/0.3.30/download -> futures-core-0.3.30.crate https://crates.io/api/v1/crates/futures-executor/0.3.30/download -> futures-executor-0.3.30.crate https://crates.io/api/v1/crates/futures-io/0.3.30/download -> futures-io-0.3.30.crate https://crates.io/api/v1/crates/futures-macro/0.3.30/download -> futures-macro-0.3.30.crate https://crates.io/api/v1/crates/futures-sink/0.3.30/download -> futures-sink-0.3.30.crate https://crates.io/api/v1/crates/futures-task/0.3.30/download -> futures-task-0.3.30.crate https://crates.io/api/v1/crates/futures-util/0.3.30/download -> futures-util-0.3.30.crate https://crates.io/api/v1/crates/futures/0.3.30/download -> futures-0.3.30.crate https://crates.io/api/v1/crates/generator/0.7.6/download -> generator-0.7.6.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getopts/0.2.21/download -> getopts-0.2.21.crate https://crates.io/api/v1/crates/getrandom/0.2.12/download -> getrandom-0.2.12.crate https://crates.io/api/v1/crates/ghash/0.5.0/download -> ghash-0.5.0.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/git-testament-derive/0.2.0/download -> git-testament-derive-0.2.0.crate https://crates.io/api/v1/crates/git-testament/0.2.5/download -> git-testament-0.2.5.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/globset/0.4.14/download -> globset-0.4.14.crate https://crates.io/api/v1/crates/globwalk/0.8.1/download -> globwalk-0.8.1.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/h2/0.3.24/download -> h2-0.3.24.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hashlink/0.9.0/download -> hashlink-0.9.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.9/download -> hermit-abi-0.3.9.crate https://crates.io/api/v1/crates/hickory-client/0.24.0/download -> hickory-client-0.24.0.crate https://crates.io/api/v1/crates/hickory-proto/0.24.0/download -> hickory-proto-0.24.0.crate https://crates.io/api/v1/crates/hickory-resolver/0.24.0/download -> hickory-resolver-0.24.0.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/html-escape/0.2.13/download -> html-escape-0.2.13.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.11/download -> http-0.2.11.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/humansize/2.1.3/download -> humansize-2.1.3.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.28/download -> hyper-0.14.28.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/idna/0.4.0/download -> idna-0.4.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/ignore/0.4.22/download -> ignore-0.4.22.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.2.4/download -> indexmap-2.2.4.crate https://crates.io/api/v1/crates/indicatif/0.17.8/download -> indicatif-0.17.8.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.12/download -> is-terminal-0.4.12.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itoa/1.0.10/download -> itoa-1.0.10.crate https://crates.io/api/v1/crates/js-sys/0.3.68/download -> js-sys-0.3.68.crate https://crates.io/api/v1/crates/jwalk/0.8.1/download -> jwalk-0.8.1.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libloading/0.8.1/download -> libloading-0.8.1.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.0.1/download -> libredox-0.0.1.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.28.0/download -> libsqlite3-sys-0.28.0.crate https://crates.io/api/v1/crates/line-col/0.2.1/download -> line-col-0.2.1.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.21/download -> log-0.4.21.crate https://crates.io/api/v1/crates/loom/0.5.6/download -> loom-0.5.6.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/matchers/0.1.0/download -> matchers-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.1/download -> memchr-2.7.1.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download -> miniz_oxide-0.7.2.crate https://crates.io/api/v1/crates/mio/0.8.10/download -> mio-0.8.10.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.3.0/download -> nettle-7.3.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.4/download -> new_debug_unreachable-1.0.4.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nix/0.26.4/download -> nix-0.26.4.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/normpath/1.1.1/download -> normpath-1.1.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download -> nu-ansi-term-0.46.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.44/download -> num-iter-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/object/0.32.2/download -> object-0.32.2.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.0/download -> opaque-debug-0.3.0.crate https://crates.io/api/v1/crates/openpgp-cert-d/0.3.1/download -> openpgp-cert-d-0.3.1.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.101/download -> openssl-sys-0.9.101.crate https://crates.io/api/v1/crates/openssl/0.10.64/download -> openssl-0.10.64.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/overload/0.1.1/download -> overload-0.1.1.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/paste/1.0.14/download -> paste-1.0.14.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pest/2.7.7/download -> pest-2.7.7.crate https://crates.io/api/v1/crates/pest_derive/2.7.7/download -> pest_derive-2.7.7.crate https://crates.io/api/v1/crates/pest_generator/2.7.7/download -> pest_generator-2.7.7.crate https://crates.io/api/v1/crates/pest_meta/2.7.7/download -> pest_meta-2.7.7.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pikchr/0.1.3/download -> pikchr-0.1.3.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download -> pin-project-lite-0.2.13.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/platforms/3.3.0/download -> platforms-3.3.0.crate https://crates.io/api/v1/crates/polyval/0.6.1/download -> polyval-0.6.1.crate https://crates.io/api/v1/crates/portable-atomic/1.6.0/download -> portable-atomic-1.6.0.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/predicates-core/1.0.6/download -> predicates-core-1.0.6.crate https://crates.io/api/v1/crates/predicates-tree/1.0.9/download -> predicates-tree-1.0.9.crate https://crates.io/api/v1/crates/predicates/3.1.0/download -> predicates-3.1.0.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.78/download -> proc-macro2-1.0.78.crate https://crates.io/api/v1/crates/pulldown-cmark/0.9.6/download -> pulldown-cmark-0.9.6.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quote/1.0.35/download -> quote-1.0.35.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.9.0/download -> rayon-1.9.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.4/download -> redox_users-0.4.4.crate https://crates.io/api/v1/crates/regex-automata/0.1.10/download -> regex-automata-0.1.10.crate https://crates.io/api/v1/crates/regex-automata/0.4.5/download -> regex-automata-0.4.5.crate https://crates.io/api/v1/crates/regex-syntax/0.6.29/download -> regex-syntax-0.6.29.crate https://crates.io/api/v1/crates/regex-syntax/0.8.2/download -> regex-syntax-0.8.2.crate https://crates.io/api/v1/crates/regex/1.10.3/download -> regex-1.10.3.crate https://crates.io/api/v1/crates/remove_dir_all/0.8.2/download -> remove_dir_all-0.8.2.crate https://crates.io/api/v1/crates/reqwest/0.11.24/download -> reqwest-0.11.24.crate https://crates.io/api/v1/crates/resolv-conf/0.7.0/download -> resolv-conf-0.7.0.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/roadmap/0.5.0/download -> roadmap-0.5.0.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rpassword/7.3.1/download -> rpassword-7.3.1.crate https://crates.io/api/v1/crates/rsa/0.9.6/download -> rsa-0.9.6.crate https://crates.io/api/v1/crates/rtoolbox/0.0.2/download -> rtoolbox-0.0.2.crate https://crates.io/api/v1/crates/rusqlite/0.31.0/download -> rusqlite-0.31.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.31/download -> rustix-0.38.31.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustversion/1.0.14/download -> rustversion-1.0.14.crate https://crates.io/api/v1/crates/ryu/1.0.17/download -> ryu-1.0.17.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.23/download -> schannel-0.1.23.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download -> security-framework-sys-2.9.1.crate https://crates.io/api/v1/crates/security-framework/2.9.2/download -> security-framework-2.9.2.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/sequoia-autocrypt/0.25.1/download -> sequoia-autocrypt-0.25.1.crate https://crates.io/api/v1/crates/sequoia-cert-store/0.5.0/download -> sequoia-cert-store-0.5.0.crate https://crates.io/api/v1/crates/sequoia-ipc/0.33.0/download -> sequoia-ipc-0.33.0.crate https://crates.io/api/v1/crates/sequoia-keystore-backend/0.2.0/download -> sequoia-keystore-backend-0.2.0.crate https://crates.io/api/v1/crates/sequoia-keystore-softkeys/0.2.0/download -> sequoia-keystore-softkeys-0.2.0.crate https://crates.io/api/v1/crates/sequoia-keystore/0.2.0/download -> sequoia-keystore-0.2.0.crate https://crates.io/api/v1/crates/sequoia-net/0.28.0/download -> sequoia-net-0.28.0.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.19.0/download -> sequoia-openpgp-1.19.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/sequoia-wot/0.11.0/download -> sequoia-wot-0.11.0.crate https://crates.io/api/v1/crates/serde-aux/4.5.0/download -> serde-aux-4.5.0.crate https://crates.io/api/v1/crates/serde/1.0.197/download -> serde-1.0.197.crate https://crates.io/api/v1/crates/serde_derive/1.0.197/download -> serde_derive-1.0.197.crate https://crates.io/api/v1/crates/serde_json/1.0.114/download -> serde_json-1.0.114.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_yaml/0.8.26/download -> serde_yaml-0.8.26.crate https://crates.io/api/v1/crates/serde_yaml/0.9.32/download -> serde_yaml-0.9.32.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.3/download -> sha1collisiondetection-0.3.3.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shell-words/1.1.0/download -> shell-words-1.1.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/slug/0.1.5/download -> slug-0.1.5.crate https://crates.io/api/v1/crates/smallvec/1.13.1/download -> smallvec-1.13.1.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/socket2/0.5.6/download -> socket2-0.5.6.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/state/0.5.3/download -> state-0.5.3.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subplot-build/0.9.0/download -> subplot-build-0.9.0.crate https://crates.io/api/v1/crates/subplot/0.9.0/download -> subplot-0.9.0.crate https://crates.io/api/v1/crates/subplotlib-derive/0.9.0/download -> subplotlib-derive-0.9.0.crate https://crates.io/api/v1/crates/subplotlib/0.9.0/download -> subplotlib-0.9.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.52/download -> syn-2.0.52.crate https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download -> sync_wrapper-0.1.2.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tempfile-fast/0.3.4/download -> tempfile-fast-0.3.4.crate https://crates.io/api/v1/crates/tempfile/3.10.1/download -> tempfile-3.10.1.crate https://crates.io/api/v1/crates/tera/1.19.1/download -> tera-1.19.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/textwrap/0.15.2/download -> textwrap-0.15.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.57/download -> thiserror-impl-1.0.57.crate https://crates.io/api/v1/crates/thiserror/1.0.57/download -> thiserror-1.0.57.crate https://crates.io/api/v1/crates/thread_local/1.1.8/download -> thread_local-1.1.8.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.17/download -> time-macros-0.2.17.crate https://crates.io/api/v1/crates/time/0.3.34/download -> time-0.3.34.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.36.0/download -> tokio-1.36.0.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download -> tracing-subscriber-0.3.18.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/ucd-trie/0.1.6/download -> ucd-trie-0.1.6.crate https://crates.io/api/v1/crates/unescape/0.1.0/download -> unescape-0.1.0.crate https://crates.io/api/v1/crates/unic-char-property/0.9.0/download -> unic-char-property-0.9.0.crate https://crates.io/api/v1/crates/unic-char-range/0.9.0/download -> unic-char-range-0.9.0.crate https://crates.io/api/v1/crates/unic-common/0.9.0/download -> unic-common-0.9.0.crate https://crates.io/api/v1/crates/unic-segment/0.9.0/download -> unic-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-segment/0.9.0/download -> unic-ucd-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download -> unic-ucd-version-0.9.0.crate https://crates.io/api/v1/crates/unicase/2.7.0/download -> unicase-2.7.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.10/download -> unsafe-libyaml-0.2.10.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8-width/0.1.7/download -> utf8-width-0.1.7.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/valuable/0.1.0/download -> valuable-0.1.0.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.4.0/download -> walkdir-2.4.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.91/download -> wasm-bindgen-backend-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.41/download -> wasm-bindgen-futures-0.4.41.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.91/download -> wasm-bindgen-macro-support-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.91/download -> wasm-bindgen-macro-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.91/download -> wasm-bindgen-shared-0.2.91.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.91/download -> wasm-bindgen-0.2.91.crate https://crates.io/api/v1/crates/web-sys/0.3.68/download -> web-sys-0.3.68.crate https://crates.io/api/v1/crates/widestring/1.0.2/download -> widestring-1.0.2.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-core/0.53.0/download -> windows-core-0.53.0.crate https://crates.io/api/v1/crates/windows-result/0.1.0/download -> windows-result-0.1.0.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.4/download -> windows-targets-0.52.4.crate https://crates.io/api/v1/crates/windows/0.53.0/download -> windows-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.4/download -> windows_aarch64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.4/download -> windows_aarch64_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.4/download -> windows_i686_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.4/download -> windows_i686_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.4/download -> windows_x86_64_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.4/download -> windows_x86_64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.4/download -> windows_x86_64_msvc-0.52.4.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.1/download -> x25519-dalek-2.0.1.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.10/download -> xxhash-rust-0.8.10.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate https://crates.io/api/v1/crates/z-base-32/0.1.4/download -> z-base-32-0.1.4.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download -> zerocopy-derive-0.7.32.crate https://crates.io/api/v1/crates/zerocopy/0.7.32/download -> zerocopy-0.7.32.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=87a62d9b91f53f11ff909634160d26fb +_md5_=ff9f54e41a9b0bc1391fc4f2b900d70d diff --git a/metadata/md5-cache/app-crypt/sequoia-sq-0.35.0 b/metadata/md5-cache/app-crypt/sequoia-sq-0.35.0 new file mode 100644 index 000000000000..f8e3b3844513 --- /dev/null +++ b/metadata/md5-cache/app-crypt/sequoia-sq-0.35.0 @@ -0,0 +1,16 @@ +BDEPEND=llvm_slot_16? ( sys-devel/clang:16 ) llvm_slot_17? ( sys-devel/clang:17 ) virtual/pkgconfig >=virtual/rust-1.70 >=virtual/rust-1.53 +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= dev-libs/capnproto +DESCRIPTION=CLI of the Sequoia OpenPGP implementation +EAPI=8 +HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq +INHERIT=cargo shell-completion llvm-r1 +IUSE=debug +llvm_slot_17 llvm_slot_16 +KEYWORDS=~amd64 ~arm64 ~ppc64 +LICENSE=LGPL-2.1+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT MIT-0 MPL-2.0 Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) +RDEPEND=dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= +REQUIRED_USE=^^ ( llvm_slot_16 llvm_slot_17 ) +SLOT=0 +SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sq/-/archive/v0.35.0/sequoia-sq-v0.35.0.tar.bz2 https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.11/download -> ahash-0.8.11.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/aligned/0.4.2/download -> aligned-0.4.2.crate https://crates.io/api/v1/crates/allocator-api2/0.2.18/download -> allocator-api2-0.2.18.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.13/download -> anstream-0.6.13.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.6/download -> anstyle-1.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.76/download -> anyhow-1.0.76.crate https://crates.io/api/v1/crates/as-slice/0.2.1/download -> as-slice-0.2.1.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/assert_cmd/2.0.13/download -> assert_cmd-2.0.13.crate https://crates.io/api/v1/crates/async-trait/0.1.80/download -> async-trait-0.1.80.crate https://crates.io/api/v1/crates/autocfg/1.2.0/download -> autocfg-1.2.0.crate https://crates.io/api/v1/crates/backtrace/0.3.71/download -> backtrace-0.3.71.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.5.0/download -> bitflags-2.5.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/bstr/1.9.1/download -> bstr-1.9.1.crate https://crates.io/api/v1/crates/buffered-reader/1.3.1/download -> buffered-reader-1.3.1.crate https://crates.io/api/v1/crates/bumpalo/3.16.0/download -> bumpalo-3.16.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.6.0/download -> bytes-1.6.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/capnp-futures/0.19.0/download -> capnp-futures-0.19.0.crate https://crates.io/api/v1/crates/capnp-rpc/0.19.0/download -> capnp-rpc-0.19.0.crate https://crates.io/api/v1/crates/capnp/0.19.3/download -> capnp-0.19.3.crate https://crates.io/api/v1/crates/capnpc/0.19.0/download -> capnpc-0.19.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/cc/1.0.94/download -> cc-1.0.94.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.38/download -> chrono-0.4.38.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/clap/4.4.18/download -> clap-4.4.18.crate https://crates.io/api/v1/crates/clap_builder/4.4.18/download -> clap_builder-4.4.18.crate https://crates.io/api/v1/crates/clap_complete/4.4.10/download -> clap_complete-4.4.10.crate https://crates.io/api/v1/crates/clap_derive/4.4.7/download -> clap_derive-4.4.7.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/console/0.15.8/download -> console-0.15.8.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crc32fast/1.4.0/download -> crc32fast-1.4.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.12/download -> crossbeam-channel-0.5.12.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download -> crossbeam-deque-0.8.5.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-queue/0.3.11/download -> crossbeam-queue-0.3.11.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download -> crossbeam-utils-0.8.19.crate https://crates.io/api/v1/crates/crossbeam/0.8.4/download -> crossbeam-0.8.4.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctor/0.2.7/download -> ctor-0.2.7.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.2/download -> curve25519-dalek-4.1.2.crate https://crates.io/api/v1/crates/cvt/0.1.2/download -> cvt-0.1.2.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.9/download -> der-0.7.9.crate https://crates.io/api/v1/crates/deranged/0.3.11/download -> deranged-0.3.11.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/deunicode/1.4.4/download -> deunicode-1.4.4.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dircpy/0.3.16/download -> dircpy-0.3.16.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dot-writer/0.1.3/download -> dot-writer-0.1.3.crate https://crates.io/api/v1/crates/dsa/0.6.3/download -> dsa-0.6.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.17/download -> dyn-clone-1.0.17.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.1/download -> ed25519-dalek-2.1.1.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.11.0/download -> either-1.11.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/encode_unicode/0.3.6/download -> encode_unicode-0.3.6.crate https://crates.io/api/v1/crates/encoding_rs/0.8.34/download -> encoding_rs-0.8.34.crate https://crates.io/api/v1/crates/endian-type/0.1.2/download -> endian-type-0.1.2.crate https://crates.io/api/v1/crates/enum-as-inner/0.6.0/download -> enum-as-inner-0.6.0.crate https://crates.io/api/v1/crates/enumber/0.3.0/download -> enumber-0.3.0.crate https://crates.io/api/v1/crates/env_logger/0.10.2/download -> env_logger-0.10.2.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download -> fallible-iterator-0.3.0.crate https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download -> fallible-streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/fastrand/2.0.2/download -> fastrand-2.0.2.crate https://crates.io/api/v1/crates/fd-lock/4.0.2/download -> fd-lock-4.0.2.crate https://crates.io/api/v1/crates/fehler-macros/1.0.0/download -> fehler-macros-1.0.0.crate https://crates.io/api/v1/crates/fehler/1.0.0/download -> fehler-1.0.0.crate https://crates.io/api/v1/crates/ff/0.13.0/download -> ff-0.13.0.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.7/download -> fiat-crypto-0.2.7.crate https://crates.io/api/v1/crates/file_diff/1.0.0/download -> file_diff-1.0.0.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/fs2/0.4.3/download -> fs2-0.4.3.crate https://crates.io/api/v1/crates/fs_at/0.1.10/download -> fs_at-0.1.10.crate https://crates.io/api/v1/crates/futures-channel/0.3.30/download -> futures-channel-0.3.30.crate https://crates.io/api/v1/crates/futures-core/0.3.30/download -> futures-core-0.3.30.crate https://crates.io/api/v1/crates/futures-executor/0.3.30/download -> futures-executor-0.3.30.crate https://crates.io/api/v1/crates/futures-io/0.3.30/download -> futures-io-0.3.30.crate https://crates.io/api/v1/crates/futures-macro/0.3.30/download -> futures-macro-0.3.30.crate https://crates.io/api/v1/crates/futures-sink/0.3.30/download -> futures-sink-0.3.30.crate https://crates.io/api/v1/crates/futures-task/0.3.30/download -> futures-task-0.3.30.crate https://crates.io/api/v1/crates/futures-util/0.3.30/download -> futures-util-0.3.30.crate https://crates.io/api/v1/crates/futures/0.3.30/download -> futures-0.3.30.crate https://crates.io/api/v1/crates/generator/0.7.5/download -> generator-0.7.5.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/gethostname/0.4.3/download -> gethostname-0.4.3.crate https://crates.io/api/v1/crates/getopts/0.2.21/download -> getopts-0.2.21.crate https://crates.io/api/v1/crates/getrandom/0.2.14/download -> getrandom-0.2.14.crate https://crates.io/api/v1/crates/ghash/0.5.1/download -> ghash-0.5.1.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/git-testament-derive/0.2.0/download -> git-testament-derive-0.2.0.crate https://crates.io/api/v1/crates/git-testament/0.2.5/download -> git-testament-0.2.5.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/globset/0.4.14/download -> globset-0.4.14.crate https://crates.io/api/v1/crates/globwalk/0.8.1/download -> globwalk-0.8.1.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/h2/0.3.26/download -> h2-0.3.26.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hashlink/0.9.0/download -> hashlink-0.9.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.9/download -> hermit-abi-0.3.9.crate https://crates.io/api/v1/crates/hickory-client/0.24.0/download -> hickory-client-0.24.0.crate https://crates.io/api/v1/crates/hickory-proto/0.24.0/download -> hickory-proto-0.24.0.crate https://crates.io/api/v1/crates/hickory-resolver/0.24.0/download -> hickory-resolver-0.24.0.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/html-escape/0.2.13/download -> html-escape-0.2.13.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/humansize/2.1.3/download -> humansize-2.1.3.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.28/download -> hyper-0.14.28.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/idna/0.4.0/download -> idna-0.4.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/ignore/0.4.22/download -> ignore-0.4.22.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.2.6/download -> indexmap-2.2.6.crate https://crates.io/api/v1/crates/indicatif/0.17.8/download -> indicatif-0.17.8.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/ipconfig/0.3.2/download -> ipconfig-0.3.2.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.12/download -> is-terminal-0.4.12.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itoa/1.0.11/download -> itoa-1.0.11.crate https://crates.io/api/v1/crates/js-sys/0.3.69/download -> js-sys-0.3.69.crate https://crates.io/api/v1/crates/jwalk/0.8.1/download -> jwalk-0.8.1.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libloading/0.8.3/download -> libloading-0.8.3.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.1.3/download -> libredox-0.1.3.crate https://crates.io/api/v1/crates/libsqlite3-sys/0.28.0/download -> libsqlite3-sys-0.28.0.crate https://crates.io/api/v1/crates/line-col/0.2.1/download -> line-col-0.2.1.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.21/download -> log-0.4.21.crate https://crates.io/api/v1/crates/loom/0.5.6/download -> loom-0.5.6.crate https://crates.io/api/v1/crates/lru-cache/0.1.2/download -> lru-cache-0.1.2.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/matchers/0.1.0/download -> matchers-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.2/download -> memchr-2.7.2.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download -> miniz_oxide-0.7.2.crate https://crates.io/api/v1/crates/mio/0.8.11/download -> mio-0.8.11.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.4.0/download -> nettle-7.4.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.6/download -> new_debug_unreachable-1.0.6.crate https://crates.io/api/v1/crates/nibble_vec/0.1.0/download -> nibble_vec-0.1.0.crate https://crates.io/api/v1/crates/nix/0.26.4/download -> nix-0.26.4.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/normpath/1.1.1/download -> normpath-1.1.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download -> nu-ansi-term-0.46.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.44/download -> num-iter-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/object/0.32.2/download -> object-0.32.2.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openpgp-cert-d/0.3.2/download -> openpgp-cert-d-0.3.2.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.102/download -> openssl-sys-0.9.102.crate https://crates.io/api/v1/crates/openssl/0.10.64/download -> openssl-0.10.64.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/overload/0.1.1/download -> overload-0.1.1.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/paste/1.0.14/download -> paste-1.0.14.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pest/2.7.9/download -> pest-2.7.9.crate https://crates.io/api/v1/crates/pest_derive/2.7.9/download -> pest_derive-2.7.9.crate https://crates.io/api/v1/crates/pest_generator/2.7.9/download -> pest_generator-2.7.9.crate https://crates.io/api/v1/crates/pest_meta/2.7.9/download -> pest_meta-2.7.9.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pikchr/0.1.3/download -> pikchr-0.1.3.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.14/download -> pin-project-lite-0.2.14.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/platforms/3.4.0/download -> platforms-3.4.0.crate https://crates.io/api/v1/crates/polyval/0.6.2/download -> polyval-0.6.2.crate https://crates.io/api/v1/crates/portable-atomic/1.6.0/download -> portable-atomic-1.6.0.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/predicates-core/1.0.6/download -> predicates-core-1.0.6.crate https://crates.io/api/v1/crates/predicates-tree/1.0.9/download -> predicates-tree-1.0.9.crate https://crates.io/api/v1/crates/predicates/3.1.0/download -> predicates-3.1.0.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.80/download -> proc-macro2-1.0.80.crate https://crates.io/api/v1/crates/pulldown-cmark/0.9.6/download -> pulldown-cmark-0.9.6.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quote/1.0.36/download -> quote-1.0.36.crate https://crates.io/api/v1/crates/radix_trie/0.2.1/download -> radix_trie-0.2.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.10.0/download -> rayon-1.10.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.5/download -> redox_users-0.4.5.crate https://crates.io/api/v1/crates/regex-automata/0.1.10/download -> regex-automata-0.1.10.crate https://crates.io/api/v1/crates/regex-automata/0.4.6/download -> regex-automata-0.4.6.crate https://crates.io/api/v1/crates/regex-syntax/0.6.29/download -> regex-syntax-0.6.29.crate https://crates.io/api/v1/crates/regex-syntax/0.8.3/download -> regex-syntax-0.8.3.crate https://crates.io/api/v1/crates/regex/1.10.4/download -> regex-1.10.4.crate https://crates.io/api/v1/crates/remove_dir_all/0.8.2/download -> remove_dir_all-0.8.2.crate https://crates.io/api/v1/crates/reqwest/0.11.27/download -> reqwest-0.11.27.crate https://crates.io/api/v1/crates/resolv-conf/0.7.0/download -> resolv-conf-0.7.0.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/roadmap/0.5.0/download -> roadmap-0.5.0.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rpassword/7.3.1/download -> rpassword-7.3.1.crate https://crates.io/api/v1/crates/rsa/0.9.6/download -> rsa-0.9.6.crate https://crates.io/api/v1/crates/rtoolbox/0.0.2/download -> rtoolbox-0.0.2.crate https://crates.io/api/v1/crates/rusqlite/0.31.0/download -> rusqlite-0.31.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.32/download -> rustix-0.38.32.crate https://crates.io/api/v1/crates/rustls-pemfile/1.0.4/download -> rustls-pemfile-1.0.4.crate https://crates.io/api/v1/crates/rustversion/1.0.15/download -> rustversion-1.0.15.crate https://crates.io/api/v1/crates/ryu/1.0.17/download -> ryu-1.0.17.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.23/download -> schannel-0.1.23.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/security-framework-sys/2.10.0/download -> security-framework-sys-2.10.0.crate https://crates.io/api/v1/crates/security-framework/2.10.0/download -> security-framework-2.10.0.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/sequoia-autocrypt/0.25.1/download -> sequoia-autocrypt-0.25.1.crate https://crates.io/api/v1/crates/sequoia-cert-store/0.5.3/download -> sequoia-cert-store-0.5.3.crate https://crates.io/api/v1/crates/sequoia-gpg-agent/0.3.1/download -> sequoia-gpg-agent-0.3.1.crate https://crates.io/api/v1/crates/sequoia-ipc/0.34.1/download -> sequoia-ipc-0.34.1.crate https://crates.io/api/v1/crates/sequoia-keystore-backend/0.3.0/download -> sequoia-keystore-backend-0.3.0.crate https://crates.io/api/v1/crates/sequoia-keystore-gpg-agent/0.1.0/download -> sequoia-keystore-gpg-agent-0.1.0.crate https://crates.io/api/v1/crates/sequoia-keystore-softkeys/0.3.0/download -> sequoia-keystore-softkeys-0.3.0.crate https://crates.io/api/v1/crates/sequoia-keystore/0.3.0/download -> sequoia-keystore-0.3.0.crate https://crates.io/api/v1/crates/sequoia-net/0.28.0/download -> sequoia-net-0.28.0.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.20.0/download -> sequoia-openpgp-1.20.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/sequoia-wot/0.11.0/download -> sequoia-wot-0.11.0.crate https://crates.io/api/v1/crates/serde-aux/4.5.0/download -> serde-aux-4.5.0.crate https://crates.io/api/v1/crates/serde/1.0.197/download -> serde-1.0.197.crate https://crates.io/api/v1/crates/serde_derive/1.0.197/download -> serde_derive-1.0.197.crate https://crates.io/api/v1/crates/serde_json/1.0.115/download -> serde_json-1.0.115.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/serde_yaml/0.8.26/download -> serde_yaml-0.8.26.crate https://crates.io/api/v1/crates/serde_yaml/0.9.34+deprecated/download -> serde_yaml-0.9.34+deprecated.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.4/download -> sha1collisiondetection-0.3.4.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shell-words/1.1.0/download -> shell-words-1.1.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/slug/0.1.5/download -> slug-0.1.5.crate https://crates.io/api/v1/crates/smallvec/1.13.2/download -> smallvec-1.13.2.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/socket2/0.5.6/download -> socket2-0.5.6.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/state/0.5.3/download -> state-0.5.3.crate https://crates.io/api/v1/crates/stfu8/0.2.7/download -> stfu8-0.2.7.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subplot-build/0.9.0/download -> subplot-build-0.9.0.crate https://crates.io/api/v1/crates/subplot/0.9.0/download -> subplot-0.9.0.crate https://crates.io/api/v1/crates/subplotlib-derive/0.9.0/download -> subplotlib-derive-0.9.0.crate https://crates.io/api/v1/crates/subplotlib/0.9.0/download -> subplotlib-0.9.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.59/download -> syn-2.0.59.crate https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download -> sync_wrapper-0.1.2.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tempfile-fast/0.3.4/download -> tempfile-fast-0.3.4.crate https://crates.io/api/v1/crates/tempfile/3.10.1/download -> tempfile-3.10.1.crate https://crates.io/api/v1/crates/tera/1.19.1/download -> tera-1.19.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/textwrap/0.15.2/download -> textwrap-0.15.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.58/download -> thiserror-impl-1.0.58.crate https://crates.io/api/v1/crates/thiserror/1.0.58/download -> thiserror-1.0.58.crate https://crates.io/api/v1/crates/thread_local/1.1.8/download -> thread_local-1.1.8.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.18/download -> time-macros-0.2.18.crate https://crates.io/api/v1/crates/time/0.3.36/download -> time-0.3.36.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.37.0/download -> tokio-1.37.0.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download -> tracing-subscriber-0.3.18.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/ucd-trie/0.1.6/download -> ucd-trie-0.1.6.crate https://crates.io/api/v1/crates/unescape/0.1.0/download -> unescape-0.1.0.crate https://crates.io/api/v1/crates/unic-char-property/0.9.0/download -> unic-char-property-0.9.0.crate https://crates.io/api/v1/crates/unic-char-range/0.9.0/download -> unic-char-range-0.9.0.crate https://crates.io/api/v1/crates/unic-common/0.9.0/download -> unic-common-0.9.0.crate https://crates.io/api/v1/crates/unic-segment/0.9.0/download -> unic-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-segment/0.9.0/download -> unic-ucd-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download -> unic-ucd-version-0.9.0.crate https://crates.io/api/v1/crates/unicase/2.7.0/download -> unicase-2.7.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.11/download -> unsafe-libyaml-0.2.11.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8-width/0.1.7/download -> utf8-width-0.1.7.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/valuable/0.1.0/download -> valuable-0.1.0.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.92/download -> wasm-bindgen-backend-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.42/download -> wasm-bindgen-futures-0.4.42.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.92/download -> wasm-bindgen-macro-support-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.92/download -> wasm-bindgen-macro-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.92/download -> wasm-bindgen-shared-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.92/download -> wasm-bindgen-0.2.92.crate https://crates.io/api/v1/crates/web-sys/0.3.69/download -> web-sys-0.3.69.crate https://crates.io/api/v1/crates/widestring/1.1.0/download -> widestring-1.1.0.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.5/download -> windows-targets-0.52.5.crate https://crates.io/api/v1/crates/windows/0.48.0/download -> windows-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.5/download -> windows_aarch64_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.5/download -> windows_aarch64_msvc-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.5/download -> windows_i686_gnu-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.5/download -> windows_i686_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.5/download -> windows_i686_msvc-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.5/download -> windows_x86_64_gnu-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.5/download -> windows_x86_64_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.5/download -> windows_x86_64_msvc-0.52.5.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.1/download -> x25519-dalek-2.0.1.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.10/download -> xxhash-rust-0.8.10.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate https://crates.io/api/v1/crates/z-base-32/0.1.4/download -> z-base-32-0.1.4.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download -> zerocopy-derive-0.7.32.crate https://crates.io/api/v1/crates/zerocopy/0.7.32/download -> zerocopy-0.7.32.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=7a4e5f7ee5bef45b2241631b811a9877 diff --git a/metadata/md5-cache/app-crypt/sequoia-sqv-1.2.1 b/metadata/md5-cache/app-crypt/sequoia-sqv-1.2.1 new file mode 100644 index 000000000000..fa78f97688e2 --- /dev/null +++ b/metadata/md5-cache/app-crypt/sequoia-sqv-1.2.1 @@ -0,0 +1,16 @@ +BDEPEND=llvm_slot_17? ( sys-devel/clang:17 ) llvm_slot_18? ( sys-devel/clang:18 ) virtual/pkgconfig >=virtual/rust-1.53 +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=dev-libs/gmp:= dev-libs/nettle:= +DESCRIPTION=A simple OpenPGP signature verification program +EAPI=8 +HOMEPAGE=https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sqv +INHERIT=bash-completion-r1 cargo llvm-r1 +IUSE=debug +llvm_slot_17 llvm_slot_18 +KEYWORDS=~amd64 ~ppc64 +LICENSE=GPL-2+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC LGPL-2+ MIT Unicode-DFS-2016 || ( GPL-2 GPL-3 LGPL-3 ) +RDEPEND=dev-libs/gmp:= dev-libs/nettle:= +REQUIRED_USE=^^ ( llvm_slot_17 llvm_slot_18 ) +SLOT=0 +SRC_URI=https://gitlab.com/sequoia-pgp/sequoia-sqv/-/archive/v1.2.1/sequoia-sqv-v1.2.1.tar.bz2 https://crates.io/api/v1/crates/aead/0.5.2/download -> aead-0.5.2.crate https://crates.io/api/v1/crates/aes-gcm/0.10.3/download -> aes-gcm-0.10.3.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.13/download -> anstream-0.6.13.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.6/download -> anstyle-1.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.76/download -> anyhow-1.0.76.crate https://crates.io/api/v1/crates/ascii-canvas/3.0.0/download -> ascii-canvas-3.0.0.crate https://crates.io/api/v1/crates/assert_cmd/2.0.13/download -> assert_cmd-2.0.13.crate https://crates.io/api/v1/crates/autocfg/1.2.0/download -> autocfg-1.2.0.crate https://crates.io/api/v1/crates/base16ct/0.2.0/download -> base16ct-0.2.0.crate https://crates.io/api/v1/crates/base64/0.22.0/download -> base64-0.22.0.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/bindgen/0.68.1/download -> bindgen-0.68.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.5.0/download -> bitflags-2.5.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-padding/0.3.3/download -> block-padding-0.3.3.crate https://crates.io/api/v1/crates/blowfish/0.9.1/download -> blowfish-0.9.1.crate https://crates.io/api/v1/crates/botan-sys/0.10.5/download -> botan-sys-0.10.5.crate https://crates.io/api/v1/crates/botan/0.10.7/download -> botan-0.10.7.crate https://crates.io/api/v1/crates/bstr/1.9.1/download -> bstr-1.9.1.crate https://crates.io/api/v1/crates/buffered-reader/1.3.1/download -> buffered-reader-1.3.1.crate https://crates.io/api/v1/crates/bumpalo/3.16.0/download -> bumpalo-3.16.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/camellia/0.1.0/download -> camellia-0.1.0.crate https://crates.io/api/v1/crates/cast5/0.11.1/download -> cast5-0.11.1.crate https://crates.io/api/v1/crates/cc/1.0.94/download -> cc-1.0.94.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfb-mode/0.8.2/download -> cfb-mode-0.8.2.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.38/download -> chrono-0.4.38.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/clap/4.4.18/download -> clap-4.4.18.crate https://crates.io/api/v1/crates/clap_builder/4.4.18/download -> clap_builder-4.4.18.crate https://crates.io/api/v1/crates/clap_complete/4.4.10/download -> clap_complete-4.4.10.crate https://crates.io/api/v1/crates/clap_derive/4.4.7/download -> clap_derive-4.4.7.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.19/download -> clap_mangen-0.2.19.crate https://crates.io/api/v1/crates/cmac/0.7.2/download -> cmac-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/const-oid/0.9.6/download -> const-oid-0.9.6.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download -> crypto-bigint-0.5.5.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctr/0.9.2/download -> ctr-0.9.2.crate https://crates.io/api/v1/crates/curve25519-dalek-derive/0.1.1/download -> curve25519-dalek-derive-0.1.1.crate https://crates.io/api/v1/crates/curve25519-dalek/4.1.2/download -> curve25519-dalek-4.1.2.crate https://crates.io/api/v1/crates/dbl/0.3.2/download -> dbl-0.3.2.crate https://crates.io/api/v1/crates/der/0.7.9/download -> der-0.7.9.crate https://crates.io/api/v1/crates/des/0.8.1/download -> des-0.8.1.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/dsa/0.6.3/download -> dsa-0.6.3.crate https://crates.io/api/v1/crates/dyn-clone/1.0.17/download -> dyn-clone-1.0.17.crate https://crates.io/api/v1/crates/eax/0.5.0/download -> eax-0.5.0.crate https://crates.io/api/v1/crates/ecb/0.1.2/download -> ecb-0.1.2.crate https://crates.io/api/v1/crates/ecdsa/0.16.9/download -> ecdsa-0.16.9.crate https://crates.io/api/v1/crates/ed25519-dalek/2.1.1/download -> ed25519-dalek-2.1.1.crate https://crates.io/api/v1/crates/ed25519/2.2.3/download -> ed25519-2.2.3.crate https://crates.io/api/v1/crates/either/1.11.0/download -> either-1.11.0.crate https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download -> elliptic-curve-0.13.8.crate https://crates.io/api/v1/crates/ena/0.14.2/download -> ena-0.14.2.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/fastrand/2.0.2/download -> fastrand-2.0.2.crate https://crates.io/api/v1/crates/ff/0.13.0/download -> ff-0.13.0.crate https://crates.io/api/v1/crates/fiat-crypto/0.2.7/download -> fiat-crypto-0.2.7.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.2.14/download -> getrandom-0.2.14.crate https://crates.io/api/v1/crates/ghash/0.5.1/download -> ghash-0.5.1.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/group/0.13.0/download -> group-0.13.0.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hkdf/0.12.4/download -> hkdf-0.12.4.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/idea/0.5.1/download -> idea-0.5.1.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/indexmap/2.2.6/download -> indexmap-2.2.6.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/js-sys/0.3.69/download -> js-sys-0.3.69.crate https://crates.io/api/v1/crates/lalrpop-util/0.20.2/download -> lalrpop-util-0.20.2.crate https://crates.io/api/v1/crates/lalrpop/0.20.2/download -> lalrpop-0.20.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libloading/0.8.3/download -> libloading-0.8.3.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.1.3/download -> libredox-0.1.3.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.21/download -> log-0.4.21.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.2/download -> memchr-2.7.2.crate https://crates.io/api/v1/crates/memsec/0.6.3/download -> memsec-0.6.3.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/nettle-sys/2.3.0/download -> nettle-sys-2.3.0.crate https://crates.io/api/v1/crates/nettle/7.4.0/download -> nettle-7.4.0.crate https://crates.io/api/v1/crates/new_debug_unreachable/1.0.6/download -> new_debug_unreachable-1.0.6.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/num-bigint-dig/0.8.4/download -> num-bigint-dig-0.8.4.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-iter/0.1.44/download -> num-iter-0.1.44.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-sys/0.9.102/download -> openssl-sys-0.9.102.crate https://crates.io/api/v1/crates/openssl/0.10.64/download -> openssl-0.10.64.crate https://crates.io/api/v1/crates/p256/0.13.2/download -> p256-0.13.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/pem-rfc7468/0.7.0/download -> pem-rfc7468-0.7.0.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/phf_shared/0.10.0/download -> phf_shared-0.10.0.crate https://crates.io/api/v1/crates/pkcs1/0.7.5/download -> pkcs1-0.7.5.crate https://crates.io/api/v1/crates/pkcs8/0.10.2/download -> pkcs8-0.10.2.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/platforms/3.4.0/download -> platforms-3.4.0.crate https://crates.io/api/v1/crates/polyval/0.6.2/download -> polyval-0.6.2.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/precomputed-hash/0.1.1/download -> precomputed-hash-0.1.1.crate https://crates.io/api/v1/crates/predicates-core/1.0.6/download -> predicates-core-1.0.6.crate https://crates.io/api/v1/crates/predicates-tree/1.0.9/download -> predicates-tree-1.0.9.crate https://crates.io/api/v1/crates/predicates/3.1.0/download -> predicates-3.1.0.crate https://crates.io/api/v1/crates/primeorder/0.13.6/download -> primeorder-0.13.6.crate https://crates.io/api/v1/crates/proc-macro2/1.0.81/download -> proc-macro2-1.0.81.crate https://crates.io/api/v1/crates/quote/1.0.36/download -> quote-1.0.36.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.5/download -> redox_users-0.4.5.crate https://crates.io/api/v1/crates/regex-automata/0.4.6/download -> regex-automata-0.4.6.crate https://crates.io/api/v1/crates/regex-syntax/0.8.3/download -> regex-syntax-0.8.3.crate https://crates.io/api/v1/crates/regex/1.10.4/download -> regex-1.10.4.crate https://crates.io/api/v1/crates/rfc6979/0.4.0/download -> rfc6979-0.4.0.crate https://crates.io/api/v1/crates/ripemd/0.1.3/download -> ripemd-0.1.3.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rsa/0.9.6/download -> rsa-0.9.6.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.32/download -> rustix-0.38.32.crate https://crates.io/api/v1/crates/rustversion/1.0.15/download -> rustversion-1.0.15.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sec1/0.7.3/download -> sec1-0.7.3.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/sequoia-openpgp/1.20.0/download -> sequoia-openpgp-1.20.0.crate https://crates.io/api/v1/crates/sequoia-policy-config/0.6.0/download -> sequoia-policy-config-0.6.0.crate https://crates.io/api/v1/crates/serde/1.0.198/download -> serde-1.0.198.crate https://crates.io/api/v1/crates/serde_derive/1.0.198/download -> serde_derive-1.0.198.crate https://crates.io/api/v1/crates/sha1collisiondetection/0.3.4/download -> sha1collisiondetection-0.3.4.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signature/2.2.0/download -> signature-2.2.0.crate https://crates.io/api/v1/crates/siphasher/0.3.11/download -> siphasher-0.3.11.crate https://crates.io/api/v1/crates/smallvec/1.13.2/download -> smallvec-1.13.2.crate https://crates.io/api/v1/crates/spin/0.5.2/download -> spin-0.5.2.crate https://crates.io/api/v1/crates/spki/0.7.3/download -> spki-0.7.3.crate https://crates.io/api/v1/crates/string_cache/0.8.7/download -> string_cache-0.8.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/syn/2.0.60/download -> syn-2.0.60.crate https://crates.io/api/v1/crates/tempfile/3.10.1/download -> tempfile-3.10.1.crate https://crates.io/api/v1/crates/term/0.7.0/download -> term-0.7.0.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.58/download -> thiserror-impl-1.0.58.crate https://crates.io/api/v1/crates/thiserror/1.0.58/download -> thiserror-1.0.58.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/toml/0.5.11/download -> toml-0.5.11.crate https://crates.io/api/v1/crates/twofish/0.7.1/download -> twofish-0.7.1.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/universal-hash/0.5.1/download -> universal-hash-0.5.1.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.92/download -> wasm-bindgen-backend-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.92/download -> wasm-bindgen-macro-support-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.92/download -> wasm-bindgen-macro-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.92/download -> wasm-bindgen-shared-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.92/download -> wasm-bindgen-0.2.92.crate https://crates.io/api/v1/crates/win-crypto-ng/0.5.1/download -> win-crypto-ng-0.5.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.5/download -> windows-targets-0.52.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.5/download -> windows_aarch64_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.5/download -> windows_aarch64_msvc-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.5/download -> windows_i686_gnu-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.5/download -> windows_i686_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.5/download -> windows_i686_msvc-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.5/download -> windows_x86_64_gnu-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.5/download -> windows_x86_64_gnullvm-0.52.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.5/download -> windows_x86_64_msvc-0.52.5.crate https://crates.io/api/v1/crates/x25519-dalek/2.0.1/download -> x25519-dalek-2.0.1.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.10/download -> xxhash-rust-0.8.10.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=8f457dce55f6f6d5325bf555cb983f1c diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index 2359cefdbe16..8451c1aa70c8 100644 Binary files a/metadata/md5-cache/app-editors/Manifest.gz and b/metadata/md5-cache/app-editors/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/emacs-26.3-r18 b/metadata/md5-cache/app-editors/emacs-26.3-r18 index 51be910b0606..265c32200366 100644 --- a/metadata/md5-cache/app-editors/emacs-26.3-r18 +++ b/metadata/md5-cache/app-editors/emacs-26.3-r18 @@ -7,10 +7,10 @@ HOMEPAGE=https://www.gnu.org/software/emacs/ IDEPEND=app-eselect/eselect-emacs INHERIT=autotools elisp-common flag-o-matic readme.gentoo-r1 IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gfile gif gpm gsettings gtk gui gzip-el imagemagick +inotify jpeg kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars valgrind wide-int Xaw3d xft +xpm xwidgets zlib -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 RDEPEND=app-emacs/emacs-common[games?,gui(-)?] sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( acct-group/mail net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) valgrind? ( dev-debug/valgrind ) zlib? ( sys-libs/zlib ) gui? ( !aqua? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( media-libs/libjpeg-turbo:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:= ) xpm? ( x11-libs/libXpm ) imagemagick? ( media-gfx/imagemagick:0=[jpeg?,png?,svg?,tiff?] ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXft x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) ) app-eselect/eselect-emacs SLOT=26 SRC_URI=mirror://gnu/emacs/emacs-26.3.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-26.3-patches-8.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee elisp-common b5740ee671dad911400f832fe315a9a5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=39cdca967d6972e450b47458c7e254a9 +_md5_=fcba2386b206bd4a0c5c125f583a3ebd diff --git a/metadata/md5-cache/app-editors/emacs-27.2-r16 b/metadata/md5-cache/app-editors/emacs-27.2-r16 index 4d358f7d29ae..93970e254c1c 100644 --- a/metadata/md5-cache/app-editors/emacs-27.2-r16 +++ b/metadata/md5-cache/app-editors/emacs-27.2-r16 @@ -7,11 +7,11 @@ HOMEPAGE=https://www.gnu.org/software/emacs/ IDEPEND=app-eselect/eselect-emacs INHERIT=autotools elisp-common readme.gentoo-r1 toolchain-funcs IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars valgrind wide-int Xaw3d xft +xpm xwidgets zlib -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 RDEPEND=app-emacs/emacs-common[games?,gui(-)?] sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) json? ( dev-libs/jansson:= ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( acct-group/mail net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) valgrind? ( dev-debug/valgrind ) zlib? ( sys-libs/zlib ) gui? ( !aqua? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( media-libs/libjpeg-turbo:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:= ) xpm? ( x11-libs/libXpm ) imagemagick? ( media-gfx/imagemagick:0=[jpeg?,png?,svg?,tiff?] ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) ) app-eselect/eselect-emacs RESTRICT=test SLOT=27 SRC_URI=mirror://gnu/emacs/emacs-27.2.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-27.2-patches-9.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee elisp-common b5740ee671dad911400f832fe315a9a5 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=e4972d9750155ff61a299d423c59bf6a +_md5_=9d5b7381dae0469c557b9a6c8c0e723e diff --git a/metadata/md5-cache/app-editors/emacs-28.2-r12 b/metadata/md5-cache/app-editors/emacs-28.2-r12 index b1eac94ec95c..ff5763bf1c4f 100644 --- a/metadata/md5-cache/app-editors/emacs-28.2-r12 +++ b/metadata/md5-cache/app-editors/emacs-28.2-r12 @@ -7,10 +7,10 @@ HOMEPAGE=https://www.gnu.org/software/emacs/ IDEPEND=app-eselect/eselect-emacs INHERIT=autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jit jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd +threads tiff toolkit-scroll-bars valgrind wide-int Xaw3d xft +xpm xwidgets zlib -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 RDEPEND=app-emacs/emacs-common[games?,gui(-)?] sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) jit? ( sys-devel/gcc:=[jit(-)] sys-libs/zlib ) json? ( dev-libs/jansson:= ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( acct-group/mail net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) valgrind? ( dev-debug/valgrind ) zlib? ( sys-libs/zlib ) gui? ( !aqua? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-misc/xbitmaps gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib:0= ) jpeg? ( media-libs/libjpeg-turbo:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:= ) xpm? ( x11-libs/libXpm ) imagemagick? ( media-gfx/imagemagick:0=[jpeg?,png?,svg?,tiff?] ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) ) app-eselect/eselect-emacs SLOT=28 SRC_URI=mirror://gnu/emacs/emacs-28.2.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-28.2-patches-7.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee elisp-common b5740ee671dad911400f832fe315a9a5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=5f591001b2dc7390bd1e4a533552d54e +_md5_=5889a0b483f7e08605e16670c4a0afd4 diff --git a/metadata/md5-cache/app-editors/emacs-29.3-r2 b/metadata/md5-cache/app-editors/emacs-29.3-r2 index 9edd42657da6..ce362f41132c 100644 --- a/metadata/md5-cache/app-editors/emacs-29.3-r2 +++ b/metadata/md5-cache/app-editors/emacs-29.3-r2 @@ -7,10 +7,10 @@ HOMEPAGE=https://www.gnu.org/software/emacs/ IDEPEND=app-eselect/eselect-emacs INHERIT=autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jit jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source sqlite ssl svg systemd +threads tiff toolkit-scroll-bars tree-sitter valgrind webp wide-int +X Xaw3d xft +xpm xwidgets zlib -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2 RDEPEND=app-emacs/emacs-common[games?,gui(-)?] sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) jit? ( sys-devel/gcc:=[jit(-)] sys-libs/zlib ) json? ( dev-libs/jansson:= ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( acct-group/mail net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) sqlite? ( dev-db/sqlite:3 ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) tree-sitter? ( dev-libs/tree-sitter:= ) valgrind? ( dev-debug/valgrind ) zlib? ( sys-libs/zlib ) gui? ( gif? ( media-libs/giflib:0= ) jpeg? ( media-libs/libjpeg-turbo:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:0= ) imagemagick? ( media-gfx/imagemagick:0=[jpeg?,png?,svg?,tiff?] ) !aqua? ( gsettings? ( app-emacs/emacs-common[gsettings(-)] >=dev-libs/glib-2.28.6 ) gtk? ( !X? ( media-libs/fontconfig media-libs/freetype >=x11-libs/cairo-1.12.18 x11-libs/gtk+:3 harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) xwidgets? ( net-libs/webkit-gtk:4.1= ) ) ) !gtk? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-libs/xcb-util x11-misc/xbitmaps xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-libs/xcb-util x11-misc/xbitmaps xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3 xwidgets? ( net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) ) ) app-eselect/eselect-emacs SLOT=29 SRC_URI=mirror://gnu/emacs/emacs-29.3.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-29.3-patches-2.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee elisp-common b5740ee671dad911400f832fe315a9a5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=bfb53a34b7d01842c06d6c6b2acb32bc +_md5_=cf755b10dd726dbb3b535b5956bab380 diff --git a/metadata/md5-cache/app-editors/featherpad-1.5.1 b/metadata/md5-cache/app-editors/featherpad-1.5.1 new file mode 100644 index 000000000000..8319781eed03 --- /dev/null +++ b/metadata/md5-cache/app-editors/featherpad-1.5.1 @@ -0,0 +1,16 @@ +BDEPEND=dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.20.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=app-text/hunspell:= dev-qt/qtbase:6[dbus,gui,widgets] dev-qt/qtsvg:6 X? ( x11-libs/libX11 ) X? ( x11-base/xorg-proto ) +DESCRIPTION=Lightweight Qt5 Plain-Text Editor for Linux +EAPI=8 +HOMEPAGE=https://github.com/tsujan/FeatherPad +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake xdg +IUSE=+X +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-3+ +RDEPEND=app-text/hunspell:= dev-qt/qtbase:6[dbus,gui,widgets] dev-qt/qtsvg:6 X? ( x11-libs/libX11 ) +SLOT=0 +SRC_URI=https://github.com/tsujan/FeatherPad/archive/V1.5.1.tar.gz -> featherpad-1.5.1.tar.gz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=89be1f9fd523b0abacee306ceafdaa5a diff --git a/metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.7 b/metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.9 similarity index 96% rename from metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.7 rename to metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.9 index 5015aec3216c..ba13f4d9a438 100644 --- a/metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.7 +++ b/metadata/md5-cache/app-editors/logseq-desktop-bin-0.10.9 @@ -11,6 +11,6 @@ LICENSE=AGPL-3 RDEPEND=dev-libs/nss dev-libs/openssl:0/3 media-libs/alsa-lib media-libs/mesa net-misc/curl net-print/cups sys-apps/dbus sys-libs/glibc sys-libs/zlib x11-libs/cairo x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango RESTRICT=mirror splitdebug SLOT=0 -SRC_URI=https://github.com/logseq/logseq/releases/download/0.10.7/logseq-linux-x64-0.10.7.zip -> logseq-desktop-bin-0.10.7.zip +SRC_URI=https://github.com/logseq/logseq/releases/download/0.10.9/logseq-linux-x64-0.10.9.zip -> logseq-desktop-bin-0.10.9.zip _eclasses_=chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 021728fdc1b03b36357dbc89489e0f0d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 _md5_=4ece2b703852012e3cb19bcf06a32459 diff --git a/metadata/md5-cache/app-emacs/Manifest.gz b/metadata/md5-cache/app-emacs/Manifest.gz index 9a8a176f85a6..324666016a57 100644 Binary files a/metadata/md5-cache/app-emacs/Manifest.gz and b/metadata/md5-cache/app-emacs/Manifest.gz differ diff --git a/metadata/md5-cache/app-emacs/company-mode-0.10.2 b/metadata/md5-cache/app-emacs/company-mode-0.10.2 index fdd9de982d2c..afd22f18af7b 100644 --- a/metadata/md5-cache/app-emacs/company-mode-0.10.2 +++ b/metadata/md5-cache/app-emacs/company-mode-0.10.2 @@ -4,10 +4,10 @@ DESCRIPTION=In-buffer completion front-end EAPI=8 HOMEPAGE=https://company-mode.github.io/ https://github.com/company-mode/company-mode/ INHERIT=elisp -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos +KEYWORDS=amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos LICENSE=GPL-3+ RDEPEND=>=app-editors/emacs-25.3:* SLOT=0 SRC_URI=https://github.com/company-mode/company-mode/archive/refs/tags/0.10.2.tar.gz -> company-mode-0.10.2.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=b739ddbae22d193a2dde899b1f9b9dab +_md5_=776a0432a34792795b4b3d6b02435126 diff --git a/metadata/md5-cache/app-emacs/ebib-2.40.4 b/metadata/md5-cache/app-emacs/ebib-2.40.4 deleted file mode 100644 index b630454af1a8..000000000000 --- a/metadata/md5-cache/app-emacs/ebib-2.40.4 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=>=app-emacs/compat-29.1.4.4 app-emacs/parsebib test? ( app-emacs/with-simulated-input ) test? ( app-emacs/ert-runner ) >=app-editors/emacs-26.1:* -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DESCRIPTION=BibTeX database manager for Emacs -EAPI=8 -HOMEPAGE=https://joostkremers.github.io/ebib/ https://github.com/joostkremers/ebib/ -INHERIT=elisp -IUSE=test -KEYWORDS=amd64 ~x86 -LICENSE=BSD -RDEPEND=>=app-emacs/compat-29.1.4.4 app-emacs/parsebib >=app-editors/emacs-26.1:* -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/joostkremers/ebib/archive/2.40.4.tar.gz -> ebib-2.40.4.tar.gz -_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=77dd8b7403c574e321cfb2c103ac3035 diff --git a/metadata/md5-cache/app-emacs/ebib-2.40.3-r1 b/metadata/md5-cache/app-emacs/ebib-2.41.1 similarity index 80% rename from metadata/md5-cache/app-emacs/ebib-2.40.3-r1 rename to metadata/md5-cache/app-emacs/ebib-2.41.1 index 24afa69fb803..7d9c642b2f4a 100644 --- a/metadata/md5-cache/app-emacs/ebib-2.40.3-r1 +++ b/metadata/md5-cache/app-emacs/ebib-2.41.1 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://joostkremers.github.io/ebib/ https://github.com/joostkremers/ebib/ INHERIT=elisp IUSE=test -KEYWORDS=amd64 ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=app-emacs/compat-29.1.4.4 app-emacs/parsebib >=app-editors/emacs-26.1:* RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/joostkremers/ebib/archive/2.40.3.tar.gz -> ebib-2.40.3.tar.gz +SRC_URI=https://github.com/joostkremers/ebib/archive/2.41.1.tar.gz -> ebib-2.41.1.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=77dd8b7403c574e321cfb2c103ac3035 +_md5_=ce2a22cb4daafcca54110907fb9205ca diff --git a/metadata/md5-cache/app-emacs/eldoc-box-1.11.1 b/metadata/md5-cache/app-emacs/eldoc-box-1.11.1 new file mode 100644 index 000000000000..d1b2d0d1e8d2 --- /dev/null +++ b/metadata/md5-cache/app-emacs/eldoc-box-1.11.1 @@ -0,0 +1,13 @@ +BDEPEND=>=app-editors/emacs-27.1:* +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DESCRIPTION=Child frame doc for Eglot and anything that uses ElDoc +EAPI=8 +HOMEPAGE=https://github.com/casouri/eldoc-box +INHERIT=elisp +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=>=app-editors/emacs-27.1:* +SLOT=0 +SRC_URI=https://github.com/casouri/eldoc-box/archive/v1.11.1.tar.gz -> eldoc-box-1.11.1.tar.gz +_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 +_md5_=3b09f99820e17de71f3f088c3114e5d2 diff --git a/metadata/md5-cache/app-emacs/eldoc-box-9999 b/metadata/md5-cache/app-emacs/eldoc-box-9999 new file mode 100644 index 000000000000..c9c2b50ba96b --- /dev/null +++ b/metadata/md5-cache/app-emacs/eldoc-box-9999 @@ -0,0 +1,12 @@ +BDEPEND=>=app-editors/emacs-27.1:* >=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DESCRIPTION=Child frame doc for Eglot and anything that uses ElDoc +EAPI=8 +HOMEPAGE=https://github.com/casouri/eldoc-box +INHERIT=elisp git-r3 +LICENSE=GPL-3+ +PROPERTIES=live +RDEPEND=>=app-editors/emacs-27.1:* +SLOT=0 +_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 git-r3 fbb2889c81f3a05910c1524db69425c1 +_md5_=3b09f99820e17de71f3f088c3114e5d2 diff --git a/metadata/md5-cache/app-emacs/elpher-3.6.0 b/metadata/md5-cache/app-emacs/elpher-3.6.0 index faa272e2a2e5..32c362e1f9a7 100644 --- a/metadata/md5-cache/app-emacs/elpher-3.6.0 +++ b/metadata/md5-cache/app-emacs/elpher-3.6.0 @@ -4,10 +4,10 @@ DESCRIPTION=Practical and friendly Gopher and Gemini client for GNU Emacs EAPI=8 HOMEPAGE=https://thelambdalab.xyz/elpher/ INHERIT=elisp -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3+ RDEPEND=>=app-editors/emacs-27.1:* SLOT=0 SRC_URI=https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=snapshot;h=56bc74e;sf=tgz -> elpher-3.6.0.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=d59bb636a13a0ee465318935ce08569f +_md5_=6a47b98d01a20db23cbfde813f9f9daf diff --git a/metadata/md5-cache/app-emacs/slime-2.28 b/metadata/md5-cache/app-emacs/slime-2.28 deleted file mode 100644 index 55f3f6cd194d..000000000000 --- a/metadata/md5-cache/app-emacs/slime-2.28 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=sys-apps/texinfo-5.1 doc? ( virtual/texi2dvi ) >=app-editors/emacs-25.3:* -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=virtual/commonlisp dev-lisp/asdf -DESCRIPTION=SLIME, the Superior Lisp Interaction Mode (Extended) -EAPI=8 -HOMEPAGE=https://slime.common-lisp.dev/ -INHERIT=elisp -IUSE=doc xref -KEYWORDS=amd64 ppc ~sparc x86 -LICENSE=public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB xref? ( xref.lisp ) -RDEPEND=virtual/commonlisp dev-lisp/asdf >=app-editors/emacs-25.3:* -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/slime/slime/archive/v2.28.tar.gz -> slime-2.28.tar.gz -_eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=84279aeaedc6000881238d4806ca12d0 diff --git a/metadata/md5-cache/app-emacs/slime-2.29 b/metadata/md5-cache/app-emacs/slime-2.30 similarity index 89% rename from metadata/md5-cache/app-emacs/slime-2.29 rename to metadata/md5-cache/app-emacs/slime-2.30 index cfbe221043b3..6e786ba2a92d 100644 --- a/metadata/md5-cache/app-emacs/slime-2.29 +++ b/metadata/md5-cache/app-emacs/slime-2.30 @@ -11,6 +11,6 @@ LICENSE=public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB xref? ( xref.lisp ) RDEPEND=virtual/commonlisp dev-lisp/asdf >=app-editors/emacs-25.3:* RESTRICT=test SLOT=0 -SRC_URI=https://github.com/slime/slime/archive/v2.29.tar.gz -> slime-2.29.tar.gz +SRC_URI=https://github.com/slime/slime/archive/v2.30.tar.gz -> slime-2.30.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 _md5_=65109033f9b1a8d44c81efbad71939ce diff --git a/metadata/md5-cache/app-emacs/transient-0.6.0 b/metadata/md5-cache/app-emacs/transient-0.6.0 index c2c3593dc103..2e60914eef8f 100644 --- a/metadata/md5-cache/app-emacs/transient-0.6.0 +++ b/metadata/md5-cache/app-emacs/transient-0.6.0 @@ -4,10 +4,10 @@ DESCRIPTION=Transient commands abstraction for GNU Emacs EAPI=8 HOMEPAGE=https://magit.vc/manual/transient/ https://github.com/magit/transient/ INHERIT=elisp -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux LICENSE=GPL-3+ RDEPEND=>=app-emacs/compat-29.1.4.1 >=app-editors/emacs-25.3:* SLOT=0 SRC_URI=https://github.com/magit/transient/archive/v0.6.0.tar.gz -> transient-0.6.0.tar.gz _eclasses_=elisp fbefa95f5e9ab880a34bc69832b7c0d7 elisp-common b5740ee671dad911400f832fe315a9a5 -_md5_=657f52dcf5616bccbc657abdcc1302c6 +_md5_=d9bffcb1e76e8da069a4374de7b96d5e diff --git a/metadata/md5-cache/app-emulation/Manifest.gz b/metadata/md5-cache/app-emulation/Manifest.gz index 17b16aa94dfd..bee25879f198 100644 Binary files a/metadata/md5-cache/app-emulation/Manifest.gz and b/metadata/md5-cache/app-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/app-emulation/qemu-7.2.11 b/metadata/md5-cache/app-emulation/qemu-7.2.11 new file mode 100644 index 000000000000..838b2ed162c5 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-7.2.11 @@ -0,0 +1,18 @@ +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-lang/perl dev-build/meson sys-apps/texinfo virtual/pkgconfig doc? ( dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( dev-libs/glib[utils] app-alternatives/bc ) virtual/pkgconfig +DEFINED_PHASES=compile configure info install postinst postrm prepare pretend setup test +DEPEND=!static? ( dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) sys-libs/libcap-ng >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) png? ( media-libs/libpng:0= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.12.3 >=app-emulation/spice-0.12.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static? ( dev-libs/glib:2[static-libs(+)] sys-libs/zlib[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) sys-libs/libcap-ng[static-libs(+)] >=x11-libs/pixman-0.28.0[static-libs(+)] accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty[static-libs(+)] ) aio? ( dev-libs/libaio[static-libs(+)] ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2[static-libs(+)] ) capstone? ( dev-libs/capstone:=[static-libs(+)] ) curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) fdt? ( >=sys-apps/dtc-1.5.1[static-libs(+)] ) fuse? ( >=sys-fs/fuse-3.1:3[static-libs(+)] ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] ) gnutls? ( >=net-libs/gnutls-3.0:=[static-libs(+)] dev-libs/nettle:=[static-libs(+)] ) gtk? ( x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core[static-libs(+)] ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:=[static-libs(+)] ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:=[static-libs(+)] ) lzo? ( dev-libs/lzo:2[static-libs(+)] ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:=[static-libs(+)] ) nfs? ( >=net-fs/libnfs-1.9.3:=[static-libs(+)] ) numa? ( sys-process/numactl[static-libs(+)] ) opengl? ( virtual/opengl media-libs/libepoxy[static-libs(+)] media-libs/mesa[static-libs(+)] media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) png? ( media-libs/libpng:0=[static-libs(+)] ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2[static-libs(+)] ) sdl-image? ( media-libs/sdl2-image[static-libs(+)] ) seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) slirp? ( net-libs/libslirp[static-libs(+)] ) smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.12.3 >=app-emulation/spice-0.12.0[static-libs(+)] ) ssh? ( >=net-libs/libssh-0.8.6[static-libs(+)] ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1[static-libs(+)] ) usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] ) vde? ( net-misc/vde[static-libs(+)] ) virgl? ( media-libs/virglrenderer[static-libs(+)] ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0[static-libs(+)] ) ) static-user? ( dev-libs/glib:2[static-libs(+)] sys-libs/zlib[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=8 +HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_nios2 qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_nios2 qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 +filecaps +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=!static? ( dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) sys-libs/libcap-ng >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) png? ( media-libs/libpng:0= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.12.3 >=app-emulation/spice-0.12.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins !rbd !snappy !udev ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static !static-user ) qemu_softmmu_targets_aarch64? ( seccomp ) qemu_softmmu_targets_alpha? ( seccomp ) qemu_softmmu_targets_arm? ( seccomp ) qemu_softmmu_targets_cris? ( seccomp ) qemu_softmmu_targets_hppa? ( seccomp ) qemu_softmmu_targets_i386? ( seccomp ) qemu_softmmu_targets_loongarch64? ( seccomp ) qemu_softmmu_targets_m68k? ( seccomp ) qemu_softmmu_targets_microblaze? ( seccomp ) qemu_softmmu_targets_microblazeel? ( seccomp ) qemu_softmmu_targets_mips? ( seccomp ) qemu_softmmu_targets_mips64? ( seccomp ) qemu_softmmu_targets_mips64el? ( seccomp ) qemu_softmmu_targets_mipsel? ( seccomp ) qemu_softmmu_targets_nios2? ( seccomp ) qemu_softmmu_targets_or1k? ( seccomp ) qemu_softmmu_targets_ppc? ( seccomp ) qemu_softmmu_targets_ppc64? ( seccomp ) qemu_softmmu_targets_riscv32? ( seccomp ) qemu_softmmu_targets_riscv64? ( seccomp ) qemu_softmmu_targets_s390x? ( seccomp ) qemu_softmmu_targets_sh4? ( seccomp ) qemu_softmmu_targets_sh4eb? ( seccomp ) qemu_softmmu_targets_sparc? ( seccomp ) qemu_softmmu_targets_sparc64? ( seccomp ) qemu_softmmu_targets_x86_64? ( seccomp ) qemu_softmmu_targets_xtensa? ( seccomp ) qemu_softmmu_targets_xtensaeb? ( seccomp ) qemu_softmmu_targets_avr? ( seccomp ) qemu_softmmu_targets_rx? ( seccomp ) qemu_softmmu_targets_tricore? ( seccomp ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://download.qemu.org/qemu-7.2.11.tar.xz !doc? ( https://dev.gentoo.org/~ajak/distfiles/app-emulation/qemu/qemu-7.2.0-docs.tar.xz ) +_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=6010e93ebd816790ff591cdc0ceeff65 diff --git a/metadata/md5-cache/app-emulation/qemu-8.0.5 b/metadata/md5-cache/app-emulation/qemu-8.0.5 index 51c2529efd9e..577b3fe67b75 100644 --- a/metadata/md5-cache/app-emulation/qemu-8.0.5 +++ b/metadata/md5-cache/app-emulation/qemu-8.0.5 @@ -7,7 +7,7 @@ HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org IDEPEND=filecaps? ( sys-libs/libcap ) INHERIT=linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_nios2 qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_nios2 qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +filecaps -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86 LICENSE=GPL-2 LGPL-2 BSD-2 RDEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_cris? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_nios2? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.qemu.org/qemu-8.0.5.tar.xz !doc? ( https://dev.gentoo.org/~sam/distfiles/app-emulation/qemu/qemu-8.0.0-docs.tar.xz ) _eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=e331354d388b5d7c61db69d1cd777a9d +_md5_=d7461966c064e3ca12a1911263531d46 diff --git a/metadata/md5-cache/app-emulation/qemu-8.2.3 b/metadata/md5-cache/app-emulation/qemu-8.2.3 new file mode 100644 index 000000000000..20b8e70fafa8 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-8.2.3 @@ -0,0 +1,18 @@ +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl >=dev-build/meson-0.63.0 app-alternatives/ninja dev-python/pip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig doc? ( >=dev-python/sphinx-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( dev-libs/glib[utils] app-alternatives/bc ) virtual/pkgconfig +DEFINED_PHASES=compile configure info install postinst postrm prepare pretend setup test unpack +DEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static-user? ( dev-libs/glib:2[static-libs(+)] sys-libs/zlib[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=8 +HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_nios2 qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_nios2 qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +filecaps +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86 +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_cris? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_nios2? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://download.qemu.org/qemu-8.2.3.tar.xz !doc? ( https://dev.gentoo.org/~sam/distfiles/app-emulation/qemu/qemu-8.2.0-docs.tar.xz ) +_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=6197a38ec5807fbfef011463f70aa1d3 diff --git a/metadata/md5-cache/app-emulation/qemu-9.0.0 b/metadata/md5-cache/app-emulation/qemu-9.0.0 new file mode 100644 index 000000000000..589725714887 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-9.0.0 @@ -0,0 +1,18 @@ +BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl >=dev-build/meson-0.63.0 app-alternatives/ninja dev-python/pip[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/pkgconfig doc? ( >=dev-python/sphinx-1.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) gtk? ( nls? ( sys-devel/gettext ) ) test? ( dev-libs/glib[utils] app-alternatives/bc ) virtual/pkgconfig +DEFINED_PHASES=compile configure info install postinst postrm prepare pretend setup test unpack +DEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static-user? ( dev-libs/glib:2[static-libs(+)] sys-libs/zlib[static-libs(+)] python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr[static-libs(+)] ) ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=8 +HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org +IDEPEND=filecaps? ( sys-libs/libcap ) +INHERIT=linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_nios2 qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_nios2 qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +filecaps +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_cris? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_nios2? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://download.qemu.org/qemu-9.0.0.tar.xz !doc? ( https://dev.gentoo.org/~sam/distfiles/app-emulation/qemu/qemu-9.0.0-docs.tar.xz ) +_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=84c1737608ed279bba548a8b9d289af2 diff --git a/metadata/md5-cache/app-emulation/qemu-9999 b/metadata/md5-cache/app-emulation/qemu-9999 index 79c9947abd2c..b3e9fd7092e5 100644 --- a/metadata/md5-cache/app-emulation/qemu-9999 +++ b/metadata/md5-cache/app-emulation/qemu-9999 @@ -6,13 +6,13 @@ EAPI=8 HOMEPAGE=https://www.qemu.org https://www.linux-kvm.org IDEPEND=filecaps? ( sys-libs/libcap ) INHERIT=linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 pax-utils xdg-utils git-r3 -IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug +doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_nios2 qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_nios2 qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +filecaps +IUSE=accessibility +aio alsa bpf bzip2 capstone +curl debug +doc +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg keyutils lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs pipewire plugins +png pulseaudio python rbd sasl +seccomp sdl sdl-image selinux +slirp smartcard snappy spice ssh static-user systemtap test udev usb usbredir vde +vhost-net virgl virtfs +vnc vte xattr xen zstd qemu_softmmu_targets_aarch64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_hppa qemu_softmmu_targets_i386 qemu_softmmu_targets_loongarch64 qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_mipsel qemu_softmmu_targets_or1k qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_riscv32 qemu_softmmu_targets_riscv64 qemu_softmmu_targets_s390x qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_softmmu_targets_avr qemu_softmmu_targets_rx qemu_softmmu_targets_tricore qemu_user_targets_aarch64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_hppa qemu_user_targets_i386 qemu_user_targets_loongarch64 qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_mipsel qemu_user_targets_or1k qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_riscv32 qemu_user_targets_riscv64 qemu_user_targets_s390x qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_x86_64 qemu_user_targets_xtensa qemu_user_targets_xtensaeb qemu_user_targets_aarch64_be qemu_user_targets_armeb qemu_user_targets_hexagon qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64le qemu_user_targets_sparc32plus python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +filecaps LICENSE=GPL-2 LGPL-2 BSD-2 PROPERTIES=live RDEPEND=dev-libs/glib:2 sys-libs/zlib python? ( python_targets_python3_10? ( dev-lang/python:3.10[ncurses,readline] ) python_targets_python3_11? ( dev-lang/python:3.11[ncurses,readline] ) python_targets_python3_12? ( dev-lang/python:3.12[ncurses,readline] ) ) systemtap? ( dev-debug/systemtap ) xattr? ( sys-apps/attr ) >=x11-libs/pixman-0.28.0 accessibility? ( app-accessibility/brltty[api] app-accessibility/brltty ) aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bpf? ( dev-libs/libbpf:= ) bzip2? ( app-arch/bzip2 ) capstone? ( dev-libs/capstone:= ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.5.1 ) fuse? ( >=sys-fs/fuse-3.1:3 ) glusterfs? ( >=sys-cluster/glusterfs-3.4.0 ) gnutls? ( >=net-libs/gnutls-3.0:= dev-libs/nettle:= ) gtk? ( x11-libs/gtk+:3 vte? ( x11-libs/vte:2.91 ) ) infiniband? ( sys-cluster/rdma-core ) iscsi? ( net-libs/libiscsi ) io-uring? ( sys-libs/liburing:= ) jack? ( virtual/jack ) jemalloc? ( dev-libs/jemalloc ) jpeg? ( media-libs/libjpeg-turbo:= ) kernel_linux? ( sys-libs/libcap-ng ) keyutils? ( sys-apps/keyutils ) lzo? ( dev-libs/lzo:2 ) multipath? ( sys-fs/multipath-tools ) ncurses? ( sys-libs/ncurses:=[unicode(+)] sys-libs/ncurses:= ) nfs? ( >=net-fs/libnfs-1.9.3:= ) numa? ( sys-process/numactl ) opengl? ( virtual/opengl media-libs/libepoxy media-libs/mesa media-libs/mesa[egl(+),gbm(+)] ) pam? ( sys-libs/pam ) pipewire? ( >=media-video/pipewire-0.3.60 ) png? ( >=media-libs/libpng-1.6.34:= ) pulseaudio? ( media-libs/libpulse ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( media-libs/libsdl2[video] media-libs/libsdl2 ) sdl-image? ( media-libs/sdl2-image ) seccomp? ( >=sys-libs/libseccomp-2.1.0 ) slirp? ( net-libs/libslirp ) smartcard? ( >=app-emulation/libcacard-2.5.0 ) snappy? ( app-arch/snappy:= ) spice? ( >=app-emulation/spice-protocol-0.14.0 >=app-emulation/spice-0.14.0 ) ssh? ( >=net-libs/libssh-0.8.6 ) udev? ( virtual/libudev:= ) usb? ( >=virtual/libusb-1-r2:1 ) usbredir? ( >=sys-apps/usbredir-0.6 ) vde? ( net-misc/vde ) virgl? ( media-libs/virglrenderer ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools:= ) zstd? ( >=app-arch/zstd-1.4.0 ) qemu_softmmu_targets_i386? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_x86_64? ( pin-upstream-blobs? ( ~sys-firmware/edk2-ovmf-bin-202202 ~sys-firmware/ipxe-1.21.1[binary,qemu] ~sys-firmware/seabios-bin-1.16.0 ~sys-firmware/sgabios-0.1_pre10[binary] ) !pin-upstream-blobs? ( || ( >=sys-firmware/edk2-ovmf-202202 >=sys-firmware/edk2-ovmf-bin-202202 ) sys-firmware/ipxe[qemu] || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) sys-firmware/sgabios ) ) qemu_softmmu_targets_ppc? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) qemu_softmmu_targets_ppc64? ( pin-upstream-blobs? ( ~sys-firmware/seabios-bin-1.16.0 ) !pin-upstream-blobs? ( || ( >=sys-firmware/seabios-1.16.0[seavgabios] >=sys-firmware/seabios-bin-1.16.0 ) ) ) acct-group/kvm selinux? ( sec-policy/selinux-qemu sys-libs/libselinux ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_cris? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_nios2? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) static-user? ( !plugins ) virgl? ( opengl ) virtfs? ( xattr ) vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static-user ) qemu_softmmu_targets_aarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_alpha? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_arm? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_cris? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_hppa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_i386? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_loongarch64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_m68k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblaze? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_microblazeel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mips64el? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_mipsel? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_or1k? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_ppc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv32? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_riscv64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_s390x? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sh4eb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_sparc64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_x86_64? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensa? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_xtensaeb? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_avr? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_rx? ( kernel_linux? ( seccomp ) ) qemu_softmmu_targets_tricore? ( kernel_linux? ( seccomp ) ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://gitlab.com/qemu-project/berkeley-softfloat-3/-/archive/b64af41c3276f97f0e181920400ee056b9c88037/berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037.tar.bz2 https://gitlab.com/qemu-project/berkeley-testfloat-3/-/archive/40619cbb3bf32872df8c53cc457039229428a263/berkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.tar.bz2 https://gitlab.com/qemu-project/keycodemapdb/-/archive/f5772a62ec52591ff6870b7e8ef32482371f22c6/keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.bz2 +SRC_URI=https://gitlab.com/qemu-project/berkeley-softfloat-3/-/archive/b64af41c3276f97f0e181920400ee056b9c88037/berkeley-softfloat-3-b64af41c3276f97f0e181920400ee056b9c88037.tar.bz2 https://gitlab.com/qemu-project/berkeley-testfloat-3/-/archive/e7af9751d9f9fd3b47911f51a5cfd08af256a9ab/berkeley-testfloat-3-e7af9751d9f9fd3b47911f51a5cfd08af256a9ab.tar.bz2 https://gitlab.com/qemu-project/keycodemapdb/-/archive/f5772a62ec52591ff6870b7e8ef32482371f22c6/keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.bz2 _eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=6404080a85bad2af75067279f6d22fee +_md5_=b7f6d54950ff9b670644327e9280564d diff --git a/metadata/md5-cache/app-emulation/qemu-guest-agent-8.2.0 b/metadata/md5-cache/app-emulation/qemu-guest-agent-8.2.0 index 225ba756ebbe..8137b0e84844 100644 --- a/metadata/md5-cache/app-emulation/qemu-guest-agent-8.2.0 +++ b/metadata/md5-cache/app-emulation/qemu-guest-agent-8.2.0 @@ -5,10 +5,10 @@ DESCRIPTION=QEMU Guest Agent (qemu-ga) for use when running inside a VM EAPI=8 HOMEPAGE=https://wiki.qemu.org/Features/GuestAgent INHERIT=edo systemd toolchain-funcs python-any-r1 udev -KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm64 ~ppc ~ppc64 x86 LICENSE=GPL-2 BSD-2 RDEPEND=dev-libs/glib SLOT=0 SRC_URI=http://wiki.qemu.org/download/qemu-8.2.0.tar.xz _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=af34f6c88551303af84338be04aae95d +_md5_=d6abd9c298a7eab0bec1ccdfb327ca53 diff --git a/metadata/md5-cache/app-emulation/ruffle-0_p20240422 b/metadata/md5-cache/app-emulation/ruffle-0_p20240422 index 2a7d4e097e17..69fc8051ed10 100644 --- a/metadata/md5-cache/app-emulation/ruffle-0_p20240422 +++ b/metadata/md5-cache/app-emulation/ruffle-0_p20240422 @@ -7,11 +7,11 @@ HOMEPAGE=https://ruffle.rs/ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=cargo desktop optfeature xdg IUSE=test debug -KEYWORDS=~amd64 +KEYWORDS=amd64 LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC UbuntuFontLicense-1.0 MIT MPL-2.0 OFL-1.1 openssl Unicode-DFS-2016 ZLIB RDEPEND=media-libs/alsa-lib virtual/libudev:= x11-libs/libX11 x11-libs/libXcursor x11-libs/libXrandr x11-libs/libXrender RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/ruffle-rs/ruffle/archive/refs/tags/nightly-2024-04-22.tar.gz -> ruffle-nightly-2024-04-22.tar.gz https://crates.io/api/v1/crates/ab_glyph/0.2.23/download -> ab_glyph-0.2.23.crate https://crates.io/api/v1/crates/ab_glyph_rasterizer/0.1.8/download -> ab_glyph_rasterizer-0.1.8.crate https://crates.io/api/v1/crates/accesskit/0.12.3/download -> accesskit-0.12.3.crate https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler32/1.2.0/download -> adler32-1.2.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/ahash/0.8.11/download -> ahash-0.8.11.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.16/download -> allocator-api2-0.2.16.crate https://crates.io/api/v1/crates/alsa-sys/0.3.1/download -> alsa-sys-0.3.1.crate https://crates.io/api/v1/crates/alsa/0.9.0/download -> alsa-0.9.0.crate https://crates.io/api/v1/crates/android-activity/0.5.2/download -> android-activity-0.5.2.crate https://crates.io/api/v1/crates/android-properties/0.2.2/download -> android-properties-0.2.2.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.13/download -> anstream-0.6.13.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.6/download -> anstyle-1.0.6.crate https://crates.io/api/v1/crates/anyhow/1.0.82/download -> anyhow-1.0.82.crate https://crates.io/api/v1/crates/approx/0.5.1/download -> approx-0.5.1.crate https://crates.io/api/v1/crates/arboard/3.3.2/download -> arboard-3.3.2.crate https://crates.io/api/v1/crates/arc-swap/1.7.1/download -> arc-swap-1.7.1.crate https://crates.io/api/v1/crates/arrayref/0.3.7/download -> arrayref-0.3.7.crate https://crates.io/api/v1/crates/arrayvec/0.7.4/download -> arrayvec-0.7.4.crate https://crates.io/api/v1/crates/ashpd/0.8.1/download -> ashpd-0.8.1.crate https://crates.io/api/v1/crates/ash/0.37.3+1.3.251/download -> ash-0.37.3+1.3.251.crate https://crates.io/api/v1/crates/async-broadcast/0.7.0/download -> async-broadcast-0.7.0.crate https://crates.io/api/v1/crates/async-channel/2.2.1/download -> async-channel-2.2.1.crate https://crates.io/api/v1/crates/async-executor/1.8.0/download -> async-executor-1.8.0.crate https://crates.io/api/v1/crates/async-fs/2.1.1/download -> async-fs-2.1.1.crate https://crates.io/api/v1/crates/async-io/2.3.2/download -> async-io-2.3.2.crate https://crates.io/api/v1/crates/async-lock/2.8.0/download -> async-lock-2.8.0.crate https://crates.io/api/v1/crates/async-lock/3.3.0/download -> async-lock-3.3.0.crate https://crates.io/api/v1/crates/async-net/2.0.0/download -> async-net-2.0.0.crate https://crates.io/api/v1/crates/async-process/2.1.0/download -> async-process-2.1.0.crate https://crates.io/api/v1/crates/async-recursion/1.1.0/download -> async-recursion-1.1.0.crate https://crates.io/api/v1/crates/async-signal/0.2.5/download -> async-signal-0.2.5.crate https://crates.io/api/v1/crates/async-task/4.7.0/download -> async-task-4.7.0.crate https://crates.io/api/v1/crates/async-trait/0.1.79/download -> async-trait-0.1.79.crate https://crates.io/api/v1/crates/as-raw-xcb-connection/1.0.1/download -> as-raw-xcb-connection-1.0.1.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/autocfg/1.2.0/download -> autocfg-1.2.0.crate https://crates.io/api/v1/crates/backtrace/0.3.71/download -> backtrace-0.3.71.crate https://crates.io/api/v1/crates/base64ct/1.6.0/download -> base64ct-1.6.0.crate https://crates.io/api/v1/crates/base64/0.21.7/download -> base64-0.21.7.crate https://crates.io/api/v1/crates/base64/0.22.0/download -> base64-0.22.0.crate https://crates.io/api/v1/crates/bindgen/0.69.4/download -> bindgen-0.69.4.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.5.0/download -> bitflags-2.5.0.crate https://crates.io/api/v1/crates/bitstream-io/2.2.0/download -> bitstream-io-2.2.0.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/block2/0.3.0/download -> block2-0.3.0.crate https://crates.io/api/v1/crates/blocking/1.5.1/download -> blocking-1.5.1.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-sys/0.2.1/download -> block-sys-0.2.1.crate https://crates.io/api/v1/crates/block/0.1.6/download -> block-0.1.6.crate https://crates.io/api/v1/crates/bstr/1.9.1/download -> bstr-1.9.1.crate https://crates.io/api/v1/crates/bumpalo/3.15.4/download -> bumpalo-3.15.4.crate https://crates.io/api/v1/crates/bytemuck/1.15.0/download -> bytemuck-1.15.0.crate https://crates.io/api/v1/crates/bytemuck_derive/1.6.0/download -> bytemuck_derive-1.6.0.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.6.0/download -> bytes-1.6.0.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.11+1.0.8/download -> bzip2-sys-0.1.11+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.4.4/download -> bzip2-0.4.4.crate https://crates.io/api/v1/crates/calloop-wayland-source/0.2.0/download -> calloop-wayland-source-0.2.0.crate https://crates.io/api/v1/crates/calloop/0.12.4/download -> calloop-0.12.4.crate https://crates.io/api/v1/crates/camino/1.1.6/download -> camino-1.1.6.crate https://crates.io/api/v1/crates/cargo-platform/0.1.8/download -> cargo-platform-0.1.8.crate https://crates.io/api/v1/crates/cargo_metadata/0.18.1/download -> cargo_metadata-0.18.1.crate https://crates.io/api/v1/crates/cc/1.0.90/download -> cc-1.0.90.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/cfg_aliases/0.1.1/download -> cfg_aliases-0.1.1.crate https://crates.io/api/v1/crates/chrono/0.4.38/download -> chrono-0.4.38.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clang-sys/1.7.0/download -> clang-sys-1.7.0.crate https://crates.io/api/v1/crates/clap/4.5.4/download -> clap-4.5.4.crate https://crates.io/api/v1/crates/clap_builder/4.5.2/download -> clap_builder-4.5.2.crate https://crates.io/api/v1/crates/clap_derive/4.5.4/download -> clap_derive-4.5.4.crate https://crates.io/api/v1/crates/clap_lex/0.7.0/download -> clap_lex-0.7.0.crate https://crates.io/api/v1/crates/clipboard-win/5.3.0/download -> clipboard-win-5.3.0.crate https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download -> codespan-reporting-0.11.1.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/color_quant/1.1.0/download -> color_quant-1.1.0.crate https://crates.io/api/v1/crates/combine/4.6.6/download -> combine-4.6.6.crate https://crates.io/api/v1/crates/com/0.6.0/download -> com-0.6.0.crate https://crates.io/api/v1/crates/com_macros/0.6.0/download -> com_macros-0.6.0.crate https://crates.io/api/v1/crates/com_macros_support/0.6.0/download -> com_macros_support-0.6.0.crate https://crates.io/api/v1/crates/concurrent-queue/2.4.0/download -> concurrent-queue-2.4.0.crate https://crates.io/api/v1/crates/console/0.15.8/download -> console-0.15.8.crate https://crates.io/api/v1/crates/console_error_panic_hook/0.1.7/download -> console_error_panic_hook-0.1.7.crate https://crates.io/api/v1/crates/constant_time_eq/0.1.5/download -> constant_time_eq-0.1.5.crate https://crates.io/api/v1/crates/convert_case/0.6.0/download -> convert_case-0.6.0.crate https://crates.io/api/v1/crates/cookie-factory/0.3.3/download -> cookie-factory-0.3.3.crate https://crates.io/api/v1/crates/cookie/0.17.0/download -> cookie-0.17.0.crate https://crates.io/api/v1/crates/cookie_store/0.20.0/download -> cookie_store-0.20.0.crate https://crates.io/api/v1/crates/core2/0.4.0/download -> core2-0.4.0.crate https://crates.io/api/v1/crates/coreaudio-rs/0.11.3/download -> coreaudio-rs-0.11.3.crate https://crates.io/api/v1/crates/coreaudio-sys/0.2.15/download -> coreaudio-sys-0.2.15.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/core-graphics-types/0.1.3/download -> core-graphics-types-0.1.3.crate https://crates.io/api/v1/crates/core-graphics/0.23.1/download -> core-graphics-0.23.1.crate https://crates.io/api/v1/crates/cpal/0.15.3/download -> cpal-0.15.3.crate https://crates.io/api/v1/crates/cpufeatures/0.2.12/download -> cpufeatures-0.2.12.crate https://crates.io/api/v1/crates/crc32fast/1.4.0/download -> crc32fast-1.4.0.crate https://crates.io/api/v1/crates/crc-catalog/2.4.0/download -> crc-catalog-2.4.0.crate https://crates.io/api/v1/crates/crc/3.0.1/download -> crc-3.0.1.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.12/download -> crossbeam-channel-0.5.12.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download -> crossbeam-deque-0.8.5.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download -> crossbeam-utils-0.8.19.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/csv-core/0.1.11/download -> csv-core-0.1.11.crate https://crates.io/api/v1/crates/csv/1.3.0/download -> csv-1.3.0.crate https://crates.io/api/v1/crates/cursor-icon/1.1.0/download -> cursor-icon-1.1.0.crate https://crates.io/api/v1/crates/d3d12/0.19.0/download -> d3d12-0.19.0.crate https://crates.io/api/v1/crates/darling/0.20.8/download -> darling-0.20.8.crate https://crates.io/api/v1/crates/darling_core/0.20.8/download -> darling_core-0.20.8.crate https://crates.io/api/v1/crates/darling_macro/0.20.8/download -> darling_macro-0.20.8.crate https://crates.io/api/v1/crates/dary_heap/0.3.6/download -> dary_heap-0.3.6.crate https://crates.io/api/v1/crates/dasp/0.11.0/download -> dasp-0.11.0.crate https://crates.io/api/v1/crates/dasp_envelope/0.11.0/download -> dasp_envelope-0.11.0.crate https://crates.io/api/v1/crates/dasp_frame/0.11.0/download -> dasp_frame-0.11.0.crate https://crates.io/api/v1/crates/dasp_interpolate/0.11.0/download -> dasp_interpolate-0.11.0.crate https://crates.io/api/v1/crates/dasp_peak/0.11.0/download -> dasp_peak-0.11.0.crate https://crates.io/api/v1/crates/dasp_ring_buffer/0.11.0/download -> dasp_ring_buffer-0.11.0.crate https://crates.io/api/v1/crates/dasp_rms/0.11.0/download -> dasp_rms-0.11.0.crate https://crates.io/api/v1/crates/dasp_sample/0.11.0/download -> dasp_sample-0.11.0.crate https://crates.io/api/v1/crates/dasp_signal/0.11.0/download -> dasp_signal-0.11.0.crate https://crates.io/api/v1/crates/dasp_slice/0.11.0/download -> dasp_slice-0.11.0.crate https://crates.io/api/v1/crates/dasp_window/0.11.1/download -> dasp_window-0.11.1.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/deranged/0.3.11/download -> deranged-0.3.11.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-sys/0.4.1/download -> dirs-sys-0.4.1.crate https://crates.io/api/v1/crates/dirs/5.0.1/download -> dirs-5.0.1.crate https://crates.io/api/v1/crates/dispatch/0.2.0/download -> dispatch-0.2.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.4/download -> displaydoc-0.2.4.crate https://crates.io/api/v1/crates/dlib/0.5.2/download -> dlib-0.5.2.crate https://crates.io/api/v1/crates/document-features/0.2.8/download -> document-features-0.2.8.crate https://crates.io/api/v1/crates/downcast-rs/1.2.1/download -> downcast-rs-1.2.1.crate https://crates.io/api/v1/crates/ecolor/0.27.2/download -> ecolor-0.27.2.crate https://crates.io/api/v1/crates/egui-wgpu/0.27.2/download -> egui-wgpu-0.27.2.crate https://crates.io/api/v1/crates/egui-winit/0.27.2/download -> egui-winit-0.27.2.crate https://crates.io/api/v1/crates/egui/0.27.2/download -> egui-0.27.2.crate https://crates.io/api/v1/crates/egui_extras/0.27.2/download -> egui_extras-0.27.2.crate https://crates.io/api/v1/crates/either/1.11.0/download -> either-1.11.0.crate https://crates.io/api/v1/crates/emath/0.27.2/download -> emath-0.27.2.crate https://crates.io/api/v1/crates/embed-resource/2.4.2/download -> embed-resource-2.4.2.crate https://crates.io/api/v1/crates/encode_unicode/0.3.6/download -> encode_unicode-0.3.6.crate https://crates.io/api/v1/crates/encoding_rs/0.8.34/download -> encoding_rs-0.8.34.crate https://crates.io/api/v1/crates/endi/1.1.0/download -> endi-1.1.0.crate https://crates.io/api/v1/crates/enumflags2/0.7.9/download -> enumflags2-0.7.9.crate https://crates.io/api/v1/crates/enumflags2_derive/0.7.9/download -> enumflags2_derive-0.7.9.crate https://crates.io/api/v1/crates/enumn/0.1.13/download -> enumn-0.1.13.crate https://crates.io/api/v1/crates/enumset/1.1.3/download -> enumset-1.1.3.crate https://crates.io/api/v1/crates/enumset_derive/0.8.1/download -> enumset_derive-0.8.1.crate https://crates.io/api/v1/crates/enum-map-derive/0.17.0/download -> enum-map-derive-0.17.0.crate https://crates.io/api/v1/crates/enum-map/2.7.3/download -> enum-map-2.7.3.crate https://crates.io/api/v1/crates/env_filter/0.1.0/download -> env_filter-0.1.0.crate https://crates.io/api/v1/crates/env_logger/0.11.3/download -> env_logger-0.11.3.crate https://crates.io/api/v1/crates/epaint/0.27.2/download -> epaint-0.27.2.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/error-code/3.2.0/download -> error-code-3.2.0.crate https://crates.io/api/v1/crates/escape8259/0.5.2/download -> escape8259-0.5.2.crate https://crates.io/api/v1/crates/euclid/0.22.9/download -> euclid-0.22.9.crate https://crates.io/api/v1/crates/event-listener-strategy/0.4.0/download -> event-listener-strategy-0.4.0.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.0/download -> event-listener-strategy-0.5.0.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/4.0.3/download -> event-listener-4.0.3.crate https://crates.io/api/v1/crates/event-listener/5.2.0/download -> event-listener-5.2.0.crate https://crates.io/api/v1/crates/fastrand/2.0.2/download -> fastrand-2.0.2.crate https://crates.io/api/v1/crates/fdeflate/0.3.4/download -> fdeflate-0.3.4.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/flate2/1.0.28/download -> flate2-1.0.28.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/float_next_after/1.0.0/download -> float_next_after-1.0.0.crate https://crates.io/api/v1/crates/fluent-bundle/0.15.2/download -> fluent-bundle-0.15.2.crate https://crates.io/api/v1/crates/fluent-langneg/0.13.0/download -> fluent-langneg-0.13.0.crate https://crates.io/api/v1/crates/fluent-syntax/0.11.0/download -> fluent-syntax-0.11.0.crate https://crates.io/api/v1/crates/fluent-templates/0.9.2/download -> fluent-templates-0.9.2.crate https://crates.io/api/v1/crates/fluent-template-macros/0.9.2/download -> fluent-template-macros-0.9.2.crate https://crates.io/api/v1/crates/fluent/0.16.0/download -> fluent-0.16.0.crate https://crates.io/api/v1/crates/flume/0.10.14/download -> flume-0.10.14.crate https://crates.io/api/v1/crates/flume/0.11.0/download -> flume-0.11.0.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/fontconfig-parser/0.5.6/download -> fontconfig-parser-0.5.6.crate https://crates.io/api/v1/crates/fontdb/0.16.2/download -> fontdb-0.16.2.crate https://crates.io/api/v1/crates/foreign-types-macros/0.2.3/download -> foreign-types-macros-0.2.3.crate https://crates.io/api/v1/crates/foreign-types-shared/0.3.1/download -> foreign-types-shared-0.3.1.crate https://crates.io/api/v1/crates/foreign-types/0.5.0/download -> foreign-types-0.5.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/futures-channel/0.3.30/download -> futures-channel-0.3.30.crate https://crates.io/api/v1/crates/futures-core/0.3.30/download -> futures-core-0.3.30.crate https://crates.io/api/v1/crates/futures-executor/0.3.30/download -> futures-executor-0.3.30.crate https://crates.io/api/v1/crates/futures-io/0.3.30/download -> futures-io-0.3.30.crate https://crates.io/api/v1/crates/futures-lite/2.3.0/download -> futures-lite-2.3.0.crate https://crates.io/api/v1/crates/futures-macro/0.3.30/download -> futures-macro-0.3.30.crate https://crates.io/api/v1/crates/futures-sink/0.3.30/download -> futures-sink-0.3.30.crate https://crates.io/api/v1/crates/futures-task/0.3.30/download -> futures-task-0.3.30.crate https://crates.io/api/v1/crates/futures-util/0.3.30/download -> futures-util-0.3.30.crate https://crates.io/api/v1/crates/futures/0.3.30/download -> futures-0.3.30.crate https://crates.io/api/v1/crates/gc-arena-derive/0.5.0/download -> gc-arena-derive-0.5.0.crate https://crates.io/api/v1/crates/gc-arena/0.5.0/download -> gc-arena-0.5.0.crate https://crates.io/api/v1/crates/generator/0.7.5/download -> generator-0.7.5.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/gethostname/0.4.3/download -> gethostname-0.4.3.crate https://crates.io/api/v1/crates/getrandom/0.2.14/download -> getrandom-0.2.14.crate https://crates.io/api/v1/crates/gif/0.13.1/download -> gif-0.13.1.crate https://crates.io/api/v1/crates/gilrs-core/0.5.11/download -> gilrs-core-0.5.11.crate https://crates.io/api/v1/crates/gilrs/0.10.6/download -> gilrs-0.10.6.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/globset/0.4.14/download -> globset-0.4.14.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/gloo-net/0.5.0/download -> gloo-net-0.5.0.crate https://crates.io/api/v1/crates/gloo-utils/0.2.0/download -> gloo-utils-0.2.0.crate https://crates.io/api/v1/crates/glow/0.13.1/download -> glow-0.13.1.crate https://crates.io/api/v1/crates/glutin_wgl_sys/0.5.0/download -> glutin_wgl_sys-0.5.0.crate https://crates.io/api/v1/crates/gl_generator/0.14.0/download -> gl_generator-0.14.0.crate https://crates.io/api/v1/crates/gpu-allocator/0.25.0/download -> gpu-allocator-0.25.0.crate https://crates.io/api/v1/crates/gpu-alloc-types/0.3.0/download -> gpu-alloc-types-0.3.0.crate https://crates.io/api/v1/crates/gpu-alloc/0.6.0/download -> gpu-alloc-0.6.0.crate https://crates.io/api/v1/crates/gpu-descriptor-types/0.1.2/download -> gpu-descriptor-types-0.1.2.crate https://crates.io/api/v1/crates/gpu-descriptor/0.2.4/download -> gpu-descriptor-0.2.4.crate https://crates.io/api/v1/crates/h2/0.4.4/download -> h2-0.4.4.crate https://crates.io/api/v1/crates/hashbrown/0.13.2/download -> hashbrown-0.13.2.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/hassle-rs/0.11.0/download -> hassle-rs-0.11.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.3.9/download -> hermit-abi-0.3.9.crate https://crates.io/api/v1/crates/hexf-parse/0.2.1/download -> hexf-parse-0.2.1.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/home/0.5.9/download -> home-0.5.9.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/http-body-util/0.1.1/download -> http-body-util-0.1.1.crate https://crates.io/api/v1/crates/http-body/1.0.0/download -> http-body-1.0.0.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/http/1.1.0/download -> http-1.1.0.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/hyper-rustls/0.26.0/download -> hyper-rustls-0.26.0.crate https://crates.io/api/v1/crates/hyper-util/0.1.3/download -> hyper-util-0.1.3.crate https://crates.io/api/v1/crates/hyper/1.2.0/download -> hyper-1.2.0.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.60/download -> iana-time-zone-0.1.60.crate https://crates.io/api/v1/crates/icrate/0.0.4/download -> icrate-0.0.4.crate https://crates.io/api/v1/crates/id3/1.13.1/download -> id3-1.13.1.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/0.3.0/download -> idna-0.3.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/ignore/0.4.22/download -> ignore-0.4.22.crate https://crates.io/api/v1/crates/image/0.24.9/download -> image-0.24.9.crate https://crates.io/api/v1/crates/image/0.25.1/download -> image-0.25.1.crate https://crates.io/api/v1/crates/indexmap/2.2.6/download -> indexmap-2.2.6.crate https://crates.io/api/v1/crates/indicatif/0.17.8/download -> indicatif-0.17.8.crate https://crates.io/api/v1/crates/inotify-sys/0.1.5/download -> inotify-sys-0.1.5.crate https://crates.io/api/v1/crates/inotify/0.10.2/download -> inotify-0.10.2.crate https://crates.io/api/v1/crates/inout/0.1.3/download -> inout-0.1.3.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/insta/1.38.0/download -> insta-1.38.0.crate https://crates.io/api/v1/crates/intl-memoizer/0.5.1/download -> intl-memoizer-0.5.1.crate https://crates.io/api/v1/crates/intl_pluralrules/7.0.2/download -> intl_pluralrules-7.0.2.crate https://crates.io/api/v1/crates/io-kit-sys/0.4.1/download -> io-kit-sys-0.4.1.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/itertools/0.12.1/download -> itertools-0.12.1.crate https://crates.io/api/v1/crates/itoa/1.0.11/download -> itoa-1.0.11.crate https://crates.io/api/v1/crates/jni-sys/0.3.0/download -> jni-sys-0.3.0.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jobserver/0.1.28/download -> jobserver-0.1.28.crate https://crates.io/api/v1/crates/jpeg-decoder/0.3.1/download -> jpeg-decoder-0.3.1.crate https://crates.io/api/v1/crates/js-sys/0.3.69/download -> js-sys-0.3.69.crate https://crates.io/api/v1/crates/khronos-egl/6.0.0/download -> khronos-egl-6.0.0.crate https://crates.io/api/v1/crates/khronos_api/3.1.0/download -> khronos_api-3.1.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/libc/0.2.153/download -> libc-0.2.153.crate https://crates.io/api/v1/crates/libflate/2.0.0/download -> libflate-2.0.0.crate https://crates.io/api/v1/crates/libflate_lz77/2.0.0/download -> libflate_lz77-2.0.0.crate https://crates.io/api/v1/crates/libloading/0.7.4/download -> libloading-0.7.4.crate https://crates.io/api/v1/crates/libloading/0.8.3/download -> libloading-0.8.3.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libredox/0.0.1/download -> libredox-0.0.1.crate https://crates.io/api/v1/crates/libredox/0.0.2/download -> libredox-0.0.2.crate https://crates.io/api/v1/crates/libtest-mimic/0.7.2/download -> libtest-mimic-0.7.2.crate https://crates.io/api/v1/crates/libudev-sys/0.1.4/download -> libudev-sys-0.1.4.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linkme-impl/0.3.25/download -> linkme-impl-0.3.25.crate https://crates.io/api/v1/crates/linkme/0.3.25/download -> linkme-0.3.25.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download -> linux-raw-sys-0.4.13.crate https://crates.io/api/v1/crates/litrs/0.4.1/download -> litrs-0.4.1.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.21/download -> log-0.4.21.crate https://crates.io/api/v1/crates/loom/0.7.1/download -> loom-0.7.1.crate https://crates.io/api/v1/crates/lru/0.12.3/download -> lru-0.12.3.crate https://crates.io/api/v1/crates/lyon/1.0.1/download -> lyon-1.0.1.crate https://crates.io/api/v1/crates/lyon_algorithms/1.0.4/download -> lyon_algorithms-1.0.4.crate https://crates.io/api/v1/crates/lyon_geom/1.0.5/download -> lyon_geom-1.0.5.crate https://crates.io/api/v1/crates/lyon_path/1.0.4/download -> lyon_path-1.0.4.crate https://crates.io/api/v1/crates/lyon_tessellation/1.0.13/download -> lyon_tessellation-1.0.13.crate https://crates.io/api/v1/crates/lzma-rs/0.3.0/download -> lzma-rs-0.3.0.crate https://crates.io/api/v1/crates/mach2/0.4.2/download -> mach2-0.4.2.crate https://crates.io/api/v1/crates/macro_rules_attribute-proc_macro/0.2.0/download -> macro_rules_attribute-proc_macro-0.2.0.crate https://crates.io/api/v1/crates/macro_rules_attribute/0.2.0/download -> macro_rules_attribute-0.2.0.crate https://crates.io/api/v1/crates/malloc_buf/0.0.6/download -> malloc_buf-0.0.6.crate https://crates.io/api/v1/crates/matchers/0.1.0/download -> matchers-0.1.0.crate https://crates.io/api/v1/crates/memchr/2.7.2/download -> memchr-2.7.2.crate https://crates.io/api/v1/crates/memmap2/0.9.4/download -> memmap2-0.9.4.crate https://crates.io/api/v1/crates/memoffset/0.9.1/download -> memoffset-0.9.1.crate https://crates.io/api/v1/crates/metal/0.27.0/download -> metal-0.27.0.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/mime_guess2/2.0.5/download -> mime_guess2-2.0.5.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download -> miniz_oxide-0.7.2.crate https://crates.io/api/v1/crates/mio/0.8.11/download -> mio-0.8.11.crate https://crates.io/api/v1/crates/naga/0.19.2/download -> naga-0.19.2.crate https://crates.io/api/v1/crates/naga_oil/0.13.0/download -> naga_oil-0.13.0.crate https://crates.io/api/v1/crates/ndk-context/0.1.1/download -> ndk-context-0.1.1.crate https://crates.io/api/v1/crates/ndk-sys/0.5.0+25.2.9519653/download -> ndk-sys-0.5.0+25.2.9519653.crate https://crates.io/api/v1/crates/ndk/0.8.0/download -> ndk-0.8.0.crate https://crates.io/api/v1/crates/nix/0.28.0/download -> nix-0.28.0.crate https://crates.io/api/v1/crates/nohash-hasher/0.2.0/download -> nohash-hasher-0.2.0.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/num-bigint/0.4.4/download -> num-bigint-0.4.4.crate https://crates.io/api/v1/crates/num-complex/0.4.5/download -> num-complex-0.4.5.crate https://crates.io/api/v1/crates/num-conv/0.1.0/download -> num-conv-0.1.0.crate https://crates.io/api/v1/crates/num-derive/0.4.2/download -> num-derive-0.4.2.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-traits/0.2.18/download -> num-traits-0.2.18.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/num_enum/0.7.2/download -> num_enum-0.7.2.crate https://crates.io/api/v1/crates/num_enum_derive/0.7.2/download -> num_enum_derive-0.7.2.crate https://crates.io/api/v1/crates/num_threads/0.1.7/download -> num_threads-0.1.7.crate https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download -> nu-ansi-term-0.46.0.crate https://crates.io/api/v1/crates/objc2-encode/3.0.0/download -> objc2-encode-3.0.0.crate https://crates.io/api/v1/crates/objc2/0.4.1/download -> objc2-0.4.1.crate https://crates.io/api/v1/crates/objc-foundation/0.1.1/download -> objc-foundation-0.1.1.crate https://crates.io/api/v1/crates/objc-sys/0.3.2/download -> objc-sys-0.3.2.crate https://crates.io/api/v1/crates/objc/0.2.7/download -> objc-0.2.7.crate https://crates.io/api/v1/crates/objc_exception/0.1.2/download -> objc_exception-0.1.2.crate https://crates.io/api/v1/crates/objc_id/0.1.1/download -> objc_id-0.1.1.crate https://crates.io/api/v1/crates/object/0.32.2/download -> object-0.32.2.crate https://crates.io/api/v1/crates/oboe-sys/0.6.1/download -> oboe-sys-0.6.1.crate https://crates.io/api/v1/crates/oboe/0.6.1/download -> oboe-0.6.1.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/orbclient/0.3.47/download -> orbclient-0.3.47.crate https://crates.io/api/v1/crates/ordered-stream/0.2.0/download -> ordered-stream-0.2.0.crate https://crates.io/api/v1/crates/os_info/3.8.2/download -> os_info-3.8.2.crate https://crates.io/api/v1/crates/overload/0.1.1/download -> overload-0.1.1.crate https://crates.io/api/v1/crates/owned_ttf_parser/0.20.0/download -> owned_ttf_parser-0.20.0.crate https://crates.io/api/v1/crates/parking/2.2.0/download -> parking-2.2.0.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/password-hash/0.4.2/download -> password-hash-0.4.2.crate https://crates.io/api/v1/crates/paste/1.0.14/download -> paste-1.0.14.crate https://crates.io/api/v1/crates/path-slash/0.2.1/download -> path-slash-0.2.1.crate https://crates.io/api/v1/crates/pbkdf2/0.11.0/download -> pbkdf2-0.11.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.5/download -> pin-project-internal-1.1.5.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download -> pin-project-lite-0.2.13.crate https://crates.io/api/v1/crates/pin-project/1.1.5/download -> pin-project-1.1.5.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/piper/0.2.1/download -> piper-0.2.1.crate https://crates.io/api/v1/crates/pkg-config/0.3.30/download -> pkg-config-0.3.30.crate https://crates.io/api/v1/crates/png/0.17.13/download -> png-0.17.13.crate https://crates.io/api/v1/crates/polling/3.6.0/download -> polling-3.6.0.crate https://crates.io/api/v1/crates/pollster/0.3.0/download -> pollster-0.3.0.crate https://crates.io/api/v1/crates/portable-atomic/1.6.0/download -> portable-atomic-1.6.0.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/pp-rs/0.2.1/download -> pp-rs-0.2.1.crate https://crates.io/api/v1/crates/presser/0.3.1/download -> presser-0.3.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.17/download -> prettyplease-0.2.17.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.0/download -> pretty_assertions-1.4.0.crate https://crates.io/api/v1/crates/primal-check/0.3.3/download -> primal-check-0.3.3.crate https://crates.io/api/v1/crates/proc-macro2/1.0.81/download -> proc-macro2-1.0.81.crate https://crates.io/api/v1/crates/proc-macro-crate/3.1.0/download -> proc-macro-crate-3.1.0.crate https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download -> proc-macro-hack-0.5.20+deprecated.crate https://crates.io/api/v1/crates/profiling-procmacros/1.0.14/download -> profiling-procmacros-1.0.14.crate https://crates.io/api/v1/crates/profiling/1.0.14/download -> profiling-1.0.14.crate https://crates.io/api/v1/crates/psl-types/2.0.11/download -> psl-types-2.0.11.crate https://crates.io/api/v1/crates/publicsuffix/2.2.3/download -> publicsuffix-2.2.3.crate https://crates.io/api/v1/crates/quick-xml/0.31.0/download -> quick-xml-0.31.0.crate https://crates.io/api/v1/crates/quote/1.0.36/download -> quote-1.0.36.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/range-alloc/0.1.3/download -> range-alloc-0.1.3.crate https://crates.io/api/v1/crates/raw-window-handle/0.5.2/download -> raw-window-handle-0.5.2.crate https://crates.io/api/v1/crates/raw-window-handle/0.6.0/download -> raw-window-handle-0.6.0.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.10.0/download -> rayon-1.10.0.crate https://crates.io/api/v1/crates/realfft/3.3.0/download -> realfft-3.3.0.crate https://crates.io/api/v1/crates/redox_syscall/0.3.5/download -> redox_syscall-0.3.5.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_users/0.4.4/download -> redox_users-0.4.4.crate https://crates.io/api/v1/crates/regex-automata/0.1.10/download -> regex-automata-0.1.10.crate https://crates.io/api/v1/crates/regex-automata/0.4.6/download -> regex-automata-0.4.6.crate https://crates.io/api/v1/crates/regex-syntax/0.6.29/download -> regex-syntax-0.6.29.crate https://crates.io/api/v1/crates/regex-syntax/0.8.3/download -> regex-syntax-0.8.3.crate https://crates.io/api/v1/crates/regex/1.10.4/download -> regex-1.10.4.crate https://crates.io/api/v1/crates/regress/0.9.1/download -> regress-0.9.1.crate https://crates.io/api/v1/crates/renderdoc-sys/1.1.0/download -> renderdoc-sys-1.1.0.crate https://crates.io/api/v1/crates/renderdoc/0.12.1/download -> renderdoc-0.12.1.crate https://crates.io/api/v1/crates/reqwest/0.12.3/download -> reqwest-0.12.3.crate https://crates.io/api/v1/crates/rfd/0.14.1/download -> rfd-0.14.1.crate https://crates.io/api/v1/crates/ring/0.17.8/download -> ring-0.17.8.crate https://crates.io/api/v1/crates/rle-decode-fast/1.0.3/download -> rle-decode-fast-1.0.3.crate https://crates.io/api/v1/crates/ron/0.8.1/download -> ron-0.8.1.crate https://crates.io/api/v1/crates/roxmltree/0.19.0/download -> roxmltree-0.19.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustdct/0.7.1/download -> rustdct-0.7.1.crate https://crates.io/api/v1/crates/rustfft/6.2.0/download -> rustfft-6.2.0.crate https://crates.io/api/v1/crates/rustix/0.38.32/download -> rustix-0.38.32.crate https://crates.io/api/v1/crates/rustls-pemfile/2.1.2/download -> rustls-pemfile-2.1.2.crate https://crates.io/api/v1/crates/rustls-pki-types/1.4.1/download -> rustls-pki-types-1.4.1.crate https://crates.io/api/v1/crates/rustls-webpki/0.102.2/download -> rustls-webpki-0.102.2.crate https://crates.io/api/v1/crates/rustls/0.22.4/download -> rustls-0.22.4.crate https://crates.io/api/v1/crates/rustversion/1.0.14/download -> rustversion-1.0.14.crate https://crates.io/api/v1/crates/ryu/1.0.17/download -> ryu-1.0.17.crate https://crates.io/api/v1/crates/safe_arch/0.7.1/download -> safe_arch-0.7.1.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sctk-adwaita/0.8.1/download -> sctk-adwaita-0.8.1.crate https://crates.io/api/v1/crates/self_cell/0.10.3/download -> self_cell-0.10.3.crate https://crates.io/api/v1/crates/self_cell/1.0.3/download -> self_cell-1.0.3.crate https://crates.io/api/v1/crates/semver/1.0.22/download -> semver-1.0.22.crate https://crates.io/api/v1/crates/serde-wasm-bindgen/0.6.5/download -> serde-wasm-bindgen-0.6.5.crate https://crates.io/api/v1/crates/serde/1.0.198/download -> serde-1.0.198.crate https://crates.io/api/v1/crates/serde_derive/1.0.198/download -> serde_derive-1.0.198.crate https://crates.io/api/v1/crates/serde_json/1.0.116/download -> serde_json-1.0.116.crate https://crates.io/api/v1/crates/serde_repr/0.1.18/download -> serde_repr-0.1.18.crate https://crates.io/api/v1/crates/serde_spanned/0.6.5/download -> serde_spanned-0.6.5.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download -> signal-hook-registry-1.4.1.crate https://crates.io/api/v1/crates/simd-adler32/0.3.7/download -> simd-adler32-0.3.7.crate https://crates.io/api/v1/crates/similar/2.5.0/download -> similar-2.5.0.crate https://crates.io/api/v1/crates/simple_asn1/0.6.2/download -> simple_asn1-0.6.2.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/slotmap/1.0.7/download -> slotmap-1.0.7.crate https://crates.io/api/v1/crates/smallvec/1.13.2/download -> smallvec-1.13.2.crate https://crates.io/api/v1/crates/smithay-client-toolkit/0.18.1/download -> smithay-client-toolkit-0.18.1.crate https://crates.io/api/v1/crates/smithay-clipboard/0.7.1/download -> smithay-clipboard-0.7.1.crate https://crates.io/api/v1/crates/smol_str/0.2.1/download -> smol_str-0.2.1.crate https://crates.io/api/v1/crates/socket2/0.5.6/download -> socket2-0.5.6.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/spirv/0.3.0+sdk-1.3.268.0/download -> spirv-0.3.0+sdk-1.3.268.0.crate https://crates.io/api/v1/crates/sptr/0.3.2/download -> sptr-0.3.2.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/strength_reduce/0.2.4/download -> strength_reduce-0.2.4.crate https://crates.io/api/v1/crates/strict-num/0.1.1/download -> strict-num-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.11.0/download -> strsim-0.11.0.crate https://crates.io/api/v1/crates/subtle/2.5.0/download -> subtle-2.5.0.crate https://crates.io/api/v1/crates/symphonia-bundle-mp3/0.5.4/download -> symphonia-bundle-mp3-0.5.4.crate https://crates.io/api/v1/crates/symphonia-core/0.5.4/download -> symphonia-core-0.5.4.crate https://crates.io/api/v1/crates/symphonia-metadata/0.5.4/download -> symphonia-metadata-0.5.4.crate https://crates.io/api/v1/crates/symphonia/0.5.4/download -> symphonia-0.5.4.crate https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download -> sync_wrapper-0.1.2.crate https://crates.io/api/v1/crates/synstructure/0.13.1/download -> synstructure-0.13.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.60/download -> syn-2.0.60.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/sys-locale/0.3.1/download -> sys-locale-0.3.1.crate https://crates.io/api/v1/crates/tempfile/3.10.1/download -> tempfile-3.10.1.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.58/download -> thiserror-impl-1.0.58.crate https://crates.io/api/v1/crates/thiserror/1.0.58/download -> thiserror-1.0.58.crate https://crates.io/api/v1/crates/threadpool/1.8.1/download -> threadpool-1.8.1.crate https://crates.io/api/v1/crates/thread_local/1.1.8/download -> thread_local-1.1.8.crate https://crates.io/api/v1/crates/tiff/0.9.1/download -> tiff-0.9.1.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.17/download -> time-macros-0.2.17.crate https://crates.io/api/v1/crates/time/0.3.34/download -> time-0.3.34.crate https://crates.io/api/v1/crates/tinystr/0.7.5/download -> tinystr-0.7.5.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tiny-skia-path/0.11.4/download -> tiny-skia-path-0.11.4.crate https://crates.io/api/v1/crates/tiny-skia/0.11.4/download -> tiny-skia-0.11.4.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.25.0/download -> tokio-rustls-0.25.0.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.37.0/download -> tokio-1.37.0.crate https://crates.io/api/v1/crates/toml/0.8.12/download -> toml-0.8.12.crate https://crates.io/api/v1/crates/toml_datetime/0.6.5/download -> toml_datetime-0.6.5.crate https://crates.io/api/v1/crates/toml_edit/0.21.1/download -> toml_edit-0.21.1.crate https://crates.io/api/v1/crates/toml_edit/0.22.9/download -> toml_edit-0.22.9.crate https://crates.io/api/v1/crates/tower-layer/0.3.2/download -> tower-layer-0.3.2.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tower/0.4.13/download -> tower-0.4.13.crate https://crates.io/api/v1/crates/tracing-appender/0.2.3/download -> tracing-appender-0.2.3.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.18/download -> tracing-subscriber-0.3.18.crate https://crates.io/api/v1/crates/tracing-tracy/0.10.4/download -> tracing-tracy-0.10.4.crate https://crates.io/api/v1/crates/tracing-wasm/0.2.1/download -> tracing-wasm-0.2.1.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/tracy-client-sys/0.22.2/download -> tracy-client-sys-0.22.2.crate https://crates.io/api/v1/crates/tracy-client/0.16.5/download -> tracy-client-0.16.5.crate https://crates.io/api/v1/crates/transpose/0.2.3/download -> transpose-0.2.3.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/ttf-parser/0.20.0/download -> ttf-parser-0.20.0.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/type-map/0.4.0/download -> type-map-0.4.0.crate https://crates.io/api/v1/crates/type-map/0.5.0/download -> type-map-0.5.0.crate https://crates.io/api/v1/crates/uds_windows/1.1.0/download -> uds_windows-1.1.0.crate https://crates.io/api/v1/crates/unicase/2.7.0/download -> unicase-2.7.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download -> unicode-bidi-0.3.15.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.23/download -> unicode-normalization-0.1.23.crate https://crates.io/api/v1/crates/unicode-segmentation/1.11.0/download -> unicode-segmentation-1.11.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/unic-char-property/0.9.0/download -> unic-char-property-0.9.0.crate https://crates.io/api/v1/crates/unic-char-range/0.9.0/download -> unic-char-range-0.9.0.crate https://crates.io/api/v1/crates/unic-common/0.9.0/download -> unic-common-0.9.0.crate https://crates.io/api/v1/crates/unic-langid-impl/0.9.4/download -> unic-langid-impl-0.9.4.crate https://crates.io/api/v1/crates/unic-langid-macros-impl/0.9.4/download -> unic-langid-macros-impl-0.9.4.crate https://crates.io/api/v1/crates/unic-langid-macros/0.9.4/download -> unic-langid-macros-0.9.4.crate https://crates.io/api/v1/crates/unic-langid/0.9.4/download -> unic-langid-0.9.4.crate https://crates.io/api/v1/crates/unic-segment/0.9.0/download -> unic-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-segment/0.9.0/download -> unic-ucd-segment-0.9.0.crate https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download -> unic-ucd-version-0.9.0.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/uuid/1.8.0/download -> uuid-1.8.0.crate https://crates.io/api/v1/crates/valuable/0.1.0/download -> valuable-0.1.0.crate https://crates.io/api/v1/crates/vec_map/0.8.2/download -> vec_map-0.8.2.crate https://crates.io/api/v1/crates/vergen/8.3.1/download -> vergen-8.3.1.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/vfs/0.12.0/download -> vfs-0.12.0.crate https://crates.io/api/v1/crates/vswhom-sys/0.1.2/download -> vswhom-sys-0.1.2.crate https://crates.io/api/v1/crates/vswhom/0.1.0/download -> vswhom-0.1.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.92/download -> wasm-bindgen-backend-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.42/download -> wasm-bindgen-futures-0.4.42.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.92/download -> wasm-bindgen-macro-support-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.92/download -> wasm-bindgen-macro-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.92/download -> wasm-bindgen-shared-0.2.92.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.92/download -> wasm-bindgen-0.2.92.crate https://crates.io/api/v1/crates/wasm-streams/0.4.0/download -> wasm-streams-0.4.0.crate https://crates.io/api/v1/crates/wayland-backend/0.3.3/download -> wayland-backend-0.3.3.crate https://crates.io/api/v1/crates/wayland-client/0.31.2/download -> wayland-client-0.31.2.crate https://crates.io/api/v1/crates/wayland-csd-frame/0.3.0/download -> wayland-csd-frame-0.3.0.crate https://crates.io/api/v1/crates/wayland-cursor/0.31.1/download -> wayland-cursor-0.31.1.crate https://crates.io/api/v1/crates/wayland-protocols-plasma/0.2.0/download -> wayland-protocols-plasma-0.2.0.crate https://crates.io/api/v1/crates/wayland-protocols-wlr/0.2.0/download -> wayland-protocols-wlr-0.2.0.crate https://crates.io/api/v1/crates/wayland-protocols/0.31.2/download -> wayland-protocols-0.31.2.crate https://crates.io/api/v1/crates/wayland-scanner/0.31.1/download -> wayland-scanner-0.31.1.crate https://crates.io/api/v1/crates/wayland-sys/0.31.1/download -> wayland-sys-0.31.1.crate https://crates.io/api/v1/crates/weak-table/0.3.2/download -> weak-table-0.3.2.crate https://crates.io/api/v1/crates/webbrowser/0.8.15/download -> webbrowser-0.8.15.crate https://crates.io/api/v1/crates/webpki-roots/0.26.1/download -> webpki-roots-0.26.1.crate https://crates.io/api/v1/crates/web-sys/0.3.69/download -> web-sys-0.3.69.crate https://crates.io/api/v1/crates/web-time/0.2.4/download -> web-time-0.2.4.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/weezl/0.1.8/download -> weezl-0.1.8.crate https://crates.io/api/v1/crates/wgpu-core/0.19.3/download -> wgpu-core-0.19.3.crate https://crates.io/api/v1/crates/wgpu-hal/0.19.3/download -> wgpu-hal-0.19.3.crate https://crates.io/api/v1/crates/wgpu-types/0.19.2/download -> wgpu-types-0.19.2.crate https://crates.io/api/v1/crates/wgpu/0.19.4/download -> wgpu-0.19.4.crate https://crates.io/api/v1/crates/which/4.4.2/download -> which-4.4.2.crate https://crates.io/api/v1/crates/widestring/1.0.2/download -> widestring-1.0.2.crate https://crates.io/api/v1/crates/wide/0.7.15/download -> wide-0.7.15.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.52.0/download -> windows-core-0.52.0.crate https://crates.io/api/v1/crates/windows-core/0.54.0/download -> windows-core-0.54.0.crate https://crates.io/api/v1/crates/windows-result/0.1.0/download -> windows-result-0.1.0.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.4/download -> windows-targets-0.52.4.crate https://crates.io/api/v1/crates/windows/0.48.0/download -> windows-0.48.0.crate https://crates.io/api/v1/crates/windows/0.52.0/download -> windows-0.52.0.crate https://crates.io/api/v1/crates/windows/0.54.0/download -> windows-0.54.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.4/download -> windows_aarch64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.4/download -> windows_aarch64_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.4/download -> windows_i686_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.4/download -> windows_i686_msvc-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.4/download -> windows_x86_64_gnullvm-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.4/download -> windows_x86_64_gnu-0.52.4.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.4/download -> windows_x86_64_msvc-0.52.4.crate https://crates.io/api/v1/crates/winit/0.29.15/download -> winit-0.29.15.crate https://crates.io/api/v1/crates/winnow/0.5.40/download -> winnow-0.5.40.crate https://crates.io/api/v1/crates/winnow/0.6.5/download -> winnow-0.6.5.crate https://crates.io/api/v1/crates/winreg/0.52.0/download -> winreg-0.52.0.crate https://crates.io/api/v1/crates/wio/0.2.2/download -> wio-0.2.2.crate https://crates.io/api/v1/crates/x11rb-protocol/0.13.0/download -> x11rb-protocol-0.13.0.crate https://crates.io/api/v1/crates/x11rb/0.13.0/download -> x11rb-0.13.0.crate https://crates.io/api/v1/crates/x11-dl/2.21.0/download -> x11-dl-2.21.0.crate https://crates.io/api/v1/crates/xcursor/0.3.5/download -> xcursor-0.3.5.crate https://crates.io/api/v1/crates/xdg-home/1.1.0/download -> xdg-home-1.1.0.crate https://crates.io/api/v1/crates/xkbcommon-dl/0.4.2/download -> xkbcommon-dl-0.4.2.crate https://crates.io/api/v1/crates/xkeysym/0.2.0/download -> xkeysym-0.2.0.crate https://crates.io/api/v1/crates/xml-rs/0.8.19/download -> xml-rs-0.8.19.crate https://crates.io/api/v1/crates/yansi/0.5.1/download -> yansi-0.5.1.crate https://crates.io/api/v1/crates/zbus/4.1.2/download -> zbus-4.1.2.crate https://crates.io/api/v1/crates/zbus_macros/4.1.2/download -> zbus_macros-4.1.2.crate https://crates.io/api/v1/crates/zbus_names/3.0.0/download -> zbus_names-3.0.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download -> zerocopy-derive-0.7.32.crate https://crates.io/api/v1/crates/zerocopy/0.7.32/download -> zerocopy-0.7.32.crate https://crates.io/api/v1/crates/zeroize/1.7.0/download -> zeroize-1.7.0.crate https://crates.io/api/v1/crates/zip/0.6.6/download -> zip-0.6.6.crate https://crates.io/api/v1/crates/zstd-safe/5.0.2+zstd.1.5.2/download -> zstd-safe-5.0.2+zstd.1.5.2.crate https://crates.io/api/v1/crates/zstd-sys/2.0.10+zstd.1.5.6/download -> zstd-sys-2.0.10+zstd.1.5.6.crate https://crates.io/api/v1/crates/zstd/0.11.2+zstd.1.5.2/download -> zstd-0.11.2+zstd.1.5.2.crate https://crates.io/api/v1/crates/zvariant/4.0.2/download -> zvariant-4.0.2.crate https://crates.io/api/v1/crates/zvariant_derive/4.0.2/download -> zvariant_derive-4.0.2.crate https://crates.io/api/v1/crates/zvariant_utils/1.1.0/download -> zvariant_utils-1.1.0.crate https://github.com/ruffle-rs/nihav-vp6/archive/83c7e1094d603d9fc1212d39d99abb17f3a3226b.tar.gz -> nihav-vp6-83c7e1094d603d9fc1212d39d99abb17f3a3226b.gh.tar.gz https://github.com/ruffle-rs/nihav-vp6/archive/83c7e1094d603d9fc1212d39d99abb17f3a3226b.tar.gz -> nihav-vp6-83c7e1094d603d9fc1212d39d99abb17f3a3226b.gh.tar.gz https://github.com/ruffle-rs/h263-rs/archive/5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.tar.gz -> h263-rs-5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.gh.tar.gz https://github.com/ruffle-rs/h263-rs/archive/5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.tar.gz -> h263-rs-5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.gh.tar.gz https://github.com/ruffle-rs/h263-rs/archive/5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.tar.gz -> h263-rs-5c8d9d7d86f62b70ca484df006a75a9c8ff1985c.gh.tar.gz https://github.com/ruffle-rs/nellymoser/archive/754b1184037aa9952a907107284fb73897e26adc.tar.gz -> nellymoser-754b1184037aa9952a907107284fb73897e26adc.gh.tar.gz https://github.com/ruffle-rs/nihav-vp6/archive/83c7e1094d603d9fc1212d39d99abb17f3a3226b.tar.gz -> nihav-vp6-83c7e1094d603d9fc1212d39d99abb17f3a3226b.gh.tar.gz https://github.com/ruffle-rs/rust-flash-lso/archive/2f770555ea49c6db49c57c1dd46c7cc686e8dacc.tar.gz -> rust-flash-lso-2f770555ea49c6db49c57c1dd46c7cc686e8dacc.gh.tar.gz https://github.com/ruffle-rs/jpegxr/archive/688021cb0a4935295f9aa8b488ca05bb4f1e9b34.tar.gz -> jpegxr-688021cb0a4935295f9aa8b488ca05bb4f1e9b34.gh.tar.gz _eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c94aa38fa8225df515dcb322f5852053 +_md5_=045eb22733b67c015e98ecde5174f5ab diff --git a/metadata/md5-cache/app-emulation/vendor-reset-0.1.1_pre20221205-r2 b/metadata/md5-cache/app-emulation/vendor-reset-0.1.1_pre20221205-r2 new file mode 100644 index 000000000000..6c21629f03f2 --- /dev/null +++ b/metadata/md5-cache/app-emulation/vendor-reset-0.1.1_pre20221205-r2 @@ -0,0 +1,16 @@ +BDEPEND=sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig ) +DEFINED_PHASES=compile install postinst setup +DEPEND=virtual/linux-sources +DESCRIPTION=Linux kernel vendor specific hardware reset module +EAPI=8 +HOMEPAGE=https://github.com/gnif/vendor-reset +IDEPEND=sys-apps/kmod[tools] +INHERIT=linux-mod-r1 +IUSE=dist-kernel modules-compress modules-sign +strip +KEYWORDS=~amd64 +LICENSE=GPL-2 +RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) +SLOT=0 +SRC_URI=https://github.com/gnif/vendor-reset/archive/4b466e92a2d9f76ce1082cde982c7be0be91e248.tar.gz -> vendor-reset-0.1.1_pre20221205.tar.gz +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo c0eb9cbe6b0bd01fcb4918f12598a4d3 linux-info 7ca3057b277f1e5978947b4cc289ce62 linux-mod-r1 137b318f89f77c2b66124fcc7790737a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=a58fa0de9bb31e99040afe52aee65a76 diff --git a/metadata/md5-cache/app-emulation/virt-manager-4.1.0-r1 b/metadata/md5-cache/app-emulation/virt-manager-4.1.0-r1 index 6d10d5e4038a..ff9d4ad52e98 100644 --- a/metadata/md5-cache/app-emulation/virt-manager-4.1.0-r1 +++ b/metadata/md5-cache/app-emulation/virt-manager-4.1.0-r1 @@ -1,18 +1,18 @@ -BDEPEND=dev-python/docutils test? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) ) >=app-portage/elt-patches-20240116 app-arch/xz-utils python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) +BDEPEND=dev-python/docutils test? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) ) >=app-portage/elt-patches-20240116 app-arch/xz-utils python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) DESCRIPTION=A graphical tool for administering virtual machines EAPI=8 HOMEPAGE=https://virt-manager.org https://github.com/virt-manager/virt-manager IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome2 distutils-r1 optfeature -IUSE=gui policykit sasl test python_single_target_python3_10 python_single_target_python3_11 +IUSE=gui policykit sasl test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=amd64 arm64 ppc64 x86 LICENSE=GPL-2 -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://virt-manager.org/download/sources/virt-manager/virt-manager-4.1.0.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=54b59d70afac636a14c2b442d77e58f5 +_md5_=d1d6c7aca515153cac8c71046ba1d307 diff --git a/metadata/md5-cache/app-emulation/virt-manager-9999 b/metadata/md5-cache/app-emulation/virt-manager-9999 index e60aee44830e..db12c4eb653b 100644 --- a/metadata/md5-cache/app-emulation/virt-manager-9999 +++ b/metadata/md5-cache/app-emulation/virt-manager-9999 @@ -1,17 +1,17 @@ -BDEPEND=dev-python/docutils test? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) ) >=app-portage/elt-patches-20240116 app-arch/xz-utils python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=dev-python/docutils test? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) ) >=app-portage/elt-patches-20240116 app-arch/xz-utils python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) DESCRIPTION=A graphical tool for administering virtual machines EAPI=8 HOMEPAGE=https://virt-manager.org https://github.com/virt-manager/virt-manager IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome2 distutils-r1 optfeature git-r3 -IUSE=gui policykit sasl test python_single_target_python3_10 python_single_target_python3_11 +IUSE=gui policykit sasl test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 LICENSE=GPL-2 PROPERTIES=live -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( dev-libs/libisoburn app-cdr/cdrtools ) >=app-emulation/libvirt-glib-1.0.0[introspection] >=sys-libs/libosinfo-0.2.10[introspection] python_single_target_python3_10? ( dev-libs/libxml2[python,python_targets_python3_10(-)] dev-python/argcomplete[python_targets_python3_10(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-libs/libxml2[python,python_targets_python3_11(-)] dev-python/argcomplete[python_targets_python3_11(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-libs/libxml2[python,python_targets_python3_12(-)] dev-python/argcomplete[python_targets_python3_12(-)] >=dev-python/libvirt-python-6.10.0[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] ) gui? ( gnome-base/dconf >=net-libs/gtk-vnc-0.3.8[gtk3(+),introspection] net-misc/spice-gtk[usbredir,gtk3,introspection,sasl?] sys-apps/dbus[X] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:4[introspection] x11-libs/vte:2.91[introspection] policykit? ( sys-auth/polkit[introspection] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) SLOT=0 _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b4b15b8806ca7bf4291ba4aae1fe7e30 +_md5_=96332cfbc20fcd956bca666b9ea503c5 diff --git a/metadata/md5-cache/app-emulation/virtiofsd-1.10.0 b/metadata/md5-cache/app-emulation/virtiofsd-1.10.0 index c3e64ce6a2f6..6fd4469a1fad 100644 --- a/metadata/md5-cache/app-emulation/virtiofsd-1.10.0 +++ b/metadata/md5-cache/app-emulation/virtiofsd-1.10.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://virtio-fs.gitlab.io/ INHERIT=cargo IUSE=debug -KEYWORDS=~amd64 ~ppc64 +KEYWORDS=amd64 ppc64 LICENSE=Apache-2.0 BSD Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016 Unlicense RDEPEND=sys-libs/libcap-ng sys-libs/libseccomp SLOT=0 SRC_URI=https://gitlab.com/virtio-fs/virtiofsd/-/archive/v1.10.0/virtiofsd-v1.10.0.tar.bz2 https://crates.io/api/v1/crates/aho-corasick/0.7.18/download -> aho-corasick-0.7.18.crate https://crates.io/api/v1/crates/anstream/0.3.2/download -> anstream-0.3.2.crate https://crates.io/api/v1/crates/anstyle/1.0.1/download -> anstyle-1.0.1.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download -> anstyle-parse-0.2.1.crate https://crates.io/api/v1/crates/anstyle-query/1.0.0/download -> anstyle-query-1.0.0.crate https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download -> anstyle-wincon-1.0.1.crate https://crates.io/api/v1/crates/arc-swap/1.5.0/download -> arc-swap-1.5.0.crate https://crates.io/api/v1/crates/atty/0.2.14/download -> atty-0.2.14.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.1/download -> bitflags-2.4.1.crate https://crates.io/api/v1/crates/capng/0.2.2/download -> capng-0.2.2.crate https://crates.io/api/v1/crates/cc/1.0.79/download -> cc-1.0.79.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/clap/4.3.11/download -> clap-4.3.11.crate https://crates.io/api/v1/crates/clap_builder/4.3.11/download -> clap_builder-4.3.11.crate https://crates.io/api/v1/crates/clap_derive/4.3.2/download -> clap_derive-4.3.2.crate https://crates.io/api/v1/crates/clap_lex/0.5.0/download -> clap_lex-0.5.0.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/env_logger/0.8.4/download -> env_logger-0.8.4.crate https://crates.io/api/v1/crates/errno/0.3.1/download -> errno-0.3.1.crate https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download -> errno-dragonfly-0.1.2.crate https://crates.io/api/v1/crates/error-chain/0.12.4/download -> error-chain-0.12.4.crate https://crates.io/api/v1/crates/futures/0.3.21/download -> futures-0.3.21.crate https://crates.io/api/v1/crates/futures-channel/0.3.21/download -> futures-channel-0.3.21.crate https://crates.io/api/v1/crates/futures-core/0.3.21/download -> futures-core-0.3.21.crate https://crates.io/api/v1/crates/futures-executor/0.3.21/download -> futures-executor-0.3.21.crate https://crates.io/api/v1/crates/futures-io/0.3.21/download -> futures-io-0.3.21.crate https://crates.io/api/v1/crates/futures-macro/0.3.21/download -> futures-macro-0.3.21.crate https://crates.io/api/v1/crates/futures-sink/0.3.21/download -> futures-sink-0.3.21.crate https://crates.io/api/v1/crates/futures-task/0.3.21/download -> futures-task-0.3.21.crate https://crates.io/api/v1/crates/futures-util/0.3.21/download -> futures-util-0.3.21.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.1.19/download -> hermit-abi-0.1.19.crate https://crates.io/api/v1/crates/hermit-abi/0.3.2/download -> hermit-abi-0.3.2.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.9/download -> is-terminal-0.4.9.crate https://crates.io/api/v1/crates/itoa/1.0.2/download -> itoa-1.0.2.crate https://crates.io/api/v1/crates/libc/0.2.147/download -> libc-0.2.147.crate https://crates.io/api/v1/crates/libseccomp-sys/0.2.1/download -> libseccomp-sys-0.2.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.5/download -> linux-raw-sys-0.4.5.crate https://crates.io/api/v1/crates/log/0.4.17/download -> log-0.4.17.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/memchr/2.5.0/download -> memchr-2.5.0.crate https://crates.io/api/v1/crates/num_cpus/1.13.1/download -> num_cpus-1.13.1.crate https://crates.io/api/v1/crates/num_threads/0.1.6/download -> num_threads-0.1.6.crate https://crates.io/api/v1/crates/once_cell/1.18.0/download -> once_cell-1.18.0.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download -> pin-project-lite-0.2.9.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.63/download -> proc-macro2-1.0.63.crate https://crates.io/api/v1/crates/quote/1.0.29/download -> quote-1.0.29.crate https://crates.io/api/v1/crates/regex/1.6.0/download -> regex-1.6.0.crate https://crates.io/api/v1/crates/regex-syntax/0.6.27/download -> regex-syntax-0.6.27.crate https://crates.io/api/v1/crates/rustix/0.38.7/download -> rustix-0.38.7.crate https://crates.io/api/v1/crates/slab/0.4.7/download -> slab-0.4.7.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/syn/1.0.98/download -> syn-1.0.98.crate https://crates.io/api/v1/crates/syn/2.0.23/download -> syn-2.0.23.crate https://crates.io/api/v1/crates/syslog/6.0.1/download -> syslog-6.0.1.crate https://crates.io/api/v1/crates/termcolor/1.1.3/download -> termcolor-1.1.3.crate https://crates.io/api/v1/crates/thiserror/1.0.41/download -> thiserror-1.0.41.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.41/download -> thiserror-impl-1.0.41.crate https://crates.io/api/v1/crates/time/0.3.11/download -> time-0.3.11.crate https://crates.io/api/v1/crates/unicode-ident/1.0.2/download -> unicode-ident-1.0.2.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/vhost/0.10.0/download -> vhost-0.10.0.crate https://crates.io/api/v1/crates/vhost-user-backend/0.13.1/download -> vhost-user-backend-0.13.1.crate https://crates.io/api/v1/crates/virtio-bindings/0.2.2/download -> virtio-bindings-0.2.2.crate https://crates.io/api/v1/crates/virtio-queue/0.11.0/download -> virtio-queue-0.11.0.crate https://crates.io/api/v1/crates/vm-memory/0.14.0/download -> vm-memory-0.14.0.crate https://crates.io/api/v1/crates/vmm-sys-util/0.12.1/download -> vmm-sys-util-0.12.1.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.5/download -> winapi-util-0.1.5.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.1/download -> windows-targets-0.48.1.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download -> windows_aarch64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download -> windows_aarch64_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download -> windows_i686_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download -> windows_i686_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download -> windows_x86_64_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download -> windows_x86_64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download -> windows_x86_64_msvc-0.48.0.crate _eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a7c5663df55d5d7b5601f9a99d79c880 +_md5_=94089647e278406d3312e6011364dd44 diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index 030d78911cdf..2546a7a677fc 100644 Binary files a/metadata/md5-cache/app-misc/Manifest.gz and b/metadata/md5-cache/app-misc/Manifest.gz differ diff --git a/metadata/md5-cache/app-misc/binwalk-2.3.6 b/metadata/md5-cache/app-misc/binwalk-2.3.6 deleted file mode 100644 index 80314b6e4c7f..000000000000 --- a/metadata/md5-cache/app-misc/binwalk-2.3.6 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install postinst prepare test -DESCRIPTION=A tool for identifying files embedded inside firmware images -EAPI=8 -HOMEPAGE=https://github.com/ReFirmLabs/binwalk -INHERIT=distutils-r1 -IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 -KEYWORDS=amd64 arm arm64 ppc ppc64 ~riscv x86 ~x64-macos -LICENSE=MIT -RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/OSPG/binwalk/archive/v2.3.6.tar.gz -> binwalk-2.3.6.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=50406e7468d33f14187506f2b8068a2c diff --git a/metadata/md5-cache/app-misc/binwalk-2.3.8 b/metadata/md5-cache/app-misc/binwalk-2.4.1 similarity index 93% rename from metadata/md5-cache/app-misc/binwalk-2.3.8 rename to metadata/md5-cache/app-misc/binwalk-2.4.1 index 6d559e43c1e8..59c3464003b0 100644 --- a/metadata/md5-cache/app-misc/binwalk-2.3.8 +++ b/metadata/md5-cache/app-misc/binwalk-2.4.1 @@ -11,6 +11,6 @@ RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/OSPG/binwalk/archive/v2.3.8.tar.gz -> binwalk-2.3.8.tar.gz +SRC_URI=https://github.com/OSPG/binwalk/archive/v2.4.1.tar.gz -> binwalk-2.4.1.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=c8fcbf4721e21eda564ecfd6cbede7e3 +_md5_=71cc619f314a641a46f3b889adaaeaeb diff --git a/metadata/md5-cache/app-misc/binwalk-9999 b/metadata/md5-cache/app-misc/binwalk-9999 index c9cc810aa782..a1a861510194 100644 --- a/metadata/md5-cache/app-misc/binwalk-9999 +++ b/metadata/md5-cache/app-misc/binwalk-9999 @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_ RESTRICT=!test? ( test ) SLOT=0 _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=c8fcbf4721e21eda564ecfd6cbede7e3 +_md5_=71cc619f314a641a46f3b889adaaeaeb diff --git a/metadata/md5-cache/app-misc/ca-certificates-20240203.3.98 b/metadata/md5-cache/app-misc/ca-certificates-20240203.3.98 index 26e8e5bbdb42..b982b6f21217 100644 --- a/metadata/md5-cache/app-misc/ca-certificates-20240203.3.98 +++ b/metadata/md5-cache/app-misc/ca-certificates-20240203.3.98 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://packages.debian.org/sid/ca-certificates INHERIT=python-any-r1 IUSE=cacert -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=MPL-1.1 SLOT=0 SRC_URI=mirror://debian/pool/main/c/ca-certificates/ca-certificates_20240203.tar.xz https://archive.mozilla.org/pub/security/nss/releases/NSS_3_98_RTM/src/nss-3.98.tar.gz cacert? ( https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1ec143b83ea67e4eb3b013c765ad40a7 +_md5_=12829d65ea8d300940a22a68472bc844 diff --git a/metadata/md5-cache/app-misc/carbon-c-relay-3.7.3 b/metadata/md5-cache/app-misc/carbon-c-relay-3.7.3 deleted file mode 100644 index d0677ee4f5f8..000000000000 --- a/metadata/md5-cache/app-misc/carbon-c-relay-3.7.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) acct-group/carbon acct-user/carbon -DESCRIPTION=Enhanced C version of Carbon relay, aggregator and rewriter -EAPI=7 -HOMEPAGE=https://github.com/grobian/carbon-c-relay -IUSE=lz4 snappy zlib ssl pcre pcre2 +oniguruma -KEYWORDS=~amd64 ~arm ~ppc64 ~x64-macos ~x64-solaris -LICENSE=Apache-2.0 -RDEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) acct-group/carbon acct-user/carbon -REQUIRED_USE=pcre2? ( !oniguruma ) oniguruma? ( !pcre2 ) -SLOT=0 -SRC_URI=https://github.com/grobian/carbon-c-relay/releases/download/v3.7.3/carbon-c-relay-3.7.3.tar.gz -_md5_=78ae3d4d9e32d8151c0e889cd1955a99 diff --git a/metadata/md5-cache/app-misc/carbon-c-relay-3.7.4-r1 b/metadata/md5-cache/app-misc/carbon-c-relay-3.7.4-r1 deleted file mode 100644 index 5bced37f048c..000000000000 --- a/metadata/md5-cache/app-misc/carbon-c-relay-3.7.4-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) acct-group/carbon acct-user/carbon -DESCRIPTION=Enhanced C version of Carbon relay, aggregator and rewriter -EAPI=7 -HOMEPAGE=https://github.com/grobian/carbon-c-relay -IUSE=lz4 snappy zlib ssl pcre pcre2 +oniguruma -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x64-macos ~x64-solaris -LICENSE=Apache-2.0 -RDEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) !oniguruma? ( !pcre2? ( pcre? ( dev-libs/libpcre ) ) ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) acct-group/carbon acct-user/carbon -REQUIRED_USE=pcre2? ( !oniguruma ) oniguruma? ( !pcre2 ) -SLOT=0 -SRC_URI=https://github.com/grobian/carbon-c-relay/releases/download/v3.7.4/carbon-c-relay-3.7.4.tar.gz -_md5_=998591e5dac038b9d3c00572da5f7bfb diff --git a/metadata/md5-cache/app-misc/carbon-c-relay-3.8.1 b/metadata/md5-cache/app-misc/carbon-c-relay-3.8.1 new file mode 100644 index 000000000000..cf79505beb45 --- /dev/null +++ b/metadata/md5-cache/app-misc/carbon-c-relay-3.8.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install +DEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) +DESCRIPTION=Enhanced C version of Carbon relay, aggregator and rewriter +EAPI=8 +HOMEPAGE=https://github.com/grobian/carbon-c-relay +IUSE=client lz4 snappy zlib ssl pcre2 +oniguruma +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x64-macos ~x64-solaris +LICENSE=Apache-2.0 +RDEPEND=lz4? ( app-arch/lz4 ) snappy? ( app-arch/snappy ) zlib? ( app-arch/gzip ) ssl? ( dev-libs/openssl:0= ) pcre2? ( dev-libs/libpcre2 ) oniguruma? ( dev-libs/oniguruma ) acct-group/carbon acct-user/carbon +REQUIRED_USE=pcre2? ( !oniguruma ) oniguruma? ( !pcre2 ) +SLOT=0 +SRC_URI=https://github.com/grobian/carbon-c-relay/releases/download/v3.8.1/carbon-c-relay-3.8.1.tar.gz +_md5_=5c7d188abdb8bb13500308c914cd7d73 diff --git a/metadata/md5-cache/app-misc/gnote-45.2 b/metadata/md5-cache/app-misc/gnote-45.2 index 7a367a5ec17c..d30319e50406 100644 --- a/metadata/md5-cache/app-misc/gnote-45.2 +++ b/metadata/md5-cache/app-misc/gnote-45.2 @@ -7,11 +7,11 @@ HOMEPAGE=https://wiki.gnome.org/Apps/Gnote IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome2 meson readme.gentoo-r1 IUSE=test -KEYWORDS=amd64 ~arm64 ~riscv ~x86 +KEYWORDS=amd64 ~arm64 ~riscv x86 LICENSE=GPL-3+ FDL-1.1 RDEPEND=>=dev-libs/glib-2.74:2[dbus] >=dev-cpp/glibmm-2.74:2.68 >=dev-cpp/gtkmm-4.0.0:4.0 >=app-crypt/libsecret-0.8 >=dev-libs/libxml2-2:2 dev-libs/libxslt >=sys-apps/util-linux-2.16 test? ( dev-libs/unittest++ ) gnome-base/gsettings-desktop-schemas RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnome/sources/gnote/45/gnote-45.2.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b26ec5895405ac6dd34f3d78d9b246b0 +_md5_=c86c1b2822cd0204de1d9fc3aa6ac8df diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index c45e26e4b84a..2d7dab82a951 100644 Binary files a/metadata/md5-cache/app-portage/Manifest.gz and b/metadata/md5-cache/app-portage/Manifest.gz differ diff --git a/metadata/md5-cache/app-portage/elt-patches-20240324 b/metadata/md5-cache/app-portage/elt-patches-20240324 index a0e0935137f5..fbaa22e135d9 100644 --- a/metadata/md5-cache/app-portage/elt-patches-20240324 +++ b/metadata/md5-cache/app-portage/elt-patches-20240324 @@ -3,10 +3,10 @@ DEFINED_PHASES=compile install DESCRIPTION=Collection of patches for libtool.eclass EAPI=8 HOMEPAGE=https://gitweb.gentoo.org/proj/elt-patches.git/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-2 RDEPEND=sys-apps/gentoo-functions RESTRICT=test SLOT=0 SRC_URI=https://dev.gentoo.org/~grobian/distfiles/elt-patches-20240324.tar.xz https://dev.gentoo.org/~vapier/dist/elt-patches-20240324.tar.xz https://dev.gentoo.org/~sam/distfiles/app-portage/elt-patches/elt-patches-20240324.tar.xz -_md5_=9a0aaf2c56ef914104688781079e1d45 +_md5_=418cb762b392927b5de5fe23620d1509 diff --git a/metadata/md5-cache/app-portage/gentle-0.3.1 b/metadata/md5-cache/app-portage/gentle-0.3.1 deleted file mode 100644 index 04a083d8d2a8..000000000000 --- a/metadata/md5-cache/app-portage/gentle-0.3.1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( app-text/xmldiff[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pkginfo[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/rdflib[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-python/tomli[python_targets_python3_10(-)?] ) ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/insipid-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-prompt[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/insipid-sphinx-theme[python_targets_python3_10(-)] dev-python/sphinx-prompt[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install postinst prepare test -DESCRIPTION=Gentoo Lazy Entry - a metadata.xml generator -EAPI=8 -HOMEPAGE=https://gentle.sysrq.in https://pypi.org/project/gentle-mxml/ -INHERIT=distutils-r1 optfeature pypi -IUSE=test doc python_targets_python3_10 python_targets_python3_11 -KEYWORDS=~amd64 -LICENSE=WTFPL-2 -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/g/gentle-mxml/gentle_mxml-0.3.1.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=07bf4cb7fbd54759a53a057c5c9b907f diff --git a/metadata/md5-cache/app-portage/gentle-1.0.0 b/metadata/md5-cache/app-portage/gentle-1.0.0 new file mode 100644 index 000000000000..553b719530f9 --- /dev/null +++ b/metadata/md5-cache/app-portage/gentle-1.0.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( app-text/xmldiff[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-lang/perl dev-lang/ruby:* >=dev-python/build-1.2.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pkginfo[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/rdflib[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/lxml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/portage[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/insipid-sphinx-theme[python_targets_python3_12(-)] dev-python/sphinx-prompt[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/insipid-sphinx-theme[python_targets_python3_11(-)] dev-python/sphinx-prompt[python_targets_python3_11(-)] ) ) ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Gentoo Lazy Entry - a metadata.xml generator +EAPI=8 +HOMEPAGE=https://gentle.sysrq.in https://pypi.org/project/gentle-mxml/ +INHERIT=distutils-r1 optfeature pypi +IUSE=test doc python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=WTFPL-2 +RDEPEND=dev-python/lxml[python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/portage[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/g/gentle-mxml/gentle_mxml-1.0.0.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=fe559962629aa9670cf5e638c97b27ba diff --git a/metadata/md5-cache/app-portage/recover-broken-vdb-1.0.0-r2 b/metadata/md5-cache/app-portage/recover-broken-vdb-1.0.0-r2 index f2f86439d93c..8d3e51a1fc99 100644 --- a/metadata/md5-cache/app-portage/recover-broken-vdb-1.0.0-r2 +++ b/metadata/md5-cache/app-portage/recover-broken-vdb-1.0.0-r2 @@ -1,15 +1,15 @@ -BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) +BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) DEFINED_PHASES=compile configure install prepare setup test DESCRIPTION=Check Portage's VDB for internal inconsistency on ELF metadata EAPI=7 HOMEPAGE=https://github.com/thesamesam/recover-broken-vdb INHERIT=distutils-r1 -IUSE=python_single_target_python3_10 python_single_target_python3_11 +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=GPL-2 -RDEPEND=>=app-misc/pax-utils-1.3.5 sys-apps/file python_single_target_python3_10? ( sys-apps/portage[python_targets_python3_10(-)] ) python_single_target_python3_11? ( sys-apps/portage[python_targets_python3_11(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=>=app-misc/pax-utils-1.3.5 sys-apps/file python_single_target_python3_10? ( sys-apps/portage[python_targets_python3_10(-)] ) python_single_target_python3_11? ( sys-apps/portage[python_targets_python3_11(-)] ) python_single_target_python3_12? ( sys-apps/portage[python_targets_python3_12(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) SLOT=0 SRC_URI=https://github.com/thesamesam/recover-broken-vdb/archive/refs/tags/1.0.0.tar.gz -> recover-broken-vdb-1.0.0.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=f86d552c20498b33e0059ca11eac3c07 +_md5_=77d1d30874332980b4ffb93c961265bf diff --git a/metadata/md5-cache/app-portage/recover-broken-vdb-9999 b/metadata/md5-cache/app-portage/recover-broken-vdb-9999 index 8175e89947ca..56dec0de18ed 100644 --- a/metadata/md5-cache/app-portage/recover-broken-vdb-9999 +++ b/metadata/md5-cache/app-portage/recover-broken-vdb-9999 @@ -1,14 +1,14 @@ -BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/gpep517-15[python_targets_python3_10(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare setup test unpack DESCRIPTION=Check Portage's VDB for internal inconsistency on ELF metadata EAPI=7 HOMEPAGE=https://github.com/thesamesam/recover-broken-vdb INHERIT=distutils-r1 git-r3 -IUSE=python_single_target_python3_10 python_single_target_python3_11 +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 LICENSE=GPL-2 PROPERTIES=live -RDEPEND=>=app-misc/pax-utils-1.3.5 sys-apps/file python_single_target_python3_10? ( sys-apps/portage[python_targets_python3_10(-)] ) python_single_target_python3_11? ( sys-apps/portage[python_targets_python3_11(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=>=app-misc/pax-utils-1.3.5 sys-apps/file python_single_target_python3_10? ( sys-apps/portage[python_targets_python3_10(-)] ) python_single_target_python3_11? ( sys-apps/portage[python_targets_python3_11(-)] ) python_single_target_python3_12? ( sys-apps/portage[python_targets_python3_12(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) SLOT=0 _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a7a591261b079d166aa6c3c3a185b589 +_md5_=8084ba4f071f15074532ddd50a646d05 diff --git a/metadata/md5-cache/app-shells/Manifest.gz b/metadata/md5-cache/app-shells/Manifest.gz index cafeef65bdd3..27335e5d82c8 100644 Binary files a/metadata/md5-cache/app-shells/Manifest.gz and b/metadata/md5-cache/app-shells/Manifest.gz differ diff --git a/metadata/md5-cache/app-shells/bash-5.1_p16-r10 b/metadata/md5-cache/app-shells/bash-5.1_p16-r10 new file mode 100644 index 000000000000..d71e6eb74694 --- /dev/null +++ b/metadata/md5-cache/app-shells/bash-5.1_p16-r10 @@ -0,0 +1,15 @@ +BDEPEND=sys-devel/bison verify-sig? ( sec-keys/openpgp-keys-chetramey ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.1:= ) +DESCRIPTION=The standard GNU Bourne again shell +EAPI=8 +HOMEPAGE=https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git +INHERIT=flag-o-matic toolchain-funcs prefix verify-sig +IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=GPL-3+ +RDEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.1:= ) +SLOT=0 +SRC_URI=mirror://gnu/bash/bash-5.1.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-5.1.tar.gz mirror://gnu/bash/bash-5.1-patches/bash51-001 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-001 mirror://gnu/bash/bash-5.1-patches/bash51-002 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-002 mirror://gnu/bash/bash-5.1-patches/bash51-003 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-003 mirror://gnu/bash/bash-5.1-patches/bash51-004 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-004 mirror://gnu/bash/bash-5.1-patches/bash51-005 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-005 mirror://gnu/bash/bash-5.1-patches/bash51-006 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-006 mirror://gnu/bash/bash-5.1-patches/bash51-007 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-007 mirror://gnu/bash/bash-5.1-patches/bash51-008 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-008 mirror://gnu/bash/bash-5.1-patches/bash51-009 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-009 mirror://gnu/bash/bash-5.1-patches/bash51-010 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-010 mirror://gnu/bash/bash-5.1-patches/bash51-011 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-011 mirror://gnu/bash/bash-5.1-patches/bash51-012 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-012 mirror://gnu/bash/bash-5.1-patches/bash51-013 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-013 mirror://gnu/bash/bash-5.1-patches/bash51-014 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-014 mirror://gnu/bash/bash-5.1-patches/bash51-015 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-015 mirror://gnu/bash/bash-5.1-patches/bash51-016 ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-016 verify-sig? ( mirror://gnu/bash/bash-5.1.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1.tar.gz.sig mirror://gnu/bash/bash-5.1-patches/bash51-001.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-001.sig mirror://gnu/bash/bash-5.1-patches/bash51-002.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-002.sig mirror://gnu/bash/bash-5.1-patches/bash51-003.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-003.sig mirror://gnu/bash/bash-5.1-patches/bash51-004.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-004.sig mirror://gnu/bash/bash-5.1-patches/bash51-005.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-005.sig mirror://gnu/bash/bash-5.1-patches/bash51-006.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-006.sig mirror://gnu/bash/bash-5.1-patches/bash51-007.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-007.sig mirror://gnu/bash/bash-5.1-patches/bash51-008.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-008.sig mirror://gnu/bash/bash-5.1-patches/bash51-009.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-009.sig mirror://gnu/bash/bash-5.1-patches/bash51-010.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-010.sig mirror://gnu/bash/bash-5.1-patches/bash51-011.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-011.sig mirror://gnu/bash/bash-5.1-patches/bash51-012.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-012.sig mirror://gnu/bash/bash-5.1-patches/bash51-013.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-013.sig mirror://gnu/bash/bash-5.1-patches/bash51-014.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-014.sig mirror://gnu/bash/bash-5.1-patches/bash51-015.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-015.sig mirror://gnu/bash/bash-5.1-patches/bash51-016.sig ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-016.sig ) +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=6354cac1e980ec785c74ea9408defa52 diff --git a/metadata/md5-cache/app-shells/bash-5.1_p16-r9 b/metadata/md5-cache/app-shells/bash-5.1_p16-r9 deleted file mode 100644 index 16785b8adff3..000000000000 --- a/metadata/md5-cache/app-shells/bash-5.1_p16-r9 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=sys-devel/bison verify-sig? ( sec-keys/openpgp-keys-chetramey ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=>=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.1:0= ) -DESCRIPTION=The standard GNU Bourne again shell -EAPI=7 -HOMEPAGE=https://tiswww.case.edu/php/chet/bash/bashtop.html -INHERIT=flag-o-matic toolchain-funcs prefix verify-sig -IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=GPL-3 -RDEPEND=>=sys-libs/ncurses-5.2-r2:0= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.1:0= ) -SLOT=0 -SRC_URI=mirror://gnu/bash/bash-5.1.tar.gz verify-sig? ( mirror://gnu/bash/bash-5.1.tar.gz.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-001 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-001.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-001 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-001.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-002 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-002.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-002 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-002.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-003 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-003.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-003 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-003.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-004 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-004.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-004 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-004.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-005 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-005.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-005 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-005.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-006 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-006.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-006 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-006.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-007 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-007.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-007 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-007.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-008 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-008.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-008 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-008.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-009 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-009.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-009 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-009.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-010 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-010.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-010 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-010.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-011 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-011.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-011 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-011.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-012 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-012.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-012 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-012.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-013 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-013.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-013 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-013.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-014 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-014.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-014 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-014.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-015 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-015.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-015 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-015.sig ) mirror://gnu/bash/bash-5.1-patches/bash51-016 verify-sig? ( mirror://gnu/bash/bash-5.1-patches/bash51-016.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-016 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.1-patches/bash51-016.sig ) https://dev.gentoo.org/~sam/distfiles/app-shells/bash/bash-5.1_p16-patches.tar.xz -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=9c202b8e74df8db481ae0426ce700102 diff --git a/metadata/md5-cache/app-shells/bash-5.2_p26-r2 b/metadata/md5-cache/app-shells/bash-5.2_p26-r2 deleted file mode 100644 index 7cac361ede73..000000000000 --- a/metadata/md5-cache/app-shells/bash-5.2_p26-r2 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=pgo? ( dev-util/gperf ) verify-sig? ( sec-keys/openpgp-keys-chetramey ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack -DEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.2_p1:= ) -DESCRIPTION=The standard GNU Bourne again shell -EAPI=8 -HOMEPAGE=https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git -INHERIT=flag-o-matic toolchain-funcs prefix verify-sig -IUSE=afs bashlogger examples mem-scramble +net nls plugins pgo +readline verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=GPL-3+ -RDEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.2_p1:= ) -SLOT=0 -SRC_URI=mirror://gnu/bash/bash-5.2.tar.gz verify-sig? ( mirror://gnu/bash/bash-5.2.tar.gz.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-001 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-001.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-001 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-001.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-002 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-002.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-002 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-002.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-003 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-003.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-003 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-003.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-004 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-004.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-004 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-004.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-005 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-005.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-005 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-005.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-006 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-006.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-006 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-006.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-007 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-007.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-007 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-007.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-008 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-008.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-008 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-008.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-009 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-009.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-009 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-009.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-010 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-010.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-010 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-010.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-011 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-011.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-011 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-011.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-012 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-012.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-012 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-012.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-013 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-013.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-013 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-013.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-014 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-014.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-014 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-014.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-015 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-015.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-015 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-015.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-016 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-016.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-016 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-016.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-017 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-017.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-017 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-017.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-018 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-018.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-018 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-018.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-019 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-019.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-019 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-019.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-020 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-020.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-020 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-020.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-021 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-021.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-021 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-021.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-022 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-022.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-022 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-022.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-023 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-023.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-023 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-023.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-024 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-024.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-024 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-024.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-025 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-025.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-025 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-025.sig ) mirror://gnu/bash/bash-5.2-patches/bash52-026 verify-sig? ( mirror://gnu/bash/bash-5.2-patches/bash52-026.sig ) ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-026 verify-sig? ( ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-026.sig ) -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=8c120cd5855259f5a7885e6c6dec0bf5 diff --git a/metadata/md5-cache/app-shells/bash-5.2_p26-r3 b/metadata/md5-cache/app-shells/bash-5.2_p26-r3 new file mode 100644 index 000000000000..421966e384b8 --- /dev/null +++ b/metadata/md5-cache/app-shells/bash-5.2_p26-r3 @@ -0,0 +1,15 @@ +BDEPEND=pgo? ( dev-util/gperf ) verify-sig? ( sec-keys/openpgp-keys-chetramey ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack +DEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.2_p1:= ) +DESCRIPTION=The standard GNU Bourne again shell +EAPI=8 +HOMEPAGE=https://tiswww.case.edu/php/chet/bash/bashtop.html https://git.savannah.gnu.org/cgit/bash.git +INHERIT=flag-o-matic toolchain-funcs prefix verify-sig +IUSE=afs bashlogger examples mem-scramble +net nls plugins pgo +readline verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=GPL-3+ +RDEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-8.2_p1:= ) +SLOT=0 +SRC_URI=mirror://gnu/bash/bash-5.2.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-5.2.tar.gz mirror://gnu/bash/bash-5.2-patches/bash52-001 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-001 mirror://gnu/bash/bash-5.2-patches/bash52-002 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-002 mirror://gnu/bash/bash-5.2-patches/bash52-003 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-003 mirror://gnu/bash/bash-5.2-patches/bash52-004 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-004 mirror://gnu/bash/bash-5.2-patches/bash52-005 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-005 mirror://gnu/bash/bash-5.2-patches/bash52-006 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-006 mirror://gnu/bash/bash-5.2-patches/bash52-007 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-007 mirror://gnu/bash/bash-5.2-patches/bash52-008 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-008 mirror://gnu/bash/bash-5.2-patches/bash52-009 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-009 mirror://gnu/bash/bash-5.2-patches/bash52-010 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-010 mirror://gnu/bash/bash-5.2-patches/bash52-011 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-011 mirror://gnu/bash/bash-5.2-patches/bash52-012 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-012 mirror://gnu/bash/bash-5.2-patches/bash52-013 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-013 mirror://gnu/bash/bash-5.2-patches/bash52-014 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-014 mirror://gnu/bash/bash-5.2-patches/bash52-015 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-015 mirror://gnu/bash/bash-5.2-patches/bash52-016 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-016 mirror://gnu/bash/bash-5.2-patches/bash52-017 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-017 mirror://gnu/bash/bash-5.2-patches/bash52-018 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-018 mirror://gnu/bash/bash-5.2-patches/bash52-019 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-019 mirror://gnu/bash/bash-5.2-patches/bash52-020 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-020 mirror://gnu/bash/bash-5.2-patches/bash52-021 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-021 mirror://gnu/bash/bash-5.2-patches/bash52-022 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-022 mirror://gnu/bash/bash-5.2-patches/bash52-023 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-023 mirror://gnu/bash/bash-5.2-patches/bash52-024 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-024 mirror://gnu/bash/bash-5.2-patches/bash52-025 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-025 mirror://gnu/bash/bash-5.2-patches/bash52-026 ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-026 verify-sig? ( mirror://gnu/bash/bash-5.2.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2.tar.gz.sig mirror://gnu/bash/bash-5.2-patches/bash52-001.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-001.sig mirror://gnu/bash/bash-5.2-patches/bash52-002.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-002.sig mirror://gnu/bash/bash-5.2-patches/bash52-003.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-003.sig mirror://gnu/bash/bash-5.2-patches/bash52-004.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-004.sig mirror://gnu/bash/bash-5.2-patches/bash52-005.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-005.sig mirror://gnu/bash/bash-5.2-patches/bash52-006.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-006.sig mirror://gnu/bash/bash-5.2-patches/bash52-007.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-007.sig mirror://gnu/bash/bash-5.2-patches/bash52-008.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-008.sig mirror://gnu/bash/bash-5.2-patches/bash52-009.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-009.sig mirror://gnu/bash/bash-5.2-patches/bash52-010.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-010.sig mirror://gnu/bash/bash-5.2-patches/bash52-011.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-011.sig mirror://gnu/bash/bash-5.2-patches/bash52-012.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-012.sig mirror://gnu/bash/bash-5.2-patches/bash52-013.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-013.sig mirror://gnu/bash/bash-5.2-patches/bash52-014.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-014.sig mirror://gnu/bash/bash-5.2-patches/bash52-015.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-015.sig mirror://gnu/bash/bash-5.2-patches/bash52-016.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-016.sig mirror://gnu/bash/bash-5.2-patches/bash52-017.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-017.sig mirror://gnu/bash/bash-5.2-patches/bash52-018.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-018.sig mirror://gnu/bash/bash-5.2-patches/bash52-019.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-019.sig mirror://gnu/bash/bash-5.2-patches/bash52-020.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-020.sig mirror://gnu/bash/bash-5.2-patches/bash52-021.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-021.sig mirror://gnu/bash/bash-5.2-patches/bash52-022.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-022.sig mirror://gnu/bash/bash-5.2-patches/bash52-023.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-023.sig mirror://gnu/bash/bash-5.2-patches/bash52-024.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-024.sig mirror://gnu/bash/bash-5.2-patches/bash52-025.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-025.sig mirror://gnu/bash/bash-5.2-patches/bash52-026.sig ftp://ftp.cwru.edu/pub/bash/bash-5.2-patches/bash52-026.sig ) +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=3e6b7ed93148fd533a44fc119ee34d40 diff --git a/metadata/md5-cache/app-shells/bash-5.3_alpha-r1 b/metadata/md5-cache/app-shells/bash-5.3_alpha-r2 similarity index 96% rename from metadata/md5-cache/app-shells/bash-5.3_alpha-r1 rename to metadata/md5-cache/app-shells/bash-5.3_alpha-r2 index 2c5e4c077c65..bb68c4ab663a 100644 --- a/metadata/md5-cache/app-shells/bash-5.3_alpha-r1 +++ b/metadata/md5-cache/app-shells/bash-5.3_alpha-r2 @@ -11,4 +11,4 @@ RDEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://gnu/bash/bash-5.3-alpha.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-5.3-alpha.tar.gz verify-sig? ( mirror://gnu/bash/bash-5.3-alpha.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/bash-5.3-alpha.tar.gz.sig ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=b6487707d583c0da0662db09795bf1ad +_md5_=55e7e550af810560a202a162adef9712 diff --git a/metadata/md5-cache/app-shells/bash-9999 b/metadata/md5-cache/app-shells/bash-9999 index 5813a9c02ecf..3e2c1d24c51e 100644 --- a/metadata/md5-cache/app-shells/bash-9999 +++ b/metadata/md5-cache/app-shells/bash-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RDEPEND=>=sys-libs/ncurses-5.2-r2:= nls? ( virtual/libintl ) SLOT=0 _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=b0e41fda89080c752b4627f21c1a6032 +_md5_=664cde46f40b10a036986ca89281d912 diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index b718ce834b63..a9bb974c49a0 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/dvipsk-2021.1_p20210325-r2 b/metadata/md5-cache/app-text/dvipsk-2021.1_p20210325-r2 index d066542e3cae..401309716697 100644 --- a/metadata/md5-cache/app-text/dvipsk-2021.1_p20210325-r2 +++ b/metadata/md5-cache/app-text/dvipsk-2021.1_p20210325-r2 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/kpathsea-6.2.1:= SLOT=0 SRC_URI=https://dev.gentoo.org/~sam/distfiles/texlive/texlive-20210325-source.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvips-2021.tar.xz doc? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvips.doc-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=ff250801761c7a4e614ac59d5dd11853 diff --git a/metadata/md5-cache/app-text/dvipsk-2023.03.11_p66203 b/metadata/md5-cache/app-text/dvipsk-2023.03.11_p66203 index 392efe53da0f..8b0721902f0e 100644 --- a/metadata/md5-cache/app-text/dvipsk-2023.03.11_p66203 +++ b/metadata/md5-cache/app-text/dvipsk-2023.03.11_p66203 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/kpathsea-6.2.1:= SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/Source/texlive-20230311-source.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvips.r66203.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvips.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvips.doc.r66203.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=14387b3e5fc4848d257f48c57afda828 diff --git a/metadata/md5-cache/app-text/epspdf-0.6.3-r1 b/metadata/md5-cache/app-text/epspdf-0.6.3-r1 index 4d7cf08ac996..dbf360791358 100644 --- a/metadata/md5-cache/app-text/epspdf-0.6.3-r1 +++ b/metadata/md5-cache/app-text/epspdf-0.6.3-r1 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=!=dev-texlive/texlive-basic-2011 app-text/ghostscript-gpl tk? ( dev-lang/tk ) SLOT=0 SRC_URI=http://tex.aanhet.net/epspdf/epspdf.0.6.3.tgz -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=2361f91766336da50ff364fd04103b48 diff --git a/metadata/md5-cache/app-text/epspdf-0.6.5 b/metadata/md5-cache/app-text/epspdf-0.6.5 index 52b191f1b468..747260e95ff9 100644 --- a/metadata/md5-cache/app-text/epspdf-0.6.5 +++ b/metadata/md5-cache/app-text/epspdf-0.6.5 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=!=dev-texlive/texlive-basic-2011 app-text/ghostscript-gpl tk? ( dev-lang/tk ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sam/distfiles/app-text/epspdf/epspdf-0.6.5.zip -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=d768234dabc42fafad23a7a0e816b8e3 diff --git a/metadata/md5-cache/app-text/ghostscript-gpl-10.03.0-r1 b/metadata/md5-cache/app-text/ghostscript-gpl-10.03.0-r1 index d17990316c97..34744910d2cb 100644 --- a/metadata/md5-cache/app-text/ghostscript-gpl-10.03.0-r1 +++ b/metadata/md5-cache/app-text/ghostscript-gpl-10.03.0-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://ghostscript.com/ https://git.ghostscript.com/?p=ghostpdl.git;a=summary INHERIT=autotools flag-o-matic toolchain-funcs IUSE=cups dbus gtk l10n_de static-libs unicode X l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=AGPL-3 CPL-1.0 RDEPEND=app-text/libpaper:= media-libs/fontconfig >=media-libs/freetype-2.4.9:2= >=media-libs/jbig2dec-0.19:= >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:= media-libs/libjpeg-turbo:= >=media-libs/openjpeg-2.1.0:2= >=media-libs/tiff-4.0.1:= >=sys-libs/zlib-1.2.7 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) gtk? ( x11-libs/gtk+:3 ) unicode? ( net-dns/libidn:= ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.11-r2 >=media-fonts/urw-fonts-2.4.9 l10n_ja? ( media-fonts/kochi-substitute ) l10n_ko? ( media-fonts/baekmuk-fonts ) l10n_zh-CN? ( media-fonts/arphicfonts ) l10n_zh-TW? ( media-fonts/arphicfonts ) SLOT=0/10.03 SRC_URI=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10030/ghostscript-10.03.0.tar.xz https://dev.gentoo.org/~sam/distfiles/app-text/ghostscript-gpl/ghostscript-gpl-10.0-patches.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=14a9dbc09cda45e5449b04c77cb3a126 +_md5_=aebf32bfe034252e025c4f9b54307824 diff --git a/metadata/md5-cache/app-text/pandoc-bin-3.1.12.2 b/metadata/md5-cache/app-text/pandoc-bin-3.1.12.2 index 6ea6711b51ae..07a499d8b6a0 100644 --- a/metadata/md5-cache/app-text/pandoc-bin-3.1.12.2 +++ b/metadata/md5-cache/app-text/pandoc-bin-3.1.12.2 @@ -3,9 +3,9 @@ DESCRIPTION=Conversion between markup formats (binary package) EAPI=8 HOMEPAGE=https://pandoc.org/ https://github.com/jgm/pandoc/ IUSE=+pandoc-symlink -KEYWORDS=-* amd64 ~arm64 +KEYWORDS=-* amd64 arm64 LICENSE=GPL-2+ RDEPEND=pandoc-symlink? ( !app-text/pandoc !app-text/pandoc-cli !dev-haskell/pandoc ) SLOT=0 SRC_URI=amd64? ( https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-amd64.tar.gz ) arm64? ( https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-arm64.tar.gz ) -_md5_=7311be3740a3c80fdfc1a293446fc329 +_md5_=729735af9b0d1a824eb580e4e93a9216 diff --git a/metadata/md5-cache/app-text/pandoc-bin-3.1.12.3 b/metadata/md5-cache/app-text/pandoc-bin-3.1.12.3 index 194f33dfa8a3..6a9f1ff60067 100644 --- a/metadata/md5-cache/app-text/pandoc-bin-3.1.12.3 +++ b/metadata/md5-cache/app-text/pandoc-bin-3.1.12.3 @@ -3,9 +3,9 @@ DESCRIPTION=Conversion between markup formats (binary package) EAPI=8 HOMEPAGE=https://pandoc.org/ https://github.com/jgm/pandoc/ IUSE=+pandoc-symlink -KEYWORDS=-* ~amd64 ~arm64 +KEYWORDS=-* amd64 arm64 LICENSE=GPL-2+ RDEPEND=pandoc-symlink? ( !app-text/pandoc !app-text/pandoc-cli !dev-haskell/pandoc ) SLOT=0 SRC_URI=amd64? ( https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-linux-amd64.tar.gz ) arm64? ( https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-linux-arm64.tar.gz ) -_md5_=99de35c04da08bf954ea531a938be3d2 +_md5_=729735af9b0d1a824eb580e4e93a9216 diff --git a/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r1 b/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r1 deleted file mode 100644 index 80e530182c89..000000000000 --- a/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm unpack -DEPEND=>=dev-libs/libxml2-2.4.19 !=dev-libs/libxml2-2.4.19 -SLOT=1.0 -SRC_URI=http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd -_md5_=4db348371b13e5827edf05adca308070 diff --git a/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r2 b/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r2 index a49b4f3d1251..f99afb0a12c8 100644 --- a/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r2 +++ b/metadata/md5-cache/app-text/scrollkeeper-dtd-1.0-r2 @@ -3,9 +3,9 @@ DEPEND=>=dev-libs/libxml2-2.4.19 DESCRIPTION=DTD from the Scrollkeeper package EAPI=8 HOMEPAGE=https://scrollkeeper.sourceforge.net/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris LICENSE=FDL-1.1 RDEPEND=>=dev-libs/libxml2-2.4.19 SLOT=1.0 SRC_URI=https://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd -_md5_=d2cef961b0fae92526c16f79ea7cc07f +_md5_=cf5edae548167eaac1616cdbba3d2d3e diff --git a/metadata/md5-cache/app-text/texlive-core-2021-r6 b/metadata/md5-cache/app-text/texlive-core-2021-r6 index 259d98c7c2d3..b416e55c0ec0 100644 --- a/metadata/md5-cache/app-text/texlive-core-2021-r6 +++ b/metadata/md5-cache/app-text/texlive-core-2021-r6 @@ -11,5 +11,5 @@ LICENSE=GPL-2 LPPL-1.3c TeX RDEPEND=X? ( x11-libs/libX11 x11-libs/libXmu ) !app-text/epspdf !app-text/pdfjam sys-libs/zlib >=media-libs/harfbuzz-1.4.5:=[icu,graphite] >=media-libs/libpng-1.2.43-r2:0= media-libs/gd[png] media-gfx/graphite2 >=x11-libs/cairo-1.12 >=x11-libs/pixman-0.18 dev-libs/zziplib:= app-text/libpaper:= dev-libs/gmp:= dev-libs/mpfr:= >=dev-libs/ptexenc-1.3.8 xetex? ( >=app-text/teckit-2.5.3 media-libs/fontconfig ) xindy? ( dev-lisp/clisp:= ) media-libs/freetype:2 >=dev-libs/icu-50:= >=dev-libs/kpathsea-6.3.2:= >=app-text/ps2pkm-1.8_p20170524 >=app-text/dvipsk-5.997 >=dev-tex/bibtexu-3.71_p20170524 virtual/perl-Getopt-Long dev-perl/File-HomeDir dev-perl/Log-Dispatch dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny tk? ( dev-lang/tk dev-perl/Tk ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sam/distfiles/texlive/texlive-20210325-source.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/texlive-tlpdb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/texlive-core-patches-2021-1.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsftopk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive.infra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a2ping-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bundledoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chklref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan_chk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cluttex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanify-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan-o-mat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanupload-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-de-macro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvi2tty-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviasm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvicopy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvidvi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviinfox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviout-util-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviljk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvipos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-findhyph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragmaster-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hook-pre-commit-pkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-installfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ketcindy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lacheck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-git-log-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-papersize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2man-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2nemeth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileversion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexpand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexindent-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxfileinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltximg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-make4ht-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-match_parens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfbook2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcrop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfjam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflatexpicscale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex-quiet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfxup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftosrc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-helper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-purifyeps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seetexk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcredact-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sty2dtx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synctex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdiff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdirflatten-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texfot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texliveonfly-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texloganalyser-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpic2pdftex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeoutfileinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-web-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpdfopen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-binextra-2021.tar.xz doc? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsftopk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive.infra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a2ping.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bundledoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chklref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan_chk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cluttex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanify.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan-o-mat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanupload.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-de-macro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvi2tty.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviasm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvicopy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvidvi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviinfox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviljk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvipos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviout-util.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-findhyph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragmaster.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hook-pre-commit-pkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-installfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ketcindy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lacheck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-git-log.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-papersize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2man.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2nemeth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileversion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexpand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexindent.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxfileinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltximg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-make4ht.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-match_parens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfbook2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcrop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfjam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflatexpicscale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex-quiet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfxup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftosrc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-helper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-purifyeps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythontex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seetexk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcredact.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sty2dtx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synctex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdiff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdirflatten.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texfot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texliveonfly.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texloganalyser.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpic2pdftex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeoutfileinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-web.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpdfopen.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythontex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit.source-2021.tar.xz ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common 49dc59f69181547690c383a9de4099b1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common b455bc5d80def8972e393d9cc8f7777d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=ed579ef13af5122d27a4e4adb34b6ac5 diff --git a/metadata/md5-cache/app-text/texlive-core-2021-r7 b/metadata/md5-cache/app-text/texlive-core-2021-r7 index a9435e4e47ca..d15f0e8b0a75 100644 --- a/metadata/md5-cache/app-text/texlive-core-2021-r7 +++ b/metadata/md5-cache/app-text/texlive-core-2021-r7 @@ -11,5 +11,5 @@ LICENSE=GPL-2 LPPL-1.3c TeX RDEPEND=X? ( x11-libs/libX11 x11-libs/libXmu ) !app-text/epspdf !app-text/pdfjam sys-libs/zlib >=media-libs/harfbuzz-1.4.5:=[icu,graphite] >=media-libs/libpng-1.2.43-r2:0= media-libs/gd[png] media-gfx/graphite2 >=x11-libs/cairo-1.12 >=x11-libs/pixman-0.18 dev-libs/zziplib:= app-text/libpaper:= dev-libs/gmp:= dev-libs/mpfr:= >=dev-libs/ptexenc-1.3.8 xetex? ( >=app-text/teckit-2.5.3 media-libs/fontconfig ) xindy? ( dev-lisp/clisp:= ) media-libs/freetype:2 >=dev-libs/icu-50:= >=dev-libs/kpathsea-6.3.2:= >=app-text/ps2pkm-1.8_p20170524 >=app-text/dvipsk-5.997 >=dev-tex/bibtexu-3.71_p20170524 virtual/perl-Getopt-Long dev-perl/File-HomeDir dev-perl/Log-Dispatch dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny tk? ( dev-lang/tk dev-perl/Tk ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sam/distfiles/texlive/texlive-20210325-source.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/texlive-tlpdb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/texlive-core-patches-2021-1.tar.xz https://dev.gentoo.org/~sam/distfiles/app-text/texlive-core/texlive-core-2021-CVE-2023-32700.patch.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsftopk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive.infra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a2ping-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bundledoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chklref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan_chk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cluttex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanify-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan-o-mat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanupload-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-de-macro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvi2tty-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviasm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvicopy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvidvi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviinfox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviout-util-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviljk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvipos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-findhyph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragmaster-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hook-pre-commit-pkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-installfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ketcindy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lacheck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-git-log-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-papersize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2man-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2nemeth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileversion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexpand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexindent-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxfileinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltximg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-make4ht-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-match_parens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfbook2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcrop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfjam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflatexpicscale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex-quiet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfxup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftosrc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-helper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-purifyeps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seetexk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcredact-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sty2dtx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synctex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdiff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdirflatten-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texfot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texliveonfly-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texloganalyser-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpic2pdftex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeoutfileinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-web-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpdfopen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-binextra-2021.tar.xz doc? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsftopk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive.infra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a2ping.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bundledoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chklref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan_chk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cluttex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanify.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctan-o-mat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctanupload.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-de-macro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvi2tty.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviasm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvicopy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvidvi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviinfox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviljk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvipos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviout-util.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-findhyph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragmaster.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hook-pre-commit-pkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-installfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ketcindy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lacheck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-git-log.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-papersize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2man.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2nemeth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileversion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexpand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexindent.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxfileinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltximg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-make4ht.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-match_parens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfbook2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcrop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfjam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflatexpicscale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex-quiet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfxup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftosrc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkfix-helper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-purifyeps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythontex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seetexk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcredact.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sty2dtx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synctex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdiff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdirflatten.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texfot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texliveonfly.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-scripts-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texloganalyser.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpic2pdftex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeoutfileinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-web.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpdfopen.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-adhocfilelist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arara.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checklistings.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clojure-pamphlet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-ext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkjobtexmf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pfarrei.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythontex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texosquery.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texplate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlcockpit.source-2021.tar.xz ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common 49dc59f69181547690c383a9de4099b1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common b455bc5d80def8972e393d9cc8f7777d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=25b1c399d98a494ddaeda0a6d55b90d1 diff --git a/metadata/md5-cache/app-text/texlive-core-2023-r1 b/metadata/md5-cache/app-text/texlive-core-2023-r1 index 1b11a2ca1204..72497ba67f8b 100644 --- a/metadata/md5-cache/app-text/texlive-core-2023-r1 +++ b/metadata/md5-cache/app-text/texlive-core-2023-r1 @@ -11,5 +11,5 @@ LICENSE=BSD GPL-1 GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free RDEPEND=X? ( x11-libs/libX11 x11-libs/libXmu ) !app-text/epspdf !app-text/pdfjam sys-libs/zlib >=media-libs/harfbuzz-1.4.5:=[icu,graphite] >=media-libs/libpng-1.2.43-r2:0= media-libs/gd[png] media-gfx/graphite2:= media-gfx/potrace:= >=x11-libs/cairo-1.12 >=x11-libs/pixman-0.18 dev-libs/zziplib:= app-text/libpaper:= dev-libs/gmp:= dev-libs/mpfr:= >=dev-libs/ptexenc-1.4.3 xetex? ( >=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.5:= virtual/perl-Getopt-Long dev-perl/File-HomeDir dev-perl/Log-Dispatch dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny tk? ( dev-lang/tk dev-perl/Tk ) SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/Source/texlive-20230311-source.tar.xz https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-3.tar.bz2 -> gentoo-tex-patches-3.tar.bz2 https://mirrors.ctan.org/systems/texlive/tlnet/archive/autosp.r58211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.r58155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.r65952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.r69127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-base.r68321.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.r65926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.r69754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts-extra.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive.infra.r69740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmendex.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xml2pmx.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autosp.r58211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chktex.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/detex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvi2tty.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvidvi.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviljk.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipdfmx.r69127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipos.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsftopk.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-base.r68321.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lacheck.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/m-tx.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeindex.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmx.r65926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts.r69754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts-extra.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive.infra.r69740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpic2pdftex.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmendex.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/velthuis.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vlna.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xml2pmx.r57972.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/autosp.doc.r58211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.doc.r58155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.doc.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.doc.r65952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.doc.r69127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.doc.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.doc.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.doc.r65926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.doc.r69754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts-extra.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive.infra.doc.r69740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.doc.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmendex.doc.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xml2pmx.doc.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autosp.doc.r58211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.doc.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chktex.doc.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/detex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvi2tty.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvidvi.doc.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviljk.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipdfmx.doc.r69127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipos.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsftopk.doc.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lacheck.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/m-tx.doc.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeindex.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmx.doc.r65926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts.doc.r69754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts-extra.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive.infra.doc.r69740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpic2pdftex.doc.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmendex.doc.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/velthuis.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vlna.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xml2pmx.doc.r57972.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.source.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.source.r58155.tar.xz ) -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common 49dc59f69181547690c383a9de4099b1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common b455bc5d80def8972e393d9cc8f7777d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=f03c4b94697426a6bc349a3a825aaa3a diff --git a/metadata/md5-cache/app-text/texlive-core-2023-r6 b/metadata/md5-cache/app-text/texlive-core-2023-r6 index 9d545a6b2dc4..d00a3d6fac9e 100644 --- a/metadata/md5-cache/app-text/texlive-core-2023-r6 +++ b/metadata/md5-cache/app-text/texlive-core-2023-r6 @@ -11,5 +11,5 @@ LICENSE=BSD GPL-1 GPL-2 GPL-2+ GPL-3+ MIT TeX-other-free RDEPEND=X? ( x11-libs/libX11 x11-libs/libXmu ) !app-text/epspdf !app-text/pdfjam sys-libs/zlib >=media-libs/harfbuzz-1.4.5:=[icu,graphite] >=media-libs/libpng-1.2.43-r2:0= media-libs/gd[png] media-gfx/graphite2:= media-gfx/potrace:= >=x11-libs/cairo-1.12 >=x11-libs/pixman-0.18 dev-libs/zziplib:= app-text/libpaper:= dev-libs/gmp:= dev-libs/mpfr:= >=dev-libs/ptexenc-1.4.3 xetex? ( >=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.5:= virtual/perl-Getopt-Long dev-perl/File-HomeDir dev-perl/Log-Dispatch dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny tk? ( dev-lang/tk dev-perl/Tk ) ! gentoo-tex-patches-3.tar.bz2 https://mirrors.ctan.org/systems/texlive/tlnet/archive/autosp.r58211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.r58155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.r65952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.r69127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-base.r68321.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.r65926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoctk.r62186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.r69754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts-extra.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive.infra.r69740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmendex.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xindy.r65958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xml2pmx.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autosp.r58211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chktex.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/detex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvi2tty.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvidvi.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviljk.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipdfmx.r69127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipos.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsftopk.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-base.r68321.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lacheck.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/m-tx.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeindex.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmx.r65926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdoctk.r62186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts.r69754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts-extra.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive.infra.r69740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpic2pdftex.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmendex.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/velthuis.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vlna.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xindy.r65958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xml2pmx.r57972.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/autosp.doc.r58211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.doc.r58155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chktex.doc.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/detex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvi2tty.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvidvi.doc.r65952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviljk.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipdfmx.doc.r69127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipos.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsftopk.doc.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lacheck.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/m-tx.doc.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeindex.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmx.doc.r65926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoctk.doc.r62186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts.doc.r69754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-scripts-extra.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive.infra.doc.r69740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpic2pdftex.doc.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmendex.doc.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/velthuis.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vlna.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xindy.doc.r65958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xml2pmx.doc.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autosp.doc.r58211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.doc.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chktex.doc.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/detex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvi2tty.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvidvi.doc.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviljk.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipdfmx.doc.r69127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipos.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsftopk.doc.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lacheck.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/m-tx.doc.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeindex.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmx.doc.r65926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdoctk.doc.r62186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts.doc.r69754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-scripts-extra.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive.infra.doc.r69740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpic2pdftex.doc.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmendex.doc.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/velthuis.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vlna.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xindy.doc.r65958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xml2pmx.doc.r57972.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/axodraw2.source.r58155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axodraw2.source.r58155.tar.xz ) -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common 49dc59f69181547690c383a9de4099b1 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 texlive-common b455bc5d80def8972e393d9cc8f7777d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=c1611d82c0a2f3f029423a7cb1ecf2fa diff --git a/metadata/md5-cache/dev-build/Manifest.gz b/metadata/md5-cache/dev-build/Manifest.gz index 4539f7fb7ad9..1c1e53612894 100644 Binary files a/metadata/md5-cache/dev-build/Manifest.gz and b/metadata/md5-cache/dev-build/Manifest.gz differ diff --git a/metadata/md5-cache/dev-build/melange-0.6.11 b/metadata/md5-cache/dev-build/melange-0.6.11 new file mode 100644 index 000000000000..4516b628611d --- /dev/null +++ b/metadata/md5-cache/dev-build/melange-0.6.11 @@ -0,0 +1,13 @@ +BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip +DEFINED_PHASES=compile install pretend setup test unpack +DESCRIPTION=Build APK packages from source code using declarative pipelines +EAPI=8 +HOMEPAGE=https://github.com/chainguard-dev/melange/ +INHERIT=check-reqs go-module edo unpacker +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RESTRICT=test strip +SLOT=0 +SRC_URI=https://github.com/chainguard-dev/melange/archive/refs/tags/v0.6.11.tar.gz -> melange-0.6.11.tar.gz https://dev.gentoo.org/~xgqt/distfiles/deps/melange-0.6.11-deps.tar.zst +_eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 +_md5_=67d00fac7877415caf2ead5f6233ebf7 diff --git a/metadata/md5-cache/dev-cpp/Manifest.gz b/metadata/md5-cache/dev-cpp/Manifest.gz index baf83ecb5d99..bf29a39c9135 100644 Binary files a/metadata/md5-cache/dev-cpp/Manifest.gz and b/metadata/md5-cache/dev-cpp/Manifest.gz differ diff --git a/metadata/md5-cache/dev-cpp/gtkmm-3.24.9 b/metadata/md5-cache/dev-cpp/gtkmm-3.24.9 index 9545ca348bed..a7f891066f88 100644 --- a/metadata/md5-cache/dev-cpp/gtkmm-3.24.9 +++ b/metadata/md5-cache/dev-cpp/gtkmm-3.24.9 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.gtkmm.org https://gitlab.gnome.org/GNOME/gtkmm INHERIT=gnome.org meson-multilib python-any-r1 virtualx IUSE=aqua gtk-doc test wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1+ RDEPEND=>=dev-cpp/atkmm-2.24.2:0[gtk-doc?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/cairomm-1.12.0:0[gtk-doc?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/glibmm-2.54.0:2[gtk-doc?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/pangomm-2.38.2:1.4[gtk-doc?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libsigc++-2.3.2:2[gtk-doc?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libepoxy-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gdk-pixbuf-2.35.5:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X=,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] REQUIRED_USE=|| ( aqua wayland X ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=3.0 SRC_URI=mirror://gnome/sources/gtkmm/3.24/gtkmm-3.24.9.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=1e96b343f803bb0dfbbcfbdf88772c0d +_md5_=abdc2c1cf786804da8770130e76b1356 diff --git a/metadata/md5-cache/dev-cpp/rapidyaml-0.5.0 b/metadata/md5-cache/dev-cpp/rapidyaml-0.5.0 index f6c40dc8b284..559288ee072b 100644 --- a/metadata/md5-cache/dev-cpp/rapidyaml-0.5.0 +++ b/metadata/md5-cache/dev-cpp/rapidyaml-0.5.0 @@ -10,6 +10,6 @@ KEYWORDS=amd64 arm64 ppc64 ~riscv x86 LICENSE=MIT Boost-1.0 BSD RESTRICT=!test? ( test ) SLOT=0/0.5.0 -SRC_URI=https://github.com/biojppm/rapidyaml/releases/download/v0.5.0/rapidyaml-0.5.0-src.tgz test? ( https://github.com/biojppm/c4fs/archive/0130061b804ae2af0d6cd5919275d552eb1f2414.tar.gz -> rapidyaml-c4fs-0130061b804ae2af0d6cd5919275d552eb1f2414.tar.gz https://github.com/biojppm/c4log/archive/00066ad7f624556f066f3d60766a2c33aeb3c6f0.tar.gz -> rapidyaml-c4log-00066ad7f624556f066f3d60766a2c33aeb3c6f0.tar.gz https://github.com/yaml/yaml-test-suite/archive/6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz -> rapidyaml-yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz ) +SRC_URI=https://github.com/biojppm/rapidyaml/releases/download/v0.5.0/rapidyaml-0.5.0-src.tgz test? ( https://github.com/biojppm/c4fs/archive/0130061b804ae2af0d6cd5919275d552eb1f2414.tar.gz -> rapidyaml-c4fs-0130061b804ae2af0d6cd5919275d552eb1f2414.tar.gz https://github.com/biojppm/c4log/archive/00066ad7f624556f066f3d60766a2c33aeb3c6f0.tar.gz -> rapidyaml-c4log-00066ad7f624556f066f3d60766a2c33aeb3c6f0.tar.gz https://github.com/yaml/yaml-test-suite/archive/6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz -> yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz ) _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=43043dc78038435c9234811e786c3bc9 +_md5_=b102ba8f8433600c72e18a7289963bfe diff --git a/metadata/md5-cache/dev-cpp/rapidyaml-0.6.0 b/metadata/md5-cache/dev-cpp/rapidyaml-0.6.0 new file mode 100644 index 000000000000..75afea37ba34 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/rapidyaml-0.6.0 @@ -0,0 +1,15 @@ +BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-cpp/gtest ) +DESCRIPTION=Library to parse and emit YAML, and do it fast +EAPI=8 +HOMEPAGE=https://github.com/biojppm/rapidyaml/ +INHERIT=cmake +IUSE=debug test +KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 +LICENSE=MIT Boost-1.0 BSD +RESTRICT=!test? ( test ) +SLOT=0/0.6.0 +SRC_URI=https://github.com/biojppm/rapidyaml/releases/download/v0.6.0/rapidyaml-0.6.0-src.tgz test? ( https://github.com/biojppm/c4fs/archive/0ee9c03d0ef3a7f12db6cb03570aa7606f12ba1b.tar.gz -> c4fs-0ee9c03d0ef3a7f12db6cb03570aa7606f12ba1b.tar.gz https://github.com/biojppm/c4log/archive/457a2997e8ea26ea2a659b8152621f7fead1eb48.tar.gz -> c4log-457a2997e8ea26ea2a659b8152621f7fead1eb48.tar.gz https://github.com/yaml/yaml-test-suite/archive/6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz -> yaml-test-suite-6e6c296ae9c9d2d5c4134b4b64d01b29ac19ff6f.tar.gz ) +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=65699a29611b6fbc176034a46684a25b diff --git a/metadata/md5-cache/dev-db/Manifest.gz b/metadata/md5-cache/dev-db/Manifest.gz index 335d8cba17f4..e025c800a446 100644 Binary files a/metadata/md5-cache/dev-db/Manifest.gz and b/metadata/md5-cache/dev-db/Manifest.gz differ diff --git a/metadata/md5-cache/dev-db/sqlite-3.45.3 b/metadata/md5-cache/dev-db/sqlite-3.45.3 index 98c590b2fcc7..865534158562 100644 --- a/metadata/md5-cache/dev-db/sqlite-3.45.3 +++ b/metadata/md5-cache/dev-db/sqlite-3.45.3 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://sqlite.org/ INHERIT=autotools flag-o-matic multilib-minimal toolchain-funcs IUSE=debug doc icu +readline secure-delete static-libs tcl test tools abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=public-domain RDEPEND=sys-libs/zlib:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] icu? ( dev-libs/icu:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) readline? ( sys-libs/readline:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tcl? ( dev-lang/tcl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tools? ( dev-lang/tcl:= ) RESTRICT=!test? ( test ) SLOT=3 SRC_URI=https://sqlite.org/2024/sqlite-src-3450300.zip doc? ( https://sqlite.org/2024/sqlite-doc-3450300.zip ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=36593e5f52aabe882b8cc97025195018 +_md5_=84f057d4245318e85ce1d5e25fe06287 diff --git a/metadata/md5-cache/dev-debug/Manifest.gz b/metadata/md5-cache/dev-debug/Manifest.gz index e037dd5c1653..469640f76386 100644 Binary files a/metadata/md5-cache/dev-debug/Manifest.gz and b/metadata/md5-cache/dev-debug/Manifest.gz differ diff --git a/metadata/md5-cache/dev-debug/pwndbg-20240214 b/metadata/md5-cache/dev-debug/pwndbg-20240214 index 4d7f0fe6dcfc..dec4203c1cc9 100644 --- a/metadata/md5-cache/dev-debug/pwndbg-20240214 +++ b/metadata/md5-cache/dev-debug/pwndbg-20240214 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/pwndbg/pwndbg INHERIT=distutils-r1 wrapper IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=MIT RDEPEND=dev-debug/gdb[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] ~dev-python/gdb-pt-dump-0.0.0_p20231111[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_10? ( >=dev-libs/capstone-5.0_rc4[python,python_targets_python3_10(-)] >=dev-python/psutil-5.9.5[python_targets_python3_10(-)] >=dev-python/pycparser-2.21[python_targets_python3_10(-)] >=dev-python/pyelftools-0.29[python_targets_python3_10(-)] >=dev-python/pygments-2.15.1[python_targets_python3_10(-)] >=dev-python/tabulate-0.9.0[python_targets_python3_10(-)] >=dev-python/typing-extensions-4.6.1[python_targets_python3_10(-)] >=dev-util/pwntools-4.11.0[python_targets_python3_10(-)] >=dev-util/ROPgadget-7.2[python_targets_python3_10(-)] >=dev-util/unicorn-2.0.1[python,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-libs/capstone-5.0_rc4[python,python_targets_python3_11(-)] >=dev-python/psutil-5.9.5[python_targets_python3_11(-)] >=dev-python/pycparser-2.21[python_targets_python3_11(-)] >=dev-python/pyelftools-0.29[python_targets_python3_11(-)] >=dev-python/pygments-2.15.1[python_targets_python3_11(-)] >=dev-python/tabulate-0.9.0[python_targets_python3_11(-)] >=dev-python/typing-extensions-4.6.1[python_targets_python3_11(-)] >=dev-util/pwntools-4.11.0[python_targets_python3_11(-)] >=dev-util/ROPgadget-7.2[python_targets_python3_11(-)] >=dev-util/unicorn-2.0.1[python,python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-libs/capstone-5.0_rc4[python,python_targets_python3_12(-)] >=dev-python/psutil-5.9.5[python_targets_python3_12(-)] >=dev-python/pycparser-2.21[python_targets_python3_12(-)] >=dev-python/pyelftools-0.29[python_targets_python3_12(-)] >=dev-python/pygments-2.15.1[python_targets_python3_12(-)] >=dev-python/tabulate-0.9.0[python_targets_python3_12(-)] >=dev-python/typing-extensions-4.6.1[python_targets_python3_12(-)] >=dev-util/pwntools-4.11.0[python_targets_python3_12(-)] >=dev-util/ROPgadget-7.2[python_targets_python3_12(-)] >=dev-util/unicorn-2.0.1[python,python_targets_python3_12(-)] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/pwndbg/pwndbg/archive/2024.02.14.tar.gz -> pwndbg-20240214.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 wrapper 4a1902f969e5718126434fc35f3a0d9c -_md5_=73ee4fd7b21e0c0df297765bca9f01dc +_md5_=e5b804d1682c7bc311510ce9047f4578 diff --git a/metadata/md5-cache/dev-debug/strace-6.8 b/metadata/md5-cache/dev-debug/strace-6.8 index 1b7ef95475fe..4fc86dee5a4b 100644 --- a/metadata/md5-cache/dev-debug/strace-6.8 +++ b/metadata/md5-cache/dev-debug/strace-6.8 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://strace.io/ INHERIT=autotools edo flag-o-matic toolchain-funcs IUSE=aio perl selinux static test unwind elfutils -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1+ test? ( GPL-2+ ) RDEPEND=!static? ( unwind? ( sys-libs/libunwind ) elfutils? ( dev-libs/elfutils ) selinux? ( sys-libs/libselinux ) ) perl? ( dev-lang/perl ) REQUIRED_USE=?? ( unwind elfutils ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/strace/strace/releases/download/v6.8/strace-6.8.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b14838da2048f7b8689acb27f4e50d70 +_md5_=c536bd2663262fcdbf7962640a52bdaa diff --git a/metadata/md5-cache/dev-dotnet/Manifest.gz b/metadata/md5-cache/dev-dotnet/Manifest.gz index 7c9278c82dc0..207154a16225 100644 Binary files a/metadata/md5-cache/dev-dotnet/Manifest.gz and b/metadata/md5-cache/dev-dotnet/Manifest.gz differ diff --git a/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.201 b/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.201 deleted file mode 100644 index b3a93592337d..000000000000 --- a/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.201 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-util/patchelf -DEFINED_PHASES=install postinst postrm prepare -DESCRIPTION=.NET is a free, cross-platform, open-source developer platform -EAPI=8 -HOMEPAGE=https://dotnet.microsoft.com/ https://github.com/dotnet/dotnet/ -IDEPEND=app-eselect/eselect-dotnet -KEYWORDS=amd64 arm arm64 -LICENSE=MIT -PDEPEND=~dev-dotnet/dotnet-runtime-nugets-8.0.2 ~dev-dotnet/dotnet-runtime-nugets-6.0.27 ~dev-dotnet/dotnet-runtime-nugets-7.0.16 -RDEPEND=app-crypt/mit-krb5:0/0 dev-libs/icu dev-util/lttng-ust:0/2.12 sys-libs/zlib:0/1 -RESTRICT=splitdebug strip -SLOT=8.0/8.0.2 -SRC_URI=amd64? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-x64.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-musl-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-arm.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-musl-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-arm64.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.201/dotnet-sdk-8.0.201-linux-musl-arm64.tar.gz ) ) -_md5_=c2464fa950f609e3363e1cbb9ab77329 diff --git a/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.202 b/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.202 deleted file mode 100644 index ba7217c3b343..000000000000 --- a/metadata/md5-cache/dev-dotnet/dotnet-sdk-bin-8.0.202 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=dev-util/patchelf -DEFINED_PHASES=install postinst postrm prepare -DESCRIPTION=.NET is a free, cross-platform, open-source developer platform -EAPI=8 -HOMEPAGE=https://dotnet.microsoft.com/ https://github.com/dotnet/dotnet/ -IDEPEND=app-eselect/eselect-dotnet -KEYWORDS=amd64 arm arm64 -LICENSE=MIT -PDEPEND=~dev-dotnet/dotnet-runtime-nugets-8.0.3 ~dev-dotnet/dotnet-runtime-nugets-6.0.28 ~dev-dotnet/dotnet-runtime-nugets-7.0.17 -RDEPEND=app-crypt/mit-krb5:0/0 dev-libs/icu dev-util/lttng-ust:0/2.12 sys-libs/zlib:0/1 -RESTRICT=splitdebug strip -SLOT=8.0/8.0.3 -SRC_URI=amd64? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-musl-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-arm.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-musl-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-arm64.tar.gz ) elibc_musl? ( https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-musl-arm64.tar.gz ) ) -_md5_=62688e8aa811c030a8744489787cd712 diff --git a/metadata/md5-cache/dev-erlang/Manifest.gz b/metadata/md5-cache/dev-erlang/Manifest.gz index 792ec3c5e6d6..faf0a9430940 100644 Binary files a/metadata/md5-cache/dev-erlang/Manifest.gz and b/metadata/md5-cache/dev-erlang/Manifest.gz differ diff --git a/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.23 b/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.23 index 51969c27fb38..65019c729acd 100644 --- a/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.23 +++ b/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.23 @@ -5,10 +5,10 @@ DESCRIPTION=Pure Erlang PostgreSQL driver EAPI=8 HOMEPAGE=https://github.com/processone/p1_pgsql INHERIT=rebar -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 +KEYWORDS=amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=ErlPL-1.1 RDEPEND=>=dev-erlang/xmpp-1.7.0 >=dev-lang/erlang-17.1 dev-lang/erlang:= SLOT=0 SRC_URI=https://github.com/processone/p1_pgsql/archive/1.1.23.tar.gz -> p1_pgsql-1.1.23.tar.gz _eclasses_=rebar ee6e83452f154c8ce7b91144005c5faf -_md5_=65e4b21de389dfa2b971182301025b39 +_md5_=a02dcb932e9c02ee3c22f651d3622d16 diff --git a/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.25 b/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.25 index d649c27c6326..5059450d0f0f 100644 --- a/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.25 +++ b/metadata/md5-cache/dev-erlang/p1_pgsql-1.1.25 @@ -5,10 +5,10 @@ DESCRIPTION=Pure Erlang PostgreSQL driver EAPI=8 HOMEPAGE=https://github.com/processone/p1_pgsql INHERIT=rebar -KEYWORDS=amd64 ~arm ~ia64 ~ppc ~sparc ~x86 +KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=ErlPL-1.1 RDEPEND=>=dev-erlang/xmpp-1.8.1 >=dev-lang/erlang-17.1 dev-lang/erlang:= SLOT=0 SRC_URI=https://github.com/processone/p1_pgsql/archive/1.1.25.tar.gz -> p1_pgsql-1.1.25.tar.gz _eclasses_=rebar ee6e83452f154c8ce7b91144005c5faf -_md5_=f3dc4cdd7a724cce67611156a9982b55 +_md5_=c0d052104b88b25369f6b70844ef618c diff --git a/metadata/md5-cache/dev-erlang/xmpp-1.7.0 b/metadata/md5-cache/dev-erlang/xmpp-1.7.0 index c98726b7b5c8..e8a1043a18a7 100644 --- a/metadata/md5-cache/dev-erlang/xmpp-1.7.0 +++ b/metadata/md5-cache/dev-erlang/xmpp-1.7.0 @@ -5,10 +5,10 @@ DESCRIPTION=XMPP parsing and serialization library on top of Fast XML EAPI=8 HOMEPAGE=https://github.com/processone/xmpp INHERIT=rebar -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 +KEYWORDS=amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=Apache-2.0 RDEPEND=>=dev-erlang/ezlib-1.0.12 >=dev-erlang/fast_tls-1.1.16 >=dev-erlang/fast_xml-1.1.49 >=dev-erlang/p1_utils-1.0.25 >=dev-erlang/stringprep-1.0.29 >=dev-erlang/idna-6.0.0-r1 dev-lang/erlang:= SLOT=0 SRC_URI=https://github.com/processone/xmpp/archive/1.7.0.tar.gz -> xmpp-1.7.0.tar.gz _eclasses_=rebar ee6e83452f154c8ce7b91144005c5faf -_md5_=8dbdfff3276a654ad396f6fbe0384d28 +_md5_=8e381a5e41e692a2b59114d81fb47636 diff --git a/metadata/md5-cache/dev-erlang/xmpp-1.8.1 b/metadata/md5-cache/dev-erlang/xmpp-1.8.1 index 837121270a35..2993eddbe08b 100644 --- a/metadata/md5-cache/dev-erlang/xmpp-1.8.1 +++ b/metadata/md5-cache/dev-erlang/xmpp-1.8.1 @@ -5,10 +5,10 @@ DESCRIPTION=XMPP parsing and serialization library on top of Fast XML EAPI=8 HOMEPAGE=https://github.com/processone/xmpp INHERIT=rebar -KEYWORDS=amd64 ~arm ~ia64 ~ppc ~sparc ~x86 +KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=Apache-2.0 RDEPEND=>=dev-erlang/ezlib-1.0.12 >=dev-erlang/fast_tls-1.1.16 >=dev-erlang/fast_xml-1.1.49 >=dev-erlang/p1_utils-1.0.25 >=dev-erlang/stringprep-1.0.29 >=dev-erlang/idna-6.0.0-r1 dev-lang/erlang:= SLOT=0 SRC_URI=https://github.com/processone/xmpp/archive/1.8.1.tar.gz -> xmpp-1.8.1.tar.gz _eclasses_=rebar ee6e83452f154c8ce7b91144005c5faf -_md5_=8e381a5e41e692a2b59114d81fb47636 +_md5_=669ff6762abf68eecddd027bd9211906 diff --git a/metadata/md5-cache/dev-java/Manifest.gz b/metadata/md5-cache/dev-java/Manifest.gz index ba4fc41a8187..af3b8ffd7d32 100644 Binary files a/metadata/md5-cache/dev-java/Manifest.gz and b/metadata/md5-cache/dev-java/Manifest.gz differ diff --git a/metadata/md5-cache/dev-java/swt-4.31 b/metadata/md5-cache/dev-java/swt-4.31 index 730d5647873e..cf2563163d17 100644 --- a/metadata/md5-cache/dev-java/swt-4.31 +++ b/metadata/md5-cache/dev-java/swt-4.31 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.eclipse.org/swt/ INHERIT=flag-o-matic java-pkg-2 java-pkg-simple toolchain-funcs IUSE=cairo opengl webkit doc source -KEYWORDS=~amd64 ~arm64 ~ppc64 +KEYWORDS=amd64 arm64 ppc64 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/glib x11-libs/gtk+:3 x11-libs/libXtst cairo? ( x11-libs/cairo ) opengl? ( virtual/glu virtual/opengl ) webkit? ( net-libs/webkit-gtk:4.1 ) >=virtual/jre-17:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) SLOT=4.31 SRC_URI=amd64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.31-202402290520/swt-4.31-gtk-linux-x86_64.zip ) arm64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.31-202402290520/swt-4.31-gtk-linux-aarch64.zip ) ppc64? ( https://download.eclipse.org/eclipse/downloads/drops4/R-4.31-202402290520/swt-4.31-gtk-linux-ppc64le.zip ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 java-pkg-2 b6d755b4f6afabfd933932be28b46368 java-pkg-simple 742531b28b0ce82ba9425bd2c28654f9 java-utils-2 b346c3901e71ba37137bae0b25b00221 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7048c5989e6bc54f1469e495b804d4b2 +_md5_=5ecb1f05e1404836169b038a2c1a3923 diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index 0d5fa8cb0653..64a6fb804b6e 100644 Binary files a/metadata/md5-cache/dev-lang/Manifest.gz and b/metadata/md5-cache/dev-lang/Manifest.gz differ diff --git a/metadata/md5-cache/dev-lang/dafny-bin-4.6.0 b/metadata/md5-cache/dev-lang/dafny-bin-4.6.0 index e3561a95fcdc..8b620dae656f 100644 --- a/metadata/md5-cache/dev-lang/dafny-bin-4.6.0 +++ b/metadata/md5-cache/dev-lang/dafny-bin-4.6.0 @@ -3,11 +3,11 @@ DEFINED_PHASES=install prepare DESCRIPTION=Verification-aware programming language EAPI=8 HOMEPAGE=https://dafny.org/ https://github.com/dafny-lang/dafny/ -KEYWORDS=-* ~amd64 +KEYWORDS=-* amd64 LICENSE=MIT RDEPEND=!dev-lang/dafny dev-libs/userspace-rcu dev-util/lttng-ust:0/2.12 sci-mathematics/z3 REQUIRED_USE=elibc_glibc RESTRICT=strip SLOT=0 SRC_URI=https://github.com/dafny-lang/dafny/releases/download/v4.6.0/dafny-4.6.0-x64-ubuntu-20.04.zip -_md5_=8f26cc80523a57eb856596b84d0e5400 +_md5_=30234a204b5b862b655f6379daa4356b diff --git a/metadata/md5-cache/dev-lang/ocaml-4.14.2 b/metadata/md5-cache/dev-lang/ocaml-4.14.2 new file mode 100644 index 000000000000..5ffa005d3aa3 --- /dev/null +++ b/metadata/md5-cache/dev-lang/ocaml-4.14.2 @@ -0,0 +1,15 @@ +BDEPEND=sys-libs/binutils-libs:= virtual/pkgconfig +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Programming language supporting functional, imperative & object-oriented styles +EAPI=8 +HOMEPAGE=https://ocaml.org/ +INHERIT=flag-o-matic +IUSE=emacs flambda latex +ocamlopt xemacs +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=QPL-1.0 LGPL-2 +PDEPEND=emacs? ( app-emacs/ocaml-mode ) xemacs? ( app-xemacs/ocaml ) +RDEPEND=sys-libs/binutils-libs:= +SLOT=0/4.14.2 +SRC_URI=https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz -> ocaml-4.14.2.tar.gz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=c53bec3c109895f8bf90811ecdf8f846 diff --git a/metadata/md5-cache/dev-lang/php-8.2.15 b/metadata/md5-cache/dev-lang/php-8.2.15 index 65b77d9be3b3..adcdaf2a7835 100644 --- a/metadata/md5-cache/dev-lang/php-8.2.15 +++ b/metadata/md5-cache/dev-lang/php-8.2.15 @@ -7,7 +7,7 @@ HOMEPAGE=https://www.php.net/ IDEPEND=>=app-eselect/eselect-php-0.9.7[apache2?,fpm?] INHERIT=flag-o-matic multilib systemd autotools IUSE=embed +cli cgi fpm apache2 phpdbg threads acl apparmor argon2 avif bcmath berkdb bzip2 calendar cdb cjk +ctype curl debug enchant exif ffi +fileinfo +filter firebird +flatfile ftp gd gdbm gmp +iconv imap inifile intl iodbc ipv6 +jit kerberos ldap ldap-sasl libedit lmdb mhash mssql mysql mysqli nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline selinux +session session-mm sharedmem +simplexml snmp soap sockets sodium spell sqlite ssl sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode valgrind webp +xml xmlreader xmlwriter xpm xslt zip zlib -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=PHP-3.01 BSD Zend-2.0 bcmath? ( LGPL-2.1+ ) fpm? ( BSD-2 ) gd? ( gd ) unicode? ( BSD-2 LGPL-2.1 ) RDEPEND=>=app-eselect/eselect-php-0.9.7[apache2?,fpm?] >=dev-libs/libpcre2-10.30[jit?,unicode] virtual/libcrypt:= fpm? ( acl? ( sys-apps/acl ) apparmor? ( sys-libs/libapparmor ) selinux? ( sys-libs/libselinux ) ) apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] ) argon2? ( app-crypt/argon2:= ) avif? ( media-libs/libavif:= ) berkdb? ( || ( sys-libs/db:5.3 sys-libs/db:4.8 ) ) bzip2? ( app-arch/bzip2:0= ) cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) curl? ( >=net-misc/curl-7.29.0 ) enchant? ( app-text/enchant:2 ) ffi? ( >=dev-libs/libffi-3.0.11:= ) firebird? ( dev-db/firebird ) gd? ( media-libs/libjpeg-turbo:0= media-libs/libpng:0= ) gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) gmp? ( dev-libs/gmp:0= ) iconv? ( virtual/libiconv ) imap? ( net-libs/c-client[kerberos=,ssl=] ) intl? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11:= ) ldap-sasl? ( dev-libs/cyrus-sasl ) libedit? ( dev-libs/libedit ) lmdb? ( dev-db/lmdb:= ) mssql? ( dev-db/freetds[mssql] ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient[sdk] ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( >=dev-db/unixODBC-1.8.13 ) ) postgres? ( >=dev-db/postgresql-9.1:* ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline:0= ) session-mm? ( dev-libs/mm ) snmp? ( >=net-analyzer/net-snmp-5.2 ) sodium? ( dev-libs/libsodium:=[-minimal(-)] ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-1.0.2:0= ) tidy? ( app-text/htmltidy ) tokyocabinet? ( dev-db/tokyocabinet ) truetype? ( =media-libs/freetype-2* ) unicode? ( dev-libs/oniguruma:= ) valgrind? ( dev-debug/valgrind ) webp? ( media-libs/libwebp:0= ) xml? ( >=dev-libs/libxml2-2.9.0 ) xpm? ( x11-libs/libXpm ) xslt? ( dev-libs/libxslt ) zip? ( >=dev-libs/libzip-1.2.0:= ) zlib? ( >=sys-libs/zlib-1.2.0.4:0= ) virtual/mta fpm? ( selinux? ( sec-policy/selinux-phpfpm ) systemd? ( sys-apps/systemd ) ) REQUIRED_USE=|| ( cli cgi fpm apache2 embed phpdbg ) avif? ( gd zlib ) cli? ( ^^ ( readline libedit ) ) !cli? ( ?? ( readline libedit ) ) truetype? ( gd zlib ) webp? ( gd zlib ) cjk? ( gd zlib ) exif? ( gd zlib ) xpm? ( gd zlib ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) xmlreader? ( xml ) xmlwriter? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) oci8-instant-client? ( !ldap ) qdbm? ( !gdbm ) session-mm? ( session !threads ) mysql? ( || ( mysqli pdo ) ) firebird? ( pdo ) mssql? ( pdo ) test? ( cli ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=8.2 SRC_URI=https://www.php.net/distributions/php-8.2.15.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=957ffd84063cf436cf6421b9a2d16047 +_md5_=f6b6646676f06022930a13b6a3c26b11 diff --git a/metadata/md5-cache/dev-lang/php-8.2.18 b/metadata/md5-cache/dev-lang/php-8.2.18 index 43f6a8e3322d..901fdcf3e461 100644 --- a/metadata/md5-cache/dev-lang/php-8.2.18 +++ b/metadata/md5-cache/dev-lang/php-8.2.18 @@ -7,7 +7,7 @@ HOMEPAGE=https://www.php.net/ IDEPEND=>=app-eselect/eselect-php-0.9.7[apache2?,fpm?] INHERIT=flag-o-matic multilib systemd autotools IUSE=embed +cli cgi fpm apache2 phpdbg threads acl apparmor argon2 avif bcmath berkdb bzip2 calendar cdb cjk +ctype curl debug enchant exif ffi +fileinfo +filter firebird +flatfile ftp gd gdbm gmp +iconv imap inifile intl iodbc ipv6 +jit kerberos ldap ldap-sasl libedit lmdb mhash mssql mysql mysqli nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline selinux +session session-mm sharedmem +simplexml snmp soap sockets sodium spell sqlite ssl sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode valgrind webp +xml xmlreader xmlwriter xpm xslt zip zlib -KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=PHP-3.01 BSD Zend-2.0 bcmath? ( LGPL-2.1+ ) fpm? ( BSD-2 ) gd? ( gd ) unicode? ( BSD-2 LGPL-2.1 ) RDEPEND=>=app-eselect/eselect-php-0.9.7[apache2?,fpm?] >=dev-libs/libpcre2-10.30[jit?,unicode] virtual/libcrypt:= fpm? ( acl? ( sys-apps/acl ) apparmor? ( sys-libs/libapparmor ) selinux? ( sys-libs/libselinux ) ) apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] ) argon2? ( app-crypt/argon2:= ) avif? ( media-libs/libavif:= ) berkdb? ( || ( sys-libs/db:5.3 sys-libs/db:4.8 ) ) bzip2? ( app-arch/bzip2:0= ) cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) curl? ( >=net-misc/curl-7.29.0 ) enchant? ( app-text/enchant:2 ) ffi? ( >=dev-libs/libffi-3.0.11:= ) firebird? ( dev-db/firebird ) gd? ( media-libs/libjpeg-turbo:0= media-libs/libpng:0= ) gdbm? ( >=sys-libs/gdbm-1.8.0:0= ) gmp? ( dev-libs/gmp:0= ) iconv? ( virtual/libiconv ) imap? ( net-libs/c-client[kerberos=,ssl=] ) intl? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11:= ) ldap-sasl? ( dev-libs/cyrus-sasl ) libedit? ( dev-libs/libedit ) lmdb? ( dev-db/lmdb:= ) mssql? ( dev-db/freetds[mssql] ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient[sdk] ) odbc? ( iodbc? ( dev-db/libiodbc ) !iodbc? ( >=dev-db/unixODBC-1.8.13 ) ) postgres? ( >=dev-db/postgresql-9.1:* ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline:0= ) session-mm? ( dev-libs/mm ) snmp? ( >=net-analyzer/net-snmp-5.2 ) sodium? ( dev-libs/libsodium:=[-minimal(-)] ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-1.0.2:0= ) tidy? ( app-text/htmltidy ) tokyocabinet? ( dev-db/tokyocabinet ) truetype? ( =media-libs/freetype-2* ) unicode? ( dev-libs/oniguruma:= ) valgrind? ( dev-debug/valgrind ) webp? ( media-libs/libwebp:0= ) xml? ( >=dev-libs/libxml2-2.9.0 ) xpm? ( x11-libs/libXpm ) xslt? ( dev-libs/libxslt ) zip? ( >=dev-libs/libzip-1.2.0:= ) zlib? ( >=sys-libs/zlib-1.2.0.4:0= ) virtual/mta fpm? ( selinux? ( sec-policy/selinux-phpfpm ) systemd? ( sys-apps/systemd ) ) REQUIRED_USE=|| ( cli cgi fpm apache2 embed phpdbg ) avif? ( gd zlib ) cli? ( ^^ ( readline libedit ) ) !cli? ( ?? ( readline libedit ) ) truetype? ( gd zlib ) webp? ( gd zlib ) cjk? ( gd zlib ) exif? ( gd zlib ) xpm? ( gd zlib ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) xmlreader? ( xml ) xmlwriter? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) oci8-instant-client? ( !ldap ) qdbm? ( !gdbm ) session-mm? ( session !threads ) mysql? ( || ( mysqli pdo ) ) firebird? ( pdo ) mssql? ( pdo ) test? ( cli ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=8.2 SRC_URI=https://www.php.net/distributions/php-8.2.18.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b403b6f0767a2d66dbdcb6f7b1637124 +_md5_=dadfed847a37eb731303d3526ce0fbcc diff --git a/metadata/md5-cache/dev-lang/rust-1.77.1 b/metadata/md5-cache/dev-lang/rust-1.77.1 index 171a5e40d84d..875f01fb169c 100644 --- a/metadata/md5-cache/dev-lang/rust-1.77.1 +++ b/metadata/md5-cache/dev-lang/rust-1.77.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.rust-lang.org/ INHERIT=bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig IUSE=big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto miri nightly parallel-compiler profiler rustfmt rust-analyzer rust-src system-bootstrap system-llvm test wasm llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86 LICENSE=|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 RDEPEND=>=app-arch/xz-utils-5.2 net-misc/curl:=[http2,ssl] sys-libs/zlib:= dev-libs/openssl:0= system-llvm? ( || ( ( llvm_targets_AArch64? ( sys-devel/llvm:17[llvm_targets_AArch64(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_AMDGPU? ( sys-devel/llvm:17[llvm_targets_AMDGPU(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_ARC? ( sys-devel/llvm:17[llvm_targets_ARC(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_ARM? ( sys-devel/llvm:17[llvm_targets_ARM(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_AVR? ( sys-devel/llvm:17[llvm_targets_AVR(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_BPF? ( sys-devel/llvm:17[llvm_targets_BPF(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_CSKY? ( sys-devel/llvm:17[llvm_targets_CSKY(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_DirectX? ( sys-devel/llvm:17[llvm_targets_DirectX(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_Hexagon? ( sys-devel/llvm:17[llvm_targets_Hexagon(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_Lanai? ( sys-devel/llvm:17[llvm_targets_Lanai(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_LoongArch? ( sys-devel/llvm:17[llvm_targets_LoongArch(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_M68k? ( sys-devel/llvm:17[llvm_targets_M68k(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_Mips? ( sys-devel/llvm:17[llvm_targets_Mips(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_MSP430? ( sys-devel/llvm:17[llvm_targets_MSP430(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_NVPTX? ( sys-devel/llvm:17[llvm_targets_NVPTX(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_PowerPC? ( sys-devel/llvm:17[llvm_targets_PowerPC(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_RISCV? ( sys-devel/llvm:17[llvm_targets_RISCV(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_Sparc? ( sys-devel/llvm:17[llvm_targets_Sparc(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_SPIRV? ( sys-devel/llvm:17[llvm_targets_SPIRV(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_SystemZ? ( sys-devel/llvm:17[llvm_targets_SystemZ(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_VE? ( sys-devel/llvm:17[llvm_targets_VE(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_WebAssembly? ( sys-devel/llvm:17[llvm_targets_WebAssembly(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_X86? ( sys-devel/llvm:17[llvm_targets_X86(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_XCore? ( sys-devel/llvm:17[llvm_targets_XCore(-)] ) wasm? ( sys-devel/lld:17 ) llvm_targets_Xtensa? ( sys-devel/llvm:17[llvm_targets_Xtensa(-)] ) wasm? ( sys-devel/lld:17 ) ) ) =app-eselect/eselect-rust-20190311 dev-libs/openssl sys-apps/lsb-release sys-devel/gcc:* REQUIRED_USE=x86? ( cpu_flags_x86_sse2 ) RESTRICT=strip SLOT=stable -SRC_URI=abi_x86_32? ( https://static.rust-lang.org/dist/rust-1.77.1-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-i686-unknown-linux-gnu.tar.xz.asc ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.77.1-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ppc64? ( big-endian? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) !big-endian? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) riscv? ( https://static.rust-lang.org/dist/rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) s390? ( https://static.rust-lang.org/dist/rust-1.77.1-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-s390x-unknown-linux-gnu.tar.xz.asc ) ) loong? ( https://static.rust-lang.org/dist/rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) rust-src? ( https://static.rust-lang.org/dist/2024-03-28/rust-src-1.77.1.tar.xz ) +SRC_URI=abi_x86_32? ( https://static.rust-lang.org/dist/rust-1.77.1-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-i686-unknown-linux-gnu.tar.xz.asc ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.77.1-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ppc64? ( big-endian? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) !big-endian? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) riscv? ( https://static.rust-lang.org/dist/rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) s390? ( https://static.rust-lang.org/dist/rust-1.77.1-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-s390x-unknown-linux-gnu.tar.xz.asc ) ) loong? ( https://static.rust-lang.org/dist/rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.77.1-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) rust-src? ( https://static.rust-lang.org/dist/2024-03-28/rust-src-1.77.1.tar.xz ) sparc? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-lang/rust-bin/rust-1.77.1-sparc64-unknown-linux-gnu.tar.xz ) mips? ( abi_mips_o32? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-lang/rust-bin/rust-1.77.1-mips-unknown-linux-gnu.tar.xz ) !big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-lang/rust-bin/rust-1.77.1-mipsel-unknown-linux-gnu.tar.xz ) ) abi_mips_n64? ( big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-lang/rust-bin/rust-1.77.1-mips64-unknown-linux-gnuabi64.tar.xz ) !big-endian? ( https://dev.gentoo.org/~arthurzam/distfiles/dev-lang/rust-bin/rust-1.77.1-mips64el-unknown-linux-gnuabi64.tar.xz ) ) ) _eclasses_=multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 prefix eab3c99d77fe00506c109c8a736186f7 rust-toolchain ab72acc17f5dea7b8fadd410d34b798c toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=af0b606f6acfbb9d17c2393c87999fef +_md5_=668de630a201268651de555bf38ad7cd diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index 6d8efc437370..ea4bef90d65d 100644 Binary files a/metadata/md5-cache/dev-libs/Manifest.gz and b/metadata/md5-cache/dev-libs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-libs/boehm-gc-8.2.6 b/metadata/md5-cache/dev-libs/boehm-gc-8.2.6 index 7f58d1cc98bd..0988aa98e814 100644 --- a/metadata/md5-cache/dev-libs/boehm-gc-8.2.6 +++ b/metadata/md5-cache/dev-libs/boehm-gc-8.2.6 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/ INHERIT=multilib-minimal libtool IUSE=cxx +large static-libs +threads abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=boehm-gc RDEPEND=>=dev-libs/libatomic_ops-7.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=https://github.com/ivmai/bdwgc/releases/download/v8.2.6/gc-8.2.6.tar.gz _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=9699535fb57e7ea8ade5cea382745c65 +_md5_=5d4a06c1df0ff7a69aa26d5156c86a6c diff --git a/metadata/md5-cache/dev-libs/cowsql-1.15.4 b/metadata/md5-cache/dev-libs/cowsql-1.15.4 deleted file mode 100644 index 689117a8f4ab..000000000000 --- a/metadata/md5-cache/dev-libs/cowsql-1.15.4 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=configure install prepare -DEPEND=dev-db/sqlite:3 dev-libs/libuv:= >=dev-libs/raft-0.18.1:= test? ( dev-libs/raft[lz4,test] ) -DESCRIPTION=Embeddable, replicated and fault tolerant SQL engine (fork of dqlite) -EAPI=8 -HOMEPAGE=https://cowsql.dev/ https://github.com/cowsql/cowsql -INHERIT=autotools -IUSE=test -KEYWORDS=~amd64 ~arm64 ~x86 -LICENSE=LGPL-3-with-linking-exception -RDEPEND=dev-db/sqlite:3 dev-libs/libuv:= >=dev-libs/raft-0.18.1:= -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/cowsql/cowsql/archive/refs/tags/v1.15.4.tar.gz -> cowsql-1.15.4.tar.gz -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=532e8186727d52c3669ae15aede1b4e4 diff --git a/metadata/md5-cache/dev-libs/kpathsea-6.3.3_p20210325-r1 b/metadata/md5-cache/dev-libs/kpathsea-6.3.3_p20210325-r1 index 88b00f189736..0adaaca7cc03 100644 --- a/metadata/md5-cache/dev-libs/kpathsea-6.3.3_p20210325-r1 +++ b/metadata/md5-cache/dev-libs/kpathsea-6.3.3_p20210325-r1 @@ -10,5 +10,5 @@ LICENSE=GPL-2 RDEPEND=virtual/tmpfiles SLOT=0/6.3.3 SRC_URI=https://dev.gentoo.org/~sam/distfiles/texlive/texlive-20210325-source.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/kpathsea-texmf.d-11.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpathsea-2021.tar.xz doc? ( https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpathsea.doc-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common 49dc59f69181547690c383a9de4099b1 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common b455bc5d80def8972e393d9cc8f7777d tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=8ef04a3c72cfe00aef11a0cb859dcec4 diff --git a/metadata/md5-cache/dev-libs/kpathsea-6.3.5_p20230311 b/metadata/md5-cache/dev-libs/kpathsea-6.3.5_p20230311 index a8ea494cd72f..e973280bd3ab 100644 --- a/metadata/md5-cache/dev-libs/kpathsea-6.3.5_p20230311 +++ b/metadata/md5-cache/dev-libs/kpathsea-6.3.5_p20230311 @@ -10,5 +10,5 @@ LICENSE=LGPL-2.1 RDEPEND=virtual/tmpfiles SLOT=0/6.3.5 SRC_URI=https://mirrors.ctan.org/systems/texlive/Source/texlive-20230311-source.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-20230311-source.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/kpathsea-texmf.d-11.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpathsea.r68516.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpathsea.r68516.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpathsea.doc.r68516.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpathsea.doc.r68516.tar.xz ) -_eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common 49dc59f69181547690c383a9de4099b1 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common b455bc5d80def8972e393d9cc8f7777d tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=7590acf52d2b77d9b37fbe5802c73f6e diff --git a/metadata/md5-cache/dev-libs/libassuan-2.5.7 b/metadata/md5-cache/dev-libs/libassuan-2.5.7 index 98df4ef4368a..71d63be43ecc 100644 --- a/metadata/md5-cache/dev-libs/libassuan-2.5.7 +++ b/metadata/md5-cache/dev-libs/libassuan-2.5.7 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.gnupg.org/related_software/libassuan/index.en.html INHERIT=libtool verify-sig IUSE=verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-3 LGPL-2.1 RDEPEND=>=dev-libs/libgpg-error-1.33 SLOT=0 SRC_URI=mirror://gnupg/libassuan/libassuan-2.5.7.tar.bz2 verify-sig? ( mirror://gnupg/libassuan/libassuan-2.5.7.tar.bz2.sig ) _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=da8e4466e788e81a2539e3804cb4d12d +_md5_=d47616822c2bc33ac05c79f93db41be2 diff --git a/metadata/md5-cache/dev-libs/libdnet-1.18.0 b/metadata/md5-cache/dev-libs/libdnet-1.18.0 index bf645c751613..dd6331bbe3ef 100644 --- a/metadata/md5-cache/dev-libs/libdnet-1.18.0 +++ b/metadata/md5-cache/dev-libs/libdnet-1.18.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ofalk/libdnet INHERIT=autotools distutils-r1 IUSE=python test python_targets_python3_10 python_targets_python3_11 debug -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 LICENSE=LGPL-2 RDEPEND=dev-libs/libbsd python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/ofalk/libdnet/archive/libdnet-1.18.0.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=cd89c6100d9d5d4bfadb7be53ae7ec5e +_md5_=aa10cfc18cda2e0fe8f49b374e3c7186 diff --git a/metadata/md5-cache/dev-libs/libgpg-error-1.48 b/metadata/md5-cache/dev-libs/libgpg-error-1.48 index 8a94633160a3..bb29d59e0da7 100644 --- a/metadata/md5-cache/dev-libs/libgpg-error-1.48 +++ b/metadata/md5-cache/dev-libs/libgpg-error-1.48 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.gnupg.org/related_software/libgpg-error INHERIT=autotools multilib-minimal toolchain-funcs verify-sig IUSE=common-lisp nls static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=nls? ( >=virtual/libintl-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnupg/libgpg-error/libgpg-error-1.48.tar.bz2 verify-sig? ( mirror://gnupg/libgpg-error/libgpg-error-1.48.tar.bz2.sig ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=1ee9976313dd2afd6b4efedcf6c49d90 +_md5_=60fe3af7ba9193dec16e459555b1e336 diff --git a/metadata/md5-cache/dev-libs/libpcre2-10.43 b/metadata/md5-cache/dev-libs/libpcre2-10.43 index 3df7cfccd463..51a390349b7b 100644 --- a/metadata/md5-cache/dev-libs/libpcre2-10.43 +++ b/metadata/md5-cache/dev-libs/libpcre2-10.43 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.pcre.org/ INHERIT=libtool multilib-minimal verify-sig IUSE=bzip2 +jit libedit +pcre16 +pcre32 +readline static-libs unicode valgrind zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=BSD RDEPEND=bzip2? ( app-arch/bzip2 ) libedit? ( dev-libs/libedit ) readline? ( sys-libs/readline:= ) zlib? ( sys-libs/zlib ) REQUIRED_USE=?? ( libedit readline ) SLOT=0/3 SRC_URI=https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2 https://ftp.pcre.org/pub/pcre/pcre2-10.43.tar.bz2 verify-sig? ( https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2.sig ) _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=9f8f47570205447dda9664ad2bd64eed +_md5_=c05566bae3ed8dabdb9fc28cc45d350e diff --git a/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r1 b/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r1 index f830e5699a88..3e607f4373d3 100644 --- a/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r1 +++ b/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/libpwquality/libpwquality INHERIT=libtool pam python-r1 IUSE=pam python static-libs python_targets_python3_10 python_targets_python3_11 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=|| ( BSD GPL-2 ) RDEPEND=>=sys-libs/cracklib-2.8:=[static-libs(+)?] pam? ( sys-libs/pam ) python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) SLOT=0 SRC_URI=https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.5/libpwquality-1.4.5.tar.bz2 _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7814c9e3e583313d193766a10aee3bb9 +_md5_=11e6b27376e1d05429daf797d1278112 diff --git a/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r2 b/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r2 new file mode 100644 index 000000000000..e25956b55b78 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libpwquality-1.4.5-r2 @@ -0,0 +1,16 @@ +BDEPEND=>=sys-devel/gettext-0.18.2 virtual/pkgconfig python? ( >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) ) >=app-portage/elt-patches-20240116 +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-libs/cracklib-2.8:=[static-libs(+)?] pam? ( sys-libs/pam ) python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) ) +DESCRIPTION=Library for password quality checking and generating random passwords +EAPI=8 +HOMEPAGE=https://github.com/libpwquality/libpwquality +INHERIT=libtool pam distutils-r1 +IUSE=pam python static-libs python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=|| ( BSD GPL-2 ) +RDEPEND=>=sys-libs/cracklib-2.8:=[static-libs(+)?] pam? ( sys-libs/pam ) python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) ) +REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) ) +SLOT=0 +SRC_URI=https://github.com/libpwquality/libpwquality/releases/download/libpwquality-1.4.5/libpwquality-1.4.5.tar.bz2 +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=537e699d48125615aca9dc765f7f4b86 diff --git a/metadata/md5-cache/dev-libs/libsodium-1.0.19_p20240117 b/metadata/md5-cache/dev-libs/libsodium-1.0.19_p20240117 index 2d49f02e2709..0dc7979b3df9 100644 --- a/metadata/md5-cache/dev-libs/libsodium-1.0.19_p20240117 +++ b/metadata/md5-cache/dev-libs/libsodium-1.0.19_p20240117 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://libsodium.org INHERIT=autotools multilib-minimal verify-sig IUSE=+asm static-libs +urandom cpu_flags_x86_aes cpu_flags_x86_sse4_1 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos LICENSE=ISC SLOT=0/26 SRC_URI=https://dev.gentoo.org/~sam/distfiles/dev-libs/libsodium/libsodium-1.0.19-stable-20240117.tar.gz -> libsodium-1.0.19_p20240117.tar.gz verify-sig? ( https://dev.gentoo.org/~sam/distfiles/dev-libs/libsodium/libsodium-1.0.19-stable-20240117.tar.gz.minisig -> libsodium-1.0.19_p20240117.tar.gz.minisig ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=2fc2771c19203d92e3e838125d138d04 +_md5_=39bd907105b67863dc54ad3fdedf09f4 diff --git a/metadata/md5-cache/dev-libs/libusb-1.0.27-r1 b/metadata/md5-cache/dev-libs/libusb-1.0.27-r1 index c51a8ab808cb..a0dbdecadfb6 100644 --- a/metadata/md5-cache/dev-libs/libusb-1.0.27-r1 +++ b/metadata/md5-cache/dev-libs/libusb-1.0.27-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://libusb.info/ https://github.com/libusb/libusb INHERIT=libtool multilib-minimal IUSE=debug doc examples static-libs test udev abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=LGPL-2.1 RDEPEND=udev? ( >=virtual/libudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=static-libs? ( !udev ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=1 SRC_URI=https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2 _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a948d013714c587bdd1463477cd5f30d +_md5_=ce714dd240846e53c8aebb7df611693e diff --git a/metadata/md5-cache/dev-libs/libxml2-2.12.6 b/metadata/md5-cache/dev-libs/libxml2-2.12.6 index 2efe5f2a5534..6dec062639d9 100644 --- a/metadata/md5-cache/dev-libs/libxml2-2.12.6 +++ b/metadata/md5-cache/dev-libs/libxml2-2.12.6 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home INHERIT=flag-o-matic python-r1 multilib-minimal gnome.org libtool IUSE=debug examples +ftp icu lzma +python readline static-libs test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=virtual/libiconv >=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) python? ( python_targets_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[xml(+)] ) ) readline? ( sys-libs/readline:= ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=2 SRC_URI=mirror://gnome/sources/libxml2/2.12/libxml2-2.12.6.tar.xz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz https://www.w3.org/XML/Test/xmlts20130923.tar.gz ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=bf561a56b46138c121d3c89529472186 +_md5_=409c19313ff276877fcc1c808008ca70 diff --git a/metadata/md5-cache/dev-libs/openssl-3.2.1-r2 b/metadata/md5-cache/dev-libs/openssl-3.2.1-r2 index b015f5429d30..846b001d0810 100644 --- a/metadata/md5-cache/dev-libs/openssl-3.2.1-r2 +++ b/metadata/md5-cache/dev-libs/openssl-3.2.1-r2 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/3 SRC_URI=mirror://openssl/source/openssl-3.2.1.tar.gz verify-sig? ( mirror://openssl/source/openssl-3.2.1.tar.gz.asc ) _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 preserve-libs 21162ec96c87041004a75348d97342dd toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=1e14122766416f5eda2a86568fe65847 +_md5_=79aad1e0089d1a6368cf9f8a50a86551 diff --git a/metadata/md5-cache/dev-libs/vala-common-0.56.16 b/metadata/md5-cache/dev-libs/vala-common-0.56.16 index 80dca428cdd6..124ab6dde3f7 100644 --- a/metadata/md5-cache/dev-libs/vala-common-0.56.16 +++ b/metadata/md5-cache/dev-libs/vala-common-0.56.16 @@ -4,9 +4,9 @@ DESCRIPTION=Build infrastructure for packages that use Vala EAPI=8 HOMEPAGE=https://wiki.gnome.org/Projects/Vala https://gitlab.gnome.org/GNOME/vala INHERIT=gnome.org -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=LGPL-2.1+ SLOT=0 SRC_URI=mirror://gnome/sources/vala/0.56/vala-0.56.16.tar.xz _eclasses_=gnome.org 6b39404f1491c60a2d32e3c693a683fe -_md5_=36338112e2fffe870564c684e4f5fa32 +_md5_=f841249b9bab588e464bf87cde000648 diff --git a/metadata/md5-cache/dev-libs/wayland-protocols-1.36 b/metadata/md5-cache/dev-libs/wayland-protocols-1.36 new file mode 100644 index 000000000000..22bc1054edaf --- /dev/null +++ b/metadata/md5-cache/dev-libs/wayland-protocols-1.36 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/wayland-scanner virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install test +DEPEND=test? ( dev-libs/wayland ) +DESCRIPTION=Wayland protocol files +EAPI=8 +HOMEPAGE=https://wayland.freedesktop.org/ +INHERIT=meson +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.36/downloads/wayland-protocols-1.36.tar.xz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=eeaa46cc84a09a9d909dfaa4a215cf33 diff --git a/metadata/md5-cache/dev-perl/Business-ISBN-3.9.0 b/metadata/md5-cache/dev-perl/Business-ISBN-3.9.0 new file mode 100644 index 000000000000..eed27eaee622 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Business-ISBN-3.9.0 @@ -0,0 +1,16 @@ +BDEPEND=barcode? ( dev-perl/GD-Barcode dev-perl/GD[png(+)] ) >=dev-perl/Business-ISBN-Data-20230322.1.0 >=virtual/perl-ExtUtils-MakeMaker-6.640.0 test? ( >=virtual/perl-Test-Simple-1 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Work with ISBN as objects +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Business-ISBN +INHERIT=perl-module +IUSE=test barcode test examples +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 +LICENSE=Artistic-2 +RDEPEND=barcode? ( dev-perl/GD-Barcode dev-perl/GD[png(+)] ) >=dev-perl/Business-ISBN-Data-20230322.1.0 dev-lang/perl:= +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BR/BRIANDFOY/Business-ISBN-3.009.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=15750fd9f81fbf94bbfa701f599c7eaf diff --git a/metadata/md5-cache/dev-perl/Business-ISBN-Data-20240426.1.0 b/metadata/md5-cache/dev-perl/Business-ISBN-Data-20240426.1.0 new file mode 100644 index 000000000000..660e644de372 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Business-ISBN-Data-20240426.1.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp virtual/perl-File-Spec >=virtual/perl-ExtUtils-MakeMaker-6.640.0 test? ( >=virtual/perl-Test-Simple-1 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Data pack for Business::ISBN +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Business-ISBN-Data +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 +LICENSE=Artistic-2 +RDEPEND=virtual/perl-Carp virtual/perl-File-Spec dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BR/BRIANDFOY/Business-ISBN-Data-20240426.001.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=607dad6800be05b1f8783b04e8d447c6 diff --git a/metadata/md5-cache/dev-perl/Business-ISMN-1.204.0 b/metadata/md5-cache/dev-perl/Business-ISMN-1.204.0 new file mode 100644 index 000000000000..9263fe31a41b --- /dev/null +++ b/metadata/md5-cache/dev-perl/Business-ISMN-1.204.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-perl/Tie-Cycle-1.210.0 virtual/perl-Scalar-List-Utils >=virtual/perl-ExtUtils-MakeMaker-6.640.0 virtual/perl-File-Spec test? ( >=virtual/perl-Test-Simple-1.0.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=International Standard Music Numbers +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Business-ISMN +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 +LICENSE=Artistic-2 +RDEPEND=>=dev-perl/Tie-Cycle-1.210.0 virtual/perl-Scalar-List-Utils dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BR/BRIANDFOY/Business-ISMN-1.204.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=777be8a45472ff6a0e2d65f156123d1c diff --git a/metadata/md5-cache/dev-perl/Business-ISSN-1.6.0 b/metadata/md5-cache/dev-perl/Business-ISSN-1.6.0 new file mode 100644 index 000000000000..0c8404aa5240 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Business-ISSN-1.6.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Exporter >=virtual/perl-ExtUtils-MakeMaker-6.640.0 virtual/perl-File-Spec test? ( >=virtual/perl-Test-Simple-1.0.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Object and functions to work with International Standard Serial Numbers +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Business-ISSN +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 +LICENSE=Artistic-2 +RDEPEND=virtual/perl-Exporter dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BR/BRIANDFOY/Business-ISSN-1.006.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=b8d49505925d510e6e8a09cf3f71c67c diff --git a/metadata/md5-cache/dev-perl/CGI-Simple-1.281.0 b/metadata/md5-cache/dev-perl/CGI-Simple-1.281.0 new file mode 100644 index 000000000000..aecc839b8e44 --- /dev/null +++ b/metadata/md5-cache/dev-perl/CGI-Simple-1.281.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-perl/Module-Build test? ( dev-perl/libwww-perl dev-perl/IO-stringy virtual/perl-File-Temp dev-perl/Test-Exception dev-perl/Test-NoWarnings ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=A Simple totally OO CGI interface that is CGI.pm compliant +EAPI=8 +HOMEPAGE=https://metacpan.org/release/CGI-Simple +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=Artistic +RDEPEND=dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/M/MA/MANWAR/CGI-Simple-1.281.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=6bafacd42c193f0dd4f100f0dfa077db diff --git a/metadata/md5-cache/dev-perl/CPAN-Changes-0.500.3 b/metadata/md5-cache/dev-perl/CPAN-Changes-0.500.3 new file mode 100644 index 000000000000..e69d6c98296d --- /dev/null +++ b/metadata/md5-cache/dev-perl/CPAN-Changes-0.500.3 @@ -0,0 +1,16 @@ +BDEPEND=dev-perl/Module-Runtime >=dev-perl/Moo-1.6.0 >=dev-perl/Sub-Quote-1.5.0 >=virtual/perl-Text-Tabs+Wrap-0.3.0 dev-perl/Type-Tiny >=virtual/perl-version-0.990.600 virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Read and write Changes files +EAPI=8 +HOMEPAGE=https://metacpan.org/release/CPAN-Changes +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/Module-Runtime >=dev-perl/Moo-1.6.0 >=dev-perl/Sub-Quote-1.5.0 >=virtual/perl-Text-Tabs+Wrap-0.3.0 dev-perl/Type-Tiny >=virtual/perl-version-0.990.600 dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/H/HA/HAARG/CPAN-Changes-0.500003.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=0a9dc841a35e49d0e0c6a25ceaa31a68 diff --git a/metadata/md5-cache/dev-perl/CPAN-Meta-Check-0.18.0 b/metadata/md5-cache/dev-perl/CPAN-Meta-Check-0.18.0 new file mode 100644 index 000000000000..750d00de2db7 --- /dev/null +++ b/metadata/md5-cache/dev-perl/CPAN-Meta-Check-0.18.0 @@ -0,0 +1,16 @@ +BDEPEND=>=virtual/perl-CPAN-Meta-2.132.830 >=virtual/perl-CPAN-Meta-Requirements-2.121.0 virtual/perl-Exporter >=virtual/perl-Module-Metadata-1.0.23 >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-Scalar-List-Utils >=virtual/perl-Test-Simple-0.880.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Verify requirements in a CPAN::Meta object +EAPI=8 +HOMEPAGE=https://metacpan.org/release/CPAN-Meta-Check +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=virtual/perl-CPAN-Meta-2.132.830 >=virtual/perl-CPAN-Meta-Requirements-2.121.0 virtual/perl-Exporter >=virtual/perl-Module-Metadata-1.0.23 dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.018.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=18e1c4803a7f9c274f6cf54ac2a71eca diff --git a/metadata/md5-cache/dev-perl/CPAN-Mini-1.111.17 b/metadata/md5-cache/dev-perl/CPAN-Mini-1.111.17 new file mode 100644 index 000000000000..6e69f7bd4170 --- /dev/null +++ b/metadata/md5-cache/dev-perl/CPAN-Mini-1.111.17 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp >=dev-perl/File-HomeDir-0.570.0 >=virtual/perl-File-Path-2.40.0 virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Getopt-Long >=virtual/perl-IO-Compress-1.20 >=dev-perl/libwww-perl-5 >=dev-perl/URI-1 >=virtual/perl-ExtUtils-MakeMaker-6.780.0 test? ( >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Create a minimal mirror of CPAN +EAPI=8 +HOMEPAGE=https://metacpan.org/release/CPAN-Mini +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp >=dev-perl/File-HomeDir-0.570.0 >=virtual/perl-File-Path-2.40.0 virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Getopt-Long >=virtual/perl-IO-Compress-1.20 >=dev-perl/libwww-perl-5 >=dev-perl/URI-1 dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RJ/RJBS/CPAN-Mini-1.111017.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=65d31406e2f0918e2d65da6012b5f9b9 diff --git a/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-5.202.404.270 b/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-5.202.404.270 new file mode 100644 index 000000000000..eddf01f73808 --- /dev/null +++ b/metadata/md5-cache/dev-perl/CPAN-Perl-Releases-5.202.404.270 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec virtual/perl-IO >=virtual/perl-Test-Simple-0.470.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Mapping Perl releases on CPAN to the location of the tarballs +EAPI=8 +HOMEPAGE=https://metacpan.org/release/CPAN-Perl-Releases +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-5.20240427.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=e9bfa8e8c26d5b2a55f802e9e4d22921 diff --git a/metadata/md5-cache/dev-perl/Carp-Assert-More-2.4.0 b/metadata/md5-cache/dev-perl/Carp-Assert-More-2.4.0 new file mode 100644 index 000000000000..9fb8b182198a --- /dev/null +++ b/metadata/md5-cache/dev-perl/Carp-Assert-More-2.4.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp virtual/perl-Scalar-List-Utils virtual/perl-ExtUtils-MakeMaker test? ( dev-perl/Test-Exception >=virtual/perl-Test-Simple-0.180.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Convenience assertions for common situations +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Carp-Assert-More +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=Artistic-2 +RDEPEND=virtual/perl-Carp virtual/perl-Scalar-List-Utils dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/P/PE/PETDANCE/Carp-Assert-More-2.4.0.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=bf15433a78a687338392ad52d61047d2 diff --git a/metadata/md5-cache/dev-perl/Compress-Raw-Lzma-2.212.0 b/metadata/md5-cache/dev-perl/Compress-Raw-Lzma-2.212.0 new file mode 100644 index 000000000000..081bb848c45e --- /dev/null +++ b/metadata/md5-cache/dev-perl/Compress-Raw-Lzma-2.212.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/xz-utils dev-lang/perl +DESCRIPTION=Perl interface for reading and writing lzma, lzip, and xz files/buffers +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Compress-Raw-Lzma +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=app-arch/xz-utils dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.212.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=27d8ee3f2af2265c9e0229d00ee62c10 diff --git a/metadata/md5-cache/dev-perl/Crypt-SMIME-0.300.0 b/metadata/md5-cache/dev-perl/Crypt-SMIME-0.300.0 new file mode 100644 index 000000000000..c14400321279 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Crypt-SMIME-0.300.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-libs/openssl-0.9.9:= virtual/perl-XSLoader virtual/perl-ExtUtils-MakeMaker dev-perl/ExtUtils-PkgConfig dev-perl/ExtUtils-CChecker >=virtual/perl-ExtUtils-Constant-0.230.0 test? ( dev-perl/Test-Exception virtual/perl-Test-Simple !minimal? ( >=dev-perl/Test-Taint-1.60.0 >=dev-perl/Taint-Util-0.80.0 ) ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/openssl-0.9.9:= dev-lang/perl +DESCRIPTION=S/MIME message signing, verification, encryption and decryption +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Crypt-SMIME +INHERIT=perl-module +IUSE=minimal test +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-libs/openssl-0.9.9:= virtual/perl-XSLoader dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/M/MI/MIKAGE/Crypt-SMIME-0.30.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=bcd7c30b5a117d7b0338a91423342f33 diff --git a/metadata/md5-cache/dev-perl/DBD-Pg-3.18.0 b/metadata/md5-cache/dev-perl/DBD-Pg-3.18.0 new file mode 100644 index 000000000000..cd825f027d88 --- /dev/null +++ b/metadata/md5-cache/dev-perl/DBD-Pg-3.18.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-version >=dev-perl/DBI-1.614.0 dev-db/postgresql:* >=virtual/perl-ExtUtils-MakeMaker-6.580.0 test? ( virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 virtual/perl-Time-HiRes ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-db/postgresql:* dev-lang/perl +DESCRIPTION=PostgreSQL database driver for the DBI module +EAPI=8 +HOMEPAGE=https://metacpan.org/release/DBD-Pg +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-version >=dev-perl/DBI-1.614.0 dev-db/postgresql:* dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=26b1a10403f88fdc8df38d82e85a4cff diff --git a/metadata/md5-cache/dev-perl/DBD-mysql-5.4.0 b/metadata/md5-cache/dev-perl/DBD-mysql-5.4.0 new file mode 100644 index 000000000000..960d17f57d7b --- /dev/null +++ b/metadata/md5-cache/dev-perl/DBD-mysql-5.4.0 @@ -0,0 +1,17 @@ +BDEPEND=>=dev-perl/DBI-1.609.0 >=dev-perl/Devel-CheckLib-1.109.0 mysql? ( >=dev-db/mysql-connector-c-8:= ) mariadb? ( >=dev-db/mariadb-connector-c-3.1:=[ssl(+)] ) virtual/perl-ExtUtils-MakeMaker virtual/perl-Data-Dumper test? ( dev-perl/Test-Deep >=virtual/perl-Test-Simple-0.900.0 virtual/perl-Time-HiRes mariadb? ( dev-db/mariadb:* ) mysql? ( >=dev-db/mysql-8:* ) ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=mysql? ( >=dev-db/mysql-connector-c-8:= ) mariadb? ( >=dev-db/mariadb-connector-c-3.1:=[ssl(+)] ) dev-lang/perl +DESCRIPTION=MySQL driver for the Perl5 Database Interface (DBI) +EAPI=8 +HOMEPAGE=https://metacpan.org/release/DBD-mysql +INHERIT=perl-module +IUSE=mariadb +mysql test test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-perl/DBI-1.609.0 >=dev-perl/Devel-CheckLib-1.109.0 mysql? ( >=dev-db/mysql-connector-c-8:= ) mariadb? ( >=dev-db/mariadb-connector-c-3.1:=[ssl(+)] ) dev-lang/perl:= +REQUIRED_USE=^^ ( mysql mariadb ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/D/DV/DVEEDEN/DBD-mysql-5.004.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=1baa518609c5d19c86f55cdafb1272e5 diff --git a/metadata/md5-cache/dev-perl/Data-Printer-1.2.1 b/metadata/md5-cache/dev-perl/Data-Printer-1.2.1 new file mode 100644 index 000000000000..8d93e39892d8 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Data-Printer-1.2.1 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Scalar-List-Utils virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Temp virtual/perl-Test-Simple ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Colored and full-featured pretty print of Perl data structures and objects +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Data-Printer +INHERIT=perl-module +IUSE=test examples +KEYWORDS=~amd64 ~loong ~riscv ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-File-Spec virtual/perl-File-Temp virtual/perl-Scalar-List-Utils dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GA/GARU/Data-Printer-1.002001.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=0188cb4cd72b84956d2823d0c8e1be35 diff --git a/metadata/md5-cache/dev-perl/Data-UUID-1.227.0 b/metadata/md5-cache/dev-perl/Data-UUID-1.227.0 new file mode 100644 index 000000000000..08ec99bbcf1a --- /dev/null +++ b/metadata/md5-cache/dev-perl/Data-UUID-1.227.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Digest-MD5 virtual/perl-ExtUtils-MakeMaker dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs) +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Data-UUID +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=BSD +RDEPEND=virtual/perl-Digest-MD5 dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GT/GTERMARS/Data-UUID-1.227.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=6f45989ddbea7454bef8b2b6de6b4222 diff --git a/metadata/md5-cache/dev-perl/Email-Sender-2.601.0 b/metadata/md5-cache/dev-perl/Email-Sender-2.601.0 new file mode 100644 index 000000000000..31d3488a2de5 --- /dev/null +++ b/metadata/md5-cache/dev-perl/Email-Sender-2.601.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp >=dev-perl/Email-Abstract-3.6.0 dev-perl/Email-Address-XS >=dev-perl/Email-Simple-1.998.0 >=virtual/perl-File-Path-2.60.0 virtual/perl-File-Spec >=virtual/perl-IO-1.110.0 >=virtual/perl-Scalar-List-Utils-1.450.0 dev-perl/Module-Runtime >=dev-perl/Moo-2.0.0 >=dev-perl/MooX-Types-MooseLike-0.150.0 >=virtual/perl-libnet-3.70.0 dev-perl/Sub-Exporter >=dev-perl/Throwable-0.200.3 dev-perl/Try-Tiny virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-CPAN-Meta-2.120.900 >=dev-perl/Capture-Tiny-0.80.0 virtual/perl-Exporter virtual/perl-File-Temp dev-perl/Sub-Override dev-perl/Test-MockObject >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=A library for sending email +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Email-Sender +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp >=dev-perl/Email-Abstract-3.6.0 dev-perl/Email-Address-XS >=dev-perl/Email-Simple-1.998.0 >=virtual/perl-File-Path-2.60.0 virtual/perl-File-Spec >=virtual/perl-IO-1.110.0 >=virtual/perl-Scalar-List-Utils-1.450.0 dev-perl/Module-Runtime >=dev-perl/Moo-2.0.0 >=dev-perl/MooX-Types-MooseLike-0.150.0 >=virtual/perl-libnet-3.70.0 dev-perl/Sub-Exporter >=dev-perl/Throwable-0.200.3 dev-perl/Try-Tiny dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RJ/RJBS/Email-Sender-2.601.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=e8a378e880e99e70951730a7fbc047df diff --git a/metadata/md5-cache/dev-perl/Email-Valid-1.204.0 b/metadata/md5-cache/dev-perl/Email-Valid-1.204.0 new file mode 100644 index 000000000000..150a3b75f1ba --- /dev/null +++ b/metadata/md5-cache/dev-perl/Email-Valid-1.204.0 @@ -0,0 +1,16 @@ +BDEPEND=dev-perl/Capture-Tiny virtual/perl-Encode virtual/perl-Carp virtual/perl-File-Spec virtual/perl-IO dev-perl/MailTools dev-perl/Net-DNS >=dev-perl/Net-Domain-TLD-1.650.0 virtual/perl-Scalar-List-Utils virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Check validity of Internet email addresses +EAPI=8 +HOMEPAGE=https://metacpan.org/release/Email-Valid +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/Capture-Tiny virtual/perl-Encode virtual/perl-Carp virtual/perl-File-Spec virtual/perl-IO dev-perl/MailTools dev-perl/Net-DNS >=dev-perl/Net-Domain-TLD-1.650.0 virtual/perl-Scalar-List-Utils dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RJ/RJBS/Email-Valid-1.204.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=1fcb5e5292d7f1d608b2ebed4e8d8a28 diff --git a/metadata/md5-cache/dev-perl/ExtUtils-Config-0.9.0 b/metadata/md5-cache/dev-perl/ExtUtils-Config-0.9.0 new file mode 100644 index 000000000000..e5b334330efc --- /dev/null +++ b/metadata/md5-cache/dev-perl/ExtUtils-Config-0.9.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Data-Dumper virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec virtual/perl-IO >=virtual/perl-Test-Simple-0.88 ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Wrapper for perl's configuration +EAPI=8 +HOMEPAGE=https://metacpan.org/release/ExtUtils-Config +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Data-Dumper dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-Config-0.009.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=444a365f16b7066cbf5bb51644ab4b78 diff --git a/metadata/md5-cache/dev-perl/ExtUtils-HasCompiler-0.24.0 b/metadata/md5-cache/dev-perl/ExtUtils-HasCompiler-0.24.0 new file mode 100644 index 000000000000..c7079739efe5 --- /dev/null +++ b/metadata/md5-cache/dev-perl/ExtUtils-HasCompiler-0.24.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Check for the presence of a compiler +EAPI=8 +HOMEPAGE=https://metacpan.org/release/ExtUtils-HasCompiler +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-File-Temp dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-HasCompiler-0.024.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=09e1d647ab69759923cb8b814da65d9f diff --git a/metadata/md5-cache/dev-perl/ExtUtils-InstallPaths-0.13.0 b/metadata/md5-cache/dev-perl/ExtUtils-InstallPaths-0.13.0 new file mode 100644 index 000000000000..7d2ae699ddfa --- /dev/null +++ b/metadata/md5-cache/dev-perl/ExtUtils-InstallPaths-0.13.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp >=dev-perl/ExtUtils-Config-0.2.0 virtual/perl-File-Spec virtual/perl-ExtUtils-MakeMaker test? ( >=virtual/perl-File-Spec-0.830.0 virtual/perl-File-Temp virtual/perl-Test-Simple ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Build.PL install path logic made easy +EAPI=8 +HOMEPAGE=https://metacpan.org/release/ExtUtils-InstallPaths +INHERIT=perl-module +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp >=dev-perl/ExtUtils-Config-0.2.0 virtual/perl-File-Spec dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.013.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=5108734b355bedd97d6f666050cfba2d diff --git a/metadata/md5-cache/dev-perl/IO-Socket-SSL-2.85.0 b/metadata/md5-cache/dev-perl/IO-Socket-SSL-2.85.0 index 61c28e010451..0a476d0f580a 100644 --- a/metadata/md5-cache/dev-perl/IO-Socket-SSL-2.85.0 +++ b/metadata/md5-cache/dev-perl/IO-Socket-SSL-2.85.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/IO-Socket-SSL INHERIT=perl-module IUSE=idn test examples -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Mozilla-CA >=dev-perl/Net-SSLeay-1.460.0 virtual/perl-Scalar-List-Utils idn? ( || ( >=dev-perl/URI-1.50 dev-perl/Net-LibIDN dev-perl/Net-IDN-Encode ) ) dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SU/SULLR/IO-Socket-SSL-2.085.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=dcca3b4a77e960ab8c3c1b50cf05e313 +_md5_=a68c300fb761c1e765823ac40e3bb38e diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index b3fbcff0b7d4..99bab5ee8d52 100644 Binary files a/metadata/md5-cache/dev-perl/Manifest.gz and b/metadata/md5-cache/dev-perl/Manifest.gz differ diff --git a/metadata/md5-cache/dev-perl/Net-RawIP-0.250.0-r4 b/metadata/md5-cache/dev-perl/Net-RawIP-0.250.0-r4 index dfc9c1daa6ed..7f8cacf6786f 100644 --- a/metadata/md5-cache/dev-perl/Net-RawIP-0.250.0-r4 +++ b/metadata/md5-cache/dev-perl/Net-RawIP-0.250.0-r4 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/Net-RawIP INHERIT=perl-module IUSE=test examples -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 +KEYWORDS=~alpha amd64 ~hppa ~ia64 ppc ~sparc x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=net-libs/libpcap dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SA/SAPER/Net-RawIP-0.25.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2cefb95be8a1f27a5d1f33835b1c0afe +_md5_=a31ff61b51b6941a1ad27c6b17477f0c diff --git a/metadata/md5-cache/dev-perl/Net-SSLeay-1.940.0 b/metadata/md5-cache/dev-perl/Net-SSLeay-1.940.0 index 31b4f44e0461..2f13c49804e2 100644 --- a/metadata/md5-cache/dev-perl/Net-SSLeay-1.940.0 +++ b/metadata/md5-cache/dev-perl/Net-SSLeay-1.940.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/Net-SSLeay INHERIT=perl-module IUSE=minimal examples test examples -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=Artistic-2 RDEPEND=dev-libs/openssl:= virtual/perl-MIME-Base64 dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/C/CH/CHRISN/Net-SSLeay-1.94.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=574cc43bf95ce966a6bacf9e1cdb9ef3 +_md5_=1cd3ef1960c64f11b38946d0ab361a89 diff --git a/metadata/md5-cache/dev-perl/Syntax-Keyword-Try-0.290.0 b/metadata/md5-cache/dev-perl/Syntax-Keyword-Try-0.290.0 index d916dd75cd68..af5d761d3bd2 100644 --- a/metadata/md5-cache/dev-perl/Syntax-Keyword-Try-0.290.0 +++ b/metadata/md5-cache/dev-perl/Syntax-Keyword-Try-0.290.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/Syntax-Keyword-Try INHERIT=perl-module IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/XS-Parse-Keyword dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.29.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b2dded710543f247ac3b8a622ca96720 +_md5_=e8a2fba787d675efb5b1b1429055166c diff --git a/metadata/md5-cache/dev-perl/Unicode-Map8-0.130.0-r3 b/metadata/md5-cache/dev-perl/Unicode-Map8-0.130.0-r3 index 6f2894f86105..df655c7e861f 100644 --- a/metadata/md5-cache/dev-perl/Unicode-Map8-0.130.0-r3 +++ b/metadata/md5-cache/dev-perl/Unicode-Map8-0.130.0-r3 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/Unicode-Map8 INHERIT=perl-module IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-perl/Unicode-String-2.60.0 dev-lang/perl:= RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/G/GA/GAAS/Unicode-Map8-0.13.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=84f882da33b810cf6cb2a606f6689ff1 +_md5_=22d46fa92222b61283d3526f6da872bb diff --git a/metadata/md5-cache/dev-perl/WWW-Mechanize-2.180.0 b/metadata/md5-cache/dev-perl/WWW-Mechanize-2.180.0 new file mode 100644 index 000000000000..653efe99c5a9 --- /dev/null +++ b/metadata/md5-cache/dev-perl/WWW-Mechanize-2.180.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp virtual/perl-Getopt-Long >=dev-perl/HTML-Form-6.80.0 dev-perl/HTML-Parser >=dev-perl/HTML-Tree-5 dev-perl/HTTP-Cookies >=dev-perl/HTTP-Message-1.300.0 >=dev-perl/libwww-perl-6.450.0 >=virtual/perl-Scalar-List-Utils-1.140.0 virtual/perl-Tie-RefHash dev-perl/URI virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec virtual/perl-File-Temp >=dev-perl/HTTP-Daemon-6.120.0 dev-perl/Path-Tiny dev-perl/Test-Deep dev-perl/Test-Fatal dev-perl/Test-Memory-Cycle dev-perl/Test-Output >=virtual/perl-Test-Simple-0.960.0 dev-perl/Test-Taint dev-perl/Test-Warnings ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-lang/perl +DESCRIPTION=Handy web browsing in a Perl object +EAPI=8 +HOMEPAGE=https://metacpan.org/release/WWW-Mechanize +INHERIT=perl-module +IUSE=test +KEYWORDS=~amd64 ~arm ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp virtual/perl-Getopt-Long >=dev-perl/HTML-Form-6.80.0 dev-perl/HTML-Parser >=dev-perl/HTML-Tree-5 dev-perl/HTTP-Cookies >=dev-perl/HTTP-Message-1.300.0 >=dev-perl/libwww-perl-6.450.0 >=virtual/perl-Scalar-List-Utils-1.140.0 virtual/perl-Tie-RefHash dev-perl/URI dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/O/OA/OALDERS/WWW-Mechanize-2.18.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=ae67e0bf00a4e7a3cbfc1a91eb5a5947 diff --git a/metadata/md5-cache/dev-perl/X11-XCB-0.220.0 b/metadata/md5-cache/dev-perl/X11-XCB-0.220.0 index db7ecc6ebaf3..cf25a9d509d7 100644 --- a/metadata/md5-cache/dev-perl/X11-XCB-0.220.0 +++ b/metadata/md5-cache/dev-perl/X11-XCB-0.220.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://metacpan.org/release/X11-XCB INHERIT=perl-module virtualx IUSE=test test -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~ppc64 ~riscv x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Data-Dump dev-perl/Mouse dev-perl/MouseX-NativeTraits dev-perl/Try-Tiny dev-perl/XML-Descent dev-perl/XML-Simple >=virtual/perl-XSLoader-0.20.0 >=x11-libs/libxcb-1.2 x11-libs/xcb-util x11-libs/xcb-util-wm dev-lang/perl:= RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=mirror://cpan/authors/id/Z/ZH/ZHMYLOVE/X11-XCB-0.22.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=d97667d811a628d0b86bae9f0e4af1c2 +_md5_=2664699cd6b7ff4cdfbf70d54fc4a832 diff --git a/metadata/md5-cache/dev-perl/XML-LibXML-2.21.0 b/metadata/md5-cache/dev-perl/XML-LibXML-2.21.0 new file mode 100644 index 000000000000..551e5656e3a5 --- /dev/null +++ b/metadata/md5-cache/dev-perl/XML-LibXML-2.21.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/perl-Carp virtual/perl-Encode >=virtual/perl-Exporter-5.570.0 virtual/perl-IO virtual/perl-Scalar-List-Utils >=dev-perl/XML-NamespaceSupport-1.70.0 >=dev-perl/XML-SAX-1.20.0-r1 dev-perl/XML-SAX-Base >=dev-libs/libxml2-2.6.21:2= virtual/perl-parent virtual/perl-ExtUtils-MakeMaker dev-perl/Alien-Build >=dev-perl/Alien-Libxml2-0.140.0 test? ( !minimal? ( dev-perl/Test-LeakTrace ) ) dev-lang/perl test? ( >=virtual/perl-Test-Simple-1 ) +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=>=dev-libs/libxml2-2.6.21:2= dev-lang/perl +DESCRIPTION=Perl binding for libxml2 +EAPI=8 +HOMEPAGE=https://metacpan.org/release/XML-LibXML +INHERIT=perl-module +IUSE=minimal test examples +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Carp virtual/perl-Encode >=virtual/perl-Exporter-5.570.0 virtual/perl-IO virtual/perl-Scalar-List-Utils >=dev-perl/XML-NamespaceSupport-1.70.0 >=dev-perl/XML-SAX-1.20.0-r1 dev-perl/XML-SAX-Base >=dev-libs/libxml2-2.6.21:2= virtual/perl-parent dev-lang/perl:= +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0210.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=b74089d45d5eb6d4ec81d312d5a66ec9 diff --git a/metadata/md5-cache/dev-perl/XML-Parser-2.470.0 b/metadata/md5-cache/dev-perl/XML-Parser-2.470.0 new file mode 100644 index 000000000000..235dcdb822c7 --- /dev/null +++ b/metadata/md5-cache/dev-perl/XML-Parser-2.470.0 @@ -0,0 +1,14 @@ +BDEPEND=>=dev-libs/expat-1.95.1-r1 dev-perl/libwww-perl >=dev-perl/Devel-CheckLib-1.140.0 dev-lang/perl +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/expat-1.95.1-r1 dev-perl/libwww-perl dev-lang/perl +DESCRIPTION=A perl module for parsing XML documents +EAPI=7 +HOMEPAGE=https://metacpan.org/release/XML-Parser +INHERIT=perl-module +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=>=dev-libs/expat-1.95.1-r1 dev-perl/libwww-perl dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/T/TO/TODDR/XML-Parser-2.47.tar.gz +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=ba66e020e30ac5cb7d741a345f294802 diff --git a/metadata/md5-cache/dev-python/Faker-24.14.1 b/metadata/md5-cache/dev-python/Faker-24.14.1 new file mode 100644 index 000000000000..35fd07f5b9af --- /dev/null +++ b/metadata/md5-cache/dev-python/Faker-24.14.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/freezegun[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,tiff] dev-python/validators[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/python-dateutil-2.4.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-ruby/faker >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A Python package that generates fake data for you +EAPI=8 +HOMEPAGE=https://github.com/joke2k/faker/ https://pypi.org/project/Faker/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/python-dateutil-2.4.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-ruby/faker python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/F/Faker/Faker-24.14.1.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=157a6c909f33484bcc9c4253d8f71fdc diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index 64e58fd31ac6..7ca608954820 100644 Binary files a/metadata/md5-cache/dev-python/Manifest.gz and b/metadata/md5-cache/dev-python/Manifest.gz differ diff --git a/metadata/md5-cache/dev-python/agate-1.10.0 b/metadata/md5-cache/dev-python/agate-1.10.0 deleted file mode 100644 index ed5a9349e796..000000000000 --- a/metadata/md5-cache/dev-python/agate-1.10.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( >=dev-python/cssselect-0.9.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytimeparse-1.1.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/parsedatetime-2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/Babel-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/isodate-0.5.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyicu-2.4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-slugify-1.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/leather-0.3.3-r2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/furo[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/furo[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/furo[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=A Python data analysis library that is optimized for humans instead of machines -EAPI=8 -HOMEPAGE=https://github.com/wireservice/agate/ https://pypi.org/project/agate/ -INHERIT=distutils-r1 pypi -IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~amd64 ~riscv ~arm64-macos ~x64-macos -LICENSE=MIT -RDEPEND=>=dev-python/pytimeparse-1.1.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/parsedatetime-2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/Babel-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/isodate-0.5.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyicu-2.4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-slugify-1.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/leather-0.3.3-r2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/a/agate/agate-1.10.0.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=253f9518eec8779b71cc5eef22090339 diff --git a/metadata/md5-cache/dev-python/agate-1.9.1 b/metadata/md5-cache/dev-python/agate-1.10.1 similarity index 99% rename from metadata/md5-cache/dev-python/agate-1.9.1 rename to metadata/md5-cache/dev-python/agate-1.10.1 index b33e36725717..493b6ee1dc69 100644 --- a/metadata/md5-cache/dev-python/agate-1.9.1 +++ b/metadata/md5-cache/dev-python/agate-1.10.1 @@ -11,6 +11,6 @@ RDEPEND=>=dev-python/pytimeparse-1.1.5[python_targets_python3_10(-)?,python_targ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/a/agate/agate-1.9.1.tar.gz +SRC_URI=https://files.pythonhosted.org/packages/source/a/agate/agate-1.10.1.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=253f9518eec8779b71cc5eef22090339 diff --git a/metadata/md5-cache/dev-python/backports-tarfile-1.1.1 b/metadata/md5-cache/dev-python/backports-tarfile-1.1.1 index 9b887d41b871..cda4ae5aed0e 100644 --- a/metadata/md5-cache/dev-python/backports-tarfile-1.1.1 +++ b/metadata/md5-cache/dev-python/backports-tarfile-1.1.1 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/jaraco/backports.tarfile/ https://pypi.org/project/backports.tarfile/ INHERIT=distutils-r1 pypi IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 -KEYWORDS=amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv ~s390 x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=MIT RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/b/backports.tarfile/backports_tarfile-1.1.1.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a46315475a16c8e2a9ded5aa9bb797de +_md5_=f3478fc72d340a8c9a7b02d077174f76 diff --git a/metadata/md5-cache/dev-python/blinker-1.8.1 b/metadata/md5-cache/dev-python/blinker-1.8.1 new file mode 100644 index 000000000000..872cda62e67a --- /dev/null +++ b/metadata/md5-cache/dev-python/blinker-1.8.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/pytest-asyncio[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Fast, simple object-to-object and broadcast signaling +EAPI=8 +HOMEPAGE=https://github.com/pallets-eco/blinker/ https://pypi.org/project/blinker/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos +LICENSE=MIT +RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/b/blinker/blinker-1.8.1.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=2410817535e5827181635af40b990ec0 diff --git a/metadata/md5-cache/dev-python/build-1.2.1 b/metadata/md5-cache/dev-python/build-1.2.1 index 8eb10e3cfca2..d29a7c36aed1 100644 --- a/metadata/md5-cache/dev-python/build-1.2.1 +++ b/metadata/md5-cache/dev-python/build-1.2.1 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://pypi.org/project/build/ https://github.com/pypa/build/ INHERIT=distutils-r1 IUSE=test-rust test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv sparc x86 LICENSE=MIT RDEPEND=>=dev-python/packaging-19.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyproject-hooks[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/tomli-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/tomli-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/pypa/build/archive/1.2.1.tar.gz -> build-1.2.1.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a9fc1eb43eca68455df1edbbd5aeae3b +_md5_=a0a08fd0726a6ad257b8b1c795e3a202 diff --git a/metadata/md5-cache/dev-python/gdb-pt-dump-0.0.0_p20231111 b/metadata/md5-cache/dev-python/gdb-pt-dump-0.0.0_p20231111 index dad8cf12fe19..fd522ca5177f 100644 --- a/metadata/md5-cache/dev-python/gdb-pt-dump-0.0.0_p20231111 +++ b/metadata/md5-cache/dev-python/gdb-pt-dump-0.0.0_p20231111 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://github.com/martinradev/gdb-pt-dump INHERIT=distutils-r1 IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=MIT RDEPEND=dev-debug/gdb[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) SLOT=0 SRC_URI=https://github.com/martinradev/gdb-pt-dump/archive/89ea252f6efc5d75eacca16fc17ff8966a389690.tar.gz -> gdb-pt-dump-0.0.0_p20231111.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=d4bd31e8e6c9c236950d30d727d6d629 +_md5_=b2bc9e5897b905fd5f47dec3ec436f18 diff --git a/metadata/md5-cache/dev-python/hypothesis-6.100.2 b/metadata/md5-cache/dev-python/hypothesis-6.100.2 new file mode 100644 index 000000000000..e6139262a8e9 --- /dev/null +++ b/metadata/md5-cache/dev-python/hypothesis-6.100.2 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/pexpect[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-8[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !!=dev-python/attrs-22.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sortedcontainers-2.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/exceptiongroup-1.0.0_rc8[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/exceptiongroup-1.0.0_rc8[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) cli? ( python_targets_python3_10? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+),sqlite] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+),sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+),sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+),sqlite] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=A library for property based testing +EAPI=8 +HOMEPAGE=https://github.com/HypothesisWorks/hypothesis/ https://pypi.org/project/hypothesis/ +INHERIT=distutils-r1 multiprocessing optfeature +IUSE=cli test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MPL-2.0 +RDEPEND=>=dev-python/attrs-22.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sortedcontainers-2.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( >=dev-python/exceptiongroup-1.0.0_rc8[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-python/exceptiongroup-1.0.0_rc8[python_targets_pypy3(-)?,python_targets_python3_10(-)?] ) cli? ( python_targets_python3_10? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-python/black[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+),sqlite] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+),sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+),sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+),sqlite] ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.100.2.tar.gz -> hypothesis-6.100.2.gh.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=8eb7f059079159ce2a10544a299aac8b diff --git a/metadata/md5-cache/dev-python/jaraco-context-5.3.0 b/metadata/md5-cache/dev-python/jaraco-context-5.3.0 index 03faeb1d7f0b..294b6e1878f6 100644 --- a/metadata/md5-cache/dev-python/jaraco-context-5.3.0 +++ b/metadata/md5-cache/dev-python/jaraco-context-5.3.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/jaraco/jaraco.context/ https://pypi.org/project/jaraco.context/ INHERIT=distutils-r1 pypi IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv ~s390 x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=MIT RDEPEND=python_targets_pypy3? ( dev-python/backports-tarfile[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-python/backports-tarfile[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/backports-tarfile[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-5.3.0.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=0180889688e1b707cf73f1486cc189d1 +_md5_=acb9af8baeb27af06d81c11f1b251ff0 diff --git a/metadata/md5-cache/dev-python/line-profiler-4.1.3 b/metadata/md5-cache/dev-python/line-profiler-4.1.3 new file mode 100644 index 000000000000..893d8d7461c0 --- /dev/null +++ b/metadata/md5-cache/dev-python/line-profiler-4.1.3 @@ -0,0 +1,17 @@ +BDEPEND=dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/coverage[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ubelt[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +DESCRIPTION=Line-by-line profiler +EAPI=8 +HOMEPAGE=https://github.com/pyutils/line_profiler/ https://pypi.org/project/line-profiler/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/pyutils/line_profiler/archive/v4.1.3.tar.gz -> line_profiler-4.1.3.gh.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=80041a9203d78c2754bbf0cc3a1c1921 diff --git a/metadata/md5-cache/dev-python/moto-5.0.6 b/metadata/md5-cache/dev-python/moto-5.0.6 new file mode 100644 index 000000000000..b0ae4d5f26fc --- /dev/null +++ b/metadata/md5-cache/dev-python/moto-5.0.6 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/freezegun[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/aws-xray-sdk-0.93[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/boto3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/botocore-1.14.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cfn-lint-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cookies[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/docker-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask-cors[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja-2.10.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsondiff-1.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/more-itertools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyparsing-3.0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/openapi-spec-validator-0.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-jose[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/responses-0.15.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sshpubkeys[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/typing-extensions[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xmltodict[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/werkzeug[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/zipp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Mock library for boto +EAPI=8 +HOMEPAGE=https://github.com/getmoto/moto/ https://pypi.org/project/moto/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/aws-xray-sdk-0.93[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/boto3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/botocore-1.14.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cfn-lint-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cookies[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/docker-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask-cors[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jinja-2.10.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsondiff-1.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/more-itertools[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyparsing-3.0.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/openapi-spec-validator-0.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyyaml-5.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-jose[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/responses-0.15.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sshpubkeys[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/typing-extensions[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/xmltodict[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/werkzeug[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/zipp[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/m/moto/moto-5.0.6.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=dbc6c12a690cac20575789b205675e73 diff --git a/metadata/md5-cache/dev-python/mypy-1.9.0 b/metadata/md5-cache/dev-python/mypy-1.9.0 index 402b97b53aa5..c4184263aec2 100644 --- a/metadata/md5-cache/dev-python/mypy-1.9.0 +++ b/metadata/md5-cache/dev-python/mypy-1.9.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.mypy-lang.org/ https://github.com/python/mypy/ https://pypi.org/project/mypy/ INHERIT=distutils-r1 multiprocessing IUSE=+native-extensions test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=MIT RDEPEND=!dev-util/stubgen >=dev-python/psutil-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mypy_extensions-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-python/tomli[python_targets_python3_10(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/python/mypy/archive/1.9.0.tar.gz -> mypy-1.9.0.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=d214b8ecaef09581c101d43d5c59f848 +_md5_=f4967ceaf99a89675be8358b4fa172e9 diff --git a/metadata/md5-cache/dev-python/myst-parser-3.0.1 b/metadata/md5-cache/dev-python/myst-parser-3.0.1 new file mode 100644 index 000000000000..8a782ccf87c1 --- /dev/null +++ b/metadata/md5-cache/dev-python/myst-parser-3.0.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/defusedxml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/linkify-it-py-2.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-regressions[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-param-files[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/sphinx-7.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx-pytest[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/docutils-0.18[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/markdown-it-py-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/mdit-py-plugins-0.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/sphinx-6[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/flit-core-3.9.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Extended commonmark compliant parser, with bridges to Sphinx +EAPI=8 +HOMEPAGE=https://github.com/executablebooks/MyST-Parser/ https://pypi.org/project/myst-parser/ +INHERIT=distutils-r1 +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/docutils-0.18[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/markdown-it-py-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/mdit-py-plugins-0.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyyaml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/sphinx-6[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/executablebooks/MyST-Parser/archive/v3.0.1.tar.gz -> MyST-Parser-3.0.1.gh.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=26b6bb62f43151cccb8762a649303f87 diff --git a/metadata/md5-cache/dev-python/pyqtgraph-0.13.7 b/metadata/md5-cache/dev-python/pyqtgraph-0.13.7 new file mode 100644 index 000000000000..4132ea728542 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyqtgraph-0.13.7 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/h5py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PyQt5[testlib,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xvfb[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-vcs/git ) test? ( >=dev-python/numpy-1.22[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PyQt5[gui,widgets,opengl=,svg=,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] opengl? ( dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A pure-python graphics and GUI library built on PyQt and numpy +EAPI=8 +HOMEPAGE=https://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph/ https://pypi.org/project/pyqtgraph/ +INHERIT=distutils-r1 +IUSE=opengl svg test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~arm ~arm64 ~riscv ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/numpy-1.22[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/PyQt5[gui,widgets,opengl=,svg=,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] opengl? ( dev-python/pyopengl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=test? ( opengl svg ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/pyqtgraph/pyqtgraph/archive/pyqtgraph-0.13.7.tar.gz -> pyqtgraph-0.13.7.gh.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=35868970611a2593c93e6549275b3d52 diff --git a/metadata/md5-cache/dev-python/pytest-xdist-3.6.1 b/metadata/md5-cache/dev-python/pytest-xdist-3.6.1 new file mode 100644 index 000000000000..1fdd4dbdd549 --- /dev/null +++ b/metadata/md5-cache/dev-python/pytest-xdist-3.6.1 @@ -0,0 +1,16 @@ +BDEPEND=dev-python/setuptools-scm[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/filelock[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/execnet-2.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Distributed testing and loop-on-failing modes +EAPI=8 +HOMEPAGE=https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos +LICENSE=MIT +RDEPEND=>=dev-python/execnet-2.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/psutil[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest_xdist-3.6.1.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=acd10792de93b56e9674a9d1c1c555c4 diff --git a/metadata/md5-cache/dev-python/regex-2024.4.28 b/metadata/md5-cache/dev-python/regex-2024.4.28 new file mode 100644 index 000000000000..238cb65e40e1 --- /dev/null +++ b/metadata/md5-cache/dev-python/regex-2024.4.28 @@ -0,0 +1,17 @@ +BDEPEND=test? ( python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +DESCRIPTION=Alternative regular expression module to replace re +EAPI=8 +HOMEPAGE=https://github.com/mrabarnett/mrab-regex/ https://pypi.org/project/regex/ +INHERIT=distutils-r1 pypi +IUSE=doc test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos +LICENSE=Apache-2.0 +RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/r/regex/regex-2024.4.28.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=1bf4782e914fe3e8961a3ef31f3be778 diff --git a/metadata/md5-cache/dev-python/time-machine-2.13.0 b/metadata/md5-cache/dev-python/time-machine-2.13.0 deleted file mode 100644 index be5ca2d8573a..000000000000 --- a/metadata/md5-cache/dev-python/time-machine-2.13.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) -DESCRIPTION=Travel through time in your tests -EAPI=8 -HOMEPAGE=https://github.com/adamchainz/time-machine/ https://pypi.org/project/time-machine/ -INHERIT=distutils-r1 -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 -LICENSE=MIT -RDEPEND=dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/adamchainz/time-machine/archive/2.13.0.tar.gz -> time-machine-2.13.0.gh.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7ef94439776a8c626448c54ea113d04e diff --git a/metadata/md5-cache/dev-python/time-machine-2.14.0 b/metadata/md5-cache/dev-python/time-machine-2.14.0 deleted file mode 100644 index dc9934754870..000000000000 --- a/metadata/md5-cache/dev-python/time-machine-2.14.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) -DESCRIPTION=Travel through time in your tests -EAPI=8 -HOMEPAGE=https://github.com/adamchainz/time-machine/ https://pypi.org/project/time-machine/ -INHERIT=distutils-r1 -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 -LICENSE=MIT -RDEPEND=dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/adamchainz/time-machine/archive/2.14.0.tar.gz -> time-machine-2.14.0.gh.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=add5ddb87225f5441a7a590780497ef3 diff --git a/metadata/md5-cache/dev-python/time-machine-2.14.1 b/metadata/md5-cache/dev-python/time-machine-2.14.1 index 5699aca922b8..0c35e2c0574d 100644 --- a/metadata/md5-cache/dev-python/time-machine-2.14.1 +++ b/metadata/md5-cache/dev-python/time-machine-2.14.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/adamchainz/time-machine/ https://pypi.org/project/time-machine/ INHERIT=distutils-r1 IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 debug -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=MIT RDEPEND=dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/adamchainz/time-machine/archive/2.14.1.tar.gz -> time-machine-2.14.1.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=add5ddb87225f5441a7a590780497ef3 +_md5_=a586bb6a919052437df61c449c525f2f diff --git a/metadata/md5-cache/dev-python/twisted-23.10.0 b/metadata/md5-cache/dev-python/twisted-23.10.0 deleted file mode 100644 index 6e94b8d03453..000000000000 --- a/metadata/md5-cache/dev-python/twisted-23.10.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-python/hatch-fancy-pypi-readme-22.5.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/attrs-19.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/automat-0.8.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hyperlink-17.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] conch? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) http2? ( =dev-python/h2-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/priority-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) serial? ( >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_10? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_11? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_12? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.21.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm prepare test -DESCRIPTION=An asynchronous networking framework written in Python -EAPI=8 -HOMEPAGE=https://twisted.org/ https://github.com/twisted/twisted/ https://pypi.org/project/Twisted/ -INHERIT=distutils-r1 pypi virtualx -IUSE=conch http2 serial ssl test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos -LICENSE=MIT -RDEPEND=>=dev-python/attrs-19.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/automat-0.8.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hyperlink-17.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] conch? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) http2? ( =dev-python/h2-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/priority-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) serial? ( >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) -REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/t/twisted/twisted-23.10.0.tar.gz https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=4e35c951278c6351d4439dd25cddffa4 diff --git a/metadata/md5-cache/dev-python/twisted-24.2.0_rc1 b/metadata/md5-cache/dev-python/twisted-24.2.0_rc1 deleted file mode 100644 index a2cc172fa21d..000000000000 --- a/metadata/md5-cache/dev-python/twisted-24.2.0_rc1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=>=dev-python/hatch-fancy-pypi-readme-22.5.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/attrs-19.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/automat-0.8.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hyperlink-17.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] conch? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) http2? ( =dev-python/h2-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/priority-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) serial? ( >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_10? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_11? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) python_targets_python3_12? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/cython-test-exception-raiser-1.0.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hypothesis-6.56[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyhamcrest-2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] virtual/openssh ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ) ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.21.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm prepare test -DESCRIPTION=An asynchronous networking framework written in Python -EAPI=8 -HOMEPAGE=https://twisted.org/ https://github.com/twisted/twisted/ https://pypi.org/project/Twisted/ -INHERIT=distutils-r1 pypi virtualx -IUSE=conch http2 serial ssl test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos -LICENSE=MIT -RDEPEND=>=dev-python/attrs-19.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/automat-0.8.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hyperlink-17.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] conch? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) http2? ( =dev-python/h2-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/priority-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) serial? ( >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) -REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/t/twisted/twisted-24.2.0rc1.tar.gz https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=aed4259d2dd220a7c952dd5502d1d787 diff --git a/metadata/md5-cache/dev-python/twisted-24.3.0 b/metadata/md5-cache/dev-python/twisted-24.3.0 index 6d08a1bcdb2c..84ea9bd5dc86 100644 --- a/metadata/md5-cache/dev-python/twisted-24.3.0 +++ b/metadata/md5-cache/dev-python/twisted-24.3.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://twisted.org/ https://github.com/twisted/twisted/ https://pypi.org/project/Twisted/ INHERIT=distutils-r1 pypi virtualx IUSE=conch http2 serial ssl test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 test -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos LICENSE=MIT RDEPEND=>=dev-python/attrs-19.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/automat-0.8.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/constantly-15.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hyperlink-17.1.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/incremental-22.10.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.2.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/zope-interface-5[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] conch? ( >=dev-python/appdirs-1.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/bcrypt-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cryptography-3.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pyasn1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) http2? ( =dev-python/h2-3.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] =dev-python/priority-1.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) serial? ( >=dev-python/pyserial-3.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) ssl? ( >=dev-python/pyopenssl-21.0.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/service-identity-18.1.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/idna-2.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:=[threads(+)] ) python_targets_python3_10? ( dev-lang/python:3.10[threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[threads(+)] ) REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/t/twisted/twisted-24.3.0.tar.gz https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=6abfd133c155fa1bcc22c2123ff85c57 +_md5_=3be065265dac71c38c420330b35d0119 diff --git a/metadata/md5-cache/dev-python/uv-0.1.39 b/metadata/md5-cache/dev-python/uv-0.1.39 index ec838b03818a..3e26f1928834 100644 --- a/metadata/md5-cache/dev-python/uv-0.1.39 +++ b/metadata/md5-cache/dev-python/uv-0.1.39 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/astral-sh/uv/ https://pypi.org/project/uv/ INHERIT=cargo check-reqs IUSE=test debug -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 LICENSE=|| ( Apache-2.0 MIT ) 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016 openssl PROPERTIES=test_network RDEPEND=dev-libs/libgit2:= @@ -14,4 +14,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/astral-sh/uv/archive/0.1.39.tar.gz -> uv-0.1.39.gh.tar.gz https://github.com/charliermarsh/rs-async-zip/archive/1dcb40cfe1bf5325a6fd4bfcf9894db40241f585.tar.gz -> rs-async-zip-1dcb40cfe1bf5325a6fd4bfcf9894db40241f585.gh.tar.gz https://github.com/astral-sh/pubgrub/archive/c26e485213e39582c6f2e4d45c0328422670e7a7.tar.gz -> pubgrub-c26e485213e39582c6f2e4d45c0328422670e7a7.gh.tar.gz https://dev.gentoo.org/~mgorny/dist/uv-0.1.38-crates.tar.xz _eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ea278bd6e09729d36e23ec7306b50570 +_md5_=f6a8505ff6e51d1f48014f679aa40c9a diff --git a/metadata/md5-cache/dev-python/xmlschema-3.3.1 b/metadata/md5-cache/dev-python/xmlschema-3.3.1 new file mode 100644 index 000000000000..8f49246a1411 --- /dev/null +++ b/metadata/md5-cache/dev-python/xmlschema-3.3.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( =dev-python/elementpath-4.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/lxml[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=An XML Schema validator and decoder +EAPI=8 +HOMEPAGE=https://github.com/sissaschool/xmlschema/ https://pypi.org/project/xmlschema/ +INHERIT=distutils-r1 pypi +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos +LICENSE=MIT +RDEPEND==dev-python/elementpath-4.4.0[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/x/xmlschema/xmlschema-3.3.1.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pypi 2eecb475512bc76e5ea9192a681b9e6b python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=96f20f9f33e557617b8be63c1fbbe8cf diff --git a/metadata/md5-cache/dev-qt/Manifest.gz b/metadata/md5-cache/dev-qt/Manifest.gz index 08d91710a663..c02399823cbf 100644 Binary files a/metadata/md5-cache/dev-qt/Manifest.gz and b/metadata/md5-cache/dev-qt/Manifest.gz differ diff --git a/metadata/md5-cache/dev-qt/qtsensors-6.7.0 b/metadata/md5-cache/dev-qt/qtsensors-6.7.0 index b2ca9e9145a3..0d6494b843ff 100644 --- a/metadata/md5-cache/dev-qt/qtsensors-6.7.0 +++ b/metadata/md5-cache/dev-qt/qtsensors-6.7.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.qt.io/ INHERIT=qt6-build IUSE=qml test -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ~riscv ~x86 LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtbase-6.7.0:6[dbus] qml? ( ~dev-qt/qtdeclarative-6.7.0:6 ) RESTRICT=!test? ( test ) SLOT=6/6.7.0 SRC_URI=https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtsensors-everywhere-src-6.7.0.tar.xz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 qt6-build 3960a31b5c28ef4081d93cf409b9b303 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=7f61410019f622da00c10846bf4f8227 +_md5_=c14940e03ccb35013e4e902b61810f0d diff --git a/metadata/md5-cache/dev-qt/qtwebengine-5.15.13_p20240322 b/metadata/md5-cache/dev-qt/qtwebengine-5.15.13_p20240322 index eeb23bcf40a1..5db89146cd96 100644 --- a/metadata/md5-cache/dev-qt/qtwebengine-5.15.13_p20240322 +++ b/metadata/md5-cache/dev-qt/qtwebengine-5.15.13_p20240322 @@ -14,4 +14,4 @@ RESTRICT=test SLOT=5/5.15 SRC_URI=https://dev.gentoo.org/~asturm/distfiles/qtwebengine-5.15.13_p20240322.tar.xz https://dev.gentoo.org/~asturm/distfiles/qtwebengine-5.15.13_p20240322-patchset.tar.xz _eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca qt5-build c161db79c008040ab24e2978c6c077af toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 -_md5_=bd28c3149c03eb1b801921c372ec35b1 +_md5_=974ec9f9c0a6313f6ac4b075660e3960 diff --git a/metadata/md5-cache/dev-qt/qtwebsockets-6.7.0 b/metadata/md5-cache/dev-qt/qtwebsockets-6.7.0 index b39ebb4cabef..5e9e2937af70 100644 --- a/metadata/md5-cache/dev-qt/qtwebsockets-6.7.0 +++ b/metadata/md5-cache/dev-qt/qtwebsockets-6.7.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://www.qt.io/ INHERIT=qt6-build IUSE=qml +ssl test -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~hppa ~loong ~ppc ~riscv ~x86 LICENSE=|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3 RDEPEND=~dev-qt/qtbase-6.7.0:6[network,ssl=] qml? ( ~dev-qt/qtdeclarative-6.7.0:6 ) RESTRICT=!test? ( test ) SLOT=6/6.7.0 SRC_URI=https://download.qt.io/official_releases/qt/6.7/6.7.0/submodules/qtwebsockets-everywhere-src-6.7.0.tar.xz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 qt6-build 3960a31b5c28ef4081d93cf409b9b303 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=9723002120be65487058817f0656195b +_md5_=c6ec5718cce350862e5a5d6f56455144 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 80c475e0bb02..b81e953e0ade 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/debug-1.9.1 b/metadata/md5-cache/dev-ruby/debug-1.9.1 index 6472949d8750..599cbffbe0e6 100644 --- a/metadata/md5-cache/dev-ruby/debug-1.9.1 +++ b/metadata/md5-cache/dev-ruby/debug-1.9.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/debug INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris LICENSE=BSD-2 RDEPEND=ruby_targets_ruby31? ( >=dev-ruby/irb-1.10[ruby_targets_ruby31(-)] >=dev-ruby/reline-0.3.8[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( >=dev-ruby/irb-1.10[ruby_targets_ruby32(-)] >=dev-ruby/reline-0.3.8[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/irb-1.10[ruby_targets_ruby33(-)] >=dev-ruby/reline-0.3.8[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) !test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/ruby/debug/archive/v1.9.1.tar.gz -> debug-1.9.1.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b9a56437970e5b52d41e4f13b669bb48 +_md5_=a1b8245f00b1937a2dccc4ae5a117983 diff --git a/metadata/md5-cache/dev-ruby/dry-core-1.0.1 b/metadata/md5-cache/dev-ruby/dry-core-1.0.1 index 070bb16f7b79..1279ba717a77 100644 --- a/metadata/md5-cache/dev-ruby/dry-core-1.0.1 +++ b/metadata/md5-cache/dev-ruby/dry-core-1.0.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-core/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby31(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) !test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-core/archive/v1.0.1.tar.gz -> dry-core-1.0.1.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=39fb3d2be8b64592cad335bb50e36f2e +_md5_=8497f6093cd5755b3fd26a790b3bae7e diff --git a/metadata/md5-cache/dev-ruby/dry-inflector-1.0.0 b/metadata/md5-cache/dev-ruby/dry-inflector-1.0.0 index 65bac5ad8341..f96b17a5b341 100644 --- a/metadata/md5-cache/dev-ruby/dry-inflector-1.0.0 +++ b/metadata/md5-cache/dev-ruby/dry-inflector-1.0.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-inflector/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-inflector/archive/v1.0.0.tar.gz -> dry-inflector-1.0.0.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ea9a62dc4ec0cb860cd61adac86d39b7 +_md5_=8034bf114722f68d09b54395f6637b9a diff --git a/metadata/md5-cache/dev-ruby/dry-logic-1.5.0 b/metadata/md5-cache/dev-ruby/dry-logic-1.5.0 index 5f8bab76252c..e31df19059bd 100644 --- a/metadata/md5-cache/dev-ruby/dry-logic-1.5.0 +++ b/metadata/md5-cache/dev-ruby/dry-logic-1.5.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-logic/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby31(-)] dev-ruby/dry-core:1[ruby_targets_ruby31(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] dev-ruby/dry-core:1[ruby_targets_ruby32(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] dev-ruby/dry-core:1[ruby_targets_ruby33(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-logic/archive/v1.5.0.tar.gz -> dry-logic-1.5.0.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=65b81cca02e1acee385c15b2f3ab4d91 +_md5_=958c0f24b3194fc782a924716e2403a4 diff --git a/metadata/md5-cache/dev-ruby/dry-monads-1.6.0 b/metadata/md5-cache/dev-ruby/dry-monads-1.6.0 index e313af046522..309ab88003a5 100644 --- a/metadata/md5-cache/dev-ruby/dry-monads-1.6.0 +++ b/metadata/md5-cache/dev-ruby/dry-monads-1.6.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-monads/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby31(-)] dev-ruby/dry-core:1[ruby_targets_ruby31(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] dev-ruby/dry-core:1[ruby_targets_ruby32(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] dev-ruby/dry-core:1[ruby_targets_ruby33(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-monads/archive/v1.6.0.tar.gz -> dry-monads-1.6.0.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=538435c52a4d6da49840f53b2bafa9a9 +_md5_=108ed9e600041a6126b5f279dad30d38 diff --git a/metadata/md5-cache/dev-ruby/dry-struct-1.6.0 b/metadata/md5-cache/dev-ruby/dry-struct-1.6.0 index fbd13b8ff12d..29f43d831279 100644 --- a/metadata/md5-cache/dev-ruby/dry-struct-1.6.0 +++ b/metadata/md5-cache/dev-ruby/dry-struct-1.6.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-struct/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-ruby/dry-core:1[ruby_targets_ruby31(-)] >=dev-ruby/dry-types-1.7:1[ruby_targets_ruby31(-)] >=dev-ruby/ice_nine-0.11:0[ruby_targets_ruby31(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( dev-ruby/dry-core:1[ruby_targets_ruby32(-)] >=dev-ruby/dry-types-1.7:1[ruby_targets_ruby32(-)] >=dev-ruby/ice_nine-0.11:0[ruby_targets_ruby32(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/dry-core:1[ruby_targets_ruby33(-)] >=dev-ruby/dry-types-1.7:1[ruby_targets_ruby33(-)] >=dev-ruby/ice_nine-0.11:0[ruby_targets_ruby33(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-struct/archive/v1.6.0.tar.gz -> dry-struct-1.6.0.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=f9edb4055461da66978a54e5e7953625 +_md5_=51ac385cca130c0e74cfef52465e6d6f diff --git a/metadata/md5-cache/dev-ruby/dry-types-1.7.2 b/metadata/md5-cache/dev-ruby/dry-types-1.7.2 index 8571d8538c84..2190451b9ded 100644 --- a/metadata/md5-cache/dev-ruby/dry-types-1.7.2 +++ b/metadata/md5-cache/dev-ruby/dry-types-1.7.2 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://dry-rb.org/gems/dry-types/ INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby31? ( dev-ruby/bigdecimal:0[ruby_targets_ruby31(-)] dev-ruby/concurrent-ruby:1[ruby_targets_ruby31(-)] dev-ruby/dry-core:1[ruby_targets_ruby31(-)] dev-ruby/dry-inflector:1[ruby_targets_ruby31(-)] >=dev-ruby/dry-logic-1.4:1[ruby_targets_ruby31(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( dev-ruby/bigdecimal:0[ruby_targets_ruby32(-)] dev-ruby/concurrent-ruby:1[ruby_targets_ruby32(-)] dev-ruby/dry-core:1[ruby_targets_ruby32(-)] dev-ruby/dry-inflector:1[ruby_targets_ruby32(-)] >=dev-ruby/dry-logic-1.4:1[ruby_targets_ruby32(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( dev-ruby/bigdecimal:0[ruby_targets_ruby33(-)] dev-ruby/concurrent-ruby:1[ruby_targets_ruby33(-)] dev-ruby/dry-core:1[ruby_targets_ruby33(-)] dev-ruby/dry-inflector:1[ruby_targets_ruby33(-)] >=dev-ruby/dry-logic-1.4:1[ruby_targets_ruby33(-)] >=dev-ruby/zeitwerk-2.6:2[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=1 SRC_URI=https://github.com/dry-rb/dry-types/archive/v1.7.2.tar.gz -> dry-types-1.7.2.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1b87d86666cda1f025f838fa10129dbd +_md5_=934e0d051f8384e194c64d9e93ce6f9c diff --git a/metadata/md5-cache/dev-ruby/highline-3.0.1 b/metadata/md5-cache/dev-ruby/highline-3.0.1 index 9c5017f472ff..43a9f277e19c 100644 --- a/metadata/md5-cache/dev-ruby/highline-3.0.1 +++ b/metadata/md5-cache/dev-ruby/highline-3.0.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/JEG2/highline INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( GPL-2 Ruby-BSD ) RDEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=3 SRC_URI=https://github.com/JEG2/highline/archive/v3.0.1.tar.gz -> highline-3.0.1.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=6935fd6fa2be60db864cc9a94c83e173 +_md5_=50a9cea775a8b9db1f12c0cd7370f7da diff --git a/metadata/md5-cache/dev-ruby/io-console-0.7.2 b/metadata/md5-cache/dev-ruby/io-console-0.7.2 index c5a42b33d09d..aa91026dba0e 100644 --- a/metadata/md5-cache/dev-ruby/io-console-0.7.2 +++ b/metadata/md5-cache/dev-ruby/io-console-0.7.2 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/io-console INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=BSD-2 RDEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/ruby/io-console/archive/v0.7.2.tar.gz -> io-console-0.7.2.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=881ed4bd0d7993223bd96aedbce8f280 +_md5_=5370f3f184057eaab31b48889cdde006 diff --git a/metadata/md5-cache/dev-ruby/irb-1.11.1 b/metadata/md5-cache/dev-ruby/irb-1.11.1 index 09fb528c2c63..cd09c447d121 100644 --- a/metadata/md5-cache/dev-ruby/irb-1.11.1 +++ b/metadata/md5-cache/dev-ruby/irb-1.11.1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/irb INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=BSD-2 RDEPEND=ruby_targets_ruby31? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] >=dev-ruby/reline-0.3.8[ruby_targets_ruby31(-)] !=dev-ruby/reline-0.3.8[ruby_targets_ruby32(-)] !=dev-ruby/reline-0.3.8[ruby_targets_ruby33(-)] ! irb-1.11.1.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=3c93d90878aaa1876d1fbc4cfc7fab8f +_md5_=2cb08c7c1c374d2950e9e980472e6f5a diff --git a/metadata/md5-cache/dev-ruby/jbuilder-2.12.0 b/metadata/md5-cache/dev-ruby/jbuilder-2.12.0 new file mode 100644 index 000000000000..91d9aabf94ec --- /dev/null +++ b/metadata/md5-cache/dev-ruby/jbuilder-2.12.0 @@ -0,0 +1,17 @@ +BDEPEND=test? ( ruby_targets_ruby31? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby31(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby31(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby31(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby31(-)] dev-ruby/actionview:7.0[ruby_targets_ruby31(-)] dev-ruby/actionview:6.1[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby32(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby32(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby32(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby32(-)] dev-ruby/actionview:7.0[ruby_targets_ruby32(-)] dev-ruby/actionview:6.1[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby33(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby33(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby33(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby33(-)] dev-ruby/actionview:7.0[ruby_targets_ruby33(-)] dev-ruby/actionview:6.1[ruby_targets_ruby33(-)] ) ) ) ruby_targets_ruby31? ( test? ( >=dev-ruby/activemodel-5.0.0[ruby_targets_ruby31(-)] >=dev-ruby/railties-5.0.0[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( >=dev-ruby/activemodel-5.0.0[ruby_targets_ruby32(-)] >=dev-ruby/railties-5.0.0[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( >=dev-ruby/activemodel-5.0.0[ruby_targets_ruby33(-)] >=dev-ruby/railties-5.0.0[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby31? ( test? ( dev-ruby/rake[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( test? ( dev-ruby/rake[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( test? ( dev-ruby/rake[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) test? ( ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) +DESCRIPTION=Create JSON structures via a Builder-style DSL +EAPI=8 +HOMEPAGE=https://github.com/rails/jbuilder +INHERIT=ruby-fakegem +IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby31? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby31(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby31(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby31(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby31(-)] dev-ruby/actionview:7.0[ruby_targets_ruby31(-)] dev-ruby/actionview:6.1[ruby_targets_ruby31(-)] ) ) ruby_targets_ruby32? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby32(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby32(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby32(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby32(-)] dev-ruby/actionview:7.0[ruby_targets_ruby32(-)] dev-ruby/actionview:6.1[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( || ( dev-ruby/activesupport:7.1[ruby_targets_ruby33(-)] dev-ruby/activesupport:7.0[ruby_targets_ruby33(-)] dev-ruby/activesupport:6.1[ruby_targets_ruby33(-)] ) || ( dev-ruby/actionview:7.1[ruby_targets_ruby33(-)] dev-ruby/actionview:7.0[ruby_targets_ruby33(-)] dev-ruby/actionview:6.1[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=2 +SRC_URI=https://rubygems.org/gems/jbuilder-2.12.0.gem +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=e0f3ae55e0b7604645483b407baa171c diff --git a/metadata/md5-cache/dev-ruby/puppetdb-termini-8.2.0 b/metadata/md5-cache/dev-ruby/puppetdb-termini-8.2.0 deleted file mode 100644 index 60af09246162..000000000000 --- a/metadata/md5-cache/dev-ruby/puppetdb-termini-8.2.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DESCRIPTION=Library needed to connect puppet to puppetdb -EAPI=7 -HOMEPAGE=https://puppet.com/docs/puppetdb/latest/index.html -INHERIT=unpacker -KEYWORDS=amd64 ~arm64 ~ppc x86 -LICENSE=Apache-2.0 -SLOT=0 -SRC_URI=http://apt.puppetlabs.com/pool/focal/puppet8/p/puppetdb-termini/puppetdb-termini_8.2.0-1focal_all.deb -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 -_md5_=1b0d63c7df5d036bb71d75a6177610b7 diff --git a/metadata/md5-cache/dev-ruby/puppetdb-termini-8.4.1 b/metadata/md5-cache/dev-ruby/puppetdb-termini-8.4.1 deleted file mode 100644 index 1770659d14d3..000000000000 --- a/metadata/md5-cache/dev-ruby/puppetdb-termini-8.4.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DESCRIPTION=Library needed to connect puppet to puppetdb -EAPI=7 -HOMEPAGE=https://puppet.com/docs/puppetdb/latest/index.html -INHERIT=unpacker -KEYWORDS=amd64 ~arm64 ~ppc x86 -LICENSE=Apache-2.0 -SLOT=0 -SRC_URI=http://apt.puppetlabs.com/pool/focal/puppet8/p/puppetdb-termini/puppetdb-termini_8.4.1-1focal_all.deb -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 -_md5_=1b0d63c7df5d036bb71d75a6177610b7 diff --git a/metadata/md5-cache/dev-ruby/rdoc-6.6.3.1-r1 b/metadata/md5-cache/dev-ruby/rdoc-6.6.3.1-r1 index d9f2b4712cb0..fdcdc0b94946 100644 --- a/metadata/md5-cache/dev-ruby/rdoc-6.6.3.1-r1 +++ b/metadata/md5-cache/dev-ruby/rdoc-6.6.3.1-r1 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/rdoc/ INHERIT=ruby-fakegem IUSE=doc test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 test test -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=|| ( GPL-2 Ruby-BSD ) RDEPEND=>=app-eselect/eselect-ruby-20181225 ruby_targets_ruby31? ( >=dev-ruby/psych-4.0.0[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( >=dev-ruby/psych-4.0.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/psych-4.0.0[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/ruby/rdoc/archive/v6.6.3.1.tar.gz -> rdoc-6.6.3.1.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=8895ea6a55f8df1867ffd4027e134dcc +_md5_=e6e2ed379b62830f7284fd4405b027b0 diff --git a/metadata/md5-cache/dev-ruby/reline-0.4.3 b/metadata/md5-cache/dev-ruby/reline-0.4.3 index db3c083563e9..c97dd69b96e4 100644 --- a/metadata/md5-cache/dev-ruby/reline-0.4.3 +++ b/metadata/md5-cache/dev-ruby/reline-0.4.3 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/reline INHERIT=ruby-fakegem IUSE=test ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=BSD-2 RDEPEND=ruby_targets_ruby31? ( >=dev-ruby/io-console-0.5.0:0[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( >=dev-ruby/io-console-0.5.0:0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/io-console-0.5.0:0[ruby_targets_ruby33(-)] ) ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) !test? ( test ) SLOT=0 SRC_URI=https://github.com/ruby/reline/archive/v0.4.3.tar.gz -> reline-0.4.3.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=4cfd5157d3bbc5abfdd665b3b9ca4a56 +_md5_=ecc8ec1934e8224a0c8b4029d972578b diff --git a/metadata/md5-cache/dev-ruby/test-unit-ruby-core-1.0.5 b/metadata/md5-cache/dev-ruby/test-unit-ruby-core-1.0.5 index e7b60fafc3a1..be1d6cb29381 100644 --- a/metadata/md5-cache/dev-ruby/test-unit-ruby-core-1.0.5 +++ b/metadata/md5-cache/dev-ruby/test-unit-ruby-core-1.0.5 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/ruby/test-unit-ruby-core INHERIT=ruby-fakegem IUSE=ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 doc test -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris LICENSE=|| ( Ruby-BSD BSD-2 ) PSF-2 RDEPEND=ruby_targets_ruby31? ( dev-lang/ruby:3.1 ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby31? ( virtual/rubygems[ruby_targets_ruby31(-)] ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) REQUIRED_USE=|| ( ruby_targets_ruby31 ruby_targets_ruby32 ruby_targets_ruby33 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=2 SRC_URI=https://rubygems.org/gems/test-unit-ruby-core-1.0.5.gem _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 ruby-fakegem 5f7dd7ffeaf00a781713582bd507f80b ruby-ng 4ef520a992dc54fdd8f49d875c1ab2c0 ruby-utils 820207a5d3f0e2e31c28080f131f2037 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=638e506cc8f7f1ed52cb6ef9fc0863d9 +_md5_=51b1ec569f359f464f6c0c25db12a660 diff --git a/metadata/md5-cache/dev-tex/Manifest.gz b/metadata/md5-cache/dev-tex/Manifest.gz index 632bf5b4548e..6f42edd63e2e 100644 Binary files a/metadata/md5-cache/dev-tex/Manifest.gz and b/metadata/md5-cache/dev-tex/Manifest.gz differ diff --git a/metadata/md5-cache/dev-tex/bibtexu-4.00_p20230311 b/metadata/md5-cache/dev-tex/bibtexu-4.00_p20230311 index b2987963501f..349edb465b94 100644 --- a/metadata/md5-cache/dev-tex/bibtexu-4.00_p20230311 +++ b/metadata/md5-cache/dev-tex/bibtexu-4.00_p20230311 @@ -11,5 +11,5 @@ LICENSE=GPL-2 RDEPEND=>=dev-libs/kpathsea-6.2.1:= >=dev-libs/icu-4.4:= SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/Source/texlive-20230311-source.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtex8.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtexu.r66186.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex8.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexu.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtex8.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtexu.doc.r66186.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=e9bb9a23cf8426593165a597e3d507a6 diff --git a/metadata/md5-cache/dev-tex/hevea-2.36 b/metadata/md5-cache/dev-tex/hevea-2.36 index 9158ddb92de1..522135c12a48 100644 --- a/metadata/md5-cache/dev-tex/hevea-2.36 +++ b/metadata/md5-cache/dev-tex/hevea-2.36 @@ -11,5 +11,5 @@ LICENSE=QPL-1.0 RDEPEND=>=dev-lang/ocaml-3.12:=[ocamlopt=] app-text/ghostscript-gpl dev-texlive/texlive-latexextra SLOT=0 SRC_URI=https://hevea.inria.fr/distri/hevea-2.36.tar.gz -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d _md5_=5617e919681a9c4c7a1a175ff3a2712d diff --git a/metadata/md5-cache/dev-texlive/Manifest.gz b/metadata/md5-cache/dev-texlive/Manifest.gz index f224676d55b3..82ddbc529c75 100644 Binary files a/metadata/md5-cache/dev-texlive/Manifest.gz and b/metadata/md5-cache/dev-texlive/Manifest.gz differ diff --git a/metadata/md5-cache/dev-texlive/texlive-basic-2021 b/metadata/md5-cache/dev-texlive/texlive-basic-2021 index d0d775c01e6b..d2f117ad45b2 100644 --- a/metadata/md5-cache/dev-texlive/texlive-basic-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-basic-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OFL public-domain TeX TeX-other-free RDEPEND=!=app-text/texlive-core-2020[luajittex?] >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorprofiles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enctex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etex-pkg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-def-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyph-utf8-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphenex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifplatform-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iftex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knuth-lib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knuth-local-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-alt-getopt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luahbtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metafont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mflogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfware-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ini-files-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-common-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-docindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-en-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-msg-translations-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlshell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-data-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-basic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorprofiles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enctex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etex-pkg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-def-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyph-utf8-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphenex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifplatform-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iftex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knuth-lib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knuth-local-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-alt-getopt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luahbtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metafont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mflogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfware-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ini-files-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-common-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-docindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-en-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-msg-translations-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlshell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-data-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-basic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorprofiles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enctex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etex-pkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-def-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyph-utf8-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphenex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifplatform-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iftex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knuth-lib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knuth-local-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-alt-getopt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luahbtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metafont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ini-files-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-common-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-docindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-en-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-msg-translations-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlshell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-data-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-basic-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorprofiles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enctex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etex-pkg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-def.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyph-utf8.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifplatform.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iftex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-alt-getopt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luahbtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metafont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mflogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfware.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ini-files.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-common.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-docindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-en.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlshell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-data.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorprofiles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enctex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etex-pkg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-def.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyph-utf8.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifplatform.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iftex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-alt-getopt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luahbtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metafont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mflogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfware.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ini-files.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-common.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-docindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-en.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlshell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-data.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorprofiles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enctex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etex-pkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-def.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyph-utf8.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifplatform.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iftex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-alt-getopt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luahbtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metafont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ini-files.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-common.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-docindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-en.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlshell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-data.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsfonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyph-utf8.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphenex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifplatform.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mflogo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyph-utf8.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphenex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifplatform.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mflogo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyph-utf8.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphenex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifplatform.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflogo.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=cad1a88d4319ff3d8cf071278f042185 diff --git a/metadata/md5-cache/dev-texlive/texlive-basic-2023_p59159-r2 b/metadata/md5-cache/dev-texlive/texlive-basic-2023_p59159-r2 index 50c758db95b9..24dd6886519e 100644 --- a/metadata/md5-cache/dev-texlive/texlive-basic-2023_p59159-r2 +++ b/metadata/md5-cache/dev-texlive/texlive-basic-2023_p59159-r2 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2+ LGPL-2.1 LPPL-1.0 LPPL-1.3 LPPL-1.3c MIT OFL TeX TeX-other- RDEPEND=>=app-text/texlive-core-2023[luajittex?] >=app-text/dvipsk-2023.03.11_p66203 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-basic.r59159.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorprofiles.r49086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ec.r25033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enctex.r34957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etex.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etex-pkg.r41784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-def.r64487.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.r57387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.r45533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.r61910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth-lib.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth-local.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-alt-getopt.r56414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahbtex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.r69182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfware.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modes.r69113.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.r66243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plain.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ini-files.r68920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-msg-translations.r69696.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlshell.r66771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-data.r68311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-basic.r59159.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsfonts.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorprofiles.r49086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ec.r25033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enctex.r34957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etex.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etex-pkg.r41784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-def.r64487.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyph-utf8.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphenex.r57387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifplatform.r45533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iftex.r61910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knuth-lib.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knuth-local.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-alt-getopt.r56414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahbtex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatex.r69182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metafont.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflogo.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfware.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modes.r69113.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftex.r66243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plain.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ini-files.r68920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-msg-translations.r69696.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlshell.r66771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-data.r68311.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm.doc.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorprofiles.doc.r49086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ec.doc.r25033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enctex.doc.r34957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etex.doc.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etex-pkg.doc.r41784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-def.doc.r64487.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.doc.r45533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iftex.doc.r61910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-alt-getopt.doc.r56414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahbtex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex.doc.r69182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfware.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modes.doc.r69113.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex.doc.r66243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ini-files.doc.r68920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-common.doc.r68510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-en.doc.r67184.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlshell.doc.r66771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-data.doc.r68311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsfonts.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm.doc.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorprofiles.doc.r49086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ec.doc.r25033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enctex.doc.r34957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etex.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etex-pkg.doc.r41784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-def.doc.r64487.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyph-utf8.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifplatform.doc.r45533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iftex.doc.r61910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-alt-getopt.doc.r56414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahbtex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatex.doc.r69182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metafont.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflogo.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfware.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modes.doc.r69113.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftex.doc.r66243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ini-files.doc.r68920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-common.doc.r68510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-en.doc.r67184.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlshell.doc.r66771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-data.doc.r68311.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsfonts.source.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyph-utf8.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenex.source.r57387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifplatform.source.r45533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsfonts.source.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyph-utf8.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphenex.source.r57387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifplatform.source.r45533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflogo.source.r42428.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=087d1722f5fc0f3a2e7c9accd7600e7a diff --git a/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2021 b/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2021 index 2b59ddba6fb3..9468f5562e1a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2021 @@ -11,5 +11,5 @@ LICENSE=Artistic-2 GPL-2 RDEPEND=>=dev-texlive/texlive-latex-2021 >=dev-texlive/texlive-latex-2019 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aaai-named-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aichej-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ajl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsrefs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-annotate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apacite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apalike2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaeologie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authordate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beebe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-besjournals-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bestpapers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bib2gls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibarts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibexport-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibhtml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-abnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ajc2020unofficial-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-anonymous-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-apa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-apa6-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-archaeology-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-arthistory-bonn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bookinarticle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bookinother-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bwl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-caspervector-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-chem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-chicago-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-claves-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-dw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-enc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-fiwi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-gb7714-2015-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-german-legal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-gost-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-historian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ieee-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ijsra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-iso690-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-jura2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-juradiss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-license-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-lni-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-luh-ipw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-manuscripts-philology-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-mla-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-morenames-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-multiple-dm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-musuos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nature-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nejm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nottsclassic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-opcit-booktitle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-oxref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-philosophy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-phys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-publist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-realauthor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-sbl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-science-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-shortfields-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-socialscienceshuberlin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-software-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-source-division-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-subseries-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-swiss-legal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-trad-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-true-citepages-omit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-unified-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-vancouver-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex2bibitem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtexperllibs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopicprefix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibunits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biolett-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookdb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breakcites-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chbibref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chicago-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chicagoa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chicago-annote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chembst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chscite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-citeall-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-citeref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-compactbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossrefware-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-custom-bib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-din1505-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dk-bib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doipubmed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecobiblatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econ-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-economic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-francais-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gbt7714-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geschichtsfrkl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harvard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harvmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-historische-zeitschrift-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ietfbibs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijqc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inlinebib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iopart-num-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-is-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jbact-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jmb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jneurosci-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurabib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ksfh_nat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltb2bib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logreq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luabibentry-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-margbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibibliography-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-munich-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nmbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes2bib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notex-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oscola-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perception-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plainyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pnas2009-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showtags-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sort-by-letters-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turabian-formatting-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uni-wtal-ger-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uni-wtal-lin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urlbst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-usebib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-windycity-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zootaxa-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-bibtexextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aaai-named-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aichej-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ajl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsrefs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-annotate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apacite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apalike2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaeologie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authordate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beebe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-besjournals-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bestpapers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bib2gls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibarts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibexport-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibhtml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-abnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ajc2020unofficial-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-anonymous-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-apa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-apa6-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-archaeology-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-arthistory-bonn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bookinarticle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bookinother-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bwl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-caspervector-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-chem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-chicago-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-claves-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-dw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-enc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-fiwi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-gb7714-2015-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-german-legal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-gost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-historian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ieee-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ijsra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-iso690-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-jura2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-juradiss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-license-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-lni-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-luh-ipw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-manuscripts-philology-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-mla-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-morenames-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-multiple-dm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-musuos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nature-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nejm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nottsclassic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-opcit-booktitle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-oxref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-philosophy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-phys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-publist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-realauthor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-sbl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-science-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-shortfields-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-socialscienceshuberlin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-software-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-source-division-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-subseries-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-swiss-legal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-trad-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-true-citepages-omit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-unified-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-vancouver-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex2bibitem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtexperllibs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopicprefix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibunits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biolett-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookdb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breakcites-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chbibref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chicago-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chicagoa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chicago-annote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chembst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chscite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-citeall-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-citeref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-compactbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossrefware-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-custom-bib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-din1505-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dk-bib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doipubmed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecobiblatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econ-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-economic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-francais-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gbt7714-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geschichtsfrkl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harvard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harvmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-historische-zeitschrift-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ietfbibs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijqc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inlinebib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iopart-num-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-is-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jbact-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jmb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jneurosci-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurabib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ksfh_nat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltb2bib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logreq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luabibentry-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-margbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibibliography-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-munich-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nmbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes2bib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notex-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oscola-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perception-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plainyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pnas2009-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showtags-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sort-by-letters-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turabian-formatting-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uni-wtal-ger-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uni-wtal-lin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urlbst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-usebib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-windycity-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zootaxa-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-bibtexextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aaai-named-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aichej-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ajl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsrefs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-annotate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apacite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apalike2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaeologie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authordate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beebe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-besjournals-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bestpapers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bib2gls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibarts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibexport-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibhtml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-abnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ajc2020unofficial-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-anonymous-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-apa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-apa6-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-archaeology-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-arthistory-bonn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bookinarticle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bookinother-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bwl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-caspervector-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-chem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-chicago-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-claves-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-dw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-enc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-fiwi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-gb7714-2015-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-german-legal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-gost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-historian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ieee-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ijsra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-iso690-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-jura2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-juradiss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-license-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-lni-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-luh-ipw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-manuscripts-philology-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-mla-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-morenames-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-multiple-dm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-musuos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nature-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nejm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nottsclassic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-opcit-booktitle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-oxref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-philosophy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-phys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-publist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-realauthor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-sbl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-science-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-shortfields-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-socialscienceshuberlin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-software-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-source-division-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-subseries-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-swiss-legal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-trad-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-true-citepages-omit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-unified-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-vancouver-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex2bibitem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtexperllibs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopicprefix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibunits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biolett-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookdb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breakcites-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chbibref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chicago-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chicagoa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chicago-annote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chembst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chscite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-citeall-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-citeref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-compactbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossrefware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-custom-bib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-din1505-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dk-bib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doipubmed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecobiblatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econ-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-economic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-francais-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gbt7714-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geschichtsfrkl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harvard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harvmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-historische-zeitschrift-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ietfbibs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijqc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inlinebib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iopart-num-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-is-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jbact-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jmb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jneurosci-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurabib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ksfh_nat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltb2bib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logreq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luabibentry-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-margbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibibliography-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-munich-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nmbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes2bib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notex-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oscola-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perception-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plainyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pnas2009-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showtags-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sort-by-letters-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turabian-formatting-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uni-wtal-ger-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uni-wtal-lin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urlbst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-usebib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-windycity-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zootaxa-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-bibtexextra-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsrefs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apacite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaeologie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authordate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-besjournals.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bestpapers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bib2gls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibarts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibexport.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibhtml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-abnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ajc2020unofficial.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-anonymous.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-apa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-apa6.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-archaeology.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-arthistory-bonn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bookinarticle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bookinother.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bwl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-caspervector.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-chem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-chicago.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-claves.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-dw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-enc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-fiwi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-gb7714-2015.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-german-legal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-gost.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-historian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ieee.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-iso690.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-jura2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-juradiss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-license.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-lni.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-luh-ipw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-manuscripts-philology.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-mla.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-morenames.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-multiple-dm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-musuos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nature.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nejm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nottsclassic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-opcit-booktitle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-oxref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-philosophy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-phys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-publist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-realauthor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-sbl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-science.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-shortfields.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-socialscienceshuberlin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-software.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-source-division.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-subseries.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-swiss-legal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-trad.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-true-citepages-omit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-unified.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex2bibitem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopicprefix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibunits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biolett-bst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookdb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breakcites.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chbibref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chicago-annote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chembst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chscite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-citeall.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-citeref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossrefware.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-custom-bib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-din1505.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dk-bib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doipubmed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecobiblatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econ-bst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-economic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-francais-bst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gbt7714.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geschichtsfrkl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harvard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harvmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-historische-zeitschrift.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ietfbibs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijqc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inlinebib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iopart-num.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-is-bst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jneurosci.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurabib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltb2bib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logreq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luabibentry.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-margbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibibliography.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-munich.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nmbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes2bib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oscola.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perception.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showtags.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sort-by-letters.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turabian-formatting.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uni-wtal-ger.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uni-wtal-lin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urlbst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-usebib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-windycity.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zootaxa-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsrefs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apacite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaeologie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authordate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-besjournals.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bestpapers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bib2gls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibarts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibexport.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibhtml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-abnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ajc2020unofficial.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-anonymous.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-apa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-apa6.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-archaeology.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-arthistory-bonn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bookinarticle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bookinother.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bwl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-caspervector.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-chem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-chicago.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-claves.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-dw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-enc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-fiwi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-gb7714-2015.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-german-legal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-gost.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-historian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ieee.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-iso690.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-jura2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-juradiss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-license.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-lni.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-luh-ipw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-manuscripts-philology.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-mla.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-morenames.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-multiple-dm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-musuos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nature.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nejm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nottsclassic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-opcit-booktitle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-oxref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-philosophy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-phys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-publist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-realauthor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-sbl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-science.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-shortfields.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-socialscienceshuberlin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-software.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-source-division.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-subseries.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-swiss-legal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-trad.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-true-citepages-omit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-unified.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex2bibitem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopicprefix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibunits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biolett-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookdb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breakcites.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chbibref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chicago-annote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chembst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chscite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-citeall.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-citeref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossrefware.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-custom-bib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-din1505.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dk-bib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doipubmed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecobiblatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econ-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-economic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-francais-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gbt7714.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geschichtsfrkl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harvard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harvmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-historische-zeitschrift.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ietfbibs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijqc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inlinebib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iopart-num.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-is-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jneurosci.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurabib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltb2bib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logreq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luabibentry.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-margbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibibliography.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-munich.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nmbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes2bib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oscola.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perception.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showtags.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sort-by-letters.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turabian-formatting.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uni-wtal-ger.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uni-wtal-lin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urlbst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-usebib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-windycity.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zootaxa-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsrefs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apacite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaeologie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authordate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-besjournals.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bestpapers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bib2gls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibarts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibexport.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibhtml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-abnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ajc2020unofficial.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-anonymous.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-apa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-apa6.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-archaeology.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-arthistory-bonn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bookinarticle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bookinother.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bwl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-caspervector.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-chem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-chicago.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-claves.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-dw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-enc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-fiwi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-gb7714-2015.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-german-legal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-gost.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-historian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ieee.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-iso690.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-jura2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-juradiss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-license.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-lni.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-luh-ipw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-manuscripts-philology.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-mla.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-morenames.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-multiple-dm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-musuos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nature.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nejm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nottsclassic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-opcit-booktitle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-oxref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-philosophy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-phys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-publist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-realauthor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-sbl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-science.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-shortfields.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-socialscienceshuberlin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-software.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-source-division.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-subseries.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-swiss-legal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-trad.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-true-citepages-omit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-unified.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex2bibitem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopicprefix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibunits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biolett-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookdb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breakcites.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chbibref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chicago-annote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chembst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chscite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-citeall.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-citeref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossrefware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-custom-bib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-din1505.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dk-bib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doipubmed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecobiblatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econ-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-economic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-francais-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gbt7714.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geschichtsfrkl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harvard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harvmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-historische-zeitschrift.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ietfbibs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijqc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inlinebib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iopart-num.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-is-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jneurosci.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurabib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltb2bib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logreq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luabibentry.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-margbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibibliography.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-munich.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nmbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes2bib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oscola.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perception.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showtags.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sort-by-letters.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turabian-formatting.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uni-wtal-ger.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uni-wtal-lin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urlbst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-usebib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-windycity.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zootaxa-bst.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsrefs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apacite.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaeologie.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bib2gls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibarts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biber.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibexport.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-archaeology.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-bath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-nejm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-oxref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-philosophy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-software.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtexperllibs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibtopicprefix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibunits.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chembst.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chscite.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-custom-bib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dk-bib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doipubmed.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gbt7714.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geschichtsfrkl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harvard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icite.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurabib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltb2bib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luabibentry.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-margbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibibliography.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nmbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes2bib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urlbst.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-usebib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsrefs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apacite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaeologie.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bib2gls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibarts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibexport.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-archaeology.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-bath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-nejm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-oxref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-philosophy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-software.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtexperllibs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibtopicprefix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibunits.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chembst.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chscite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-custom-bib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dk-bib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doipubmed.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gbt7714.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geschichtsfrkl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harvard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurabib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltb2bib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luabibentry.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-margbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibibliography.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nmbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes2bib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urlbst.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-usebib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsrefs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apacite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaeologie.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bib2gls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibarts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibexport.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-archaeology.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-bath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-nejm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-oxref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-philosophy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-software.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtexperllibs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibtopicprefix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibunits.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chembst.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chscite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-custom-bib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dk-bib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doipubmed.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gbt7714.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geschichtsfrkl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harvard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurabib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltb2bib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luabibentry.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-margbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibibliography.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nmbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes2bib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urlbst.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-usebib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcite.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=4f688c6ffcdbdca0002355e1641ec364 diff --git a/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2023_p67386-r1 b/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2023_p67386-r1 index 2c399941c09a..f3f4c712c599 100644 --- a/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2023_p67386-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-bibtexextra-2023_p67386-r1 @@ -12,5 +12,5 @@ PDEPEND=>=dev-tex/biblatex-3.19 RDEPEND=>=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-bibtexextra.r67386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aaai-named.r52470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aichej.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ajl.r34016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/annotate.r52824.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike-ejor.r59667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike2.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaeologie.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authordate.r52564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beebe.r69012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.r45662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bestpapers.r38708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bib2gls.r69635.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.r67407.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibcop.r69467.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biber-ms.r66478.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.r50677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.r31607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-abnt.r49179.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ajc2020unofficial.r54401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-anonymous.r48548.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.r66605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa6.r56209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-archaeology.r53281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.r46637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bath.r63401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bookinarticle.r40323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bookinother.r54015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.r26556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.r64866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.r57904.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.r65037.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-claves.r43723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-cv.r59433.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.r66579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-enc.r44627.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ext.r66641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.r45876.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gb7714-2015.r68240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-german-legal.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.r66935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.r19787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.r61243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ijsra.r41634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-iso690.r62866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-jura2.r64762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.r56502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-license.r58437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-lncs.r67053.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-lni.r68755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.r32180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.r66977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.r62138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-morenames.r43049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ms.r66480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-multiple-dm.r37081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.r24097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.r57262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.r49839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nottsclassic.r41596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.r48983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-oxref.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.r64414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-readbbl.r61549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-realauthor.r45865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-sbl.r63639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.r48945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-shortfields.r45858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.r47839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-software.r64030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.r45379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-spbasic.r61439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-subseries.r43330.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.r58169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.r44653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-unified.r64975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-vancouver.r55339.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex2bibitem.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.r17116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexperllibs.r68910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtools.r67386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biolett-bst.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookdb.r37536.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.r21014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.r17120.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chicagoa.r52567.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.r28552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citation-style-language.r68454.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citeall.r45975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citeref.r47407.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.r46358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/compactbib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossrefware.r69700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.r24729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.r19441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecobiblatex.r39233.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econ-bst.r68761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.r32639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.r19388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.r17115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.r68686.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gbt7714.r64633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.r42121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-bibliography.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.r42635.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icite.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.r22018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/is-bst.r52623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jbact.r52717.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmb.r52718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.r17346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ksfh_nat.r24825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.r53003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltb2bib.r43746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.r30939.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nar.r38100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newcastle-bst.r62856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nmbib.r37984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.r52231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notex-bst.r42361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.r54328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.r48861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plainyr.r52783.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pnas2009.r16287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.r41923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.r20336.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.r27128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turabian-formatting.r58561.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.r31541.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.r31409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.r65694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.r25969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.r23431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/windycity.r67011.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.r53486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zootaxa-bst.r50619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-bibtexextra.r67386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aaai-named.r52470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aichej.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ajl.r34016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsrefs.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annotate.r52824.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apacite.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apalike-ejor.r59667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apalike2.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaeologie.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authordate.r52564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beebe.r69012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/besjournals.r45662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bestpapers.r38708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bib2gls.r69635.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibarts.r67407.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibcop.r69467.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biber-ms.r66478.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibexport.r50677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibhtml.r31607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-abnt.r49179.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ajc2020unofficial.r54401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-anonymous.r48548.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-apa.r66605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-apa6.r56209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-archaeology.r53281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-arthistory-bonn.r46637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bath.r63401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bookinarticle.r40323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bookinother.r54015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bwl.r26556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-caspervector.r64866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-chem.r57904.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-chicago.r65037.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-claves.r43723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-cv.r59433.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-dw.r66579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-enc.r44627.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ext.r66641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-fiwi.r45876.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-gb7714-2015.r68240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-german-legal.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-gost.r66935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-historian.r19787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ieee.r61243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ijsra.r41634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-iso690.r62866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-jura2.r64762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-juradiss.r56502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-license.r58437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-lncs.r67053.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-lni.r68755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-luh-ipw.r32180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-manuscripts-philology.r66977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-mla.r62138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-morenames.r43049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ms.r66480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-multiple-dm.r37081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-musuos.r24097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nature.r57262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nejm.r49839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nottsclassic.r41596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-opcit-booktitle.r48983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-oxref.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-philosophy.r64414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-phys.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-publist.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-readbbl.r61549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-realauthor.r45865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-sbl.r63639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-science.r48945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-shortfields.r45858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-socialscienceshuberlin.r47839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-software.r64030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-source-division.r45379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-spbasic.r61439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-subseries.r43330.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-swiss-legal.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-trad.r58169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-true-citepages-omit.r44653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-unified.r64975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-vancouver.r55339.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex2bibitem.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblist.r17116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtexperllibs.r68910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtools.r67386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopicprefix.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibunits.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biolett-bst.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookdb.r37536.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breakcites.r21014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cell.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chbibref.r17120.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chembst.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chicago.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chicago-annote.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chicagoa.r52567.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chscite.r28552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citation-style-language.r68454.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citeall.r45975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citeref.r47407.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collref.r46358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/compactbib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossrefware.r69700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/custom-bib.r24729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/din1505.r19441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dk-bib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doipubmed.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecobiblatex.r39233.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econ-bst.r68761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/economic.r32639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figbib.r19388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footbib.r17115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/francais-bst.r68686.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gbt7714.r64633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geschichtsfrkl.r42121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harvard.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harvmac.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-bibliography.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/historische-zeitschrift.r42635.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icite.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijqc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinebib.r22018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iopart-num.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/is-bst.r52623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jbact.r52717.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmb.r52718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jneurosci.r17346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurabib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ksfh_nat.r24825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listbib.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logreq.r53003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltb2bib.r43746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luabibentry.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/margbib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibibliography.r30939.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/munich.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nar.r38100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newcastle-bst.r62856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nmbib.r37984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes2bib.r52231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notex-bst.r42361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oscola.r54328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perception.r48861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plainyr.r52783.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pnas2009.r16287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsc.r41923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showtags.r20336.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sort-by-letters.r27128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitbib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turabian-formatting.r58561.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-wtal-ger.r31541.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-wtal-lin.r31409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urlbst.r65694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/usebib.r25969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vak.r23431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/windycity.r67011.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcite.r53486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zootaxa-bst.r50619.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike-ejor.doc.r59667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaeologie.doc.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authordate.doc.r52564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/besjournals.doc.r45662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bestpapers.doc.r38708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bib2gls.doc.r69635.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.doc.r67407.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibcop.doc.r69467.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biber-ms.doc.r66478.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.doc.r50677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibhtml.doc.r31607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-abnt.doc.r49179.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ajc2020unofficial.doc.r54401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-anonymous.doc.r48548.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa.doc.r66605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-apa6.doc.r56209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-archaeology.doc.r53281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-arthistory-bonn.doc.r46637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bath.doc.r63401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bookinarticle.doc.r40323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bookinother.doc.r54015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bwl.doc.r26556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-caspervector.doc.r64866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chem.doc.r57904.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-chicago.doc.r65037.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-claves.doc.r43723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-cv.doc.r59433.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-dw.doc.r66579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-enc.doc.r44627.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ext.doc.r66641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-fiwi.doc.r45876.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gb7714-2015.doc.r68240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-german-legal.doc.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-gost.doc.r66935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-historian.doc.r19787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ieee.doc.r61243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ijsra.doc.r41634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-iso690.doc.r62866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-jura2.doc.r64762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-juradiss.doc.r56502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-license.doc.r58437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-lncs.doc.r67053.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-lni.doc.r68755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-luh-ipw.doc.r32180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-manuscripts-philology.doc.r66977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-mla.doc.r62138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-morenames.doc.r43049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-ms.doc.r66480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-multiple-dm.doc.r37081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-musuos.doc.r24097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nature.doc.r57262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.doc.r49839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nottsclassic.doc.r41596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-opcit-booktitle.doc.r48983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-oxref.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.doc.r64414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-phys.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-publist.doc.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-readbbl.doc.r61549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-realauthor.doc.r45865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-sbl.doc.r63639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-science.doc.r48945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-shortfields.doc.r45858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-socialscienceshuberlin.doc.r47839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-software.doc.r64030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-source-division.doc.r45379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-spbasic.doc.r61439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-subseries.doc.r43330.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-swiss-legal.doc.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-trad.doc.r58169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-true-citepages-omit.doc.r44653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-unified.doc.r64975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-vancouver.doc.r55339.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex2bibitem.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblist.doc.r17116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexperllibs.doc.r68910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biolett-bst.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookdb.doc.r37536.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breakcites.doc.r21014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cell.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chbibref.doc.r17120.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chicago-annote.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.doc.r28552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citation-style-language.doc.r68454.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citeall.doc.r45975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/citeref.doc.r47407.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.doc.r46358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossrefware.doc.r69700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.doc.r24729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/din1505.doc.r19441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecobiblatex.doc.r39233.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econ-bst.doc.r68761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/economic.doc.r32639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figbib.doc.r19388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.doc.r17115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.doc.r68686.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gbt7714.doc.r64633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.doc.r42121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harvmac.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-bibliography.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/historische-zeitschrift.doc.r42635.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icite.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ietfbibs.doc.r41332.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijqc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinebib.doc.r22018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iopart-num.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/is-bst.doc.r52623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jneurosci.doc.r17346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logreq.doc.r53003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltb2bib.doc.r43746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.doc.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.doc.r30939.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/munich.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newcastle-bst.doc.r62856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nmbib.doc.r37984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.doc.r52231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oscola.doc.r54328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perception.doc.r48861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.doc.r41923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showtags.doc.r20336.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sort-by-letters.doc.r27128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turabian-formatting.doc.r58561.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-ger.doc.r31541.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-wtal-lin.doc.r31409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.doc.r65694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.doc.r25969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vak.doc.r23431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/windycity.doc.r67011.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.doc.r53486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zootaxa-bst.doc.r50619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsrefs.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apacite.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apalike-ejor.doc.r59667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaeologie.doc.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authordate.doc.r52564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/besjournals.doc.r45662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bestpapers.doc.r38708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bib2gls.doc.r69635.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibarts.doc.r67407.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibcop.doc.r69467.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biber-ms.doc.r66478.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibexport.doc.r50677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibhtml.doc.r31607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-abnt.doc.r49179.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ajc2020unofficial.doc.r54401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-anonymous.doc.r48548.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-apa.doc.r66605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-apa6.doc.r56209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-archaeology.doc.r53281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-arthistory-bonn.doc.r46637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bath.doc.r63401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bookinarticle.doc.r40323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bookinother.doc.r54015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bwl.doc.r26556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-caspervector.doc.r64866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-chem.doc.r57904.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-chicago.doc.r65037.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-claves.doc.r43723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-cv.doc.r59433.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-dw.doc.r66579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-enc.doc.r44627.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ext.doc.r66641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-fiwi.doc.r45876.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-gb7714-2015.doc.r68240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-german-legal.doc.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-gost.doc.r66935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-historian.doc.r19787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ieee.doc.r61243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ijsra.doc.r41634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-iso690.doc.r62866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-jura2.doc.r64762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-juradiss.doc.r56502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-license.doc.r58437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-lncs.doc.r67053.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-lni.doc.r68755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-luh-ipw.doc.r32180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-manuscripts-philology.doc.r66977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-mla.doc.r62138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-morenames.doc.r43049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-ms.doc.r66480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-multiple-dm.doc.r37081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-musuos.doc.r24097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nature.doc.r57262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nejm.doc.r49839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nottsclassic.doc.r41596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-opcit-booktitle.doc.r48983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-oxref.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-philosophy.doc.r64414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-phys.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-publist.doc.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-readbbl.doc.r61549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-realauthor.doc.r45865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-sbl.doc.r63639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-science.doc.r48945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-shortfields.doc.r45858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-socialscienceshuberlin.doc.r47839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-software.doc.r64030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-source-division.doc.r45379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-spbasic.doc.r61439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-subseries.doc.r43330.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-swiss-legal.doc.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-trad.doc.r58169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-true-citepages-omit.doc.r44653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-unified.doc.r64975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-vancouver.doc.r55339.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex2bibitem.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblist.doc.r17116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtexperllibs.doc.r68910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopic.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopicprefix.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibunits.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biolett-bst.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookdb.doc.r37536.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breakcites.doc.r21014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cell.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chbibref.doc.r17120.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chembst.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chicago-annote.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chscite.doc.r28552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citation-style-language.doc.r68454.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citeall.doc.r45975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/citeref.doc.r47407.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collref.doc.r46358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossrefware.doc.r69700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/custom-bib.doc.r24729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/din1505.doc.r19441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dk-bib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doipubmed.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecobiblatex.doc.r39233.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econ-bst.doc.r68761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/economic.doc.r32639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figbib.doc.r19388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footbib.doc.r17115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/francais-bst.doc.r68686.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gbt7714.doc.r64633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geschichtsfrkl.doc.r42121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harvard.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harvmac.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-bibliography.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/historische-zeitschrift.doc.r42635.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icite.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ietfbibs.doc.r41332.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijqc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinebib.doc.r22018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iopart-num.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/is-bst.doc.r52623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jneurosci.doc.r17346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurabib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listbib.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logreq.doc.r53003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltb2bib.doc.r43746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luabibentry.doc.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/margbib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibibliography.doc.r30939.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/munich.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newcastle-bst.doc.r62856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nmbib.doc.r37984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes2bib.doc.r52231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oscola.doc.r54328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perception.doc.r48861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsc.doc.r41923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showtags.doc.r20336.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sort-by-letters.doc.r27128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitbib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turabian-formatting.doc.r58561.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-wtal-ger.doc.r31541.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-wtal-lin.doc.r31409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urlbst.doc.r65694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/usebib.doc.r25969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vak.doc.r23431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/windycity.doc.r67011.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcite.doc.r53486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zootaxa-bst.doc.r50619.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsrefs.source.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apacite.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaeologie.source.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bib2gls.source.r69635.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibarts.source.r67407.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibcop.source.r69467.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biber-ms.source.r66478.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibexport.source.r50677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-archaeology.source.r53281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-bath.source.r63401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-nejm.source.r49839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-oxref.source.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-philosophy.source.r64414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-software.source.r64030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtexperllibs.source.r68910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtools.source.r67386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopic.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibtopicprefix.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibunits.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chembst.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chscite.source.r28552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collref.source.r46358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/custom-bib.source.r24729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dk-bib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doipubmed.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footbib.source.r17115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/francais-bst.source.r68686.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gbt7714.source.r64633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geschichtsfrkl.source.r42121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harvard.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-bibliography.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icite.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurabib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listbib.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltb2bib.source.r43746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luabibentry.source.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/margbib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibibliography.source.r30939.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nmbib.source.r37984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes2bib.source.r52231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsc.source.r41923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitbib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urlbst.source.r65694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/usebib.source.r25969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcite.source.r53486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsrefs.source.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apacite.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaeologie.source.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bib2gls.source.r69635.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibarts.source.r67407.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibcop.source.r69467.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biber-ms.source.r66478.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibexport.source.r50677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-archaeology.source.r53281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-bath.source.r63401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-nejm.source.r49839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-oxref.source.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-philosophy.source.r64414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-software.source.r64030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtexperllibs.source.r68910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtools.source.r67386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopic.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibtopicprefix.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibunits.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chembst.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chscite.source.r28552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collref.source.r46358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/custom-bib.source.r24729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dk-bib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doipubmed.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footbib.source.r17115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/francais-bst.source.r68686.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gbt7714.source.r64633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geschichtsfrkl.source.r42121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harvard.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-bibliography.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icite.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurabib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listbib.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltb2bib.source.r43746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luabibentry.source.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/margbib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibibliography.source.r30939.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nmbib.source.r37984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes2bib.source.r52231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsc.source.r41923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitbib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urlbst.source.r65694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/usebib.source.r25969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcite.source.r53486.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=210407cd638ea1b8aa365ccc383d0a4a diff --git a/metadata/md5-cache/dev-texlive/texlive-binextra-2023_p69527-r2 b/metadata/md5-cache/dev-texlive/texlive-binextra-2023_p69527-r2 index 1d862805b3d0..a11ad9a4d396 100644 --- a/metadata/md5-cache/dev-texlive/texlive-binextra-2023_p69527-r2 +++ b/metadata/md5-cache/dev-texlive/texlive-binextra-2023_p69527-r2 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 Artistic BSD BSD-2 FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3 GPL-3+ LG RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/dvisvgm-3.2 >=dev-tex/bibtexu-3.72 >=dev-tex/latexdiff-1.3.3 >=dev-tex/latexmk-4.83 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-binextra.r69527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.r52964.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.r68431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asymptote.r67300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.r64620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checklistings.r38300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chklref.r52649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clojure-pamphlet.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cluttex.r68912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctan-o-mat.r51578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanbib.r68650.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.r44129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctie.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.r69586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.r66746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/digestif.r65223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtl.r62387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.r51663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviasm.r68043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvicopy.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviinfox.r59216.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviout-util.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easydtx.r68514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.r47444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/git-latexdiff.r54732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.r31205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ketcindy.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.r54010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-papersize.r53131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2nemeth.r65269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.r69472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.r66226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/light-latex-make.r66473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.r38663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.r59335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/make4ht.r66130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.r66681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflua.r62774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.r29725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optexcount.r59817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfbook2.r53521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.r66862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.r68597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdflatexpicscale.r46617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex-quiet.r49169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftosrc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfxup.r59001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.r26032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.r56061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppmcheckpdf.r69527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.r29725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.r59514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/runtexshebang.r68882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seetexk.r57972.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spix.r65050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srcredact.r38710.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synctex.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ebook.r66621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texaccents.r64447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texblend.r68961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.r49013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.r29752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.r69672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texfot.r68110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.r54526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogfilter.r62792.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogsieve.r69436.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texosquery.r53676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texplate.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tie.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlcockpit.r54857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.r67526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/web.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xindex.r67771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpdfopen.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-binextra.r69527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a2ping.r52964.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adhocfilelist.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arara.r68431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asymptote.r67300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bundledoc.r64620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checklistings.r38300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chklref.r52649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clojure-pamphlet.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cluttex.r68912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctan-o-mat.r51578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanbib.r68650.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanify.r44129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanupload.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctie.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cweb.r69586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/de-macro.r66746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/digestif.r65223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtl.r62387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxgen.r51663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviasm.r68043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvicopy.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviinfox.r59216.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviout-util.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipng.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easydtx.r68514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/findhyph.r47444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fragmaster.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/git-latexdiff.r54732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/installfont.r31205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ketcindy.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-git-log.r54010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-papersize.r53131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2man.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2nemeth.r65269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexfileversion.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexindent.r69472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexpand.r66226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/light-latex-make.r66473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings-ext.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxfileinfo.r38663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltximg.r59335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/make4ht.r66130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/match_parens.r66681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflua.r62774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkjobtexmf.r29725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optexcount.r59817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patgen.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfbook2.r53521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcrop.r66862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfjam.r68597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdflatexpicscale.r46617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftex-quiet.r49169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftosrc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfxup.r59001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pfarrei.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkfix.r26032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkfix-helper.r56061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppmcheckpdf.r69527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/purifyeps.r29725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythontex.r59514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/runtexshebang.r68882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seetexk.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spix.r65050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srcredact.r38710.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sty2dtx.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synctex.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex4ebook.r66621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texaccents.r64447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texblend.r68961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texcount.r49013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdef.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdiff.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdirflatten.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdoc.r69672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texfot.r68110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texliveonfly.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texloganalyser.r54526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlogfilter.r62792.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlogsieve.r69436.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texosquery.r53676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texplate.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texware.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tie.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlcockpit.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typeoutfileinfo.r67526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/web.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xindex.r67771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpdfopen.r65952.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/a2ping.doc.r52964.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.doc.r68431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asymptote.doc.r67300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bundledoc.doc.r64620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checklistings.doc.r38300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chklref.doc.r52649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clojure-pamphlet.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cluttex.doc.r68912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctan-o-mat.doc.r51578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctan_chk.doc.r36304.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanbib.doc.r68650.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanify.doc.r44129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctanupload.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctie.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb.doc.r69586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/de-macro.doc.r66746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/digestif.doc.r65223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtl.doc.r62387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgen.doc.r51663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviasm.doc.r68043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvicopy.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviinfox.doc.r59216.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviout-util.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipng.doc.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easydtx.doc.r68514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/findhyph.doc.r47444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fragmaster.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/git-latexdiff.doc.r54732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hook-pre-commit-pkg.doc.r41378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/installfont.doc.r31205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ketcindy.doc.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-git-log.doc.r54010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-papersize.doc.r53131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2man.doc.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2nemeth.doc.r65269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileversion.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexindent.doc.r69472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexpand.doc.r66226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/light-latex-make.doc.r66473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxfileinfo.doc.r38663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltximg.doc.r59335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/make4ht.doc.r66130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/match_parens.doc.r66681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.doc.r29725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optexcount.doc.r59817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfbook2.doc.r53521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcrop.doc.r66862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfjam.doc.r68597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdflatexpicscale.doc.r46617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftex-quiet.doc.r49169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftosrc.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfxup.doc.r59001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix.doc.r26032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkfix-helper.doc.r56061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppmcheckpdf.doc.r69527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/purifyeps.doc.r29725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.doc.r59514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/runtexshebang.doc.r68882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seetexk.doc.r57972.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spix.doc.r65050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srcredact.doc.r38710.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sty2dtx.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synctex.doc.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex4ebook.doc.r66621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texaccents.doc.r64447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texblend.doc.r68961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texcount.doc.r49013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdiff.doc.r29752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdirflatten.doc.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdoc.doc.r69672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texfot.doc.r68110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texliveonfly.doc.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texloganalyser.doc.r54526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogfilter.doc.r62792.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogsieve.doc.r69436.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texosquery.doc.r53676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texplate.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texware.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tie.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlcockpit.doc.r54857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typeoutfileinfo.doc.r67526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/web.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xindex.doc.r67771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpdfopen.doc.r65952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a2ping.doc.r52964.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adhocfilelist.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arara.doc.r68431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asymptote.doc.r67300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bundledoc.doc.r64620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checklistings.doc.r38300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chklref.doc.r52649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clojure-pamphlet.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cluttex.doc.r68912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctan-o-mat.doc.r51578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctan_chk.doc.r36304.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanbib.doc.r68650.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanify.doc.r44129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctanupload.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctie.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cweb.doc.r69586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/de-macro.doc.r66746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/digestif.doc.r65223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtl.doc.r62387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxgen.doc.r51663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviasm.doc.r68043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvicopy.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviinfox.doc.r59216.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviout-util.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipng.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easydtx.doc.r68514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/findhyph.doc.r47444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fragmaster.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/git-latexdiff.doc.r54732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hook-pre-commit-pkg.doc.r41378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/installfont.doc.r31205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ketcindy.doc.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-git-log.doc.r54010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-papersize.doc.r53131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2man.doc.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2nemeth.doc.r65269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexfileversion.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexindent.doc.r69472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexpand.doc.r66226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/light-latex-make.doc.r66473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings-ext.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxfileinfo.doc.r38663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltximg.doc.r59335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/make4ht.doc.r66130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/match_parens.doc.r66681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkjobtexmf.doc.r29725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optexcount.doc.r59817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patgen.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfbook2.doc.r53521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcrop.doc.r66862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfjam.doc.r68597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdflatexpicscale.doc.r46617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftex-quiet.doc.r49169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftosrc.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfxup.doc.r59001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pfarrei.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkfix.doc.r26032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkfix-helper.doc.r56061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppmcheckpdf.doc.r69527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/purifyeps.doc.r29725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythontex.doc.r59514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/runtexshebang.doc.r68882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seetexk.doc.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spix.doc.r65050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srcredact.doc.r38710.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sty2dtx.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synctex.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex4ebook.doc.r66621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texaccents.doc.r64447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texblend.doc.r68961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texcount.doc.r49013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdef.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdiff.doc.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdirflatten.doc.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdoc.doc.r69672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texfot.doc.r68110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texliveonfly.doc.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texloganalyser.doc.r54526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlogfilter.doc.r62792.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlogsieve.doc.r69436.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texosquery.doc.r53676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texplate.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texware.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tie.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlcockpit.doc.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typeoutfileinfo.doc.r67526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/web.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xindex.doc.r67771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpdfopen.doc.r65952.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/adhocfilelist.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arara.source.r68431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checklistings.source.r38300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clojure-pamphlet.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings-ext.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkjobtexmf.source.r29725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optexcount.source.r59817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pfarrei.source.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythontex.source.r59514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texaccents.source.r64447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdef.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texosquery.source.r53676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texplate.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlcockpit.source.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adhocfilelist.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arara.source.r68431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checklistings.source.r38300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clojure-pamphlet.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings-ext.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkjobtexmf.source.r29725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optexcount.source.r59817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pfarrei.source.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythontex.source.r59514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texaccents.source.r64447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdef.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texosquery.source.r53676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texplate.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlcockpit.source.r54857.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=f560b89d9a362330c6792bc223840fe8 diff --git a/metadata/md5-cache/dev-texlive/texlive-context-2021 b/metadata/md5-cache/dev-texlive/texlive-context-2021 index e9f7d0d77bf5..1a094bfc2f17 100644 --- a/metadata/md5-cache/dev-texlive/texlive-context-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-context-2021 @@ -11,5 +11,5 @@ LICENSE=BSD BSD-2 GPL-1 GPL-2 GPL-3 public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-latex-2010 >=app-text/texlive-core-2010[xetex] >=dev-texlive/texlive-metapost-2010 dev-lang/ruby >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jmn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-npp-for-context-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-account-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-algorithmic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-animation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-annotation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-bnf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-chromato-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cmscbf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cmttbf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-construction-plan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cyrillicnumbers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-degrade-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-fancybreak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-filter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-fullpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-gantt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-gnuplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-handlecsv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-inifile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-layout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-letter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-lettrine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-mathsets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-rst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-ruby-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-simplefonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-simpleslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-title-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-transliterator-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-typearea-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-typescripts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-vim-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-visualcounter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-context-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jmn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-npp-for-context-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-account-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-algorithmic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-animation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-annotation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-bnf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-chromato-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cmscbf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cmttbf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-construction-plan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cyrillicnumbers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-degrade-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-fancybreak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-filter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-fullpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-gantt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-gnuplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-handlecsv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-inifile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-layout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-letter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-lettrine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-mathsets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-rst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-ruby-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-simplefonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-simpleslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-title-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-transliterator-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-typearea-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-typescripts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-vim-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-visualcounter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-context-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jmn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-npp-for-context-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-account-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-algorithmic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-animation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-annotation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-bnf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-chromato-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cmscbf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cmttbf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-construction-plan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cyrillicnumbers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-degrade-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-fancybreak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-filter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-fullpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-gantt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-gnuplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-handlecsv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-inifile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-layout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-letter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-lettrine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-mathsets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-rst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-ruby-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-simplefonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-simpleslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-title-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-transliterator-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-typearea-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-typescripts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-vim-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-visualcounter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-context-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-npp-for-context.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-account.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-algorithmic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-animation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-annotation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-bnf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-chromato.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cmscbf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cmttbf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-construction-plan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-cyrillicnumbers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-degrade.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-fancybreak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-filter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-fullpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-gantt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-gnuplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-handlecsv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-inifile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-layout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-letter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-mathsets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-rst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-ruby.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-simplefonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-simpleslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-title.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-transliterator.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-typearea.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-typescripts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-vim.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-visualcounter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-npp-for-context.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-account.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-algorithmic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-animation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-annotation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-bnf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-chromato.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cmscbf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cmttbf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-construction-plan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-cyrillicnumbers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-degrade.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-fancybreak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-filter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-fullpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-gantt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-gnuplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-handlecsv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-inifile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-layout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-letter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-mathsets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-rst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-ruby.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-simplefonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-simpleslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-title.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-transliterator.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-typearea.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-typescripts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-vim.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-visualcounter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-npp-for-context.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-account.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-algorithmic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-animation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-annotation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-bnf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-chromato.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cmscbf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cmttbf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-construction-plan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-cyrillicnumbers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-degrade.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-fancybreak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-filter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-fullpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-gantt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-gnuplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-handlecsv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-inifile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-layout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-letter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-mathsets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-rst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-ruby.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-simplefonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-simpleslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-title.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-transliterator.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-typearea.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-typescripts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-vim.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-visualcounter.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-context-visualcounter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-context-visualcounter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-context-visualcounter.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=19b7b28641b86d4418afe71915322855 diff --git a/metadata/md5-cache/dev-texlive/texlive-context-2023_p69108-r2 b/metadata/md5-cache/dev-texlive/texlive-context-2023_p69108-r2 index 8bb628c2f18b..31da1e2393ac 100644 --- a/metadata/md5-cache/dev-texlive/texlive-context-2023_p69108-r2 +++ b/metadata/md5-cache/dev-texlive/texlive-context-2023_p69108-r2 @@ -11,5 +11,5 @@ LICENSE=BSD BSD-2 GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other- RDEPEND=>=dev-texlive/texlive-basic-2023 dev-lang/ruby >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-context.r69108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context.r69665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-calendar-examples.r66947.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-collating-marks.r68696.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.r62070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-handlecsv.r69186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-legacy.r69173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.r60787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-pocketdiary.r66953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.r67070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-squares.r68545.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-sudoku.r67289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-texlive.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.r61127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.r60422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.r62071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-visualcounter.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmn.r45751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luajittex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-context.r69108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context.r69665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-calendar-examples.r66947.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-collating-marks.r68696.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-cyrillicnumbers.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-filter.r62070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-gnuplot.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-handlecsv.r69186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-legacy.r69173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-letter.r60787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-mathsets.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-pocketdiary.r66953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-simpleslides.r67070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-squares.r68545.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-sudoku.r67289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-texlive.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-transliterator.r61127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-typescripts.r60422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-vim.r62071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-visualcounter.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmn.r45751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luajittex.r66186.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/context.doc.r69665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-calendar-examples.doc.r66947.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-collating-marks.doc.r68696.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-cyrillicnumbers.doc.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-filter.doc.r62070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-gnuplot.doc.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-handlecsv.doc.r69186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-legacy.doc.r69173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-letter.doc.r60787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-mathsets.doc.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-notes-zh-cn.doc.r66725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-pocketdiary.doc.r66953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-simpleslides.doc.r67070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-squares.doc.r68545.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-sudoku.doc.r67289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-transliterator.doc.r61127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-typescripts.doc.r60422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-vim.doc.r62071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-visualcounter.doc.r47085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luajittex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context.doc.r69665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-calendar-examples.doc.r66947.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-collating-marks.doc.r68696.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-cyrillicnumbers.doc.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-filter.doc.r62070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-gnuplot.doc.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-handlecsv.doc.r69186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-legacy.doc.r69173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-letter.doc.r60787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-mathsets.doc.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-notes-zh-cn.doc.r66725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-pocketdiary.doc.r66953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-simpleslides.doc.r67070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-squares.doc.r68545.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-sudoku.doc.r67289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-transliterator.doc.r61127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-typescripts.doc.r60422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-vim.doc.r62071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-visualcounter.doc.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luajittex.doc.r66186.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/context-visualcounter.source.r47085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/context-visualcounter.source.r47085.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=d5580a475202b6e9796360da7d0fe1ca diff --git a/metadata/md5-cache/dev-texlive/texlive-fontsextra-2021 b/metadata/md5-cache/dev-texlive/texlive-fontsextra-2021 index 00f810a1ae7f..90db4fd45891 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontsextra-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-fontsextra-2021 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD CC-BY-SA-4.0 GPL-1 GPL-2 LPPL-1.3 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Asana-Math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-academicons-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accanthis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adforn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adfsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aesupp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alegreya-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alfaslabone-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algolrevived-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-allrunes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-almendra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-almfixed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonymouspro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antiqua-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archivo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arimo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arvo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asapsym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascii-font-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aspectratio-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-astro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atkinson-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-augie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auncial-new-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aurical-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-b1encoding-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barcodes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervald-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervaldx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervillef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbding-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbm-macros-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbold-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbold-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-belleek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bera-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-berenisadf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beuron-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bguq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blacklettert1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boisik-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookhands-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boondox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braille-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brushscr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cabin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-caladea-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calligra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calligra-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cantarell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carlito-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carolmin-ps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascadia-code-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccicons-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cfr-initials-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cfr-lm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-charissil-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cherokee-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chivo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cinzel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clara-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clearsans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-lgc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-mf-extra-bold-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-unicode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmathbb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmbright-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmexb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmll-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmpica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmsrb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmtiup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmupint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cochineal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coelacanth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comfortaa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comicneue-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concmath-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cookingsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cormorantgaramond-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-countriesofeurope-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courier-scaled-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courierten-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crimson-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crimsonpro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cryst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cuprum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyklop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dancers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dantelogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dejavu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dejavu-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dictsym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dingbat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-domitian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doublestroke-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doulossil-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dozenal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-droid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dsserif-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duerer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duerer-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dutchcal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ean-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebgaramond-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebgaramond-maths-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eco-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eczar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eiad-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eiad-ltx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ektype-tanka-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-electrum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elvish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigrafica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsdice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erewhon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erewhon-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esrelation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esstix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esvect-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etbb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eulervm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euxm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fdsymbol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetamont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feyn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fge-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fira-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firamath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firamath-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foekfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonetika-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontawesome-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontawesome5-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontmfizz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonts-churchslavonic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fourier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fouriernc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frcursive-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frederika2016-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frimurer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garamond-libre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garamond-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genealogy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentium-tug-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsartemisia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsbodoni-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfscomplutum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsdidot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsdidotclassic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsneohellenic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsneohellenicmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfssolomos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gillcm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gillius-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnu-freefont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gofonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gothic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greenpoint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grotesq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gudea-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hacm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hands-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-heuristica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hfbright-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hfoldsty-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hindmadurai-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibarra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifsym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imfellenglish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inconsolata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-initials-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inriafonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ipaex-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iwona-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jablantile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jamtimes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-josefin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-junicode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kixfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kpfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kpfonts-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kurier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lato-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexend-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lfb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinegc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinust1math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librebaskerville-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librebodoni-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librecaslon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librefranklin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libris-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linearA-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linguisticspro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lobster2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lxfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ly1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marcellus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathabx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathabx-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathdesign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdputu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdsymbol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-merriweather-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miama-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mintspirit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-missaali-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlmodern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnsymbol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-montserrat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mweights-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newcomputermodern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newpx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtxsf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtxtt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-niceframe-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nimbus15-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nkarta-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noto-emoji-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notomath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nunito-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-obnov-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocherokee-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-b-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-b-outline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ogham-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oinuit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-old-arrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldlatin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldstandard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opensans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orkhun-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oswald-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overlock-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pacioli-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paratype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phaistos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonetic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pigpen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-playfair-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plex-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plimsoll-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poiretone-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poltawski-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prodint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punk-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punknova-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxtxalfa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qualitype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quattrocento-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-raleway-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recycle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roboto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romande-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rosario-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsfso-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmathaccent-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmathfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauterfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scholax-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schulschriften-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semaphor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shobhika-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skull-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourcecodepro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourcesanspro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourceserifpro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spectral-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-starfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-staves-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-step-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stepgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stickstoo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix2-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix2-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-superiors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svrsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tapir-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tempora-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tengwarscript-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tfrupee-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanodidot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanomodern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanooldstyle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tinos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tpslifonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trajan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twemoji-colr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txfontsb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txuprcal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typicons-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umtypewriter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-universa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-universalis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uppunctlm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urwchancal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venturisadf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wsuipa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcharter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yfonts-t1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yinit-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zlmtt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-fontsextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Asana-Math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-academicons-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accanthis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adforn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adfsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aesupp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alegreya-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alfaslabone-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algolrevived-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-allrunes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-almendra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-almfixed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonymouspro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antiqua-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archivo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arimo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arvo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asapsym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascii-font-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aspectratio-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-astro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atkinson-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-augie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auncial-new-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aurical-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-b1encoding-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barcodes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervald-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervaldx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervillef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbding-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbm-macros-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbold-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbold-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-belleek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bera-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-berenisadf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beuron-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bguq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blacklettert1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boisik-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookhands-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boondox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braille-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brushscr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cabin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-caladea-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calligra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calligra-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cantarell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carlito-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carolmin-ps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascadia-code-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccicons-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cfr-initials-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cfr-lm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-charissil-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cherokee-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chivo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cinzel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clara-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clearsans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-lgc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-mf-extra-bold-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-unicode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmathbb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmbright-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmexb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmll-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmpica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmsrb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmtiup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmupint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cochineal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coelacanth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comfortaa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comicneue-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concmath-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cookingsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cormorantgaramond-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-countriesofeurope-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courier-scaled-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courierten-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crimson-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crimsonpro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cryst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cuprum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyklop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dancers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dantelogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dejavu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dejavu-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dictsym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dingbat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-domitian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doublestroke-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doulossil-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dozenal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-droid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dsserif-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duerer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duerer-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dutchcal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ean-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebgaramond-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebgaramond-maths-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eco-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eczar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eiad-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eiad-ltx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ektype-tanka-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-electrum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elvish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigrafica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsdice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erewhon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erewhon-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esrelation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esstix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esvect-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etbb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eulervm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euxm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fdsymbol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetamont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feyn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fge-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fira-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firamath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firamath-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foekfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonetika-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontawesome-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontawesome5-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontmfizz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonts-churchslavonic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fourier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fouriernc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frcursive-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frederika2016-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frimurer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garamond-libre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garamond-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genealogy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentium-tug-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsartemisia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsbodoni-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfscomplutum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsdidot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsdidotclassic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsneohellenic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsneohellenicmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfssolomos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gillcm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gillius-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnu-freefont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gofonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gothic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greenpoint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grotesq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gudea-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hacm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hands-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-heuristica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hfbright-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hfoldsty-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hindmadurai-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibarra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifsym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imfellenglish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inconsolata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-initials-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inriafonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ipaex-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iwona-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jablantile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jamtimes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-josefin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-junicode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kixfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kpfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kpfonts-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kurier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lato-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexend-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lfb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinegc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinust1math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librebaskerville-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librebodoni-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librecaslon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librefranklin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libris-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linearA-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linguisticspro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lobster2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lxfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ly1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marcellus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathabx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathabx-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathdesign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdputu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdsymbol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-merriweather-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miama-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mintspirit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-missaali-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlmodern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnsymbol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-montserrat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mweights-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newcomputermodern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newpx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtxsf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtxtt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-niceframe-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nimbus15-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nkarta-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noto-emoji-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notomath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nunito-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-obnov-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocherokee-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-b-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-b-outline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ogham-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oinuit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-old-arrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldlatin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldstandard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opensans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orkhun-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oswald-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overlock-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pacioli-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paratype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phaistos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonetic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pigpen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-playfair-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plex-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plimsoll-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poiretone-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poltawski-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prodint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punk-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punknova-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxtxalfa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qualitype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quattrocento-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-raleway-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recycle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roboto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romande-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rosario-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsfso-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmathaccent-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmathfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauterfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scholax-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schulschriften-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semaphor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shobhika-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skull-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourcecodepro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourcesanspro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourceserifpro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spectral-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-starfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-staves-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-step-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stepgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stickstoo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix2-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix2-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-superiors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svrsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tapir-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tempora-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tengwarscript-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tfrupee-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanodidot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanomodern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanooldstyle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tinos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tpslifonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trajan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twemoji-colr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txfontsb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txuprcal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typicons-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umtypewriter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-universa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-universalis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uppunctlm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urwchancal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venturisadf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wsuipa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcharter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yfonts-t1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yinit-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zlmtt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-fontsextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Asana-Math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-academicons-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accanthis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adforn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adfsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aesupp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alegreya-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alfaslabone-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algolrevived-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-allrunes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-almendra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-almfixed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonymouspro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antiqua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archivo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arimo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arvo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asapsym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascii-font-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aspectratio-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-astro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atkinson-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-augie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auncial-new-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aurical-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-b1encoding-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barcodes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervald-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervaldx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervillef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbding-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbm-macros-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbold-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbold-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-belleek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bera-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-berenisadf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beuron-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bguq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blacklettert1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boisik-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookhands-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boondox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braille-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brushscr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cabin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-caladea-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calligra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calligra-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cantarell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carlito-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carolmin-ps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascadia-code-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccicons-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cfr-initials-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cfr-lm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-charissil-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cherokee-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chivo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cinzel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clara-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clearsans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-lgc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-mf-extra-bold-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-unicode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmathbb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmbright-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmexb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmll-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmpica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmsrb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmtiup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmupint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cochineal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coelacanth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comfortaa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comicneue-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concmath-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cookingsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cormorantgaramond-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-countriesofeurope-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courier-scaled-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courierten-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crimson-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crimsonpro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cryst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cuprum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyklop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dancers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dantelogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dejavu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dejavu-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dictsym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dingbat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-domitian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doublestroke-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doulossil-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dozenal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-droid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dsserif-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duerer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duerer-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dutchcal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ean-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebgaramond-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebgaramond-maths-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eco-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eczar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eiad-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eiad-ltx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ektype-tanka-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-electrum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elvish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigrafica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsdice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erewhon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erewhon-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esrelation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esstix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esvect-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etbb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eulervm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euxm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fdsymbol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetamont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feyn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fge-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fira-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firamath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firamath-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foekfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonetika-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontawesome-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontawesome5-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontmfizz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonts-churchslavonic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fourier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fouriernc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frcursive-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frederika2016-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frimurer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garamond-libre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garamond-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genealogy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentium-tug-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsartemisia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsbodoni-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfscomplutum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsdidot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsdidotclassic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsneohellenic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsneohellenicmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfssolomos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gillcm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gillius-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnu-freefont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gofonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gothic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greenpoint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grotesq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gudea-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hacm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hands-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-heuristica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hfbright-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hfoldsty-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hindmadurai-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibarra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifsym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imfellenglish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inconsolata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-initials-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inriafonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ipaex-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iwona-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jablantile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jamtimes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-josefin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-junicode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kixfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpfonts-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kurier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lato-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexend-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lfb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinegc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinust1math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librebaskerville-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librebodoni-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librecaslon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librefranklin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libris-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linearA-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linguisticspro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lobster2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lxfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ly1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marcellus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathabx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathabx-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathdesign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdputu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdsymbol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-merriweather-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miama-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mintspirit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-missaali-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlmodern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnsymbol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-montserrat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mweights-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newcomputermodern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newpx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtxsf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtxtt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-niceframe-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nimbus15-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nkarta-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noto-emoji-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notomath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nunito-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-obnov-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocherokee-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-b-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-b-outline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ogham-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oinuit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-old-arrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldlatin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldstandard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opensans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orkhun-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oswald-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overlock-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pacioli-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paratype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phaistos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonetic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pigpen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-playfair-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plex-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plimsoll-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poiretone-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poltawski-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prodint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punk-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punknova-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxtxalfa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qualitype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quattrocento-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-raleway-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recycle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roboto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romande-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rosario-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsfso-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmathaccent-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmathfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauterfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scholax-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schulschriften-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semaphor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shobhika-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skull-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourcecodepro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourcesanspro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourceserifpro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spectral-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-starfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-staves-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-step-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stepgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stickstoo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix2-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix2-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-superiors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svrsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tapir-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tempora-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tengwarscript-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tfrupee-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanodidot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanomodern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanooldstyle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tinos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpslifonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trajan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twemoji-colr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txfontsb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txuprcal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typicons-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umtypewriter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-universa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-universalis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uppunctlm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urwchancal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venturisadf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wsuipa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcharter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yfonts-t1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yinit-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zlmtt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-fontsextra-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Asana-Math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-academicons.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accanthis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adforn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adfsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aesupp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alegreya.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alfaslabone.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algolrevived.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-allrunes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-almendra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-almfixed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonymouspro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antiqua.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archivo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arimo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arvo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asapsym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascii-font.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aspectratio.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-astro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atkinson.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-augie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auncial-new.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aurical.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-b1encoding.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barcodes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervald.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervaldx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervillef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbding.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbm-macros.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbold.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbold-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-belleek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bera.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-berenisadf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beuron.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bguq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blacklettert1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boisik.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookhands.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boondox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braille.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brushscr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cabin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-caladea.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calligra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calligra-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cantarell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carlito.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carolmin-ps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascadia-code.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccicons.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cfr-initials.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cfr-lm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-charissil.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cherokee.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chivo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cinzel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clara.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clearsans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-lgc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-unicode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmathbb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmbright.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmexb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmll.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmpica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmsrb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmtiup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmupint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cochineal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coelacanth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comfortaa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comicneue.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concmath-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cookingsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cormorantgaramond.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-countriesofeurope.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courier-scaled.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courierten.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crimson.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crimsonpro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cryst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cuprum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyklop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dantelogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dejavu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dejavu-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dice.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dictsym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dingbat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-domitian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doublestroke.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doulossil.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dozenal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-droid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dsserif.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duerer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duerer-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dutchcal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ean.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebgaramond.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebgaramond-maths.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eco.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eczar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eiad.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eiad-ltx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ektype-tanka.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-electrum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elvish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigrafica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsdice.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erewhon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erewhon-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esrelation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esstix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esvect.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etbb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eulervm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetamont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feyn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fge.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fira.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firamath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firamath-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foekfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonetika.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontawesome.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontawesome5.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontmfizz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonts-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fourier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fouriernc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frcursive.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frederika2016.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frimurer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garamond-libre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garamond-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genealogy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentium-tug.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsartemisia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsbodoni.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfscomplutum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsdidot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsdidotclassic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsneohellenic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsneohellenicmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfssolomos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gillcm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gillius.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnu-freefont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gofonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gothic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greenpoint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grotesq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gudea.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hacm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-heuristica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hfbright.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hfoldsty.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hindmadurai.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibarra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifsym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imfellenglish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inconsolata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-initials.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inriafonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ipaex-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iwona.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jablantile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jamtimes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-josefin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-junicode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kixfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kpfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kpfonts-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kurier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lato.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexend.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lfb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinegc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinus-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libertinust1math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librebaskerville.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librebodoni.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librecaslon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librefranklin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libris.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linearA.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linguisticspro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lobster2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lxfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ly1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marcellus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathabx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathabx-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathdesign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdputu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-merriweather.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miama.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mintspirit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-missaali.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlmodern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnsymbol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-montserrat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mweights.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newcomputermodern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newpx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtxsf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newtxtt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-niceframe-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nimbus15.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nkarta.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noto-emoji.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notomath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nunito.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-obnov.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocherokee.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-b.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-b-outline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ogham.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oinuit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-old-arrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldlatin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldstandard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opensans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orkhun.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oswald.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overlock.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pacioli.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paratype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phaistos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonetic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pigpen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-playfair.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plex-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plimsoll.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poiretone.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poltawski.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prodint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punk-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-punknova.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxtxalfa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qualitype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quattrocento.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-raleway.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recycle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roboto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romande.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rosario.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsfso.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmathaccent.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmathfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauterfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scholax.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schulschriften.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semaphor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shobhika.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourcecodepro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourcesanspro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sourceserifpro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spectral.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-starfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-staves.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-step.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stepgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stickstoo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix2-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix2-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-superiors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svrsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tapir.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tempora.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tengwarscript.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tfrupee.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanodidot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanomodern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theanooldstyle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tinos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tpslifonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trajan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twemoji-colr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txfontsb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txuprcal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typicons.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-universa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-universalis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uppunctlm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urwchancal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venturisadf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wsuipa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcharter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yfonts-t1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yinit-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zlmtt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Asana-Math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-academicons.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accanthis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adforn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adfsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aesupp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alegreya.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alfaslabone.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algolrevived.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-allrunes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-almendra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-almfixed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonymouspro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antiqua.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archivo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arimo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arvo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asapsym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascii-font.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aspectratio.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-astro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atkinson.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-augie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auncial-new.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aurical.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-b1encoding.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barcodes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervald.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervaldx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervillef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbding.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbm-macros.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbold.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbold-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-belleek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bera.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-berenisadf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beuron.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bguq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blacklettert1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boisik.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookhands.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boondox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braille.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brushscr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cabin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-caladea.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calligra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calligra-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cantarell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carlito.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carolmin-ps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascadia-code.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccicons.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cfr-initials.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cfr-lm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-charissil.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cherokee.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chivo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cinzel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clara.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clearsans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-lgc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-unicode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmathbb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmbright.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmexb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmll.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmpica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmsrb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmtiup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmupint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cochineal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coelacanth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comfortaa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comicneue.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concmath-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cookingsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cormorantgaramond.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-countriesofeurope.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courier-scaled.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courierten.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crimson.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crimsonpro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cryst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cuprum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyklop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dantelogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dejavu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dejavu-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dictsym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dingbat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-domitian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doublestroke.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doulossil.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dozenal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-droid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dsserif.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duerer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duerer-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dutchcal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ean.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebgaramond.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebgaramond-maths.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eco.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eczar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eiad.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eiad-ltx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ektype-tanka.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-electrum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elvish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigrafica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsdice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erewhon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erewhon-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esrelation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esstix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esvect.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etbb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eulervm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetamont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feyn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fge.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fira.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firamath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firamath-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foekfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonetika.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontawesome.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontawesome5.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontmfizz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonts-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fourier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fouriernc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frcursive.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frederika2016.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frimurer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garamond-libre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garamond-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genealogy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentium-tug.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsartemisia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsbodoni.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfscomplutum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsdidot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsdidotclassic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsneohellenic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsneohellenicmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfssolomos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gillcm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gillius.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnu-freefont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gofonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gothic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greenpoint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grotesq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gudea.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hacm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-heuristica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hfbright.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hfoldsty.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hindmadurai.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibarra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifsym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imfellenglish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inconsolata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-initials.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inriafonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ipaex-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iwona.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jablantile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jamtimes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-josefin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-junicode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kixfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kpfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kpfonts-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kurier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lato.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexend.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lfb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinegc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinus-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libertinust1math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librebaskerville.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librebodoni.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librecaslon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librefranklin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libris.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linearA.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linguisticspro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lobster2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lxfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ly1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marcellus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathabx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathabx-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathdesign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdputu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-merriweather.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miama.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mintspirit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-missaali.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlmodern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnsymbol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-montserrat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mweights.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newcomputermodern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newpx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtxsf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newtxtt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-niceframe-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nimbus15.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nkarta.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noto-emoji.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notomath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nunito.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-obnov.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocherokee.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-b.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-b-outline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ogham.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oinuit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-old-arrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldlatin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldstandard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opensans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orkhun.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oswald.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overlock.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pacioli.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paratype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phaistos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonetic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pigpen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-playfair.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plex-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plimsoll.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poiretone.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poltawski.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prodint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punk-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-punknova.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxtxalfa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qualitype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quattrocento.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-raleway.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recycle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roboto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romande.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rosario.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsfso.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmathaccent.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmathfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauterfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scholax.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schulschriften.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semaphor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shobhika.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourcecodepro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourcesanspro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sourceserifpro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spectral.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-starfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-staves.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-step.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stepgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stickstoo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix2-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix2-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-superiors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svrsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tapir.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tempora.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tengwarscript.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tfrupee.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanodidot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanomodern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theanooldstyle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tinos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tpslifonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trajan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twemoji-colr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txfontsb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txuprcal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typicons.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-universa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-universalis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uppunctlm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urwchancal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venturisadf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wsuipa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcharter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yfonts-t1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yinit-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zlmtt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Asana-Math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-academicons.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accanthis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adforn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adfsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aesupp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alegreya.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alfaslabone.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algolrevived.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-allrunes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-almendra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-almfixed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonymouspro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antiqua.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archivo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arimo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arvo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asapsym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascii-font.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aspectratio.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-astro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atkinson.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-augie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auncial-new.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aurical.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-b1encoding.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barcodes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervald.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervaldx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervillef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbding.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbm-macros.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbold.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbold-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-belleek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bera.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-berenisadf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beuron.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bguq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blacklettert1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boisik.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookhands.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boondox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braille.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brushscr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cabin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-caladea.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calligra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calligra-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cantarell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carlito.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carolmin-ps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascadia-code.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccicons.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cfr-initials.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cfr-lm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-charissil.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cherokee.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chivo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cinzel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clara.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clearsans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-lgc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-unicode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmathbb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmbright.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmexb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmll.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmpica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmsrb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmtiup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmupint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cochineal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coelacanth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comfortaa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comicneue.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concmath-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cookingsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cormorantgaramond.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-countriesofeurope.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courier-scaled.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courierten.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crimson.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crimsonpro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cryst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cuprum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyklop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dantelogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dejavu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dejavu-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dictsym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dingbat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-domitian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doublestroke.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doulossil.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dozenal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-droid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dsserif.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duerer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duerer-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dutchcal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ean.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebgaramond.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebgaramond-maths.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eco.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eczar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eiad.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eiad-ltx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ektype-tanka.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-electrum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elvish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigrafica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsdice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erewhon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erewhon-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esrelation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esstix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esvect.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etbb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eulervm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetamont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feyn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fge.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fira.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firamath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firamath-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foekfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonetika.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontawesome.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontawesome5.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontmfizz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonts-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fourier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fouriernc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frcursive.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frederika2016.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frimurer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garamond-libre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garamond-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genealogy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentium-tug.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsartemisia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsbodoni.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfscomplutum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsdidot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsdidotclassic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsneohellenic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsneohellenicmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfssolomos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gillcm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gillius.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnu-freefont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gofonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gothic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greenpoint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grotesq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gudea.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hacm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-heuristica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hfbright.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hfoldsty.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hindmadurai.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibarra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifsym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imfellenglish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inconsolata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-initials.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inriafonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ipaex-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iwona.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jablantile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jamtimes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-josefin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-junicode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kixfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpfonts-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kurier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lato.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexend.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lfb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinegc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinus-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libertinust1math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librebaskerville.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librebodoni.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librecaslon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librefranklin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libris.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linearA.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linguisticspro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lobster2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lxfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ly1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marcellus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathabx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathabx-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathdesign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdputu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdsymbol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-merriweather.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miama.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mintspirit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-missaali.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlmodern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnsymbol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-montserrat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mweights.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newcomputermodern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newpx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtxsf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newtxtt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-niceframe-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nimbus15.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nkarta.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noto-emoji.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notomath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nunito.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-obnov.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocherokee.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-b.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-b-outline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ogham.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oinuit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-old-arrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldlatin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldstandard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opensans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orkhun.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oswald.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overlock.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pacioli.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paratype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phaistos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonetic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pigpen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-playfair.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plex-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plimsoll.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poiretone.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poltawski.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prodint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punk-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-punknova.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxtxalfa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qualitype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quattrocento.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-raleway.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recycle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roboto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romande.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rosario.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsfso.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmathaccent.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmathfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauterfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scholax.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schulschriften.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semaphor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shobhika.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourcecodepro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourcesanspro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sourceserifpro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spectral.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-starfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-staves.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-step.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stepgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stickstoo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix2-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix2-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-superiors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svrsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tapir.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tempora.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tengwarscript.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tfrupee.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanodidot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanomodern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theanooldstyle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tinos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpslifonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trajan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twemoji-colr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txfontsb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txuprcal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typicons.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-universa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-universalis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uppunctlm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urwchancal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venturisadf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wsuipa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcharter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yfonts-t1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yinit-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zlmtt.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aesupp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-allrunes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonymouspro.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-archaic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asapsym.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascii-font.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auncial-new.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-b1encoding.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barcodes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baskervald.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbding.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbm-macros.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbold.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-belleek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bguq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blacklettert1.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookhands.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccicons.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cfr-lm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chivo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmbright.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmll.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cookingsymbols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dingbat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dozenal.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dsserif.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eco.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eiad-ltx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-electrum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsdice.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esrelation.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esvect.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eulervm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fdsymbol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetamont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feyn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fge.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frimurer.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentium-tug.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnu-freefont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gothic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hfoldsty.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kpfonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libris.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linearA.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lxfonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdsymbol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miama.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnsymbol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nkarta.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-b-outline.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oinuit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pacioli.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phaistos.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plimsoll.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romande.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rosario.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauterfonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skull.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-staves.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stix2-type1.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svrsymbols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tengwarscript.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tfrupee.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tpslifonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trajan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txfontsb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-universa.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venturisadf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aesupp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-allrunes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonymouspro.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-archaic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asapsym.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascii-font.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auncial-new.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-b1encoding.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barcodes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baskervald.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbding.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbm-macros.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbold.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-belleek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bguq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blacklettert1.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookhands.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccicons.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cfr-lm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chivo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmbright.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmll.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cookingsymbols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dingbat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dozenal.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dsserif.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eco.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eiad-ltx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-electrum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsdice.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esrelation.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esvect.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eulervm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fdsymbol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetamont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feyn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fge.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frimurer.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentium-tug.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnu-freefont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gothic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hfoldsty.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kpfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libris.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linearA.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lxfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdsymbol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miama.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnsymbol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nkarta.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-b-outline.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oinuit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pacioli.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phaistos.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plimsoll.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romande.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rosario.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauterfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skull.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-staves.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stix2-type1.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svrsymbols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tengwarscript.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tfrupee.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tpslifonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trajan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txfontsb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-universa.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venturisadf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aesupp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-allrunes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonymouspro.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-archaic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asapsym.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascii-font.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auncial-new.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-b1encoding.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barcodes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baskervald.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbding.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbm-macros.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbold.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-belleek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bguq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blacklettert1.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookhands.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccicons.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cfr-lm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chivo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmbright.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmll.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cookingsymbols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dingbat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dozenal.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dsserif.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eco.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eiad-ltx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-electrum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsdice.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esrelation.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esvect.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eulervm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fdsymbol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetamont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feyn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fge.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frimurer.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentium-tug.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnu-freefont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gothic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hfoldsty.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kpfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libris.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linearA.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lxfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdsymbol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miama.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnsymbol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nkarta.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-b-outline.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oinuit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pacioli.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phaistos.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plimsoll.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romande.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rosario.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauterfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skull.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-staves.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stix2-type1.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svrsymbols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tengwarscript.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tfrupee.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tpslifonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trajan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txfontsb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-universa.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venturisadf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yfonts.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e2a97f706d8cd598c1acf6db29f7e417 diff --git a/metadata/md5-cache/dev-texlive/texlive-fontsextra-2023_p69663-r1 b/metadata/md5-cache/dev-texlive/texlive-fontsextra-2023_p69663-r1 index fa6082b08f65..2f22c9f12a95 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontsextra-2023_p69663-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-fontsextra-2023_p69663-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD BSD-2 CC-BY-1.0 CC-BY-4.0 CC-BY-SA-4.0 GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontsextra.r69663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aboensis.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/academicons.r62622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accanthis.r64844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aesupp.r58253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alegreya.r64384.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alfaslabone.r57452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algolrevived.r56864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.r42221.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/almendra.r64539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/almfixed.r35065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/andika.r64540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonymouspro.r51631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.r24266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.r38005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archivo.r57283.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arimo.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arsenal.r68191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arvo.r57213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asana-math.r59629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asapsym.r40201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-font.r29989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.r25243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atkinson.r64385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.r21271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.r19490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervaldx.r69273.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervillef.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.r17186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.r17224.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.r17187.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.r33143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bboldx.r65424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.r32215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beuron.r46374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.r27401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitter.r67598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.r46480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.r20655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.r28363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cabin.r68373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/caladea.r64549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.r24302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carlito.r64624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadia-code.r68485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-initials.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.r36195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/charissil.r64998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.r21046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chivo.r65029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cinzel.r64550.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clara.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clearsans.r64400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.r28250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-mf-extra-bold.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmathbb.r56414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.r21107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmexb.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.r17964.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsrb.r54706.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.r39728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmupint.r54735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cochineal.r68904.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coelacanth.r64558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comicneue.r54891.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.r17218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-otf.r69479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.r35929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooperhewitt.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cormorantgaramond.r64411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.r24940.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courierten.r55436.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crimson.r64559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crimsonpro.r64565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cuprum.r49909.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dancers.r13293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dantelogo.r38599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.r31771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu-otf.r45991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.r28501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.r69720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.r27918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/domitian.r55286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doulossil.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.r47680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drm.r38157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dsserif.r60898.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.r20741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.r20851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebgaramond.r66604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebgaramond-maths.r52168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eczar.r57716.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ektype-tanka.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.r19705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.r17210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erewhon.r63312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erewhon-math.r69480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esrelation.r37236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.r22426.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.r32098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etbb.r69098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euler-math.r69481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euxm.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbb.r55728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetamont.r43812.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.r63945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fira.r64422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firamath.r56672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firamath-otf.r68233.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.r21326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontawesome.r48145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontawesome5.r63207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontmfizz.r43546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-churchslavonic.r67473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forum.r64566.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.r29646.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.r24559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frederika2016.r42157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frimurer.r56704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garamond-libre.r64412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garamond-math.r61481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gelasio.r66805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.r25112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.r63470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.r19469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.r28484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.r19469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.r69112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidotclassic.r52778.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.r63944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenicmath.r63928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.r19878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gillius.r64865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gofonts.r64358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.r49869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.r35859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gudea.r57359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hacm.r27671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hamnosys.r61941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hands.r13293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-font.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math-font.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heros-otf.r64695.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heuristica.r69649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hindmadurai.r57360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibarra.r66892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.r24868.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imfellenglish.r64568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata-nerd-font.r69061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inriafonts.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inter.r68966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex-type1.r47700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.r19611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.r16364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.r20408.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/josefin.r64569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.r69355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/junicodevf.r69374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.r18488.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.r65583.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts-otf.r69636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.r19612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexend.r57564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.r68981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinegc.r44616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-fonts.r57948.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-otf.r68333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-type1.r67450.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinust1math.r69440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librebaskerville.r64421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librebodoni.r64431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librecaslon.r64432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librefranklin.r64441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.r19409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lineara.r63169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linguisticspro.r64858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lobster2.r64442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logix.r63688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.r32354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.r63565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magra.r57373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marcellus.r64451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.r21129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.r31639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.r20298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.r28399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/merriweather.r64452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metsymb.r68175.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miama.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mintspirit.r64461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/missaali.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlmodern.r57458.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/montserrat.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpfonts.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.r53520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newcomputermodern.r69379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpx.r69380.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.r69756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtxsf.r69597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtxtt.r69451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe-type1.r68091.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nimbus15.r58839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.r16437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noto.r64351.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noto-emoji.r62950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notomath.r68014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nunito.r57429.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/obnov.r33355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.r25689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.r20852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.r20969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.r24876.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.r28668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/old-arrows.r42872.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.r17932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.r69185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oswald.r60784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overlock.r64495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.r24947.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagella-otf.r64705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.r56468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.r69687.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/playfair.r64857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plex.r69154.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plex-otf.r68238.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plimsoll.r56605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poiretone.r64856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.r21893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punk.r27388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punk-latex.r27389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.r24649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.r60847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qualitype.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quattrocento.r64372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/raleway.r42629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rit-fonts.r67659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roboto.r64350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.r19537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rosario.r51688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.r60849.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.r53628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathfonts.r68777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauter.r13293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schola-otf.r64734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scholax.r61836.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schulschriften.r59388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shobhika.r50555.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleicons.r69673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.r51907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourcecodepro.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourcesanspro.r54892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourceserifpro.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spectral.r64528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srbtiks.r63308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.r19982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/step.r57307.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stepgreek.r57074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stickstoo.r60793.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix2-otf.r58735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix2-type1.r57448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/superiors.r69387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svrsymbols.r50019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/symbats3.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.r20484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tempora.r39596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.r34594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termes-otf.r64733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.r20770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanodidot.r64518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanomodern.r64520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanooldstyle.r64519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tinos.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twemoji-colr.r64854.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txuprcal.r43327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typicons.r37623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umtypewriter.r64443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.r51984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/universalis.r64505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uppunctlm.r42334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.r21701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.r19444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.r25469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcharter.r67742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcharter-math.r69482.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.r55730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.r50755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts-otf.r65030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts-t1.r36013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yinit-otf.r40207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ysabeau.r69663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zlmtt.r64076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-fontsextra.r69663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aboensis.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/academicons.r62622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accanthis.r64844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adforn.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adfsymbols.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aesupp.r58253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alegreya.r64384.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alfaslabone.r57452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algolrevived.r56864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/allrunes.r42221.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/almendra.r64539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/almfixed.r35065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/andika.r64540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonymouspro.r51631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antiqua.r24266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antt.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaic.r38005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archivo.r57283.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arev.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arimo.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arsenal.r68191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arvo.r57213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asana-math.r59629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asapsym.r40201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascii-font.r29989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aspectratio.r25243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/astro.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atkinson.r64385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/augie.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auncial-new.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aurical.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/b1encoding.r21271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barcodes.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervald.r19490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervaldx.r69273.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervillef.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbding.r17186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbm.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbm-macros.r17224.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbold.r17187.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbold-type1.r33143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bboldx.r65424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/belleek.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bera.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/berenisadf.r32215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beuron.r46374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bguq.r27401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitter.r67598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blacklettert1.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boisik.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookhands.r46480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boondox.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braille.r20655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brushscr.r28363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cabin.r68373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/caladea.r64549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calligra.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calligra-type1.r24302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cantarell.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carlito.r64624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carolmin-ps.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascadia-code.r68485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccicons.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cfr-initials.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cfr-lm.r36195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/charissil.r64998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cherokee.r21046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chivo.r65029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cinzel.r64550.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clara.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clearsans.r64400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-lgc.r28250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-mf-extra-bold.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-unicode.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmathbb.r56414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmbright.r21107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmexb.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmll.r17964.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmpica.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmsrb.r54706.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmtiup.r39728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmupint.r54735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cochineal.r68904.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coelacanth.r64558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comfortaa.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comicneue.r54891.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath-fonts.r17218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath-otf.r69479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cookingsymbols.r35929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooperhewitt.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cormorantgaramond.r64411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/countriesofeurope.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courier-scaled.r24940.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courierten.r55436.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crimson.r64559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crimsonpro.r64565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cryst.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cuprum.r49909.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyklop.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dancers.r13293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dantelogo.r38599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dejavu.r31771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dejavu-otf.r45991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dice.r28501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dictsym.r69720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dingbat.r27918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/domitian.r55286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doublestroke.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doulossil.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dozenal.r47680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drm.r38157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/droid.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dsserif.r60898.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duerer.r20741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duerer-latex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dutchcal.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ean.r20851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebgaramond.r66604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebgaramond-maths.r52168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eco.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eczar.r57716.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eiad.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eiad-ltx.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ektype-tanka.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/electrum.r19705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elvish.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigrafica.r17210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsdice.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erewhon.r63312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erewhon-math.r69480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esrelation.r37236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esstix.r22426.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esvect.r32098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etbb.r69098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euler-math.r69481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eulervm.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euxm.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbb.r55728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fdsymbol.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetamont.r43812.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feyn.r63945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fge.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fira.r64422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firamath.r56672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firamath-otf.r68233.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foekfont.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonetika.r21326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontawesome.r48145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontawesome5.r63207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontmfizz.r43546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonts-churchslavonic.r67473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forum.r64566.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fourier.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fouriernc.r29646.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frcursive.r24559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frederika2016.r42157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frimurer.r56704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garamond-libre.r64412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garamond-math.r61481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gelasio.r66805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogy.r25112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentium-tug.r63470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsartemisia.r19469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsbodoni.r28484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfscomplutum.r19469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsdidot.r69112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsdidotclassic.r52778.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsneohellenic.r63944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsneohellenicmath.r63928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfssolomos.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gillcm.r19878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gillius.r64865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnu-freefont.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gofonts.r64358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gothic.r49869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greenpoint.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grotesq.r35859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gudea.r57359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hacm.r27671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hamnosys.r61941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hands.r13293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-font.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math-font.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heros-otf.r64695.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heuristica.r69649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfbright.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfoldsty.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hindmadurai.r57360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibarra.r66892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifsym.r24868.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imfellenglish.r64568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inconsolata.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inconsolata-nerd-font.r69061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/initials.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inriafonts.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inter.r68966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipaex-type1.r47700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iwona.r19611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jablantile.r16364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jamtimes.r20408.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/josefin.r64569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/junicode.r69355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/junicodevf.r69374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kixfont.r18488.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpfonts.r65583.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpfonts-otf.r69636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kurier.r19612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lato.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexend.r57564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lfb.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertine.r68981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinegc.r44616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-fonts.r57948.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-otf.r68333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-type1.r67450.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinust1math.r69440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librebaskerville.r64421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librebodoni.r64431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librecaslon.r64432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librefranklin.r64441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libris.r19409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lineara.r63169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linguisticspro.r64858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lobster2.r64442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logix.r63688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lxfonts.r32354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ly1.r63565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magra.r57373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marcellus.r64451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathabx.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathabx-type1.r21129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathdesign.r31639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdputu.r20298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdsymbol.r28399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/merriweather.r64452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metsymb.r68175.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miama.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mintspirit.r64461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/missaali.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlmodern.r57458.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnsymbol.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/montserrat.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpfonts.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mweights.r53520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newcomputermodern.r69379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpx.r69380.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtx.r69756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtxsf.r69597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtxtt.r69451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/niceframe-type1.r68091.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nimbus15.r58839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nkarta.r16437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noto.r64351.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noto-emoji.r62950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notomath.r68014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nunito.r57429.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/obnov.r33355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocherokee.r25689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-b.r20852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-b-outline.r20969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ogham.r24876.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oinuit.r28668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/old-arrows.r42872.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldlatin.r17932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldstandard.r69185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opensans.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orkhun.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oswald.r60784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overlock.r64495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pacioli.r24947.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagella-otf.r64705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paratype.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phaistos.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonetic.r56468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pigpen.r69687.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/playfair.r64857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plex.r69154.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plex-otf.r68238.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plimsoll.r56605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poiretone.r64856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poltawski.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prodint.r21893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punk.r27388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punk-latex.r27389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punknova.r24649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxtxalfa.r60847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qualitype.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quattrocento.r64372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/raleway.r42629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recycle.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rit-fonts.r67659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roboto.r64350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romande.r19537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rosario.r51688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsfso.r60849.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmathaccent.r53628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmathfonts.r68777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauter.r13293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauterfonts.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schola-otf.r64734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scholax.r61836.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schulschriften.r59388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semaphor.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shobhika.r50555.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleicons.r69673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skull.r51907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourcecodepro.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourcesanspro.r54892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourceserifpro.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spectral.r64528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srbtiks.r63308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/starfont.r19982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/staves.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/step.r57307.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stepgreek.r57074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stickstoo.r60793.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix2-otf.r58735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix2-type1.r57448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/superiors.r69387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svrsymbols.r50019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/symbats3.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tapir.r20484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tempora.r39596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tengwarscript.r34594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termes-otf.r64733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tfrupee.r20770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanodidot.r64518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanomodern.r64520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanooldstyle.r64519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tinos.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpslifonts.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trajan.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twemoji-colr.r64854.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txfontsb.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txuprcal.r43327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typicons.r37623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umtypewriter.r64443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/universa.r51984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/universalis.r64505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uppunctlm.r42334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urwchancal.r21701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venturisadf.r19444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wsuipa.r25469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcharter.r67742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcharter-math.r69482.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xits.r55730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts.r50755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts-otf.r65030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts-t1.r36013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yinit-otf.r40207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ysabeau.r69663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zlmtt.r64076.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aboensis.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/academicons.doc.r62622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accanthis.doc.r64844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adforn.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adfsymbols.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aesupp.doc.r58253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alegreya.doc.r64384.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alfaslabone.doc.r57452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algolrevived.doc.r56864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.doc.r42221.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/almendra.doc.r64539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/almfixed.doc.r35065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/andika.doc.r64540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonymouspro.doc.r51631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antiqua.doc.r24266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antt.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.doc.r38005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archivo.doc.r57283.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arimo.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arsenal.doc.r68191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arvo.doc.r57213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asana-math.doc.r59629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asapsym.doc.r40201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-font.doc.r29989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aspectratio.doc.r25243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/astro.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atkinson.doc.r64385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/augie.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aurical.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.doc.r21271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.doc.r19490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervaldx.doc.r69273.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervillef.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.doc.r17186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.doc.r17224.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.doc.r17187.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold-type1.doc.r33143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bboldx.doc.r65424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bera.doc.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/berenisadf.doc.r32215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beuron.doc.r46374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.doc.r27401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitter.doc.r67598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boisik.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.doc.r46480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boondox.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braille.doc.r20655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brushscr.doc.r28363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cabin.doc.r68373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/caladea.doc.r64549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calligra-type1.doc.r24302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cantarell.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carlito.doc.r64624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carolmin-ps.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadia-code.doc.r68485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-initials.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.doc.r36195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/charissil.doc.r64998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cherokee.doc.r21046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chivo.doc.r65029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cinzel.doc.r64550.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clara.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clearsans.doc.r64400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-lgc.doc.r28250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-unicode.doc.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmathbb.doc.r56414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.doc.r21107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmexb.doc.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.doc.r17964.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpica.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsrb.doc.r54706.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmtiup.doc.r39728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmupint.doc.r54735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cochineal.doc.r68904.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coelacanth.doc.r64558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comfortaa.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comicneue.doc.r54891.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-fonts.doc.r17218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath-otf.doc.r69479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.doc.r35929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooperhewitt.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cormorantgaramond.doc.r64411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/countriesofeurope.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courier-scaled.doc.r24940.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courierten.doc.r55436.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crimson.doc.r64559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crimsonpro.doc.r64565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cryst.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cuprum.doc.r49909.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyklop.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dantelogo.doc.r38599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu.doc.r31771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dejavu-otf.doc.r45991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dice.doc.r28501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dictsym.doc.r69720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.doc.r27918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/domitian.doc.r55286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doublestroke.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doulossil.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.doc.r47680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drm.doc.r38157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/droid.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dsserif.doc.r60898.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer.doc.r20741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duerer-latex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dutchcal.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ean.doc.r20851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebgaramond.doc.r66604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebgaramond-maths.doc.r52168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eczar.doc.r57716.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ektype-tanka.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.doc.r19705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elvish.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigrafica.doc.r17210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erewhon.doc.r63312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erewhon-math.doc.r69480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esrelation.doc.r37236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esstix.doc.r22426.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.doc.r32098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etbb.doc.r69098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euler-math.doc.r69481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbb.doc.r55728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetamont.doc.r43812.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.doc.r63945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.doc.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fira.doc.r64422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firamath.doc.r56672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firamath-otf.doc.r68233.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foekfont.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonetika.doc.r21326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontawesome.doc.r48145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontawesome5.doc.r63207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontmfizz.doc.r43546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-churchslavonic.doc.r67473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forum.doc.r64566.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fourier.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fouriernc.doc.r29646.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frcursive.doc.r24559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frederika2016.doc.r42157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frimurer.doc.r56704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garamond-libre.doc.r64412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garamond-math.doc.r61481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gelasio.doc.r66805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy.doc.r25112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.doc.r63470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsartemisia.doc.r19469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbodoni.doc.r28484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfscomplutum.doc.r19469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidot.doc.r69112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsdidotclassic.doc.r52778.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenic.doc.r63944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsneohellenicmath.doc.r63928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfssolomos.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gillcm.doc.r19878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gillius.doc.r64865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.doc.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gofonts.doc.r64358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.doc.r49869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greenpoint.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grotesq.doc.r35859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gudea.doc.r57359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hacm.doc.r27671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hamnosys.doc.r61941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-font.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math-font.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heros-otf.doc.r64695.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heuristica.doc.r69649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfbright.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hindmadurai.doc.r57360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibarra.doc.r66892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifsym.doc.r24868.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imfellenglish.doc.r64568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata-nerd-font.doc.r69061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/initials.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inriafonts.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inter.doc.r68966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex-type1.doc.r47700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iwona.doc.r19611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jablantile.doc.r16364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jamtimes.doc.r20408.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/josefin.doc.r64569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/junicode.doc.r69355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/junicodevf.doc.r69374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kixfont.doc.r18488.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts.doc.r65583.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kpfonts-otf.doc.r69636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kurier.doc.r19612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lato.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexend.doc.r57564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lfb.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertine.doc.r68981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinegc.doc.r44616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-fonts.doc.r57948.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-otf.doc.r68333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinus-type1.doc.r67450.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libertinust1math.doc.r69440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librebaskerville.doc.r64421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librebodoni.doc.r64431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librecaslon.doc.r64432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librefranklin.doc.r64441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.doc.r19409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lineara.doc.r63169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linguisticspro.doc.r64858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lobster2.doc.r64442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logix.doc.r63688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.doc.r32354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ly1.doc.r63565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magra.doc.r57373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marcellus.doc.r64451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathabx-type1.doc.r21129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdesign.doc.r31639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdputu.doc.r20298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.doc.r28399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/merriweather.doc.r64452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metsymb.doc.r68175.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miama.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mintspirit.doc.r64461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/missaali.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlmodern.doc.r57458.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/montserrat.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpfonts.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mweights.doc.r53520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newcomputermodern.doc.r69379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpx.doc.r69380.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtx.doc.r69756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtxsf.doc.r69597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newtxtt.doc.r69451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe-type1.doc.r68091.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nimbus15.doc.r58839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.doc.r16437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noto.doc.r64351.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noto-emoji.doc.r62950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notomath.doc.r68014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nunito.doc.r57429.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/obnov.doc.r33355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocherokee.doc.r25689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b.doc.r20852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.doc.r20969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ogham.doc.r24876.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.doc.r28668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/old-arrows.doc.r42872.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldlatin.doc.r17932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstandard.doc.r69185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opensans.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orkhun.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oswald.doc.r60784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overlock.doc.r64495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.doc.r24947.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagella-otf.doc.r64705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paratype.doc.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonetic.doc.r56468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pigpen.doc.r69687.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/playfair.doc.r64857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plex.doc.r69154.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plex-otf.doc.r68238.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plimsoll.doc.r56605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poiretone.doc.r64856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poltawski.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prodint.doc.r21893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punk.doc.r27388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punk-latex.doc.r27389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/punknova.doc.r24649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtxalfa.doc.r60847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qualitype.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quattrocento.doc.r64372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/raleway.doc.r42629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recycle.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rit-fonts.doc.r67659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roboto.doc.r64350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.doc.r19537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rosario.doc.r51688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfso.doc.r60849.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathaccent.doc.r53628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmathfonts.doc.r68777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schola-otf.doc.r64734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scholax.doc.r61836.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schulschriften.doc.r59388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semaphor.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shobhika.doc.r50555.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleicons.doc.r69673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourcecodepro.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourcesanspro.doc.r54892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sourceserifpro.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spectral.doc.r64528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srbtiks.doc.r63308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/starfont.doc.r19982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/step.doc.r57307.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stepgreek.doc.r57074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stickstoo.doc.r60793.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix2-otf.doc.r58735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix2-type1.doc.r57448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/superiors.doc.r69387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svrsymbols.doc.r50019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/symbats3.doc.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tapir.doc.r20484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tempora.doc.r39596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.doc.r34594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termes-otf.doc.r64733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.doc.r20770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanodidot.doc.r64518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanomodern.doc.r64520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theanooldstyle.doc.r64519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tinos.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twemoji-colr.doc.r64854.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txuprcal.doc.r43327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typicons.doc.r37623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umtypewriter.doc.r64443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.doc.r51984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/universalis.doc.r64505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uppunctlm.doc.r42334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urwchancal.doc.r21701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.doc.r19444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wsuipa.doc.r25469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcharter.doc.r67742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcharter-math.doc.r69482.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xits.doc.r55730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.doc.r50755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts-otf.doc.r65030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts-t1.doc.r36013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yinit-otf.doc.r40207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ysabeau.doc.r69663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zlmtt.doc.r64076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aboensis.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/academicons.doc.r62622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accanthis.doc.r64844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adforn.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adfsymbols.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aesupp.doc.r58253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alegreya.doc.r64384.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alfaslabone.doc.r57452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algolrevived.doc.r56864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/allrunes.doc.r42221.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/almendra.doc.r64539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/almfixed.doc.r35065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/andika.doc.r64540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonymouspro.doc.r51631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antiqua.doc.r24266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antt.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaic.doc.r38005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archivo.doc.r57283.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arev.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arimo.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arsenal.doc.r68191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arvo.doc.r57213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asana-math.doc.r59629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asapsym.doc.r40201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascii-font.doc.r29989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aspectratio.doc.r25243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/astro.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atkinson.doc.r64385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/augie.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auncial-new.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aurical.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/b1encoding.doc.r21271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barcodes.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervald.doc.r19490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervaldx.doc.r69273.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervillef.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbding.doc.r17186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbm.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbm-macros.doc.r17224.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbold.doc.r17187.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbold-type1.doc.r33143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bboldx.doc.r65424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/belleek.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bera.doc.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/berenisadf.doc.r32215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beuron.doc.r46374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bguq.doc.r27401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitter.doc.r67598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blacklettert1.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boisik.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookhands.doc.r46480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boondox.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braille.doc.r20655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brushscr.doc.r28363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cabin.doc.r68373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/caladea.doc.r64549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calligra.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calligra-type1.doc.r24302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cantarell.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carlito.doc.r64624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carolmin-ps.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascadia-code.doc.r68485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccicons.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cfr-initials.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cfr-lm.doc.r36195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/charissil.doc.r64998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cherokee.doc.r21046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chivo.doc.r65029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cinzel.doc.r64550.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clara.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clearsans.doc.r64400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-lgc.doc.r28250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-unicode.doc.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmathbb.doc.r56414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmbright.doc.r21107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmexb.doc.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmll.doc.r17964.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmpica.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmsrb.doc.r54706.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmtiup.doc.r39728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmupint.doc.r54735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cochineal.doc.r68904.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coelacanth.doc.r64558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comfortaa.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comicneue.doc.r54891.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath-fonts.doc.r17218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath-otf.doc.r69479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cookingsymbols.doc.r35929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooperhewitt.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cormorantgaramond.doc.r64411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/countriesofeurope.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courier-scaled.doc.r24940.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courierten.doc.r55436.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crimson.doc.r64559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crimsonpro.doc.r64565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cryst.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cuprum.doc.r49909.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyklop.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dantelogo.doc.r38599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dejavu.doc.r31771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dejavu-otf.doc.r45991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dice.doc.r28501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dictsym.doc.r69720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dingbat.doc.r27918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/domitian.doc.r55286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doublestroke.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doulossil.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dozenal.doc.r47680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drm.doc.r38157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/droid.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dsserif.doc.r60898.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duerer.doc.r20741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duerer-latex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dutchcal.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ean.doc.r20851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebgaramond.doc.r66604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebgaramond-maths.doc.r52168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eco.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eczar.doc.r57716.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eiad.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eiad-ltx.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ektype-tanka.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/electrum.doc.r19705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elvish.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigrafica.doc.r17210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsdice.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erewhon.doc.r63312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erewhon-math.doc.r69480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esrelation.doc.r37236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esstix.doc.r22426.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esvect.doc.r32098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etbb.doc.r69098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euler-math.doc.r69481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eulervm.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbb.doc.r55728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fdsymbol.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetamont.doc.r43812.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feyn.doc.r63945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fge.doc.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fira.doc.r64422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firamath.doc.r56672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firamath-otf.doc.r68233.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foekfont.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonetika.doc.r21326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontawesome.doc.r48145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontawesome5.doc.r63207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontmfizz.doc.r43546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonts-churchslavonic.doc.r67473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forum.doc.r64566.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fourier.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fouriernc.doc.r29646.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frcursive.doc.r24559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frederika2016.doc.r42157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frimurer.doc.r56704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garamond-libre.doc.r64412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garamond-math.doc.r61481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gelasio.doc.r66805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogy.doc.r25112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentium-tug.doc.r63470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsartemisia.doc.r19469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsbodoni.doc.r28484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfscomplutum.doc.r19469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsdidot.doc.r69112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsdidotclassic.doc.r52778.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsneohellenic.doc.r63944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsneohellenicmath.doc.r63928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfssolomos.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gillcm.doc.r19878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gillius.doc.r64865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnu-freefont.doc.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gofonts.doc.r64358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gothic.doc.r49869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greenpoint.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grotesq.doc.r35859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gudea.doc.r57359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hacm.doc.r27671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hamnosys.doc.r61941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-font.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math-font.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heros-otf.doc.r64695.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heuristica.doc.r69649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfbright.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfoldsty.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hindmadurai.doc.r57360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibarra.doc.r66892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifsym.doc.r24868.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imfellenglish.doc.r64568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inconsolata.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inconsolata-nerd-font.doc.r69061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/initials.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inriafonts.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inter.doc.r68966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipaex-type1.doc.r47700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iwona.doc.r19611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jablantile.doc.r16364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jamtimes.doc.r20408.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/josefin.doc.r64569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/junicode.doc.r69355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/junicodevf.doc.r69374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kixfont.doc.r18488.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpfonts.doc.r65583.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kpfonts-otf.doc.r69636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kurier.doc.r19612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lato.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexend.doc.r57564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lfb.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertine.doc.r68981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinegc.doc.r44616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-fonts.doc.r57948.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-otf.doc.r68333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinus-type1.doc.r67450.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libertinust1math.doc.r69440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librebaskerville.doc.r64421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librebodoni.doc.r64431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librecaslon.doc.r64432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librefranklin.doc.r64441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libris.doc.r19409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lineara.doc.r63169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linguisticspro.doc.r64858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lobster2.doc.r64442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logix.doc.r63688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lxfonts.doc.r32354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ly1.doc.r63565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magra.doc.r57373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marcellus.doc.r64451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathabx.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathabx-type1.doc.r21129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathdesign.doc.r31639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdputu.doc.r20298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdsymbol.doc.r28399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/merriweather.doc.r64452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metsymb.doc.r68175.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miama.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mintspirit.doc.r64461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/missaali.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlmodern.doc.r57458.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnsymbol.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/montserrat.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpfonts.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mweights.doc.r53520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newcomputermodern.doc.r69379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpx.doc.r69380.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtx.doc.r69756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtxsf.doc.r69597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newtxtt.doc.r69451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/niceframe-type1.doc.r68091.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nimbus15.doc.r58839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nkarta.doc.r16437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noto.doc.r64351.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noto-emoji.doc.r62950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notomath.doc.r68014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nunito.doc.r57429.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/obnov.doc.r33355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocherokee.doc.r25689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-b.doc.r20852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-b-outline.doc.r20969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ogham.doc.r24876.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oinuit.doc.r28668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/old-arrows.doc.r42872.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldlatin.doc.r17932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldstandard.doc.r69185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opensans.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orkhun.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oswald.doc.r60784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overlock.doc.r64495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pacioli.doc.r24947.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagella-otf.doc.r64705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paratype.doc.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phaistos.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonetic.doc.r56468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pigpen.doc.r69687.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/playfair.doc.r64857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plex.doc.r69154.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plex-otf.doc.r68238.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plimsoll.doc.r56605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poiretone.doc.r64856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poltawski.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prodint.doc.r21893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punk.doc.r27388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punk-latex.doc.r27389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/punknova.doc.r24649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxtxalfa.doc.r60847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qualitype.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quattrocento.doc.r64372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/raleway.doc.r42629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recycle.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rit-fonts.doc.r67659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roboto.doc.r64350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romande.doc.r19537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rosario.doc.r51688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsfso.doc.r60849.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmathaccent.doc.r53628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmathfonts.doc.r68777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauterfonts.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schola-otf.doc.r64734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scholax.doc.r61836.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schulschriften.doc.r59388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semaphor.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shobhika.doc.r50555.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleicons.doc.r69673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourcecodepro.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourcesanspro.doc.r54892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sourceserifpro.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spectral.doc.r64528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srbtiks.doc.r63308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/starfont.doc.r19982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/staves.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/step.doc.r57307.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stepgreek.doc.r57074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stickstoo.doc.r60793.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix2-otf.doc.r58735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix2-type1.doc.r57448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/superiors.doc.r69387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svrsymbols.doc.r50019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/symbats3.doc.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tapir.doc.r20484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tempora.doc.r39596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tengwarscript.doc.r34594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termes-otf.doc.r64733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tfrupee.doc.r20770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanodidot.doc.r64518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanomodern.doc.r64520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theanooldstyle.doc.r64519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tinos.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpslifonts.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trajan.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twemoji-colr.doc.r64854.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txfontsb.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txuprcal.doc.r43327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typicons.doc.r37623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umtypewriter.doc.r64443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/universa.doc.r51984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/universalis.doc.r64505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uppunctlm.doc.r42334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urwchancal.doc.r21701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venturisadf.doc.r19444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wsuipa.doc.r25469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcharter.doc.r67742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcharter-math.doc.r69482.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xits.doc.r55730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts.doc.r50755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts-otf.doc.r65030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts-t1.doc.r36013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yinit-otf.doc.r40207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ysabeau.doc.r69663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zlmtt.doc.r64076.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aesupp.source.r58253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/allrunes.source.r42221.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonymouspro.source.r51631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/archaic.source.r38005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arev.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arsenal.source.r68191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asapsym.source.r40201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-font.source.r29989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auncial-new.source.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/b1encoding.source.r21271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barcodes.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baskervald.source.r19490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbding.source.r17186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbm-macros.source.r17224.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbold.source.r17187.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/belleek.source.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bguq.source.r27401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blacklettert1.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookhands.source.r46480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccicons.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cfr-lm.source.r36195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chivo.source.r65029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmbright.source.r21107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmll.source.r17964.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cookingsymbols.source.r35929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dingbat.source.r27918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dozenal.source.r47680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drm.source.r38157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dsserif.source.r60898.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eco.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eiad-ltx.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/electrum.source.r19705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsdice.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esrelation.source.r37236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esvect.source.r32098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eulervm.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fdsymbol.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetamont.source.r43812.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feyn.source.r63945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fge.source.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frimurer.source.r56704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentium-tug.source.r63470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnu-freefont.source.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gothic.source.r49869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hamnosys.source.r61941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-font.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math-font.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfoldsty.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inconsolata-nerd-font.source.r69061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libris.source.r19409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lineara.source.r63169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lxfonts.source.r32354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdsymbol.source.r28399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metsymb.source.r68175.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miama.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnsymbol.source.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpx.source.r69380.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nkarta.source.r16437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-b-outline.source.r20969.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oinuit.source.r28668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pacioli.source.r24947.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phaistos.source.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plimsoll.source.r56605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romande.source.r19537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rosario.source.r51688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauterfonts.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skull.source.r51907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/staves.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stix2-type1.source.r57448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svrsymbols.source.r50019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tengwarscript.source.r34594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tfrupee.source.r20770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tpslifonts.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trajan.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txfontsb.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/universa.source.r51984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venturisadf.source.r19444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yfonts.source.r50755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aesupp.source.r58253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/allrunes.source.r42221.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonymouspro.source.r51631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/archaic.source.r38005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arev.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arsenal.source.r68191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asapsym.source.r40201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascii-font.source.r29989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auncial-new.source.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/b1encoding.source.r21271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barcodes.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baskervald.source.r19490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbding.source.r17186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbm-macros.source.r17224.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbold.source.r17187.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/belleek.source.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bguq.source.r27401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blacklettert1.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookhands.source.r46480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccicons.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cfr-lm.source.r36195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chivo.source.r65029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmbright.source.r21107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmll.source.r17964.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cookingsymbols.source.r35929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dingbat.source.r27918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dozenal.source.r47680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drm.source.r38157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dsserif.source.r60898.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eco.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eiad-ltx.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/electrum.source.r19705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsdice.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esrelation.source.r37236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esvect.source.r32098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eulervm.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fdsymbol.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetamont.source.r43812.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feyn.source.r63945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fge.source.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frimurer.source.r56704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentium-tug.source.r63470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnu-freefont.source.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gothic.source.r49869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hamnosys.source.r61941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-font.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math-font.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfoldsty.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inconsolata-nerd-font.source.r69061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libris.source.r19409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lineara.source.r63169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lxfonts.source.r32354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdsymbol.source.r28399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metsymb.source.r68175.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miama.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnsymbol.source.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpx.source.r69380.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nkarta.source.r16437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-b-outline.source.r20969.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oinuit.source.r28668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pacioli.source.r24947.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phaistos.source.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plimsoll.source.r56605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romande.source.r19537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rosario.source.r51688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauterfonts.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skull.source.r51907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/staves.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stix2-type1.source.r57448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svrsymbols.source.r50019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tengwarscript.source.r34594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tfrupee.source.r20770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tpslifonts.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trajan.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txfontsb.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/universa.source.r51984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venturisadf.source.r19444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yfonts.source.r50755.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=3e016c38e7751130b2cb45f3a18f74c5 diff --git a/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2021 b/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2021 index bfb6ea355a65..bf8188df0214 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2021 @@ -11,5 +11,5 @@ LICENSE=BSD GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c OFL public-domain TeX TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-avantgar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookman-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-charter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-super-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmextra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euro-ce-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eurosym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fpl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-helvetic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lm-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marvosym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpazo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manfnt-font-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mflogo-font-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncntrsbk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-palatino-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsfs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-symbol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-times-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utopia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasy-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasysym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zapfchan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zapfding-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-fontsrecommended-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-avantgar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-charter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-super-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euro-ce-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eurosym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fpl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-helvetic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lm-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marvosym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpazo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manfnt-font-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mflogo-font-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncntrsbk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-palatino-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsfs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-symbol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-times-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utopia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasy-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasysym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zapfchan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zapfding-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-fontsrecommended-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-avantgar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-charter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-super-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euro-ce-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eurosym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fpl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-helvetic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lm-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marvosym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpazo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manfnt-font-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflogo-font-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncntrsbk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-palatino-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsfs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-symbol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-times-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utopia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasy-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasysym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zapfchan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zapfding-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-fontsrecommended-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-charter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cm-super.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euro-ce.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eurosym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fpl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lm-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marvosym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpazo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mflogo-font.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rsfs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utopia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasy-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasysym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-charter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cm-super.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euro-ce.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eurosym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fpl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lm-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marvosym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpazo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mflogo-font.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rsfs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utopia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasy-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasysym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-charter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cm-super.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euro-ce.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eurosym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fpl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lm-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marvosym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpazo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mflogo-font.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rsfs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utopia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasy-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasysym.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euro.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fpl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marvosym.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpazo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-gyre-math.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wasysym.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euro.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fpl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marvosym.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpazo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-gyre-math.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wasysym.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euro.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fpl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marvosym.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpazo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-gyre-math.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wasysym.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=6a35b17cf0b086614359010b2dfdba8b diff --git a/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2023_p54074 b/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2023_p54074 index 261f5c641bef..e60d5fce5d45 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2023_p54074 +++ b/metadata/md5-cache/dev-texlive/texlive-fontsrecommended-2023_p54074 @@ -11,5 +11,5 @@ LICENSE=BSD GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c OFL TeX TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontsrecommended.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/avantgar.r61983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookman.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-super.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmextra.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courier.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.r22191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.r25714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.r17265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/helvetic.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt-font.r45777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo-font.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncntrsbk.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/palatino.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/symbol.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.r41264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/times.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.r53533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy-type1.r53534.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zapfchan.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zapfding.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-fontsrecommended.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/avantgar.r61983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookman.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/charter.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-super.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmextra.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courier.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euro.r22191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euro-ce.r25714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eurosym.r17265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fpl.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/helvetic.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lm.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lm-math.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manfnt-font.r45777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marvosym.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpazo.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflogo-font.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncntrsbk.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/palatino.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxfonts.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsfs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/symbol.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre-math.r41264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/times.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipa.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txfonts.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utopia.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasy.r53533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasy-type1.r53534.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasysym.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zapfchan.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zapfding.r61719.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/charter.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cm-super.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.doc.r22191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euro-ce.doc.r25714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eurosym.doc.r17265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lm.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lm-math.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.doc.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mflogo-font.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxfonts.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rsfs.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.doc.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.doc.r41264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txfonts.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utopia.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy.doc.r53533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasy-type1.doc.r53534.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/charter.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cm-super.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euro.doc.r22191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euro-ce.doc.r25714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eurosym.doc.r17265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fpl.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lm.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lm-math.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marvosym.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpazo.doc.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mflogo-font.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxfonts.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rsfs.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre.doc.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre-math.doc.r41264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipa.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txfonts.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utopia.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasy.doc.r53533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasy-type1.doc.r53534.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasysym.doc.r54080.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/euro.source.r22191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fpl.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marvosym.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpazo.source.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre.source.r68624.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-gyre-math.source.r41264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wasysym.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euro.source.r22191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fpl.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marvosym.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpazo.source.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre.source.r68624.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-gyre-math.source.r41264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wasysym.source.r54080.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=308099a13aa5d91e87c1bc8e99917bd0 diff --git a/metadata/md5-cache/dev-texlive/texlive-fontutils-2021 b/metadata/md5-cache/dev-texlive/texlive-fontutils-2021 index eb1cc40b9688..c56aacb9790a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontutils-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-fontutils-2021 @@ -11,5 +11,5 @@ LICENSE=Artistic BSD GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c public-domain TeX TeX-other- RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afm2pl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-albatross-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dosepsbin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epstopdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontware-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcdftypetools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metatype1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ps2pk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ps2eps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psutils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvipsconfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontinst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mf2pt1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t1utils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-fontutils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afm2pl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-albatross-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dosepsbin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epstopdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontware-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcdftypetools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metatype1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ps2pk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ps2eps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psutils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvipsconfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontinst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mf2pt1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t1utils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-fontutils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afm2pl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-albatross-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dosepsbin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epstopdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcdftypetools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metatype1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ps2pk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ps2eps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psutils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvipsconfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontinst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mf2pt1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t1utils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-fontutils-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afm2pl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-albatross.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dosepsbin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epstopdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontware.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcdftypetools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ps2pk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ps2eps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psutils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontinst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mf2pt1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t1utils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afm2pl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-albatross.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dosepsbin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epstopdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontware.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcdftypetools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ps2pk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ps2eps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psutils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontinst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mf2pt1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t1utils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afm2pl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-albatross.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dosepsbin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epstopdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcdftypetools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ps2pk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ps2eps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psutils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontinst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mf2pt1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t1utils.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-albatross.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dosepsbin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metatype1.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontinst.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-albatross.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dosepsbin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metatype1.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontinst.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-albatross.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dosepsbin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metatype1.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontinst.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=80c3d2ee98e44900b81a9730b4ef7e76 diff --git a/metadata/md5-cache/dev-texlive/texlive-fontutils-2023_p61207-r1 b/metadata/md5-cache/dev-texlive/texlive-fontutils-2023_p61207-r1 index aa60ff404dee..447a0f7d0ea5 100644 --- a/metadata/md5-cache/dev-texlive/texlive-fontutils-2023_p61207-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-fontutils-2023_p61207-r1 @@ -11,5 +11,5 @@ LICENSE=Artistic BSD GPL-1 GPL-2 LPPL-1.3c TeX TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/ps2pkm-1.8_p20230311 >=app-text/ttf2pk2-2.0_p20230311 >=app-text/texlive-core-2023 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.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.r65647.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.r68301.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.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcdftypetools.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luafindfont.r67468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.r61217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ps2eps.r62856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t1utils.r57972.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.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/albatross.r65647.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.r68301.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.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcdftypetools.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luafindfont.r67468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mf2pt1.r61217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ps2eps.r62856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psutils.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t1utils.r57972.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.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.doc.r65647.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.r68301.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.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcdftypetools.doc.r52851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luafindfont.doc.r67468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.doc.r61217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ps2eps.doc.r62856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psutils.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t1utils.doc.r57972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accfonts.doc.r18835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afm2pl.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/albatross.doc.r65647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dosepsbin.doc.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf.doc.r68301.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.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcdftypetools.doc.r52851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luafindfont.doc.r67468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mf2pt1.doc.r61217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ps2eps.doc.r62856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psutils.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t1utils.doc.r57972.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.source.r65647.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.r65647.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_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=04d79674d666b3e94e21ef000d2c03d4 diff --git a/metadata/md5-cache/dev-texlive/texlive-formatsextra-2021 b/metadata/md5-cache/dev-texlive/texlive-formatsextra-2021 index bc233be12772..e075c74326c5 100644 --- a/metadata/md5-cache/dev-texlive/texlive-formatsextra-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-formatsextra-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-latex-2021 >=dev-texlive/texlive-plaingeneric-2021 dev-texlive/texlive-xetex >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eplain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jadetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lollipop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-passivetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psizzl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-startex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texsis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmltexconfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aleph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antomega-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lambda-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mxedruli-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-omega-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-omegaware-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-otibet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-formatsextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eplain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jadetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lollipop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-passivetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psizzl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-startex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texsis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmltexconfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aleph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antomega-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lambda-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mxedruli-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-omega-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-omegaware-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-otibet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-formatsextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eplain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jadetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lollipop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-passivetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psizzl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-startex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texsis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmltexconfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aleph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antomega-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lambda-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mxedruli-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-omega-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-omegaware-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-otibet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-formatsextra-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eplain.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jadetex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lollipop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psizzl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-startex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texsis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aleph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antomega.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mxedruli.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-omega.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-omegaware.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-otibet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eplain.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jadetex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lollipop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psizzl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-startex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texsis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aleph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antomega.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mxedruli.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-omega.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-omegaware.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-otibet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eplain.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jadetex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lollipop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psizzl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-startex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texsis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aleph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antomega.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mxedruli.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-omega.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-omegaware.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-otibet.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eplain.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jadetex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psizzl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-startex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antomega.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-otibet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eplain.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jadetex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psizzl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-startex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antomega.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-otibet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eplain.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jadetex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psizzl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-startex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antomega.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-otibet.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=ee9200d5da51c98a556b051130514e58 diff --git a/metadata/md5-cache/dev-texlive/texlive-formatsextra-2023_p62226 b/metadata/md5-cache/dev-texlive/texlive-formatsextra-2023_p62226 index 339cd69ca3c4..9ccdbfc19cde 100644 --- a/metadata/md5-cache/dev-texlive/texlive-formatsextra-2023_p62226 +++ b/metadata/md5-cache/dev-texlive/texlive-formatsextra-2023_p62226 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL TeX TeX-other-free p RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-formatsextra.r62226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.r21933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.r64721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitex.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda.r45756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lollipop.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.r62145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.r30021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.r33046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/omegaware.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.r45777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/passivetex.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmltex.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-formatsextra.r62226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aleph.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antomega.r21933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmac.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eplain.r64721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitex.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jadetex.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambda.r45756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lollipop.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mltex.r62145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mxedruli.r30021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/omega.r33046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/omegaware.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/otibet.r45777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/passivetex.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psizzl.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/startex.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texsis.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmltex.r69742.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aleph.doc.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.doc.r21933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.doc.r64721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitex.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lollipop.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mltex.doc.r62145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mxedruli.doc.r30021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/omega.doc.r33046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/omegaware.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.doc.r45777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texsis.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmltex.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aleph.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antomega.doc.r21933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmac.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eplain.doc.r64721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitex.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jadetex.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lollipop.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mltex.doc.r62145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mxedruli.doc.r30021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/omega.doc.r33046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/omegaware.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/otibet.doc.r45777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psizzl.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/startex.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texsis.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmltex.doc.r69742.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/antomega.source.r21933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmac.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eplain.source.r64721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jadetex.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/otibet.source.r45777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psizzl.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/startex.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antomega.source.r21933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmac.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eplain.source.r64721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jadetex.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/otibet.source.r45777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psizzl.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/startex.source.r69742.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e8a78f0ec10319e5666cf9f05889043f diff --git a/metadata/md5-cache/dev-texlive/texlive-games-2021 b/metadata/md5-cache/dev-texlive/texlive-games-2021 index 28762256ea6f..c9071c7934ae 100644 --- a/metadata/md5-cache/dev-texlive/texlive-games-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-games-2021 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain T RDEPEND=>=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bartel-chess-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chess-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chess-problem-diagrams-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessboard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessfss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossword-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crosswrd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-egameps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gamebook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-go-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hanoi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-havannah-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hexgame-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hmtrump-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-horoscop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jigsaw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labyrinth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logicpuzzle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musikui-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nimsticks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onedown-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-othello-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-othelloboard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-crosswords-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psgo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realtranspose-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reverxii-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rubik-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schwalbe-chess-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sgame-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skaknew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudoku-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudokubundle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xskak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-games-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bartel-chess-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chess-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chess-problem-diagrams-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessboard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessfss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossword-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crosswrd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-egameps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gamebook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-go-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hanoi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-havannah-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hexgame-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hmtrump-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-horoscop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jigsaw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labyrinth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logicpuzzle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musikui-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nimsticks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onedown-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-othello-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-othelloboard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-crosswords-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psgo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realtranspose-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reverxii-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rubik-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schwalbe-chess-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sgame-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skaknew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudoku-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudokubundle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xskak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-games-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bartel-chess-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chess-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chess-problem-diagrams-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessboard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessfss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossword-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crosswrd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-egameps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gamebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-go-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hanoi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-havannah-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hexgame-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hmtrump-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-horoscop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jigsaw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labyrinth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logicpuzzle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musikui-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nimsticks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onedown-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-othello-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-othelloboard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-crosswords-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psgo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realtranspose-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reverxii-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rubik-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schwalbe-chess-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sgame-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skaknew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudoku-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudokubundle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xskak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-games-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bartel-chess-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chess.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chess-problem-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessboard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessfss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossword.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crosswrd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-egameps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gamebook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-go.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-havannah.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hexgame.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hmtrump.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-horoscop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jigsaw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labyrinth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logicpuzzle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musikui.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nimsticks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onedown.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-othello.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-othelloboard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-crosswords.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psgo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realtranspose.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reverxii.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rubik.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schwalbe-chess.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sgame.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skaknew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudoku.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudokubundle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xskak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bartel-chess-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chess.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chess-problem-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessboard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessfss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossword.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crosswrd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-egameps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gamebook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-go.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-havannah.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hexgame.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hmtrump.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-horoscop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jigsaw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labyrinth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logicpuzzle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musikui.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nimsticks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onedown.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-othello.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-othelloboard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-crosswords.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psgo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realtranspose.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reverxii.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rubik.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schwalbe-chess.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sgame.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skaknew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudoku.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudokubundle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xskak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bartel-chess-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chess.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chess-problem-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessboard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessfss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossword.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crosswrd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-egameps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gamebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-go.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-havannah.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hexgame.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hmtrump.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-horoscop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jigsaw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labyrinth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logicpuzzle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musikui.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nimsticks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onedown.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-othello.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-othelloboard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-crosswords.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psgo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realtranspose.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reverxii.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rubik.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schwalbe-chess.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sgame.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skaknew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudoku.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudokubundle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xskak.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chess-problem-diagrams.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessboard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chessfss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossword.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crosswrd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gamebook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-go.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-havannah.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-horoscop.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nimsticks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onedown.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realtranspose.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rubik.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schwalbe-chess.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soup.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudoku.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sudokubundle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xskak.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chess-problem-diagrams.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessboard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chessfss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossword.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crosswrd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gamebook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-go.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-havannah.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-horoscop.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nimsticks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onedown.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realtranspose.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rubik.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schwalbe-chess.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soup.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudoku.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sudokubundle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xskak.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chess-problem-diagrams.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessboard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chessfss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossword.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crosswrd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gamebook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-go.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-havannah.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-horoscop.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nimsticks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onedown.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realtranspose.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rubik.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schwalbe-chess.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soup.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudoku.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sudokubundle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xskak.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=53f8a97ffb1f64ee46b91650c1905087 diff --git a/metadata/md5-cache/dev-texlive/texlive-games-2023_p69159 b/metadata/md5-cache/dev-texlive/texlive-games-2023_p69159 index 3584ac0b4188..9c7c62534c14 100644 --- a/metadata/md5-cache/dev-texlive/texlive-games-2023_p69159 +++ b/metadata/md5-cache/dev-texlive/texlive-games-2023_p69159 @@ -11,5 +11,5 @@ LICENSE=CC-BY-1.0 CC-BY-SA-4.0 GPL-1 LGPL-2.1 LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c RDEPEND=>=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-games.r69159.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.r20619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.r20582.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.r56833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chinesechess.r63276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.r64375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.r16896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/customdice.r64089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.r24714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebooklib.r67772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/go.r28628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanoi.r25019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/havannah.r36348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hexboard.r62102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hmtrump.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.r56021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jeuxcartes.r68266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jigsaw.r66009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labyrinth.r33454.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.r34491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mahjong.r58896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maze.r65508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musikui.r47472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nimsticks.r64118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onedown.r69067.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.r23714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.r32313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/playcards.r67342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quizztex.r68823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realtranspose.r56623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reverxii.r63753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rouequestions.r67670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.r46791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrabble.r69599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.r30959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soup.r50815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.r67189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tangramtikz.r66183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thematicpuzzle.r69356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trivialpursuit.r68971.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wargame.r69692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordle.r68170.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.r35211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.r51432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-games.r69159.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bartel-chess-fonts.r20619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chess.r20582.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chess-problem-diagrams.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessboard.r56833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessfss.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chinesechess.r63276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossword.r64375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crosswrd.r16896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/customdice.r64089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egameps.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebook.r24714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebooklib.r67772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/go.r28628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanoi.r25019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/havannah.r36348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hexboard.r62102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hexgame.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hmtrump.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/horoscop.r56021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jeuxcartes.r68266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jigsaw.r66009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labyrinth.r33454.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logicpuzzle.r34491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mahjong.r58896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maze.r65508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musikui.r47472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nimsticks.r64118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onedown.r69067.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/othello.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/othelloboard.r23714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-crosswords.r32313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/playcards.r67342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psgo.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quizztex.r68823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realtranspose.r56623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reverxii.r63753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rouequestions.r67670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rubik.r46791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schwalbe-chess.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrabble.r69599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sgame.r30959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skak.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skaknew.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soup.r50815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudoku.r67189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudokubundle.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tangramtikz.r66183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thematicpuzzle.r69356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trivialpursuit.r68971.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wargame.r69692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordle.r68170.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xq.r35211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xskak.r51432.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/bartel-chess-fonts.doc.r20619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chess.doc.r20582.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.doc.r56833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chinesechess.doc.r63276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.doc.r64375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.doc.r16896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/customdice.doc.r64089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egameps.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.doc.r24714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebooklib.doc.r67772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/go.doc.r28628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/havannah.doc.r36348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hexboard.doc.r62102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hexgame.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hmtrump.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.doc.r56021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jeuxcartes.doc.r68266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jigsaw.doc.r66009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labyrinth.doc.r33454.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logicpuzzle.doc.r34491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mahjong.doc.r58896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maze.doc.r65508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musikui.doc.r47472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nimsticks.doc.r64118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onedown.doc.r69067.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/othello.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/othelloboard.doc.r23714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-crosswords.doc.r32313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/playcards.doc.r67342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psgo.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quizztex.doc.r68823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realtranspose.doc.r56623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reverxii.doc.r63753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rouequestions.doc.r67670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.doc.r46791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrabble.doc.r69599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sgame.doc.r30959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skak.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skaknew.doc.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soup.doc.r50815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.doc.r67189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tangramtikz.doc.r66183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thematicpuzzle.doc.r69356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trivialpursuit.doc.r68971.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wargame.doc.r69692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordle.doc.r68170.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xq.doc.r35211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.doc.r51432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bartel-chess-fonts.doc.r20619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chess.doc.r20582.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chess-problem-diagrams.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessboard.doc.r56833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessfss.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chinesechess.doc.r63276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossword.doc.r64375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crosswrd.doc.r16896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/customdice.doc.r64089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egameps.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebook.doc.r24714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebooklib.doc.r67772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/go.doc.r28628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/havannah.doc.r36348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hexboard.doc.r62102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hexgame.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hmtrump.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/horoscop.doc.r56021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jeuxcartes.doc.r68266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jigsaw.doc.r66009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labyrinth.doc.r33454.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logicpuzzle.doc.r34491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mahjong.doc.r58896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maze.doc.r65508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musikui.doc.r47472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nimsticks.doc.r64118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onedown.doc.r69067.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/othello.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/othelloboard.doc.r23714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-crosswords.doc.r32313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/playcards.doc.r67342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psgo.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quizztex.doc.r68823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realtranspose.doc.r56623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reverxii.doc.r63753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rouequestions.doc.r67670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rubik.doc.r46791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schwalbe-chess.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrabble.doc.r69599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sgame.doc.r30959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skak.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skaknew.doc.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soup.doc.r50815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudoku.doc.r67189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudokubundle.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tangramtikz.doc.r66183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thematicpuzzle.doc.r69356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trivialpursuit.doc.r68971.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wargame.doc.r69692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordle.doc.r68170.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xq.doc.r35211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xskak.doc.r51432.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/chess-problem-diagrams.source.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessboard.source.r56833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chessfss.source.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossword.source.r64375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crosswrd.source.r16896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/customdice.source.r64089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebook.source.r24714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gamebooklib.source.r67772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/go.source.r28628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/havannah.source.r36348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hexboard.source.r62102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/horoscop.source.r56021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mahjong.source.r58896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nimsticks.source.r64118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onedown.source.r69067.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realtranspose.source.r56623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reverxii.source.r63753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rubik.source.r46791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schwalbe-chess.source.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soup.source.r50815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudoku.source.r67189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sudokubundle.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wargame.source.r69692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xskak.source.r51432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chess-problem-diagrams.source.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessboard.source.r56833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chessfss.source.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossword.source.r64375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crosswrd.source.r16896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/customdice.source.r64089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebook.source.r24714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gamebooklib.source.r67772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/go.source.r28628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/havannah.source.r36348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hexboard.source.r62102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/horoscop.source.r56021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mahjong.source.r58896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nimsticks.source.r64118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onedown.source.r69067.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realtranspose.source.r56623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reverxii.source.r63753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rubik.source.r46791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schwalbe-chess.source.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soup.source.r50815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudoku.source.r67189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sudokubundle.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wargame.source.r69692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xskak.source.r51432.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=6a7c5ff32ae0b417594cedd08a61e47e diff --git a/metadata/md5-cache/dev-texlive/texlive-humanities-2021 b/metadata/md5-cache/dev-texlive/texlive-humanities-2021 index 97c7e785e66f..45a9aa35c03e 100644 --- a/metadata/md5-cache/dev-texlive/texlive-humanities-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-humanities-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c RDEPEND=>=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adtrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-lds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-mouth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-parse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-covington-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diadia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dramatist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvgloss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecltree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edfnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ednotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledform-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gb4e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmverse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jura-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-juraabbrev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-juramisc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurarsp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ledmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexikon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ling-macros-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linguex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-liturg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metrix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nnext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parallel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parrun-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonrule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plari-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-play-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poemscol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetry-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetrytex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qobitree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qtree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reledmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rrgtrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rtklage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-screenplay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-screenplay-pkg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textglos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theatre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thalie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tree-dvips-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xyling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-humanities-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adtrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-lds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-mouth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-parse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-covington-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diadia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dramatist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvgloss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecltree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edfnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ednotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledform-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gb4e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmverse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jura-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-juraabbrev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-juramisc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurarsp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ledmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexikon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ling-macros-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linguex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-liturg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metrix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nnext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parallel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parrun-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonrule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plari-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-play-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poemscol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetry-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetrytex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qobitree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qtree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reledmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rrgtrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rtklage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-screenplay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-screenplay-pkg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textglos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theatre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thalie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tree-dvips-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xyling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-humanities-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adtrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-lds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-mouth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-parse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-covington-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diadia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dramatist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvgloss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecltree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edfnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ednotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledform-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gb4e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmverse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jura-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-juraabbrev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-juramisc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurarsp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ledmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexikon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ling-macros-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linguex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-liturg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metrix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nnext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parallel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parrun-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonrule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plari-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-play-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poemscol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetry-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetrytex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qobitree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qtree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reledmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rrgtrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rtklage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-screenplay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-screenplay-pkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textglos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theatre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thalie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tree-dvips-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xyling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-humanities-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adtrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-lds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-mouth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-parse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-covington.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diadia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dramatist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvgloss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecltree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edfnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ednotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledform.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gb4e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmverse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jura.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-juraabbrev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-juramisc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurarsp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ledmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexikon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lexref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ling-macros.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linguex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-liturg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metrix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nnext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parallel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parrun.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonrule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plari.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-play.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poemscol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetry.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetrytex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qobitree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qtree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reledmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rrgtrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rtklage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-screenplay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-screenplay-pkg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textglos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theatre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thalie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tree-dvips.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xyling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adtrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-lds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-mouth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-parse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-covington.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diadia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dramatist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvgloss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecltree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edfnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ednotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledform.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gb4e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmverse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jura.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-juraabbrev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-juramisc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurarsp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ledmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexikon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lexref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ling-macros.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linguex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-liturg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metrix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nnext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parallel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parrun.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonrule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plari.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-play.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poemscol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetry.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetrytex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qobitree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qtree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reledmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rrgtrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rtklage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-screenplay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-screenplay-pkg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textglos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theatre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thalie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tree-dvips.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xyling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adtrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-lds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-mouth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-parse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-covington.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diadia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dramatist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvgloss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecltree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edfnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ednotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledform.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gb4e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmverse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jura.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-juraabbrev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-juramisc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurarsp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ledmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexikon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lexref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ling-macros.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linguex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-liturg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metrix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nnext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parallel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parrun.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonrule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plari.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-play.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poemscol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetry.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetrytex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qobitree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qtree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reledmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rrgtrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rtklage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-screenplay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-screenplay-pkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textglos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theatre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thalie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tree-dvips.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xyling.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-lds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-mouth.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dramatist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvgloss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edfnotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledform.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eledmac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jura.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-juraabbrev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jurarsp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ledmac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-liturg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metrix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nnext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parallel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parrun.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plari.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-play.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poemscol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetry.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poetrytex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reledmac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rrgtrees.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-screenplay.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textglos.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thalie.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verse.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-lds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-mouth.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dramatist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvgloss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edfnotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledform.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eledmac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jura.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-juraabbrev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jurarsp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ledmac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-liturg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metrix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nnext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parallel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parrun.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plari.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-play.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poemscol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetry.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poetrytex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reledmac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rrgtrees.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-screenplay.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textglos.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thalie.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verse.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-lds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-mouth.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dramatist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvgloss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edfnotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledform.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eledmac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jura.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-juraabbrev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jurarsp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ledmac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-liturg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metrix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nnext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parallel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parrun.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plari.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-play.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poemscol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetry.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poetrytex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reledmac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rrgtrees.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-screenplay.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textglos.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thalie.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verse.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=f7e7516816390d98569f9ac5d2ef5e3e diff --git a/metadata/md5-cache/dev-texlive/texlive-humanities-2023_p68465-r1 b/metadata/md5-cache/dev-texlive/texlive-humanities-2023_p68465-r1 index b761d8b04db4..9cc0853624d6 100644 --- a/metadata/md5-cache/dev-texlive/texlive-humanities-2023_p68465-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-humanities-2023_p68465-r1 @@ -11,5 +11,5 @@ LICENSE=GPL-1 LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3c RDEPEND=>=dev-texlive/texlive-latex-2023 doc? ( app-text/sword ) >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-humanities.r68465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adtrees.r51618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.r55626.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.r25526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.r25527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.r22054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.r69091.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diadia.r37656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.r35866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.r29103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.r21540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.r38114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.r45418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.r44499.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex-glossonly.r69713.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.r19216.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langnames.r69101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.r41811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.r17364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.r36026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ling-macros.r42268.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.r30815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.r52323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nnext.r56575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opbible.r68465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.r43963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/play.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.r56082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetry.r53129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reledmac.r68411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.r27322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.r27223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay-pkg.r44965.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.r62929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.r30788.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.r65249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.r21751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.r34017.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-humanities.r68465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adtrees.r51618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref.r55626.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-lds.r25526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-mouth.r25527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-parse.r22054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/covington.r69091.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diadia.r37656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dramatist.r35866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvgloss.r29103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecltree.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edfnotes.r21540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledform.r38114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledmac.r45418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex.r44499.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex-glossonly.r69713.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gb4e.r19216.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmverse.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jura.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/juraabbrev.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/juramisc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurarsp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langnames.r69101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ledmac.r41811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexikon.r17364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexref.r36026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ling-macros.r42268.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linguex.r30815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/liturg.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metrix.r52323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nnext.r56575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opbible.r68465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parallel.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parrun.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonrule.r43963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plari.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/play.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poemscol.r56082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetry.r53129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetrytex.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qobitree.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qtree.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reledmac.r68411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rrgtrees.r27322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rtklage.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/screenplay.r27223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/screenplay-pkg.r44965.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sides.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stage.r62929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textglos.r30788.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thalie.r65249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tree-dvips.r21751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verse.r34017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xyling.r15878.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/adtrees.doc.r51618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.doc.r55626.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.doc.r25526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.doc.r25527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-parse.doc.r22054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/covington.doc.r69091.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diadia.doc.r37656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.doc.r35866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.doc.r29103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecltree.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.doc.r21540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.doc.r38114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.doc.r45418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex.doc.r44499.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex-glossonly.doc.r69713.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gb4e.doc.r19216.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverse.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/juramisc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langnames.doc.r69101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.doc.r41811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexikon.doc.r17364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lexref.doc.r36026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ling-macros.doc.r42268.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linguex.doc.r30815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.doc.r52323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nnext.doc.r56575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opbible.doc.r68465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonrule.doc.r43963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/play.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.doc.r56082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetry.doc.r53129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.doc.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qobitree.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qtree.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reledmac.doc.r68411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.doc.r27322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rtklage.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.doc.r27223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay-pkg.doc.r44965.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sides.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.doc.r62929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.doc.r30788.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thalie.doc.r65249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theatre.doc.r45363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tree-dvips.doc.r21751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.doc.r34017.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xyling.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adtrees.doc.r51618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref.doc.r55626.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-lds.doc.r25526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-mouth.doc.r25527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-parse.doc.r22054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/covington.doc.r69091.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diadia.doc.r37656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dramatist.doc.r35866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvgloss.doc.r29103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecltree.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edfnotes.doc.r21540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledform.doc.r38114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledmac.doc.r45418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex.doc.r44499.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex-glossonly.doc.r69713.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gb4e.doc.r19216.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmverse.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jura.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/juraabbrev.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/juramisc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurarsp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langnames.doc.r69101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ledmac.doc.r41811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexikon.doc.r17364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lexref.doc.r36026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ling-macros.doc.r42268.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linguex.doc.r30815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/liturg.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metrix.doc.r52323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nnext.doc.r56575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opbible.doc.r68465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parallel.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parrun.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonrule.doc.r43963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plari.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/play.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poemscol.doc.r56082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetry.doc.r53129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetrytex.doc.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qobitree.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qtree.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reledmac.doc.r68411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rrgtrees.doc.r27322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rtklage.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/screenplay.doc.r27223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/screenplay-pkg.doc.r44965.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sides.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stage.doc.r62929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textglos.doc.r30788.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thalie.doc.r65249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theatre.doc.r45363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tree-dvips.doc.r21751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verse.doc.r34017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xyling.doc.r15878.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref.source.r55626.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-lds.source.r25526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-mouth.source.r25527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dramatist.source.r35866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvgloss.source.r29103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edfnotes.source.r21540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledform.source.r38114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eledmac.source.r45418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jura.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/juraabbrev.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jurarsp.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langnames.source.r69101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ledmac.source.r41811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/liturg.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metrix.source.r52323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nnext.source.r56575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parallel.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parrun.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plari.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/play.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poemscol.source.r56082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetry.source.r53129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poetrytex.source.r68353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reledmac.source.r68411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rrgtrees.source.r27322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/screenplay.source.r27223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stage.source.r62929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textglos.source.r30788.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verse.source.r34017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref.source.r55626.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-lds.source.r25526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-mouth.source.r25527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dramatist.source.r35866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvgloss.source.r29103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edfnotes.source.r21540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledform.source.r38114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eledmac.source.r45418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jura.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/juraabbrev.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jurarsp.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langnames.source.r69101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ledmac.source.r41811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/liturg.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metrix.source.r52323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nnext.source.r56575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parallel.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parrun.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plari.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/play.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poemscol.source.r56082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetry.source.r53129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poetrytex.source.r68353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reledmac.source.r68411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rrgtrees.source.r27322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/screenplay.source.r27223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stage.source.r62929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textglos.source.r30788.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verse.source.r34017.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e81b9385d720415d1995500bfb122f53 diff --git a/metadata/md5-cache/dev-texlive/texlive-langarabic-2021 b/metadata/md5-cache/dev-texlive/texlive-langarabic-2021 index 2b6ff05c84d8..e66ec8a5f171 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langarabic-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langarabic-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-2 GPL-3+ LPPL-1.3 LPPL-1.3c OFL public-domain RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alkalami-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alpha-persian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amiri-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabi-add-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabluatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidihl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dad-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ghab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvarabic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-arabic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-farsi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imsproc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kurdishlipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-persian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luabidi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-na-box-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-persian-bib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simurgh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texnegar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian-hm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langarabic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alkalami-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alpha-persian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amiri-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabi-add-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabluatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidihl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dad-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ghab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvarabic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-arabic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-farsi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imsproc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kurdishlipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-persian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luabidi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-na-box-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-persian-bib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simurgh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texnegar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian-hm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langarabic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alkalami-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alpha-persian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amiri-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabi-add-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabluatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidihl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dad-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ghab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvarabic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-arabic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-farsi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imsproc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kurdishlipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-persian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luabidi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-na-box-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-persian-bib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simurgh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texnegar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian-hm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langarabic-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alkalami.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alpha-persian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amiri.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabi-add.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabluatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidihl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dad.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ghab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvarabic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imsproc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kurdishlipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-persian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luabidi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-na-box.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-persian-bib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simurgh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texnegar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian-hm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alkalami.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alpha-persian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amiri.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabi-add.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabluatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidihl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dad.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ghab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvarabic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imsproc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kurdishlipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-persian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luabidi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-na-box.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-persian-bib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simurgh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texnegar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian-hm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alkalami.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alpha-persian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amiri.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabi-add.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabluatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidihl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dad.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ghab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvarabic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imsproc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kurdishlipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-persian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luabidi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-na-box.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-persian-bib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simurgh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texnegar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian-hm.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabluatex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texnegar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xepersian-hm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabluatex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texnegar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xepersian-hm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabluatex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texnegar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xepersian-hm.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=086701f7ec158eca38607253248d22fb diff --git a/metadata/md5-cache/dev-texlive/texlive-langarabic-2023_p69111 b/metadata/md5-cache/dev-texlive/texlive-langarabic-2023_p69111 index a5b7906866f5..ff36e6cec152 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langarabic-2023_p69111 +++ b/metadata/md5-cache/dev-texlive/texlive-langarabic-2023_p69111 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 GPL-2 GPL-3+ LPPL-1.3 LPPL-1.3c MIT OFL public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langarabic.r69111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alkalami.r44497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alpha-persian.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.r65191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.r44662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi-add.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabic-book.r59594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabluatex.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.r64260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.r67798.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidihl.r37795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dad.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvarabic.r59423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iran-bibtex.r69347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/khatalmaqala.r68280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kurdishlipsum.r47518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.r68432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/na-box.r45130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsimatn.r69090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsinevis.r68395.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.r37297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran.r67791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sexam.r46628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.r31719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texnegar.r57692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.r68117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian-hm.r56272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langarabic.r69111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alkalami.r44497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alpha-persian.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amiri.r65191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabi.r44662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabi-add.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabic-book.r59594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabluatex.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabtex.r64260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidi.r67798.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidihl.r37795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dad.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ghab.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvarabic.r59423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imsproc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iran-bibtex.r69347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/khatalmaqala.r68280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kurdishlipsum.r47518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luabidi.r68432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/na-box.r45130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsimatn.r69090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsinevis.r68395.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/persian-bib.r37297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran.r67791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sexam.r46628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simurgh.r31719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texnegar.r57692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tram.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian.r68117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian-hm.r56272.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/alkalami.doc.r44497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alpha-persian.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amiri.doc.r65191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi.doc.r44662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabi-add.doc.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabic-book.doc.r59594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabluatex.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabtex.doc.r64260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.doc.r67798.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidihl.doc.r37795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dad.doc.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ghab.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvarabic.doc.r59423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imsproc.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iran-bibtex.doc.r69347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/khatalmaqala.doc.r68280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kurdishlipsum.doc.r47518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-persian.doc.r31296.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luabidi.doc.r68432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/na-box.doc.r45130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsimatn.doc.r69090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsinevis.doc.r68395.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/persian-bib.doc.r37297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran.doc.r67791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sexam.doc.r46628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simurgh.doc.r31719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texnegar.doc.r57692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tram.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.doc.r68117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian-hm.doc.r56272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xindy-persian.doc.r59013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alkalami.doc.r44497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alpha-persian.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amiri.doc.r65191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabi.doc.r44662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabi-add.doc.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabic-book.doc.r59594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabluatex.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabtex.doc.r64260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidi.doc.r67798.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidihl.doc.r37795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dad.doc.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ghab.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvarabic.doc.r59423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imsproc.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iran-bibtex.doc.r69347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/khatalmaqala.doc.r68280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kurdishlipsum.doc.r47518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-persian.doc.r31296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luabidi.doc.r68432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/na-box.doc.r45130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsimatn.doc.r69090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsinevis.doc.r68395.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/persian-bib.doc.r37297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran.doc.r67791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sexam.doc.r46628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simurgh.doc.r31719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texnegar.doc.r57692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tram.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian.doc.r68117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian-hm.doc.r56272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xindy-persian.doc.r59013.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabluatex.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi.source.r67798.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texnegar.source.r57692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian.source.r68117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xepersian-hm.source.r56272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabluatex.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidi.source.r67798.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texnegar.source.r57692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian.source.r68117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xepersian-hm.source.r56272.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=2b9830ac3d0d16dbbc62dc2eacfaff74 diff --git a/metadata/md5-cache/dev-texlive/texlive-langchinese-2021 b/metadata/md5-cache/dev-texlive/texlive-langchinese-2021 index f99b627818e2..eb62b3dd2673 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langchinese-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langchinese-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX TeX- RDEPEND=>=dev-texlive/texlive-langcjk-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arphic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arphic-ttf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-by-example-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-faq-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-manual-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cns-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctex-faq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fandol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fduthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-chinese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-install-latex-guide-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-chinese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nanicolle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-njurepo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfornament-han-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qyxf-book-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-zh-cn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texproposal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xtuthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upzhkinsoku-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpinyin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhlineskip-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhlipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhmetrics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhmetrics-uptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhnumber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhspacing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langchinese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arphic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arphic-ttf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-by-example-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-faq-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-manual-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cns-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctex-faq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fandol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fduthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-chinese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-install-latex-guide-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-chinese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nanicolle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-njurepo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfornament-han-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qyxf-book-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-zh-cn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texproposal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xtuthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upzhkinsoku-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpinyin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhlineskip-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhlipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhmetrics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhmetrics-uptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhnumber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhspacing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langchinese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arphic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arphic-ttf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-by-example-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-faq-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-manual-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cns-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctex-faq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fandol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fduthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-chinese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-install-latex-guide-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-notes-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-chinese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nanicolle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-njurepo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfornament-han-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qyxf-book-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-zh-cn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texproposal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xtuthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upzhkinsoku-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpinyin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhlineskip-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhlipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhmetrics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhmetrics-uptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhnumber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhspacing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langchinese-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arphic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arphic-ttf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-by-example-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-faq-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asymptote-manual-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cns.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctex-faq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fandol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fduthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-install-latex-guide-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-chinese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nanicolle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-njurepo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfornament-han.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qyxf-book.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texproposal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xtuthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upzhkinsoku.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpinyin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhlineskip.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhlipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhmetrics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhmetrics-uptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhnumber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhspacing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arphic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arphic-ttf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-by-example-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-faq-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asymptote-manual-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cns.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctex-faq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fandol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fduthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-install-latex-guide-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-chinese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nanicolle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-njurepo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfornament-han.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qyxf-book.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texproposal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xtuthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upzhkinsoku.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpinyin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhlineskip.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhlipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhmetrics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhmetrics-uptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhnumber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhspacing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arphic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arphic-ttf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-by-example-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-faq-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asymptote-manual-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cns.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctex-faq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fandol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fduthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-install-latex-guide-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-notes-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-chinese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nanicolle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-njurepo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfornament-han.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qyxf-book.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-zh-cn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texproposal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xtuthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upzhkinsoku.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpinyin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhlineskip.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhlipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhmetrics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhmetrics-uptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhnumber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhspacing.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fduthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-njurepo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpinyin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhlipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhmetrics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zhnumber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fduthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-njurepo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpinyin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhlipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhmetrics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zhnumber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fduthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-njurepo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpinyin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhlipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhmetrics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zhnumber.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=5e4e5ab66aff20795fe83fc6b6f6e8ca diff --git a/metadata/md5-cache/dev-texlive/texlive-langchinese-2023_p63995 b/metadata/md5-cache/dev-texlive/texlive-langchinese-2023_p63995 index af23ddc12f94..b53948d49efc 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langchinese-2023_p63995 +++ b/metadata/md5-cache/dev-texlive/texlive-langchinese-2023_p63995 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-3+ LGPL-2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other-free RDEPEND=>=dev-texlive/texlive-langcjk-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langchinese.r63995.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic-ttf.r42675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.r45677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-zh.r67505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.r37889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fduthesis.r67231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanzibox.r63062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-chinese.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nanicolle.r56224.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njurepo.r50492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfornament-han.r68704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qyxf-book.r56319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upzhkinsoku.r47354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xtuthesis.r47049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhlineskip.r51142.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhlipsum.r54994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.r22207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics-uptex.r40728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.r41145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langchinese.r63995.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arphic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arphic-ttf.r42675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cns.r45677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctex.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-zh.r67505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fandol.r37889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fduthesis.r67231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanzibox.r63062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-chinese.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nanicolle.r56224.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njurepo.r50492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfornament-han.r68704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qyxf-book.r56319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upzhkinsoku.r47354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpinyin.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xtuthesis.r47049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhlineskip.r51142.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhlipsum.r54994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhmetrics.r22207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhmetrics-uptex.r40728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhnumber.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhspacing.r41145.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arphic-ttf.doc.r42675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asymptote-by-example-zh-cn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asymptote-faq-zh-cn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asymptote-manual-zh-cn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cns.doc.r45677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex-faq.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-zh.doc.r67505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fandol.doc.r37889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fduthesis.doc.r67231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanzibox.doc.r63062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient-cn.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/install-latex-guide-zh-cn.doc.r69264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-notes-zh-cn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-chinese.doc.r67025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nanicolle.doc.r56224.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njurepo.doc.r50492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfornament-han.doc.r68704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qyxf-book.doc.r56319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-zh-cn.doc.r54490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texproposal.doc.r43151.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlmgr-intro-zh-cn.doc.r59100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upzhkinsoku.doc.r47354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xtuthesis.doc.r47049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhlineskip.doc.r51142.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhlipsum.doc.r54994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.doc.r22207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics-uptex.doc.r40728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhspacing.doc.r41145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arphic.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arphic-ttf.doc.r42675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asymptote-by-example-zh-cn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asymptote-faq-zh-cn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asymptote-manual-zh-cn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cns.doc.r45677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctex.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctex-faq.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-zh.doc.r67505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fandol.doc.r37889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fduthesis.doc.r67231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanzibox.doc.r63062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impatient-cn.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/install-latex-guide-zh-cn.doc.r69264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-notes-zh-cn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-chinese.doc.r67025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nanicolle.doc.r56224.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njurepo.doc.r50492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfornament-han.doc.r68704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qyxf-book.doc.r56319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-zh-cn.doc.r54490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texproposal.doc.r43151.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlmgr-intro-zh-cn.doc.r59100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upzhkinsoku.doc.r47354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpinyin.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xtuthesis.doc.r47049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhlineskip.doc.r51142.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhlipsum.doc.r54994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhmetrics.doc.r22207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhmetrics-uptex.doc.r40728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhnumber.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhspacing.doc.r41145.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctex.source.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fduthesis.source.r67231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanzibox.source.r63062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njurepo.source.r50492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpinyin.source.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhlipsum.source.r54994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhmetrics.source.r22207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zhnumber.source.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctex.source.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fduthesis.source.r67231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanzibox.source.r63062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njurepo.source.r50492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpinyin.source.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhlipsum.source.r54994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhmetrics.source.r22207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zhnumber.source.r66115.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=109eb318d217db3b0401c498ae338562 diff --git a/metadata/md5-cache/dev-texlive/texlive-langcjk-2021 b/metadata/md5-cache/dev-texlive/texlive-langcjk-2021 index 381cbe1f0158..ef90fc2f9a2d 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langcjk-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langcjk-2021 @@ -11,5 +11,5 @@ LICENSE=BSD GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c MIT TeX RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-basic-2019 >=app-text/texlive-core-2010[cjk] >=dev-texlive/texlive-latex-2011 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adobemapping-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-c90-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-gs-integrate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjkpunct-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjkutils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dnp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garuda-c90-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixjfm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jfmutil-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-norasi-c90-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxtatescale-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcjk2uni-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjafont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langcjk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adobemapping-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-c90-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-gs-integrate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjkpunct-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjkutils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dnp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garuda-c90-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixjfm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jfmutil-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-norasi-c90-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxtatescale-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcjk2uni-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjafont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langcjk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adobemapping-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-c90-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-gs-integrate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjkpunct-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjkutils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dnp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garuda-c90-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixjfm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jfmutil-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-norasi-c90-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxtatescale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcjk2uni-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjafont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langcjk-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-c90.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-gs-integrate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjkpunct.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjkutils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixjfm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jfmutil.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxtatescale.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcjk2uni.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjafont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-c90.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-gs-integrate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjkpunct.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjkutils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixjfm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jfmutil.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxtatescale.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcjk2uni.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjafont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-c90.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-gs-integrate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjkpunct.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjkutils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixjfm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jfmutil.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxtatescale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcjk2uni.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjafont.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-c90.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-gs-integrate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjkpunct.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garuda-c90.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-norasi-c90.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcjk2uni.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-c90.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-gs-integrate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjkpunct.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garuda-c90.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-norasi-c90.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcjk2uni.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-c90.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-gs-integrate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjkpunct.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garuda-c90.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-norasi-c90.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcjk2uni.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=ee4dc72fb9709c543405507608448802 diff --git a/metadata/md5-cache/dev-texlive/texlive-langcjk-2023_p65824 b/metadata/md5-cache/dev-texlive/texlive-langcjk-2023_p65824 index be53beea8cd5..f920e3e05b89 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langcjk-2023_p65824 +++ b/metadata/md5-cache/dev-texlive/texlive-langcjk-2023_p65824 @@ -11,5 +11,5 @@ LICENSE=BSD FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3 LPPL-1.3 LPPL-1.3c MIT TeX TeX-othe RDEPEND=>=app-text/texlive-core-2023[cjk] >=dev-texlive/texlive-basic-2023 !=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langcjk.r65824.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adobemapping.r66552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.r60830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.r60865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-gs-integrate.r59705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.r41119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.r60833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dnp.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/evangelion-jfm.r69751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixjfm.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.r60832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jfmutil.r60987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.r60831.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtatescale.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.r54958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.r64059.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zitie.r60676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.r62864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langcjk.r65824.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adobemapping.r66552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/c90.r60830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk.r60865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk-gs-integrate.r59705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjkpunct.r41119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjkutils.r60833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dnp.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/evangelion-jfm.r69751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixjfm.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garuda-c90.r60832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jfmutil.r60987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/norasi-c90.r60831.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxtatescale.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcjk2uni.r54958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecjk.r64059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zitie.r60676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjafont.r62864.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.doc.r60830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.doc.r60865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-gs-integrate.doc.r59705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.doc.r41119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkutils.doc.r60833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/evangelion-jfm.doc.r69751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixjfm.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jfmutil.doc.r60987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxtatescale.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.doc.r54958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.doc.r64059.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zitie.doc.r60676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafont.doc.r62864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/c90.doc.r60830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk.doc.r60865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk-gs-integrate.doc.r59705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjkpunct.doc.r41119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjkutils.doc.r60833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/evangelion-jfm.doc.r69751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixjfm.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jfmutil.doc.r60987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxtatescale.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcjk2uni.doc.r54958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecjk.doc.r64059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zitie.doc.r60676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjafont.doc.r62864.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/c90.source.r60830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk.source.r60865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-gs-integrate.source.r59705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjkpunct.source.r41119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/evangelion-jfm.source.r69751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garuda-c90.source.r60832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/norasi-c90.source.r60831.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcjk2uni.source.r54958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecjk.source.r64059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/c90.source.r60830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk.source.r60865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk-gs-integrate.source.r59705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjkpunct.source.r41119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/evangelion-jfm.source.r69751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garuda-c90.source.r60832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/norasi-c90.source.r60831.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcjk2uni.source.r54958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecjk.source.r64059.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=49b0ff10c177e392f138928da9680ec5 diff --git a/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2021 b/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2021 index 17a06eaf5bbd..cb20f329b53a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-belarusian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bulgarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-russian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbianc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-ukrainian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-churchslavonic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmcyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrillic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrillic-bin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrplain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-disser-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eskd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eskdx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gost-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-belarusian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-bulgarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-churchslavonic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-mongolian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-russian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-serbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-ukrainian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcyw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lhcyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-bulgarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-mongol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-russian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-ukr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mongolian-babel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-montex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpman-ru-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numnameru-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eucl-translation-bg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ruhyphen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-russ-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-apostrophe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-date-lat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-def-cyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-lig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-ru-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-sr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ukrhyph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecyrmongolian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langcyrillic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-belarusian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bulgarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-russian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbianc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-ukrainian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-churchslavonic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmcyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrillic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrillic-bin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrplain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-disser-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eskd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eskdx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-belarusian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-bulgarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-churchslavonic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-mongolian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-russian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-serbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-ukrainian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcyw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lhcyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-bulgarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-mongol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-russian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-ukr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mongolian-babel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-montex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpman-ru-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numnameru-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eucl-translation-bg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ruhyphen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-russ-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-apostrophe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-date-lat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-def-cyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-lig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-ru-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-sr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ukrhyph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecyrmongolian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langcyrillic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-belarusian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bulgarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-russian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbianc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-ukrainian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-churchslavonic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmcyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrillic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrillic-bin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrplain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-disser-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eskd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eskdx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-belarusian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-bulgarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-churchslavonic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-mongolian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-russian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-serbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-ukrainian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcyw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lhcyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-bulgarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-mongol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-russian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-ukr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mongolian-babel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-montex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpman-ru-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numnameru-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eucl-translation-bg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ruhyphen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-russ-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-apostrophe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-date-lat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-def-cyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-lig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-ru-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-sr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ukrhyph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecyrmongolian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langcyrillic-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-belarusian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-russian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbianc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmcyr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrillic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrillic-bin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-disser.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eskd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eskdx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gost.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcyw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-mongol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-russian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-ukr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mongolian-babel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-montex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpman-ru.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numnameru.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eucl-translation-bg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-russ.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-apostrophe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-date-lat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-def-cyr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-serbian-lig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-ru.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-sr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ukrhyph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecyrmongolian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-belarusian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-russian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbianc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmcyr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrillic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrillic-bin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-disser.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eskd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eskdx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gost.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcyw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-mongol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-russian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-ukr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mongolian-babel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-montex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpman-ru.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numnameru.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eucl-translation-bg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-russ.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-apostrophe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-date-lat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-def-cyr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-serbian-lig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-ru.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-sr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ukrhyph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecyrmongolian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-belarusian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-russian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbianc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-churchslavonic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmcyr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrillic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrillic-bin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-disser.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eskd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eskdx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gost.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcyw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-mongol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-russian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-ukr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mongolian-babel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-montex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpman-ru.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numnameru.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eucl-translation-bg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-russ.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-apostrophe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-date-lat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-def-cyr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-serbian-lig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-ru.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-sr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ukrhyph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecyrmongolian.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-belarusian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-russian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-serbianc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyrillic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-disser.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eskd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gost.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcyw.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lh.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lhcyr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mongolian-babel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ruhyphen.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecyrmongolian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-belarusian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-russian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-serbianc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyrillic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-disser.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eskd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gost.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcyw.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lh.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lhcyr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mongolian-babel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ruhyphen.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecyrmongolian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-belarusian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-russian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-serbianc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyrillic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-disser.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eskd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gost.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcyw.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lh.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lhcyr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mongolian-babel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ruhyphen.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecyrmongolian.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e48a0493682287821ee7993c2ffa6275 diff --git a/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2023_p69727 b/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2023_p69727 index a56c15222512..e256130e7038 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2023_p69727 +++ b/metadata/md5-cache/dev-texlive/texlive-langcyrillic-2023_p69727 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OFL TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langcyrillic.r69727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-belarusian.r49022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.r31902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.r57376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.r64571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.r64588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukrainian.r56674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/churchslavonic.r67474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.r68681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.r63613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrplain.r45692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.r43417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.r29235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.r57616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-belarusian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-bulgarian.r58685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-churchslavonic.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-mongolian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-russian.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-serbian.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ukrainian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.r31795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnhyphn.r69727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numnameru.r44895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ruhyphen.r21081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.r25209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.r23799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.r23446.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.r23734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.r53127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.r47870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ukrhyph.r21081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyrmongolian.r53160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langcyrillic.r69727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-belarusian.r49022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bulgarian.r31902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-russian.r57376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbian.r64571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbianc.r64588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-ukrainian.r56674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/churchslavonic.r67474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmcyr.r68681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrillic.r63613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrillic-bin.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrplain.r45692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/disser.r43417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eskd.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eskdx.r29235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gost.r57616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-belarusian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-bulgarian.r58685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-churchslavonic.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-mongolian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-russian.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-serbian.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-ukrainian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcyw.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lh.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lhcyr.r31795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnhyphn.r69727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mongolian-babel.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/montex.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numnameru.r44895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ruhyphen.r21081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/russ.r25209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-apostrophe.r23799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-date-lat.r23446.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-def-cyr.r23734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-lig.r53127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t2.r47870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ukrhyph.r21081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecyrmongolian.r53160.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-belarusian.doc.r49022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.doc.r31902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.doc.r57376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.doc.r64571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.doc.r64588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukrainian.doc.r56674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/churchslavonic.doc.r67474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmcyr.doc.r68681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.doc.r63613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic-bin.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.doc.r43417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eskdx.doc.r29235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.doc.r57616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-bulgarian.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-mongol.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-russian.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-ukr.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnhyphn.doc.r69727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/montex.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpman-ru.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numnameru.doc.r44895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl-translation-bg.doc.r19296.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/russ.doc.r25209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-apostrophe.doc.r23799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-date-lat.doc.r23446.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-def-cyr.doc.r23734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/serbian-lig.doc.r53127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t2.doc.r47870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-ru.doc.r58426.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-sr.doc.r54594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ukrhyph.doc.r21081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyrmongolian.doc.r53160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-belarusian.doc.r49022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bulgarian.doc.r31902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-russian.doc.r57376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbian.doc.r64571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbianc.doc.r64588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-ukrainian.doc.r56674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/churchslavonic.doc.r67474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmcyr.doc.r68681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrillic.doc.r63613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrillic-bin.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/disser.doc.r43417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eskd.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eskdx.doc.r29235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gost.doc.r57616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcyw.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lh.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-bulgarian.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-mongol.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-russian.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-ukr.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnhyphn.doc.r69727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mongolian-babel.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/montex.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpman-ru.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numnameru.doc.r44895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eucl-translation-bg.doc.r19296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/russ.doc.r25209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-apostrophe.doc.r23799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-date-lat.doc.r23446.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-def-cyr.doc.r23734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/serbian-lig.doc.r53127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t2.doc.r47870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-ru.doc.r58426.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-sr.doc.r54594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ukrhyph.doc.r21081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecyrmongolian.doc.r53160.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-belarusian.source.r49022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bulgarian.source.r31902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-russian.source.r57376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbian.source.r64571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-serbianc.source.r64588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-ukrainian.source.r56674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyrillic.source.r63613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/disser.source.r43417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eskd.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gost.source.r57616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcyw.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lh.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lhcyr.source.r31795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mongolian-babel.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ruhyphen.source.r21081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyrmongolian.source.r53160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-belarusian.source.r49022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bulgarian.source.r31902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-russian.source.r57376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbian.source.r64571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-serbianc.source.r64588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-ukrainian.source.r56674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyrillic.source.r63613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/disser.source.r43417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eskd.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gost.source.r57616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcyw.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lh.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lhcyr.source.r31795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mongolian-babel.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ruhyphen.source.r21081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecyrmongolian.source.r53160.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=0bf3ad8609a07704d9a6899fd242bcb1 diff --git a/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2021 b/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2021 index dc9413d888e5..82056ca5c6da 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.3 TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2014[xetex] >=dev-texlive/texlive-luatex-2016 >=dev-texlive/texlive-langenglish-2019 >=dev-texlive/texlive-langeuropean-2019 >=dev-texlive/texlive-langfrench-2019 >=dev-texlive/texlive-langgerman-2019 >=dev-texlive/texlive-langpolish-2019 >=dev-texlive/texlive-langspanish-2019 >=dev-texlive/texlive-langitalian-2019 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-czech-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cnbwp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csbulletin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cslatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csplain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cstex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-czech-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-slovak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-czech-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-slovak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-cz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langczechslovak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-czech-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cnbwp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csbulletin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cslatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csplain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cstex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-czech-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-slovak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-czech-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-slovak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-cz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langczechslovak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-czech-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cnbwp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csbulletin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cslatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csplain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cstex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-czech-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-slovak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-czech-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-slovak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-cz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langczechslovak-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-czech.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cnbwp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csbulletin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cslatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cstex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-czech.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-slovak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-cz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-czech.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cnbwp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csbulletin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cslatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cstex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-czech.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-slovak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-cz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-czech.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cnbwp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csbulletin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cslatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cstex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-czech.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-slovak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-cz.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-czech.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovak.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cslatex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-czech.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovak.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cslatex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-czech.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovak.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cslatex.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=b385d2f0ad3d226580e7898b97d0bd2a diff --git a/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2023_p54074 b/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2023_p54074 index 01a267e8ed48..c9cb06db8620 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2023_p54074 +++ b/metadata/md5-cache/dev-texlive/texlive-langczechslovak-2023_p54074 @@ -11,5 +11,5 @@ LICENSE=GPL-1 LPPL-1.3 LPPL-1.3c MIT TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023[xetex] >=app-text/texlive-core-2023 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.r32550.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.r32550.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.r32550.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.r62854.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.r32550.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.r62854.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_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=1c3634361592d3155b33404a53d2654f diff --git a/metadata/md5-cache/dev-texlive/texlive-langenglish-2021 b/metadata/md5-cache/dev-texlive/texlive-langenglish-2021 index d59b04f2e967..4f0863e1534b 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langenglish-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langenglish-2021 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-MemoirChapStyles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Type1fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amiweb2c-guide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscls-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amslatex-primer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-around-the-bend-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascii-chart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-cheatsheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-components-of-TeX-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comprehensive-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dickimaw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docsurvey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxtut-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-first-latex-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forest-quickstart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guide-to-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-happy4th-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intro-scientific-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-brochure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-course-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-doc-ptr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-graphics-companion-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-refsheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-veryshortguide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-web-companion-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4wp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcourse-rug-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexfileinfo-pkgs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-macros2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-math-into-latex-4-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maths-symbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memdesign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metafont-beginners-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost-examples-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patgen2-tutorial-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pictexsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plain-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-short-math-guide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplified-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-startlatex2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svg-inkscape-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tamethebeast-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-font-errors-cheatsheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-nutshell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-overview-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-refs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texbytopic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texonly-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlepages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlc2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlmgrbasics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-undergradmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualfaq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-webguide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langenglish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-MemoirChapStyles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Type1fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amiweb2c-guide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscls-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amslatex-primer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-around-the-bend-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascii-chart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-cheatsheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-components-of-TeX-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comprehensive-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dickimaw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docsurvey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxtut-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-first-latex-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forest-quickstart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guide-to-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-happy4th-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intro-scientific-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-brochure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-course-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-doc-ptr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-graphics-companion-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-refsheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-veryshortguide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-web-companion-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4wp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcourse-rug-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexfileinfo-pkgs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-macros2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-math-into-latex-4-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maths-symbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memdesign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metafont-beginners-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost-examples-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patgen2-tutorial-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pictexsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plain-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-short-math-guide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplified-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-startlatex2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svg-inkscape-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tamethebeast-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-font-errors-cheatsheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-nutshell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-overview-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-refs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texbytopic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texonly-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlepages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlc2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlmgrbasics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-undergradmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualfaq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-webguide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langenglish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-MemoirChapStyles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Type1fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amiweb2c-guide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscls-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amslatex-primer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-around-the-bend-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascii-chart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-cheatsheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-components-of-TeX-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comprehensive-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dickimaw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docsurvey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxtut-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-first-latex-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forest-quickstart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guide-to-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-happy4th-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intro-scientific-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-brochure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-course-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-doc-ptr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-graphics-companion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-refsheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-veryshortguide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-web-companion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4wp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcourse-rug-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileinfo-pkgs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-macros2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-math-into-latex-4-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maths-symbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memdesign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metafont-beginners-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost-examples-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen2-tutorial-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pictexsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plain-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-short-math-guide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplified-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-startlatex2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svg-inkscape-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tamethebeast-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-font-errors-cheatsheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-nutshell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-overview-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-refs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texbytopic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texonly-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlepages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlc2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlmgrbasics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-undergradmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualfaq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-webguide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langenglish-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-MemoirChapStyles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Type1fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amiweb2c-guide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscls-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amslatex-primer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-around-the-bend.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascii-chart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biblatex-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-components-of-TeX.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comprehensive.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dickimaw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docsurvey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxtut.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-first-latex-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forest-quickstart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guide-to-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-happy4th.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intro-scientific.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-english.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-brochure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-course.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-doc-ptr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-graphics-companion.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-refsheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-veryshortguide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-web-companion.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4wp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcourse-rug.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexfileinfo-pkgs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-english.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-macros2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-math-into-latex-4.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maths-symbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memdesign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metafont-beginners.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost-examples.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patgen2-tutorial.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pictexsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plain-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-short-math-guide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplified-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-startlatex2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svg-inkscape.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tamethebeast.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-font-errors-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-nutshell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-overview.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-refs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texbytopic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texonly.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlepages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlc2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlmgrbasics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-undergradmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualfaq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-webguide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-MemoirChapStyles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Type1fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amiweb2c-guide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscls-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amslatex-primer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-around-the-bend.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascii-chart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biblatex-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-components-of-TeX.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comprehensive.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dickimaw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docsurvey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxtut.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-first-latex-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forest-quickstart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guide-to-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-happy4th.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intro-scientific.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-english.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-brochure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-course.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-doc-ptr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-graphics-companion.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-refsheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-veryshortguide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-web-companion.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4wp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcourse-rug.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexfileinfo-pkgs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-english.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-macros2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-math-into-latex-4.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maths-symbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memdesign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metafont-beginners.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost-examples.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patgen2-tutorial.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pictexsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plain-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-short-math-guide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplified-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-startlatex2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svg-inkscape.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tamethebeast.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-font-errors-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-nutshell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-overview.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-refs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texbytopic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texonly.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlepages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlc2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlmgrbasics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-undergradmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualfaq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-webguide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-MemoirChapStyles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Type1fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amiweb2c-guide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscls-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amslatex-primer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-around-the-bend.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascii-chart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biblatex-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-components-of-TeX.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comprehensive.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dickimaw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docsurvey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxtut.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-first-latex-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forest-quickstart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guide-to-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-happy4th.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intro-scientific.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-english.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-brochure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-course.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-doc-ptr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-graphics-companion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-refsheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-veryshortguide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-web-companion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4wp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcourse-rug.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileinfo-pkgs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-english.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-macros2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-math-into-latex-4.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maths-symbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memdesign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metafont-beginners.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost-examples.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patgen2-tutorial.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pictexsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plain-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-short-math-guide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplified-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-startlatex2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svg-inkscape.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tamethebeast.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-font-errors-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-nutshell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-overview.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-refs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texbytopic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texonly.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlepages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlc2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlmgrbasics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-undergradmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualfaq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-webguide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexref.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexfileinfo-pkgs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexfileinfo-pkgs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexfileinfo-pkgs.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=f80194560fb6fca379a017cf26520d1b diff --git a/metadata/md5-cache/dev-texlive/texlive-langenglish-2023_p68790 b/metadata/md5-cache/dev-texlive/texlive-langenglish-2023_p68790 index 37d23427ac25..0fac2700ffaf 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langenglish-2023_p68790 +++ b/metadata/md5-cache/dev-texlive/texlive-langenglish-2023_p68790 @@ -11,5 +11,5 @@ LICENSE=CC-BY-3.0 CC-BY-SA-4.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ LPPL-1.2 LPPL-1.3 LPPL RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langenglish.r68790.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-english.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.r26760.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macros2e.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-en.r68790.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langenglish.r68790.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-english.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexfileinfo-pkgs.r26760.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macros2e.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-en.r68790.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amiweb2c-guide.doc.r56878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls-doc.doc.r46110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amslatex-primer.doc.r28980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/around-the-bend.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascii-chart.doc.r20536.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biblatex-cheatsheet.doc.r44685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/components.doc.r63184.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comprehensive.doc.r69619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dickimaw.doc.r32925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docsurvey.doc.r69417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawing-with-metapost.doc.r66846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxtut.doc.r69587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/first-latex-doc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinstallationguide.doc.r59755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forest-quickstart.doc.r55688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentle.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guide-to-latex.doc.r45712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/happy4th.doc.r25020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intro-scientific.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth-errata.doc.r58682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth-hint.doc.r67373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knuth-pdf.doc.r67332.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-english.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-brochure.doc.r40612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-course.doc.r68681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-doc-ptr.doc.r57311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-for-undergraduates.doc.r64647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-companion.doc.r29235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-refsheet.doc.r45076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-veryshortguide.doc.r55228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-web-companion.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo.doc.r65552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp.doc.r68096.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcourse-rug.doc.r39026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.doc.r26760.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-english.doc.r58309.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macros2e.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/math-into-latex-4.doc.r44131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maths-symbols.doc.r37763.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memdesign.doc.r48664.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoirchapterstyles.doc.r59766.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metafont-beginners.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost-examples.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patgen2-tutorial.doc.r58841.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pictexsum.doc.r24965.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plain-doc.doc.r28424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-en.doc.r68790.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/short-math-guide.doc.r46126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplified-latex.doc.r20620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svg-inkscape.doc.r32199.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tamethebeast.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tds.doc.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-font-errors-cheatsheet.doc.r18314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-nutshell.doc.r67213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-overview.doc.r41403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-refs.doc.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-vpat.doc.r66758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texbytopic.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texonly.doc.r50985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepages.doc.r19457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc2.doc.r26096.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc3-examples.doc.r65496.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlmgrbasics.doc.r68999.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undergradmath.doc.r57286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/visualfaq.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/webguide.doc.r25813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexref.doc.r68072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yet-another-guide-latex2e.doc.r68564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amiweb2c-guide.doc.r56878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscls-doc.doc.r46110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amslatex-primer.doc.r28980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/around-the-bend.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascii-chart.doc.r20536.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biblatex-cheatsheet.doc.r44685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/components.doc.r63184.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comprehensive.doc.r69619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dickimaw.doc.r32925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docsurvey.doc.r69417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawing-with-metapost.doc.r66846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxtut.doc.r69587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/first-latex-doc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontinstallationguide.doc.r59755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forest-quickstart.doc.r55688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentle.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guide-to-latex.doc.r45712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/happy4th.doc.r25020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impatient.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intro-scientific.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knuth-errata.doc.r58682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knuth-hint.doc.r67373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knuth-pdf.doc.r67332.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2tabu-english.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-brochure.doc.r40612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-course.doc.r68681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-doc-ptr.doc.r57311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-for-undergraduates.doc.r64647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-graphics-companion.doc.r29235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-refsheet.doc.r45076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-veryshortguide.doc.r55228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-web-companion.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2e-help-texinfo.doc.r65552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex4wp.doc.r68096.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcheat.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcourse-rug.doc.r39026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexfileinfo-pkgs.doc.r26760.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-english.doc.r58309.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macros2e.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/math-into-latex-4.doc.r44131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maths-symbols.doc.r37763.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memdesign.doc.r48664.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoirchapterstyles.doc.r59766.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metafont-beginners.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metapost-examples.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patgen2-tutorial.doc.r58841.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pictexsum.doc.r24965.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plain-doc.doc.r28424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-en.doc.r68790.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/short-math-guide.doc.r46126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplified-latex.doc.r20620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svg-inkscape.doc.r32199.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tamethebeast.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tds.doc.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-font-errors-cheatsheet.doc.r18314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-nutshell.doc.r67213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-overview.doc.r41403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-refs.doc.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-vpat.doc.r66758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texbytopic.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texonly.doc.r50985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlepages.doc.r19457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlc2.doc.r26096.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlc3-examples.doc.r65496.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlmgrbasics.doc.r68999.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undergradmath.doc.r57286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/visualfaq.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/webguide.doc.r25813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexref.doc.r68072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yet-another-guide-latex2e.doc.r68564.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexfileinfo-pkgs.source.r26760.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexfileinfo-pkgs.source.r26760.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=34acc4c6676820f1bacda3eba2f609c1 diff --git a/metadata/md5-cache/dev-texlive/texlive-langeuropean-2021 b/metadata/md5-cache/dev-texlive/texlive-langeuropean-2021 index cefb5801ecc6..485aabbdc76a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langeuropean-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langeuropean-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-armtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-albanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bosnian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-breton-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-croatian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-danish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-dutch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-estonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-finnish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-friulan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-hungarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-icelandic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-irish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-kurmanji-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latvian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-macedonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-norsk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-occitan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-piedmontese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romansh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-samin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-scottish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovenian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-swedish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-turkish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-welsh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-finbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gloss-occitan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrlatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hulipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-croatian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-danish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-dutch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-estonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-finnish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-friulan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-hungarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-icelandic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-irish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-kurmanji-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-latin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-latvian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-lithuanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-macedonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-norwegian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-occitan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-piedmontese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-romanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-romansh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-slovenian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-swedish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-turkish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-uppersorbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-welsh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lithuanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-dutch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-estonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-finnish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-slovenian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-turkish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nevelok-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rojud-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swebib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turkmen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langeuropean-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-armtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-albanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bosnian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-breton-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-croatian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-danish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-dutch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-estonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-finnish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-friulan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-hungarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-icelandic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-irish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-kurmanji-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latvian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-macedonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-norsk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-occitan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-piedmontese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romansh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-samin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-scottish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovenian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-swedish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-turkish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-welsh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-finbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gloss-occitan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrlatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hulipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-croatian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-danish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-dutch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-estonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-finnish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-friulan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-hungarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-icelandic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-irish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-kurmanji-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-latin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-latvian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-lithuanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-macedonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-norwegian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-occitan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-piedmontese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-romanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-romansh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-slovenian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-swedish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-turkish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-uppersorbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-welsh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lithuanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-dutch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-estonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-finnish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-slovenian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-turkish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nevelok-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rojud-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swebib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turkmen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langeuropean-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-armtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-albanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bosnian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-breton-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-croatian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-danish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-dutch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-estonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-finnish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-friulan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-hungarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-icelandic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-irish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-kurmanji-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latvian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-macedonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-norsk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-occitan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-piedmontese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romansh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-samin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-scottish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovenian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-swedish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-turkish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-welsh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-finbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gloss-occitan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrlatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hulipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-croatian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-danish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-dutch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-estonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-finnish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-friulan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-hungarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-icelandic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-irish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-kurmanji-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-latin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-latvian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-lithuanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-macedonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-norwegian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-occitan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-piedmontese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-romanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-romansh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-slovenian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-swedish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-turkish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-uppersorbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-welsh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lithuanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-dutch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-estonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-finnish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-slovenian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-turkish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nevelok-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rojud-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swebib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turkmen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langeuropean-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-armtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-albanian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bosnian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-breton.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-croatian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-danish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-dutch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-estonian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-finnish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-friulan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-irish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-kurmanji.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latvian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-macedonian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-norsk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-occitan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-piedmontese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romanian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romansh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-samin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-scottish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-swedish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-turkish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-welsh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gloss-occitan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrlatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hulipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lithuanian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-dutch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-estonian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-finnish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-turkish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nevelok.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rojud.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swebib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turkmen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-armtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-albanian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bosnian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-breton.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-croatian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-danish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-dutch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-estonian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-finnish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-friulan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-irish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-kurmanji.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latvian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-macedonian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-norsk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-occitan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-piedmontese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romanian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romansh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-samin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-scottish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-swedish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-turkish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-welsh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gloss-occitan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrlatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hulipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lithuanian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-dutch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-estonian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-finnish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-turkish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nevelok.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rojud.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swebib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turkmen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-armtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-albanian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bosnian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-breton.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-croatian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-danish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-dutch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-estonian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-finnish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-friulan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-irish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-kurmanji.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latvian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-macedonian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-norsk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-occitan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-piedmontese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romanian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romansh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-samin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-scottish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-swedish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-turkish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-welsh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gloss-occitan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrlatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hulipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-hungarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lithuanian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-dutch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-estonian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-finnish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-slovenian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-turkish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nevelok.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rojud.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swebib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turkmen.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-albanian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-bosnian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-breton.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-croatian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-danish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-dutch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-estonian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-finnish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-friulan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-icelandic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-irish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-kurmanji.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-latvian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-macedonian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-norsk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-occitan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-piedmontese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romanian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-romansh.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-samin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-scottish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-slovenian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-swedish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-turkish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-welsh.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gloss-occitan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrlatex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hulipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-turkish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nevelok.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turkmen.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-albanian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-bosnian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-breton.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-croatian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-danish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-dutch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-estonian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-finnish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-friulan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-icelandic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-irish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-kurmanji.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-latvian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-macedonian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-norsk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-occitan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-piedmontese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romanian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-romansh.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-samin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-scottish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-slovenian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-swedish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-turkish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-welsh.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gloss-occitan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrlatex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hulipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-turkish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nevelok.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turkmen.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-albanian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-bosnian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-breton.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-croatian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-danish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-dutch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-estonian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-finnish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-friulan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-icelandic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-irish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-kurmanji.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-latvian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-macedonian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-norsk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-occitan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-piedmontese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romanian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-romansh.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-samin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-scottish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-slovenian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-swedish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-turkish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-welsh.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gloss-occitan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrlatex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hulipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-turkish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nevelok.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turkmen.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=a06536449f1f4dc11ba2ad317c5f79d5 diff --git a/metadata/md5-cache/dev-texlive/texlive-langeuropean-2023_p66432 b/metadata/md5-cache/dev-texlive/texlive-langeuropean-2023_p66432 index e0789bde1165..70365ed0c377 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langeuropean-2023_p66432 +++ b/metadata/md5-cache/dev-texlive/texlive-langeuropean-2023_p66432 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c TeX-other-free publ RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langeuropean.r66432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/armtex.r69418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.r57005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bosnian.r38174.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.r30257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.r35198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.r57642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.r60362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.r38064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.r57643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.r39861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hungarian.r49701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.r51551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.r30277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.r30279.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.r59800.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latvian.r46681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-lithuanian.r66513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-macedonian.r39587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.r69603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-occitan.r39608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.r30282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.r58776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.r30286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.r69604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.r69610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.r57647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.r51560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.r38372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/finbib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.r18020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huaz.r64723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hulipsum.r56848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-croatian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-danish.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-dutch.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-estonian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-finnish.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-friulan.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-icelandic.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-irish.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-kurmanji.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latin.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-latvian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-lithuanian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-macedonian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-norwegian.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-occitan.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-piedmontese.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romanian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-romansh.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovenian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-swedish.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkish.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-uppersorbian.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-welsh.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nevelok.r39029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rojud.r56895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.r17748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langeuropean.r66432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/armtex.r69418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-albanian.r57005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bosnian.r38174.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-breton.r30257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-croatian.r35198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-danish.r57642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-dutch.r60362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-estonian.r38064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-finnish.r57643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-friulan.r39861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-hungarian.r49701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-icelandic.r51551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-irish.r30277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-kurmanji.r30279.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latin.r59800.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latvian.r46681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-lithuanian.r66513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-macedonian.r39587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-norsk.r69603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-occitan.r39608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-piedmontese.r30282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romanian.r58776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romansh.r30286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-samin.r69604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-scottish.r69610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovenian.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-swedish.r57647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-turkish.r51560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-welsh.r38372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/finbib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrlatex.r18020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huaz.r64723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hulipsum.r56848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-croatian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-danish.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-dutch.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-estonian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-finnish.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-friulan.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-hungarian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-icelandic.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-irish.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-kurmanji.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-latin.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-latvian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-lithuanian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-macedonian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-norwegian.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-occitan.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-piedmontese.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-romanian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-romansh.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-slovenian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-swedish.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-turkish.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-uppersorbian.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-welsh.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lithuanian.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nevelok.r39029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rojud.r56895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swebib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turkmen.r17748.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/armtex.doc.r69418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.doc.r57005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bosnian.doc.r38174.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.doc.r30257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.doc.r35198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.doc.r57642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.doc.r60362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.doc.r38064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.doc.r57643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.doc.r39861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hungarian.doc.r49701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.doc.r51551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.doc.r30277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.doc.r30279.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.doc.r59800.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latvian.doc.r46681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-lithuanian.doc.r66513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-macedonian.doc.r39587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.doc.r69603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-occitan.doc.r39608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.doc.r30282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.doc.r58776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.doc.r30286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.doc.r69604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.doc.r69610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.doc.r57647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.doc.r51560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.doc.r38372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss-occitan.doc.r52593.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.doc.r18020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huaz.doc.r64723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hulipsum.doc.r56848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-hungarian.doc.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kaytannollista-latexia.doc.r69468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lithuanian.doc.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-dutch.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-estonian.doc.r39323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-finnish.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovenian.doc.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-turkish.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nevelok.doc.r39029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rojud.doc.r56895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swebib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.doc.r17748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/armtex.doc.r69418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-albanian.doc.r57005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bosnian.doc.r38174.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-breton.doc.r30257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-croatian.doc.r35198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-danish.doc.r57642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-dutch.doc.r60362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-estonian.doc.r38064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-finnish.doc.r57643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-friulan.doc.r39861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-hungarian.doc.r49701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-icelandic.doc.r51551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-irish.doc.r30277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-kurmanji.doc.r30279.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latin.doc.r59800.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latvian.doc.r46681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-lithuanian.doc.r66513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-macedonian.doc.r39587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-norsk.doc.r69603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-occitan.doc.r39608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-piedmontese.doc.r30282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romanian.doc.r58776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romansh.doc.r30286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-samin.doc.r69604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-scottish.doc.r69610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovenian.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-swedish.doc.r57647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-turkish.doc.r51560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-welsh.doc.r38372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gloss-occitan.doc.r52593.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrlatex.doc.r18020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huaz.doc.r64723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hulipsum.doc.r56848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-hungarian.doc.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kaytannollista-latexia.doc.r69468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lithuanian.doc.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-dutch.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-estonian.doc.r39323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-finnish.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-slovenian.doc.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-turkish.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nevelok.doc.r39029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rojud.doc.r56895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swebib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turkmen.doc.r17748.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-albanian.source.r57005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-bosnian.source.r38174.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-breton.source.r30257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-croatian.source.r35198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-danish.source.r57642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-dutch.source.r60362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-estonian.source.r38064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-finnish.source.r57643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-friulan.source.r39861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-icelandic.source.r51551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-irish.source.r30277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-kurmanji.source.r30279.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latin.source.r59800.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-latvian.source.r46681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-lithuanian.source.r66513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-macedonian.source.r39587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-norsk.source.r69603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-occitan.source.r39608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-piedmontese.source.r30282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romanian.source.r58776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-romansh.source.r30286.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-samin.source.r69604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-scottish.source.r69610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovenian.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-swedish.source.r57647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-turkish.source.r51560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-welsh.source.r38372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss-occitan.source.r52593.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrlatex.source.r18020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hulipsum.source.r56848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkish.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nevelok.source.r39029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turkmen.source.r17748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-albanian.source.r57005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-bosnian.source.r38174.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-breton.source.r30257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-croatian.source.r35198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-danish.source.r57642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-dutch.source.r60362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-estonian.source.r38064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-finnish.source.r57643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-friulan.source.r39861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-icelandic.source.r51551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-irish.source.r30277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-kurmanji.source.r30279.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latin.source.r59800.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-latvian.source.r46681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-lithuanian.source.r66513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-macedonian.source.r39587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-norsk.source.r69603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-occitan.source.r39608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-piedmontese.source.r30282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romanian.source.r58776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-romansh.source.r30286.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-samin.source.r69604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-scottish.source.r69610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovenian.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-swedish.source.r57647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-turkish.source.r51560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-welsh.source.r38372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gloss-occitan.source.r52593.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrlatex.source.r18020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hulipsum.source.r56848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-turkish.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nevelok.source.r39029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turkmen.source.r17748.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=d324c7fcf6fd4678fc325248134e2e78 diff --git a/metadata/md5-cache/dev-texlive/texlive-langfrench-2021 b/metadata/md5-cache/dev-texlive/texlive-langfrench-2021 index 1f9a8dce0344..e719288820b0 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langfrench-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langfrench-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-2 CC-BY-4.0 RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aeguill-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-annee-scolaire-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apprendre-a-programmer-en-tex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apprends-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-basque-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-book-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-date-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bib-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-droit-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-e-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epslatex-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expose-expl3-dunkerque-2019-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facture-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formation-latex-ul-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frenchmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frpseudocode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-basque-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impnattypo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mafr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matapli-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-profcollege-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabvar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tdsfrmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-array-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-dcolumn-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-natbib-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-tabbing-fr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-variations-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualtikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langfrench-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aeguill-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-annee-scolaire-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apprendre-a-programmer-en-tex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apprends-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-basque-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-book-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-date-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bib-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-droit-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-e-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epslatex-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expose-expl3-dunkerque-2019-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facture-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formation-latex-ul-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frenchmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frpseudocode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-basque-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impnattypo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mafr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matapli-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-profcollege-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabvar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tdsfrmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-array-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-dcolumn-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-natbib-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-tabbing-fr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-variations-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualtikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langfrench-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aeguill-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-annee-scolaire-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apprendre-a-programmer-en-tex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apprends-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-basque-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-book-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-date-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bib-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-droit-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-e-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epslatex-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expose-expl3-dunkerque-2019-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facture-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formation-latex-ul-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frenchmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frpseudocode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-basque-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impnattypo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mafr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matapli-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-profcollege-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabvar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tdsfrmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-array-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-dcolumn-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-natbib-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-tabbing-fr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-variations-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualtikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langfrench-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aeguill.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-annee-scolaire.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apprendre-a-programmer-en-tex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apprends-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-basque.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-book.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-date.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bib-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-droit-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-e-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epslatex-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expose-expl3-dunkerque-2019.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facture.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formation-latex-ul.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frenchmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frpseudocode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impatient-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impnattypo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mafr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matapli.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-profcollege.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabvar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tdsfrmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-array-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-dcolumn-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-natbib-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-tabbing-fr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-variations.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualtikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aeguill.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-annee-scolaire.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apprendre-a-programmer-en-tex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apprends-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-basque.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-book.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-date.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bib-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-droit-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-e-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epslatex-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expose-expl3-dunkerque-2019.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facture.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formation-latex-ul.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frenchmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frpseudocode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impatient-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impnattypo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mafr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matapli.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-profcollege.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabvar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tdsfrmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-array-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-dcolumn-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-natbib-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-tabbing-fr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-variations.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualtikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aeguill.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-annee-scolaire.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apprendre-a-programmer-en-tex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apprends-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-basque.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-book.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-date.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bib-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-droit-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-e-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epslatex-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expose-expl3-dunkerque-2019.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facture.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formation-latex-ul.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frenchmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frpseudocode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impatient-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impnattypo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mafr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matapli.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-profcollege.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabvar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tdsfrmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-array-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-dcolumn-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-natbib-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-tabbing-fr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-variations.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualtikz.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-annee-scolaire.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-basque.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-french.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-book.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basque-date.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-french.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facture.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formation-latex-ul.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frenchmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-basque.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-impnattypo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabvar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tdsfrmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-annee-scolaire.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-basque.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-french.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-book.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basque-date.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-french.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facture.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formation-latex-ul.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frenchmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-basque.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-impnattypo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabvar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tdsfrmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-annee-scolaire.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-basque.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-french.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-book.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basque-date.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-french.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facture.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formation-latex-ul.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frenchmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-basque.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-impnattypo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabvar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tdsfrmath.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=28fea8ebcf035a533764e278eb496e8a diff --git a/metadata/md5-cache/dev-texlive/texlive-langfrench-2023_p67951-r1 b/metadata/md5-cache/dev-texlive/texlive-langfrench-2023_p67951-r1 index d12f6bd85335..730ee1800ca1 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langfrench-2023_p67951-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-langfrench-2023_p67951-r1 @@ -11,5 +11,5 @@ LICENSE=CC-BY-4.0 CC-BY-SA-2.0 CC-BY-SA-3.0 FDL-1.1 GPL-1 LPPL-1.0 LPPL-1.2 LPPL RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langfrench.r67951.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/annee-scolaire.r55988.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.r30256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.r69205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.r32924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.r26477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.r53138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cahierprof.r68148.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/couleurs-fr.r67901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.r39802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/e-french.r52027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.r67538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchmath.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frpseudocode.r56088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-basque.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-french.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.r50227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letgut.r67192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matapli.r62632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/panneauxroute.r67951.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profcollege.r69539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proflabo.r63147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proflycee.r69749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profsio.r69745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.r63921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langfrench.r67951.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aeguill.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annee-scolaire.r55988.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-basque.r30256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-french.r69205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-book.r32924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-date.r26477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bib-fr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-french.r53138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cahierprof.r68148.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/couleurs-fr.r67901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/droit-fr.r39802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/e-french.r52027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facture.r67538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frenchmath.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frletter.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frpseudocode.r56088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-basque.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-french.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impnattypo.r50227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letgut.r67192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mafr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matapli.r62632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/panneauxroute.r67951.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profcollege.r69539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proflabo.r63147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proflycee.r69749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profsio.r69745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabvar.r63921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tdsfrmath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/variations.r15878.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aeguill.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/annee-scolaire.doc.r55988.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apprendre-a-programmer-en-tex.doc.r57179.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apprends-latex.doc.r19306.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.doc.r30256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.doc.r69205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.doc.r32924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.doc.r26477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bib-fr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.doc.r53138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-fr.doc.r21948.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cahierprof.doc.r68148.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/couleurs-fr.doc.r67901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/droit-fr.doc.r39802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/e-french.doc.r52027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epslatex-fr.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expose-expl3-dunkerque-2019.doc.r54451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.doc.r67538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formation-latex-ul.doc.r68791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchmath.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frletter.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frpseudocode.doc.r56088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impatient-fr.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.doc.r50227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-french.doc.r31315.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo-fr.doc.r64228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letgut.doc.r67192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-french.doc.r23332.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mafr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matapli.doc.r62632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/panneauxroute.doc.r67951.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profcollege.doc.r69539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proflabo.doc.r63147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proflycee.doc.r69749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profsio.doc.r69745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.doc.r63921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-fr.doc.r66571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-array-fr.doc.r24344.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-dcolumn-fr.doc.r24345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-natbib-fr.doc.r25105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-tabbing-fr.doc.r24228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/variations.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/visualfaq-fr.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/visualtikz.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aeguill.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annee-scolaire.doc.r55988.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apprendre-a-programmer-en-tex.doc.r57179.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apprends-latex.doc.r19306.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-basque.doc.r30256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-french.doc.r69205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-book.doc.r32924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-date.doc.r26477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bib-fr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-french.doc.r53138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booktabs-fr.doc.r21948.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cahierprof.doc.r68148.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/couleurs-fr.doc.r67901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/droit-fr.doc.r39802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/e-french.doc.r52027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epslatex-fr.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expose-expl3-dunkerque-2019.doc.r54451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facture.doc.r67538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formation-latex-ul.doc.r68791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frenchmath.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frletter.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frpseudocode.doc.r56088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impatient-fr.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impnattypo.doc.r50227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2tabu-french.doc.r31315.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2e-help-texinfo-fr.doc.r64228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letgut.doc.r67192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-french.doc.r23332.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mafr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matapli.doc.r62632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/panneauxroute.doc.r67951.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profcollege.doc.r69539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proflabo.doc.r63147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proflycee.doc.r69749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profsio.doc.r69745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabvar.doc.r63921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tdsfrmath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-fr.doc.r66571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-array-fr.doc.r24344.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-dcolumn-fr.doc.r24345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-natbib-fr.doc.r25105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-tabbing-fr.doc.r24228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/variations.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/visualfaq-fr.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/visualtikz.doc.r54080.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/annee-scolaire.source.r55988.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-basque.source.r30256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-french.source.r69205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-book.source.r32924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basque-date.source.r26477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-french.source.r53138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facture.source.r67538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formation-latex-ul.source.r68791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frenchmath.source.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-basque.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/impnattypo.source.r50227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letgut.source.r67192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabvar.source.r63921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tdsfrmath.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annee-scolaire.source.r55988.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-basque.source.r30256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-french.source.r69205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-book.source.r32924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basque-date.source.r26477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-french.source.r53138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facture.source.r67538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formation-latex-ul.source.r68791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frenchmath.source.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-basque.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/impnattypo.source.r50227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letgut.source.r67192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabvar.source.r63921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tdsfrmath.source.r15878.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=079d7fbb59c7d0975203e956b94f89e8 diff --git a/metadata/md5-cache/dev-texlive/texlive-langgerman-2021 b/metadata/md5-cache/dev-texlive/texlive-langgerman-2021 index 90bb952c9724..5bf159012b50 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langgerman-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langgerman-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OPL TeX-other-free RDEPEND=!~dev-texlive/texlive-xetex-2020 >=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apalike-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csquotes-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dehyph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dehyph-exptl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dhua-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtk-bibliography-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etdipa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoolbox-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifinddo-info-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-germbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-germkorr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hausarbeit-jura-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-script-examples-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2picfaq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-doc-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-microtype-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-milog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-r_und_s-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schulmathematik-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templates-fenn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templates-sommer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipa-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-arsclassica-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-biblatex-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-chemsym-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-ecv-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-enumitem-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-europecv-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-filecontents-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-moreverb-de-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-udesoftec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhrzeit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umlaute-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-voss-mathcol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langgerman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apalike-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csquotes-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dehyph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dehyph-exptl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dhua-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtk-bibliography-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etdipa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoolbox-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifinddo-info-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-germbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-germkorr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hausarbeit-jura-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-script-examples-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2picfaq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-doc-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-microtype-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-milog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-r_und_s-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schulmathematik-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templates-fenn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templates-sommer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipa-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-arsclassica-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-biblatex-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-chemsym-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-ecv-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-enumitem-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-europecv-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-filecontents-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-moreverb-de-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-udesoftec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhrzeit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umlaute-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-voss-mathcol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langgerman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apalike-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csquotes-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dehyph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dehyph-exptl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dhua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtk-bibliography-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etdipa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoolbox-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifinddo-info-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-germbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-germkorr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hausarbeit-jura-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-script-examples-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2picfaq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-doc-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-microtype-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-milog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-r_und_s-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schulmathematik-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templates-fenn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templates-sommer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipa-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-arsclassica-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-biblatex-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-chemsym-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-ecv-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-enumitem-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-europecv-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-filecontents-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-moreverb-de-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-udesoftec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhrzeit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umlaute-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-voss-mathcol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langgerman-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apalike-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibleref-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csquotes-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dehyph-exptl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dhua.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtk-bibliography.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etdipa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoolbox-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifinddo-info.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-germbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-germkorr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hausarbeit-jura.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-script-examples.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2picfaq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-doc-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-microtype-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-milog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-r_und_s.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schulmathematik.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templates-fenn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templates-sommer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipa-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-arsclassica-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-biblatex-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-chemsym-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-ecv-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-enumitem-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-europecv-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-filecontents-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translation-moreverb-de.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-udesoftec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhrzeit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umlaute.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-voss-mathcol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apalike-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibleref-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csquotes-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dehyph-exptl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dhua.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtk-bibliography.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etdipa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoolbox-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifinddo-info.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-germbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-germkorr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hausarbeit-jura.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-script-examples.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2picfaq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-doc-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-microtype-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-milog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-r_und_s.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schulmathematik.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templates-fenn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templates-sommer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipa-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-arsclassica-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-biblatex-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-chemsym-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-ecv-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-enumitem-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-europecv-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-filecontents-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translation-moreverb-de.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-udesoftec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhrzeit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umlaute.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-voss-mathcol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apalike-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibleref-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csquotes-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dehyph-exptl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dhua.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtk-bibliography.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etdipa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoolbox-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifinddo-info.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-germbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-germkorr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hausarbeit-jura.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-script-examples.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2picfaq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-doc-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-microtype-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-milog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-r_und_s.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schulmathematik.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templates-fenn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templates-sommer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipa-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-arsclassica-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-biblatex-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-chemsym-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-ecv-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-enumitem-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-europecv-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-filecontents-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translation-moreverb-de.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-udesoftec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhrzeit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umlaute.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-voss-mathcol.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-german.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dhua.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifinddo-info.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-german.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hausarbeit-jura.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal-de.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-udesoftec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umlaute.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-german.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dhua.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifinddo-info.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-german.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hausarbeit-jura.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal-de.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-udesoftec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umlaute.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-german.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dhua.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifinddo-info.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-german.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hausarbeit-jura.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal-de.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-udesoftec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umlaute.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=17c70902e3524f4e4b9b063f27b9dec7 diff --git a/metadata/md5-cache/dev-texlive/texlive-langgerman-2023_p68711 b/metadata/md5-cache/dev-texlive/texlive-langgerman-2023_p68711 index 3a0f354e9a5d..206915171a42 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langgerman-2023_p68711 +++ b/metadata/md5-cache/dev-texlive/texlive-langgerman-2023_p68711 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 LPPL-1.3 LPPL-1.3c MIT OPL TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langgerman.r68711.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike-german.r65403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autotype.r69309.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.r69506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.r21923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dehyph.r48599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dehyph-exptl.r66390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.r24035.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk-bibliography.r69155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/german.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-german.r59807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/milog.r41610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-de.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schulmathematik.r69244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal-de.r47111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhrzeit.r39570.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langgerman.r68711.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apalike-german.r65403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autotype.r69309.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-german.r69506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-german.r21923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dehyph.r48599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dehyph-exptl.r66390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dhua.r24035.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtk-bibliography.r69155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/german.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/germbib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/germkorr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hausarbeit-jura.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-german.r59807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/milog.r41610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-de.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/r_und_s.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schulmathematik.r69244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal-de.r47111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udesoftec.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhrzeit.r39570.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umlaute.r15878.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/apalike-german.doc.r65403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autotype.doc.r69309.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.doc.r69506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibleref-german.doc.r21923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs-de.doc.r21907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes-de.doc.r23371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dehyph-exptl.doc.r66390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.doc.r24035.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk-bibliography.doc.r69155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etdipa.doc.r36354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox-de.doc.r21906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fifinddo-info.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/german.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/germbib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/germkorr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.doc.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-examples.doc.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2picfaq.doc.r19601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-de.doc.r35702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-german.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-doc-de.doc.r30474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype-de.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/milog.doc.r41610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-de.doc.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/r_und_s.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schulmathematik.doc.r69244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-fenn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/templates-sommer.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal-de.doc.r47111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-de.doc.r67108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipa-de.doc.r22005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-arsclassica-de.doc.r23803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-biblatex-de.doc.r59382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-chemsym-de.doc.r23804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-ecv-de.doc.r24754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-enumitem-de.doc.r24196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-europecv-de.doc.r23840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-filecontents-de.doc.r24010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translation-moreverb-de.doc.r23957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.doc.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhrzeit.doc.r39570.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/voss-mathcol.doc.r32954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apalike-german.doc.r65403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autotype.doc.r69309.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-german.doc.r69506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibleref-german.doc.r21923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booktabs-de.doc.r21907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csquotes-de.doc.r23371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dehyph-exptl.doc.r66390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dhua.doc.r24035.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtk-bibliography.doc.r69155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etdipa.doc.r36354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoolbox-de.doc.r21906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fifinddo-info.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/german.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/germbib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/germkorr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hausarbeit-jura.doc.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-script-examples.doc.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2picfaq.doc.r19601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2tabu.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcheat-de.doc.r35702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-german.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-doc-de.doc.r30474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/microtype-de.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/milog.doc.r41610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-de.doc.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/r_und_s.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schulmathematik.doc.r69244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/templates-fenn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/templates-sommer.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal-de.doc.r47111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-de.doc.r67108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipa-de.doc.r22005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-arsclassica-de.doc.r23803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-biblatex-de.doc.r59382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-chemsym-de.doc.r23804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-ecv-de.doc.r24754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-enumitem-de.doc.r24196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-europecv-de.doc.r23840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-filecontents-de.doc.r24010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translation-moreverb-de.doc.r23957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udesoftec.doc.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhrzeit.doc.r39570.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umlaute.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/voss-mathcol.doc.r32954.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-german.source.r69506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dhua.source.r24035.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fifinddo-info.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/german.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hausarbeit-jura.source.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal-de.source.r47111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udesoftec.source.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umlaute.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-german.source.r69506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dhua.source.r24035.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fifinddo-info.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/german.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hausarbeit-jura.source.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal-de.source.r47111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udesoftec.source.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umlaute.source.r15878.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=6a3e92edf798edd36f318c9e97f8ef60 diff --git a/metadata/md5-cache/dev-texlive/texlive-langgreek-2021 b/metadata/md5-cache/dev-texlive/texlive-langgreek-2021 index 18221d7ff18f..3a2026357ba9 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langgreek-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langgreek-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LGPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-greek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-begingreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-betababel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbfonts-fd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsbaskerville-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsporson-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greek-fontenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greek-inputenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greekdates-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greektex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greektonoi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-greek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-ancientgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibycus-babel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibygrk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kerkis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-levy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkgrkindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-teubner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yannisgr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-greek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-begingreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-betababel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbfonts-fd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsbaskerville-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsporson-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greek-fontenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greek-inputenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greekdates-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greektex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greektonoi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-greek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-ancientgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibycus-babel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibygrk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kerkis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-levy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkgrkindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-teubner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yannisgr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-greek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-begingreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-betababel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbfonts-fd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsbaskerville-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsporson-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greek-fontenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greek-inputenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greekdates-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greektex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greektonoi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-greek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-ancientgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibycus-babel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibygrk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kerkis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-levy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkgrkindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-teubner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yannisgr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langgreek-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-greek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-begingreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-betababel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbfonts-fd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsbaskerville.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfsporson.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greek-fontenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greek-inputenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greekdates.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greektex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greektonoi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-greek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibycus-babel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibygrk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kerkis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-levy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkgrkindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-teubner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yannisgr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-greek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-begingreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-betababel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbfonts-fd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsbaskerville.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfsporson.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greek-fontenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greek-inputenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greekdates.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greektex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greektonoi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-greek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibycus-babel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibygrk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kerkis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-levy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkgrkindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-teubner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yannisgr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-greek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-begingreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-betababel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbfonts-fd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsbaskerville.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfsporson.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greek-fontenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greek-inputenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greekdates.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greektex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greektonoi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-greek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibycus-babel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibygrk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kerkis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-levy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkgrkindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-teubner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yannisgr.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-greek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-begingreek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbfonts-fd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greek-fontenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-greekdates.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ibycus-babel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-teubner.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xgreek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-greek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-begingreek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbfonts-fd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greek-fontenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-greekdates.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ibycus-babel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-teubner.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xgreek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-greek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-begingreek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbfonts-fd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greek-fontenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-greekdates.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ibycus-babel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-teubner.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xgreek.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=7bc2601221d52fb30a29eedb99eb39cc diff --git a/metadata/md5-cache/dev-texlive/texlive-langgreek-2023_p65038 b/metadata/md5-cache/dev-texlive/texlive-langgreek-2023_p65038 index 81a8b1da34a8..e5d25ce9090d 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langgreek-2023_p65038 +++ b/metadata/md5-cache/dev-texlive/texlive-langgreek-2023_p65038 @@ -11,5 +11,5 @@ LICENSE=BSD-2 GPL-1 GPL-2 LGPL-3 LPPL-1.3 LPPL-1.3c TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langgreek.r65038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.r68532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/begingreek.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.r68877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.r66634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.r28327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greektonoi.r39419.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ancientgreek.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-greek.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.r56271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.r21750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.r21818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrmath.r65038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/talos.r61820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.r68074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.r69652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.r22613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langgreek.r65038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-greek.r68532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/begingreek.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/betababel.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbfonts.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbfonts-fd.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsbaskerville.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsporson.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greek-fontenc.r68877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greek-inputenc.r66634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greekdates.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greektex.r28327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greektonoi.r39419.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-ancientgreek.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-greek.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibycus-babel.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibygrk.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kerkis.r56271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/levy.r21750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lgreek.r21818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lgrmath.r65038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkgrkindex.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/talos.r61820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/teubner.r68074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xgreek.r69652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yannisgr.r22613.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.doc.r68532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/begingreek.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/betababel.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsbaskerville.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfsporson.doc.r18651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-fontenc.doc.r68877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greek-inputenc.doc.r66634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greektex.doc.r28327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greektonoi.doc.r39419.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-greek.doc.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibygrk.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kerkis.doc.r56271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/levy.doc.r21750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lgreek.doc.r21818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrmath.doc.r65038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkgrkindex.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/talos.doc.r61820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.doc.r68074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.doc.r69652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yannisgr.doc.r22613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-greek.doc.r68532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/begingreek.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/betababel.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbfonts.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbfonts-fd.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsbaskerville.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfsporson.doc.r18651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greek-fontenc.doc.r68877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greek-inputenc.doc.r66634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greekdates.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greektex.doc.r28327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greektonoi.doc.r39419.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-greek.doc.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibycus-babel.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibygrk.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kerkis.doc.r56271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/levy.doc.r21750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lgreek.doc.r21818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lgrmath.doc.r65038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkgrkindex.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/talos.doc.r61820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/teubner.doc.r68074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xgreek.doc.r69652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yannisgr.doc.r22613.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-greek.source.r68532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/begingreek.source.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbfonts-fd.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/greekdates.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibycus-babel.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lgrmath.source.r65038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/teubner.source.r68074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xgreek.source.r69652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-greek.source.r68532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/begingreek.source.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbfonts-fd.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/greekdates.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibycus-babel.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lgrmath.source.r65038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/teubner.source.r68074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xgreek.source.r69652.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=1c83761aeab40cf7f59e5ef3b7a3d001 diff --git a/metadata/md5-cache/dev-texlive/texlive-langitalian-2021 b/metadata/md5-cache/dev-texlive/texlive-langitalian-2021 index 60b9cca28f81..faf1d327926a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langitalian-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langitalian-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antanilipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsldoc-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsmath-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsthdoc-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codicefiscaleitaliano-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhdr-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixltxhyph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frontespizio-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-itnumpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4wp-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layaureo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfrag-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-it-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langitalian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antanilipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsldoc-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsmath-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsthdoc-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codicefiscaleitaliano-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhdr-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixltxhyph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frontespizio-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-itnumpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4wp-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layaureo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfrag-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-it-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langitalian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antanilipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsldoc-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsmath-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsthdoc-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codicefiscaleitaliano-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhdr-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixltxhyph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frontespizio-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-itnumpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4wp-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layaureo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfrag-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-it-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langitalian-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antanilipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsldoc-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsmath-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsthdoc-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codicefiscaleitaliano.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhdr-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixltxhyph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frontespizio.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-itnumpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4wp-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layaureo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfrag-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-it.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antanilipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsldoc-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsmath-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsthdoc-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codicefiscaleitaliano.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhdr-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixltxhyph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frontespizio.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-itnumpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4wp-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layaureo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfrag-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-it.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antanilipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsldoc-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsmath-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsthdoc-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codicefiscaleitaliano.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhdr-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixltxhyph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frontespizio.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-itnumpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4wp-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layaureo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfrag-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-it.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifica.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-antanilipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-italian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codicefiscaleitaliano.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixltxhyph.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frontespizio.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-itnumpar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layaureo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifica.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-antanilipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-italian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codicefiscaleitaliano.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixltxhyph.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frontespizio.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-itnumpar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layaureo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifica.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-antanilipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-italian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codicefiscaleitaliano.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixltxhyph.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frontespizio.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-itnumpar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layaureo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifica.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=0d5f1b358e54a4fd2c26d21a213cad74 diff --git a/metadata/md5-cache/dev-texlive/texlive-langitalian-2023_p55129 b/metadata/md5-cache/dev-texlive/texlive-langitalian-2023_p55129 index 68828f473788..e31180c92181 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langitalian-2023_p55129 +++ b/metadata/md5-cache/dev-texlive/texlive-langitalian-2023_p55129 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 LGPL-2 LPPL-1.3 LPPL-1.3c TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langitalian.r55129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antanilipsum.r55250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.r69298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.r25832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.r24054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-italian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.r19087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifica.r56625.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langitalian.r55129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antanilipsum.r55250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-italian.r69298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codicefiscaleitaliano.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixltxhyph.r25832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frontespizio.r24054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-italian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/itnumpar.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layaureo.r19087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifica.r56625.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-it.doc.r45662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath-it.doc.r22930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsthdoc-it.doc.r45662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/antanilipsum.doc.r55250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.doc.r69298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr-it.doc.r21912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.doc.r25832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.doc.r24054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-italian.doc.r25218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4wp-it.doc.r36000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.doc.r19087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-italian.doc.r57038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag-italian.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-it.doc.r58653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifica.doc.r56625.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsldoc-it.doc.r45662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsmath-it.doc.r22930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsthdoc-it.doc.r45662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antanilipsum.doc.r55250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-italian.doc.r69298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codicefiscaleitaliano.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhdr-it.doc.r21912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixltxhyph.doc.r25832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frontespizio.doc.r24054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/itnumpar.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2tabu-italian.doc.r25218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex4wp-it.doc.r36000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layaureo.doc.r19087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-italian.doc.r57038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfrag-italian.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-it.doc.r58653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifica.doc.r56625.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/antanilipsum.source.r55250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-italian.source.r69298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codicefiscaleitaliano.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixltxhyph.source.r25832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frontespizio.source.r24054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/itnumpar.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layaureo.source.r19087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifica.source.r56625.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antanilipsum.source.r55250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-italian.source.r69298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codicefiscaleitaliano.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixltxhyph.source.r25832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frontespizio.source.r24054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/itnumpar.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layaureo.source.r19087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifica.source.r56625.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=3ef2da8228e3e6cc34a55bb38459e70a diff --git a/metadata/md5-cache/dev-texlive/texlive-langjapanese-2021 b/metadata/md5-cache/dev-texlive/texlive-langjapanese-2021 index c924de91af9e..254e956827da 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langjapanese-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langjapanese-2021 @@ -11,5 +11,5 @@ LICENSE=BSD BSD-2 GPL-1 GPL-2 LPPL-1.3 MIT OFL public-domain TeX TeX-other-free RDEPEND=>=dev-texlive/texlive-langcjk-2021 >=dev-texlive/texlive-latexextra-2021 !=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-japanese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxbase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxcjkjatype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxghost-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjaholiday-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjalipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjaprnind-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjatoucs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjscls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxorigcapt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxwareki-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-convbkmk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotesj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentombow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-haranoaji-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-haranoaji-extra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifxptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ipaex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf-uptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlreq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlreq-deluxe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jsclasses-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-japanese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexja-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mendex-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morisawa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbibtex-base-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platex-tools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platexcheat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plautopatch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-base-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-fontmaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-manual-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex2pdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxbase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxchfon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxcjkcat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxjahyper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxjodel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxrubrica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxufont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-ja-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uplatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex-base-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wadalab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjafbfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjatype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langjapanese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-japanese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxbase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxcjkjatype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxghost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjaholiday-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjalipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjaprnind-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjatoucs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjscls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxorigcapt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxwareki-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-convbkmk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotesj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentombow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-haranoaji-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-haranoaji-extra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifxptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ipaex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf-uptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlreq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlreq-deluxe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jsclasses-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-japanese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexja-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mendex-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morisawa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbibtex-base-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platex-tools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platexcheat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plautopatch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-base-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-fontmaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-manual-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex2pdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxbase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxchfon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxcjkcat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxjahyper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxjodel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxrubrica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxufont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-ja-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uplatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex-base-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wadalab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjafbfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjatype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langjapanese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-japanese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxbase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxcjkjatype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxghost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjaholiday-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjalipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjaprnind-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjatoucs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjscls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxorigcapt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxwareki-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-convbkmk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotesj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentombow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-haranoaji-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-haranoaji-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifxptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ipaex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf-uptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlreq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlreq-deluxe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jsclasses-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-japanese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexja-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mendex-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morisawa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbibtex-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platex-tools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platexcheat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plautopatch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-fontmaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-manual-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex2pdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxbase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxchfon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxcjkcat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxjahyper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxjodel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxrubrica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxufont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-ja-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uplatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wadalab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjafbfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjatype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langjapanese-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-japanese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxbase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxcjkjatype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxghost.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjaholiday.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjalipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjaprnind.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjatoucs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjscls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxorigcapt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxwareki.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-convbkmk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotesj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gentombow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-haranoaji.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-haranoaji-extra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifxptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ipaex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf-uptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlreq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlreq-deluxe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jsclasses.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-japanese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexja.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mendex-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morisawa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbibtex-base.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platex-tools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platexcheat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plautopatch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-base.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-fontmaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-manual.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex2pdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxbase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxchfon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxcjkcat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxjahyper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxjodel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxrubrica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxufont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-ja.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uplatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex-base.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wadalab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjafbfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zxjatype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-japanese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxbase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxcjkjatype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxghost.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjaholiday.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjalipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjaprnind.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjatoucs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjscls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxorigcapt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxwareki.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-convbkmk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotesj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gentombow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-haranoaji.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-haranoaji-extra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifxptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ipaex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf-uptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlreq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlreq-deluxe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jsclasses.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-japanese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexja.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mendex-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morisawa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbibtex-base.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platex-tools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platexcheat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plautopatch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-base.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-fontmaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-manual.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex2pdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxbase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxchfon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxcjkcat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxjahyper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxjodel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxrubrica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxufont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-ja.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uplatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex-base.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wadalab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjafbfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zxjatype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-japanese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxbase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxcjkjatype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxghost.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjaholiday.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjalipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjaprnind.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjatoucs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjscls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxorigcapt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxwareki.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-convbkmk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotesj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gentombow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-haranoaji.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-haranoaji-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifxptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ipaex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf-uptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlreq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlreq-deluxe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jsclasses.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-japanese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexja.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mendex-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morisawa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbibtex-base.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platex-tools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platexcheat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plautopatch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-base.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-fontmaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-manual.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex2pdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxbase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxchfon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxcjkcat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxjahyper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxjodel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxrubrica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxufont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-ja.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uplatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex-base.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uptex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wadalab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjafbfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zxjatype.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascmac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-japanese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxjscls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-japanese-otf-uptex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlreq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jsclasses.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexja.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mendex-doc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morisawa.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-platex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptex-fontmaps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxrubrica.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uplatex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascmac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-japanese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxjscls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-japanese-otf-uptex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlreq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jsclasses.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexja.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mendex-doc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morisawa.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-platex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptex-fontmaps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxrubrica.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uplatex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascmac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-japanese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxjscls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-japanese-otf-uptex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlreq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jsclasses.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexja.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mendex-doc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morisawa.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-platex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptex-fontmaps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxrubrica.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uplatex.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=53f6c2fe633536063f83e1a181933961 diff --git a/metadata/md5-cache/dev-texlive/texlive-langjapanese-2023_p64603 b/metadata/md5-cache/dev-texlive/texlive-langjapanese-2023_p64603 index db3ef10447da..c7f56663ed6d 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langjapanese-2023_p64603 +++ b/metadata/md5-cache/dev-texlive/texlive-langjapanese-2023_p64603 @@ -11,5 +11,5 @@ LICENSE=BSD BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c MIT OFL TeX TeX-other-fre RDEPEND=>=dev-texlive/texlive-langcjk-2023 dev-lang/ruby >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langjapanese.r64603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascmac.r53411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asternote.r63838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-japanese.r57733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.r67705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxghost.r66147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjaholiday.r60636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjalipsum.r67620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjaprnind.r59641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjatoucs.r52509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.r69637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxorigcapt.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxwareki.r67594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.r49252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotesj.r47703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gckanbun.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentombow.r64333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/haranoaji.r68501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/haranoaji-extra.r68500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieejtran.r65641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifptex.r66803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifxptex.r46153.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-mathformulas.r64678.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.r68492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jieeetran.r65642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlreq.r67400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlreq-deluxe.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpneduenumerate.r63893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpnedumathsymbols.r63864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.r66093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kanbun.r62026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.r69245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mendex-doc.r62914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morisawa.r46946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbibtex-base.r66085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platex.r67315.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platex-tools.r66185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plautopatch.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-base.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-fontmaps.r65953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-fonts.r64330.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.r65953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.r66187.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.r68103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.r66272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjodel.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.r66298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxufont.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uplatex.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex-base.r68298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex-fonts.r68297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.r28539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.r53500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langjapanese.r64603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascmac.r53411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asternote.r63838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-japanese.r57733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxbase.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxcjkjatype.r67705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxghost.r66147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjaholiday.r60636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjalipsum.r67620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjaprnind.r59641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjatoucs.r52509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjscls.r69637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxorigcapt.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxwareki.r67594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/convbkmk.r49252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotesj.r47703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gckanbun.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentombow.r64333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/haranoaji.r68501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/haranoaji-extra.r68500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieejtran.r65641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifptex.r66803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifxptex.r46153.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipaex.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/japanese-mathformulas.r64678.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/japanese-otf.r68492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jieeetran.r65642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlreq.r67400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlreq-deluxe.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpneduenumerate.r63893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpnedumathsymbols.r63864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jsclasses.r66093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kanbun.r62026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexja.r69245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mendex-doc.r62914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morisawa.r46946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbibtex-base.r66085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platex.r67315.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platex-tools.r66185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plautopatch.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-base.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-fontmaps.r65953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-fonts.r64330.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex2pdf.r65953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxbase.r66187.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxchfon.r68103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxcjkcat.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxjahyper.r66272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxjodel.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxrubrica.r66298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxufont.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uplatex.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex-base.r68298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex-fonts.r68297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wadalab.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjafbfont.r28539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjatype.r53500.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascmac.doc.r53411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asternote.doc.r63838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-japanese.doc.r57733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxbase.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcjkjatype.doc.r67705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxghost.doc.r66147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjaholiday.doc.r60636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjalipsum.doc.r67620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjaprnind.doc.r59641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjatoucs.doc.r52509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.doc.r69637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxorigcapt.doc.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxwareki.doc.r67594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/convbkmk.doc.r49252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotesj.doc.r47703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gckanbun.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gentombow.doc.r64333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/haranoaji.doc.r68501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/haranoaji-extra.doc.r68500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieejtran.doc.r65641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifptex.doc.r66803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifxptex.doc.r46153.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipaex.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-mathformulas.doc.r64678.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.doc.r68492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jieeetran.doc.r65642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlreq.doc.r67400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlreq-deluxe.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpneduenumerate.doc.r63893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpnedumathsymbols.doc.r63864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.doc.r66093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kanbun.doc.r62026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-japanese.doc.r36207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.doc.r69245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mendex-doc.doc.r62914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morisawa.doc.r46946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbibtex-base.doc.r66085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbibtex-manual.doc.r66181.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platex.doc.r67315.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platex-tools.doc.r66185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platexcheat.doc.r49557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plautopatch.doc.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-base.doc.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-fontmaps.doc.r65953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-fonts.doc.r64330.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-manual.doc.r68147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex2pdf.doc.r65953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxbase.doc.r66187.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxchfon.doc.r68103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxcjkcat.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjahyper.doc.r66272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxjodel.doc.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.doc.r66298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxufont.doc.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-ja.doc.r66482.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uplatex.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex.doc.r66381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex-base.doc.r68298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uptex-fonts.doc.r68297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wadalab.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjafbfont.doc.r28539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zxjatype.doc.r53500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascmac.doc.r53411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asternote.doc.r63838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-japanese.doc.r57733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxbase.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxcjkjatype.doc.r67705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxghost.doc.r66147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjaholiday.doc.r60636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjalipsum.doc.r67620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjaprnind.doc.r59641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjatoucs.doc.r52509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjscls.doc.r69637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxorigcapt.doc.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxwareki.doc.r67594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/convbkmk.doc.r49252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotesj.doc.r47703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gckanbun.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gentombow.doc.r64333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/haranoaji.doc.r68501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/haranoaji-extra.doc.r68500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieejtran.doc.r65641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifptex.doc.r66803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifxptex.doc.r46153.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipaex.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/japanese-mathformulas.doc.r64678.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/japanese-otf.doc.r68492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jieeetran.doc.r65642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlreq.doc.r67400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlreq-deluxe.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpneduenumerate.doc.r63893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpnedumathsymbols.doc.r63864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jsclasses.doc.r66093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kanbun.doc.r62026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-japanese.doc.r36207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexja.doc.r69245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mendex-doc.doc.r62914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morisawa.doc.r46946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbibtex-base.doc.r66085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbibtex-manual.doc.r66181.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platex.doc.r67315.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platex-tools.doc.r66185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platexcheat.doc.r49557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plautopatch.doc.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-base.doc.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-fontmaps.doc.r65953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-fonts.doc.r64330.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-manual.doc.r68147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex2pdf.doc.r65953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxbase.doc.r66187.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxchfon.doc.r68103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxcjkcat.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxjahyper.doc.r66272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxjodel.doc.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxrubrica.doc.r66298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxufont.doc.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-ja.doc.r66482.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uplatex.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex.doc.r66381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex-base.doc.r68298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uptex-fonts.doc.r68297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wadalab.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjafbfont.doc.r28539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zxjatype.doc.r53500.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascmac.source.r53411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-japanese.source.r57733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxjscls.source.r69637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/japanese-otf.source.r68492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlreq.source.r67400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jsclasses.source.r66093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexja.source.r69245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mendex-doc.source.r62914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morisawa.source.r46946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/platex.source.r67315.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptex-fontmaps.source.r65953.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxrubrica.source.r66298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uplatex.source.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascmac.source.r53411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-japanese.source.r57733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxjscls.source.r69637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/japanese-otf.source.r68492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlreq.source.r67400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jsclasses.source.r66093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexja.source.r69245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mendex-doc.source.r62914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morisawa.source.r46946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/platex.source.r67315.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptex-fontmaps.source.r65953.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxrubrica.source.r66298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uplatex.source.r66186.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=7a6c263fa31ab60ded88d0511b8c9e12 diff --git a/metadata/md5-cache/dev-texlive/texlive-langkorean-2021 b/metadata/md5-cache/dev-texlive/texlive-langkorean-2021 index c9efb1dd11e8..88d2841d04f1 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langkorean-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langkorean-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-2 LPPL-1.3 LPPL-1.3c OFL TeX-other-free RDEPEND=>=dev-texlive/texlive-langcjk-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baekmuk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-ko-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-oblivoir-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-plain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-utf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-utils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-korean-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nanumtype1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmhanguljamo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unfonts-core-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unfonts-extra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langkorean-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baekmuk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-ko-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-oblivoir-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-plain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-utf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-utils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-korean-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nanumtype1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmhanguljamo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unfonts-core-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unfonts-extra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langkorean-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baekmuk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-ko-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-oblivoir-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-plain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-utf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-utils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-korean-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nanumtype1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmhanguljamo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unfonts-core-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unfonts-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langkorean-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-baekmuk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjk-ko.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-oblivoir.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-plain.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-utf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kotex-utils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-korean.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nanumtype1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmhanguljamo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unfonts-core.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unfonts-extra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-baekmuk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjk-ko.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-oblivoir.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-plain.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-utf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kotex-utils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-korean.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nanumtype1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmhanguljamo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unfonts-core.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unfonts-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-baekmuk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjk-ko.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-oblivoir.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-plain.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-utf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kotex-utils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-korean.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nanumtype1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmhanguljamo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unfonts-core.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unfonts-extra.doc-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=54b7d66eafbd2b9044a83db249d1f251 diff --git a/metadata/md5-cache/dev-texlive/texlive-langkorean-2023_p54074 b/metadata/md5-cache/dev-texlive/texlive-langkorean-2023_p54074 index 5f468a9cffcb..8a388479af33 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langkorean-2023_p54074 +++ b/metadata/md5-cache/dev-texlive/texlive-langkorean-2023_p54074 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c OFL TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-langcjk-2023 >=app-text/texlive-core-2023 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.r67252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.r69662.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.r66361.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.r67252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-oblivoir.r69662.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.r66361.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.r67252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.doc.r69662.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.r66361.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.r67252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-oblivoir.doc.r69662.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.r66361.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_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=dc55e8d81d3e94031c57bb6add4816e7 diff --git a/metadata/md5-cache/dev-texlive/texlive-langother-2021 b/metadata/md5-cache/dev-texlive/texlive-langother-2021 index 5058eac3c533..1e453b6d5508 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langother-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langother-2021 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aalok-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akshar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsldoc-vn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aramaic-serto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-azerbaijani-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-esperanto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-georgian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-hebrew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-indonesian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-interlingua-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-malay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-sorbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-thai-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-vietnamese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bengali-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-burmese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chhaya-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjhebrew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebong-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ethiop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ethiop-t1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonts-tlwg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hindawi-latex-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-afrikaans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-armenian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-coptic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-esperanto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-ethiopic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-georgian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-indic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-indonesian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-interlingua-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-sanskrit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-thai-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-turkmen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-mr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexbangla-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latino-sine-flexione-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-thai-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-vietnamese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marathi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntheorem-vn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-padauk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-bn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-ur-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanskrit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanskrit-t1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thaienum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thaispec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-alphabets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-velthuis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vntex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wnri-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wnri-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-devanagari-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langother-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aalok-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akshar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsldoc-vn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aramaic-serto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-azerbaijani-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-esperanto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-georgian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-hebrew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-indonesian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-interlingua-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-malay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-sorbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-thai-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-vietnamese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bengali-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-burmese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chhaya-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjhebrew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebong-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ethiop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ethiop-t1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonts-tlwg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hindawi-latex-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-afrikaans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-armenian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-coptic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-esperanto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-ethiopic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-georgian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-indic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-indonesian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-interlingua-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-sanskrit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-thai-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-turkmen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-mr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexbangla-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latino-sine-flexione-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-thai-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-vietnamese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marathi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntheorem-vn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-padauk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-bn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-ur-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanskrit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanskrit-t1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thaienum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thaispec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-alphabets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-velthuis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vntex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wnri-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wnri-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-devanagari-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langother-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aalok-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akshar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsldoc-vn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aramaic-serto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-azerbaijani-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-esperanto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-georgian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-hebrew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-indonesian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-interlingua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-malay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-sorbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-thai-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-vietnamese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bengali-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-burmese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chhaya-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjhebrew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebong-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ethiop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ethiop-t1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonts-tlwg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hindawi-latex-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-afrikaans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-armenian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-coptic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-esperanto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-ethiopic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-georgian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-indic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-indonesian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-interlingua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-sanskrit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-thai-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-turkmen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-mr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexbangla-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latino-sine-flexione-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-thai-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-vietnamese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marathi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntheorem-vn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-padauk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-bn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-ur-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanskrit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanskrit-t1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thaienum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thaispec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-alphabets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-velthuis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vntex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wnri-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wnri-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-devanagari-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langother-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aalok.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akshar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsldoc-vn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aramaic-serto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-azerbaijani.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-georgian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-indonesian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-interlingua.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-malay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-sorbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-thai.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bengali.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-burmese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chhaya.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cjhebrew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebong.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ethiop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ethiop-t1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonts-tlwg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hindawi-latex-template.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-mr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexbangla.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latino-sine-flexione.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-thai.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marathi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntheorem-vn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-padauk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-bn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quran-ur.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanskrit-t1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thaienum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thaispec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-alphabets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-velthuis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vntex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wnri.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wnri-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-devanagari.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aalok.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akshar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsldoc-vn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aramaic-serto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-azerbaijani.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-georgian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-indonesian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-interlingua.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-malay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-sorbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-thai.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bengali.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-burmese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chhaya.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cjhebrew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebong.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ethiop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ethiop-t1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonts-tlwg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hindawi-latex-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-mr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexbangla.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latino-sine-flexione.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-thai.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marathi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntheorem-vn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-padauk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-bn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quran-ur.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanskrit-t1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thaienum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thaispec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-alphabets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-velthuis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vntex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wnri.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wnri-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-devanagari.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aalok.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akshar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsldoc-vn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aramaic-serto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-azerbaijani.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-georgian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-indonesian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-interlingua.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-malay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-sorbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-thai.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bengali.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-burmese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chhaya.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cjhebrew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebong.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ethiop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ethiop-t1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonts-tlwg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hindawi-latex-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-mr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexbangla.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latino-sine-flexione.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-thai.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-vietnamese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marathi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntheorem-vn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-padauk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-bn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quran-ur.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanskrit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanskrit-t1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thaienum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thaispec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-alphabets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-velthuis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vntex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wnri.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wnri-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-devanagari.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aalok.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akshar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-azerbaijani.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-esperanto.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-hebrew.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-indonesian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-interlingua.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-malay.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-sorbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-thai.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-vietnamese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bengali.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-burmese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chhaya.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ethiop.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonts-tlwg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-armenian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-ethiopic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-turkmen.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marathi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanskrit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thaispec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vntex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wnri-latex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aalok.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akshar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-azerbaijani.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-esperanto.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-hebrew.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-indonesian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-interlingua.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-malay.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-sorbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-thai.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-vietnamese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bengali.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-burmese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chhaya.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ethiop.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonts-tlwg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-armenian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-ethiopic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-turkmen.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marathi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanskrit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thaispec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vntex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wnri-latex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aalok.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akshar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-azerbaijani.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-esperanto.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-hebrew.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-indonesian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-interlingua.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-malay.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-sorbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-thai.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-vietnamese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bengali.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-burmese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chhaya.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ethiop.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonts-tlwg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-armenian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-ethiopic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-turkmen.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marathi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanskrit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thaispec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vntex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wnri-latex.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=ac490f63be3d0f1568af3a410d633025 diff --git a/metadata/md5-cache/dev-texlive/texlive-langother-2023_p68719 b/metadata/md5-cache/dev-texlive/texlive-langother-2023_p68719 index b54633bd655c..c223939ca096 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langother-2023_p68719 +++ b/metadata/md5-cache/dev-texlive/texlive-langother-2023_p68719 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3+ LPPL-1.3 LPPL-1.3c OFL Te RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langother.r68719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aalok.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akshar.r56277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.r30042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-azerbaijani.r44197.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.r30265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.r45864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.r68016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-indonesian.r43235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.r30276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-malay.r43234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.r60975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.r30564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.r39246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangla.r65786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.r25185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chhaya.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.r43444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/culmus.r68495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.r67933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.r32796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.r60817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hebrew-fonts.r68038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-afrikaans.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-armenian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-coptic.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-esperanto.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ethiopic.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-georgian.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indic.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-indonesian.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-interlingua.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-sanskrit.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-thai.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkmen.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexbangla.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latino-sine-flexione.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marathi.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/padauk.r42617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-bn.r68345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-id.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-ur.r68314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.r64502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit-t1.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thaienum.r44140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thaispec.r58019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-alphabets.r66225.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.r62837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.r22459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.r22338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.r34296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langother.r68719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aalok.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akshar.r56277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aramaic-serto.r30042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-azerbaijani.r44197.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-esperanto.r30265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-georgian.r45864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-hebrew.r68016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-indonesian.r43235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-interlingua.r30276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-malay.r43234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-sorbian.r60975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-thai.r30564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-vietnamese.r39246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangla.r65786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangtex.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bengali.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/burmese.r25185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chhaya.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjhebrew.r43444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctib.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/culmus.r68495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebong.r67933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ethiop.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ethiop-t1.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fc.r32796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonts-tlwg.r60817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hebrew-fonts.r68038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-afrikaans.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-armenian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-coptic.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-esperanto.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-ethiopic.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-georgian.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-indic.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-indonesian.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-interlingua.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-sanskrit.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-thai.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-turkmen.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexbangla.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latino-sine-flexione.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marathi.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/padauk.r42617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-bn.r68345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-id.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-ur.r68314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanskrit.r64502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanskrit-t1.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thaienum.r44140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thaispec.r58019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-alphabets.r66225.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vntex.r62837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wnri.r22459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wnri-latex.r22338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-devanagari.r34296.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aalok.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akshar.doc.r56277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsldoc-vn.doc.r21855.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aramaic-serto.doc.r30042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-azerbaijani.doc.r44197.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.doc.r30265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-georgian.doc.r45864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.doc.r68016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-indonesian.doc.r43235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.doc.r30276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-malay.doc.r43234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.doc.r60975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.doc.r30564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.doc.r39246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangla.doc.r65786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangtex.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.doc.r25185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chhaya.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjhebrew.doc.r43444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/culmus.doc.r68495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebong.doc.r67933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop-t1.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fc.doc.r32796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.doc.r60817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hebrew-fonts.doc.r68038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hindawi-latex-template.doc.r57757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-sanskrit.doc.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-mr.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexbangla.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latino-sine-flexione.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-thai.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-vietnamese.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marathi.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem-vn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/padauk.doc.r42617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-bn.doc.r68345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-id.doc.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-ur.doc.r68314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.doc.r64502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit-t1.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thaienum.doc.r44140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thaispec.doc.r58019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-alphabets.doc.r66225.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.doc.r62837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri.doc.r22459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.doc.r22338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-devanagari.doc.r34296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aalok.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akshar.doc.r56277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsldoc-vn.doc.r21855.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aramaic-serto.doc.r30042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-azerbaijani.doc.r44197.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-esperanto.doc.r30265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-georgian.doc.r45864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-hebrew.doc.r68016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-indonesian.doc.r43235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-interlingua.doc.r30276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-malay.doc.r43234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-sorbian.doc.r60975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-thai.doc.r30564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-vietnamese.doc.r39246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangla.doc.r65786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangtex.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bengali.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/burmese.doc.r25185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chhaya.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjhebrew.doc.r43444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctib.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/culmus.doc.r68495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebong.doc.r67933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ethiop.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ethiop-t1.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fc.doc.r32796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonts-tlwg.doc.r60817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hebrew-fonts.doc.r68038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hindawi-latex-template.doc.r57757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-sanskrit.doc.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-mr.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexbangla.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latino-sine-flexione.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-thai.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-vietnamese.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marathi.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntheorem-vn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/padauk.doc.r42617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-bn.doc.r68345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-id.doc.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-ur.doc.r68314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanskrit.doc.r64502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanskrit-t1.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thaienum.doc.r44140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thaispec.doc.r58019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-alphabets.doc.r66225.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vntex.doc.r62837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wnri.doc.r22459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wnri-latex.doc.r22338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-devanagari.doc.r34296.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aalok.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akshar.source.r56277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-azerbaijani.source.r44197.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-esperanto.source.r30265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-hebrew.source.r68016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-indonesian.source.r43235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-interlingua.source.r30276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-malay.source.r43234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-sorbian.source.r60975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-thai.source.r30564.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-vietnamese.source.r39246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bengali.source.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/burmese.source.r25185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chhaya.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctib.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/culmus.source.r68495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ethiop.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonts-tlwg.source.r60817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hebrew-fonts.source.r68038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-armenian.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-ethiopic.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-turkmen.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marathi.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanskrit.source.r64502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thaispec.source.r58019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vntex.source.r62837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wnri-latex.source.r22338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aalok.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akshar.source.r56277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-azerbaijani.source.r44197.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-esperanto.source.r30265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-hebrew.source.r68016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-indonesian.source.r43235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-interlingua.source.r30276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-malay.source.r43234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-sorbian.source.r60975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-thai.source.r30564.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-vietnamese.source.r39246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bengali.source.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/burmese.source.r25185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chhaya.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctib.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/culmus.source.r68495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ethiop.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonts-tlwg.source.r60817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hebrew-fonts.source.r68038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-armenian.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-ethiopic.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-turkmen.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marathi.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanskrit.source.r64502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thaispec.source.r58019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vntex.source.r62837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wnri-latex.source.r22338.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=1d764e94063d9d171be877597f9c0a5e diff --git a/metadata/md5-cache/dev-texlive/texlive-langpolish-2021 b/metadata/md5-cache/dev-texlive/texlive-langpolish-2021 index 2223e9fdd2cf..7ecfd15f3e1a 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langpolish-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langpolish-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX RDEPEND=>=dev-texlive/texlive-latex-2021 >=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-polish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bredzenie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cc-pl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gustlib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gustprog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-polish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-polish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwcls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polski-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-przechlewski-book-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qpxqtx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-virtual-academy-pl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-pl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utf8mex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langpolish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-polish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bredzenie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cc-pl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gustlib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gustprog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-polish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-polish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwcls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polski-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-przechlewski-book-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qpxqtx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-virtual-academy-pl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-pl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utf8mex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langpolish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-polish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bredzenie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cc-pl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gustlib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gustprog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-polish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-polish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwcls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polski-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-przechlewski-book-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qpxqtx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-virtual-academy-pl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-pl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utf8mex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langpolish-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-polish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bredzenie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cc-pl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gustlib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gustprog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-polish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwcls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polski.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-przechlewski-book.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qpxqtx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-virtual-academy-pl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-pl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utf8mex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-polish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bredzenie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cc-pl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gustlib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gustprog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-polish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwcls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polski.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-przechlewski-book.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qpxqtx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-virtual-academy-pl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-pl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utf8mex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-polish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bredzenie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cc-pl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gustlib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gustprog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-polish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwcls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polski.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-przechlewski-book.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qpxqtx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-virtual-academy-pl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-pl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utf8mex.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-polish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwcls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polski.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-polish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwcls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polski.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-polish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwcls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polski.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=7962cdd76c3c9d29a974b91d0fc27a09 diff --git a/metadata/md5-cache/dev-texlive/texlive-langpolish-2023_p54074 b/metadata/md5-cache/dev-texlive/texlive-langpolish-2023_p54074 index e62a04f2f0f0..bcdbeb5ea52e 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langpolish-2023_p54074 +++ b/metadata/md5-cache/dev-texlive/texlive-langpolish-2023_p54074 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-2+ LPPL-1.2 LPPL-1.3 LPPL-1.3c TeX public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langpolish.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.r62680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bredzenie.r44371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.r58602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-polish.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.r44352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.r60322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.r23552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.r45797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.r31731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langpolish.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-polish.r62680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bredzenie.r44371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cc-pl.r58602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gustlib.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-polish.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mex.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwcls.r44352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pl.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polski.r60322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/przechlewski-book.r23552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qpxqtx.r45797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tap.r31731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utf8mex.r15878.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.doc.r62680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bredzenie.doc.r44371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cc-pl.doc.r58602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gustlib.doc.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gustprog.doc.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-polish.doc.r63289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.doc.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.doc.r44352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pl.doc.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.doc.r60322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/przechlewski-book.doc.r23552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qpxqtx.doc.r45797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tap.doc.r31731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-virtual-academy-pl.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-pl.doc.r66576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8mex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-polish.doc.r62680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bredzenie.doc.r44371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cc-pl.doc.r58602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gustlib.doc.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gustprog.doc.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-polish.doc.r63289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mex.doc.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwcls.doc.r44352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pl.doc.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polski.doc.r60322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/przechlewski-book.doc.r23552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qpxqtx.doc.r45797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tap.doc.r31731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-virtual-academy-pl.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-pl.doc.r66576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utf8mex.doc.r15878.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-polish.source.r62680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mex.source.r58661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwcls.source.r44352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polski.source.r60322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-polish.source.r62680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mex.source.r58661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwcls.source.r44352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polski.source.r60322.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=01c2e6240fa165a4bbb20b1e105f17fa diff --git a/metadata/md5-cache/dev-texlive/texlive-langportuguese-2021 b/metadata/md5-cache/dev-texlive/texlive-langportuguese-2021 index 08becae33f3a..7bd7a7ccda63 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langportuguese-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langportuguese-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-portuges-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-tut-pt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cursolatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feupphdteses-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-portuguese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-via-exemplos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-ptbr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-portuguese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numberpt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ordinalpt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xypic-tut-pt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langportuguese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-portuges-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-tut-pt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cursolatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feupphdteses-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-portuguese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-via-exemplos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-ptbr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-portuguese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numberpt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ordinalpt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xypic-tut-pt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langportuguese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-portuges-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-tut-pt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cursolatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feupphdteses-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-portuguese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-via-exemplos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-ptbr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-portuguese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numberpt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ordinalpt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xypic-tut-pt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langportuguese-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-portuges.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-tut-pt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cursolatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feupphdteses.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-via-exemplos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-ptbr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-portuguese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numberpt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ordinalpt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xypic-tut-pt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-portuges.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-tut-pt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cursolatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feupphdteses.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-via-exemplos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-ptbr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-portuguese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numberpt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ordinalpt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xypic-tut-pt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-portuges.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-tut-pt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cursolatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feupphdteses.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-via-exemplos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-ptbr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-portuguese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numberpt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ordinalpt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xypic-tut-pt.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-portuges.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numberpt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ordinalpt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-portuges.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numberpt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ordinalpt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-portuges.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numberpt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ordinalpt.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e3de0a8fbf68af632ba30acd1799d645 diff --git a/metadata/md5-cache/dev-texlive/texlive-langportuguese-2023_p67125 b/metadata/md5-cache/dev-texlive/texlive-langportuguese-2023_p67125 index d07c53c0ebf4..bc066c729e03 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langportuguese-2023_p67125 +++ b/metadata/md5-cache/dev-texlive/texlive-langportuguese-2023_p67125 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2+ LPPL-1.3 LPPL-1.3c MIT public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 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_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=6e41003e5f2bacdb337fc9cc25f6230f diff --git a/metadata/md5-cache/dev-texlive/texlive-langspanish-2021 b/metadata/md5-cache/dev-texlive/texlive-langspanish-2021 index b8a00e92fcc8..7cd43313eade 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langspanish-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-langspanish-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-2 LPPL-1.3 MIT public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-catalan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-galician-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-es-tex-faq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-catalan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-galician-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-esmx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-es-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-langspanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-catalan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-galician-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-es-tex-faq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-catalan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-galician-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-esmx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-es-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-langspanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-catalan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-galician-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-es-tex-faq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-catalan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-galician-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-esmx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-es-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-langspanish-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-catalan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-galician.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-es-tex-faq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l2tabu-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex2e-help-texinfo-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcheat-esmx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lshort-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlive-es.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-catalan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-galician.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-es-tex-faq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l2tabu-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex2e-help-texinfo-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcheat-esmx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lshort-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlive-es.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-catalan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-galician.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-es-tex-faq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l2tabu-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex2e-help-texinfo-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcheat-esmx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lshort-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlive-es.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-catalan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-galician.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-spanish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-galician.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphen-spanish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-catalan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-galician.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-spanish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-galician.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphen-spanish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-catalan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-galician.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-spanish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-galician.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphen-spanish.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=893a0e4052d0203b5382fbb23e6acb85 diff --git a/metadata/md5-cache/dev-texlive/texlive-langspanish-2023_p67307-r1 b/metadata/md5-cache/dev-texlive/texlive-langspanish-2023_p67307-r1 index a44edc46a2c0..c59d6d6921df 100644 --- a/metadata/md5-cache/dev-texlive/texlive-langspanish-2023_p67307-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-langspanish-2023_p67307-r1 @@ -11,5 +11,5 @@ LICENSE=CC-BY-4.0 LPPL-1.3 LPPL-1.3c MIT TeX-other-free public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langspanish.r67307.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://dev.gentoo.org/~flow/distfiles/texlive/collection-langspanish.r67307.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 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/texlive-es.doc.r66059.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/texlive-es.doc.r66059.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_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=581f8ea1ea51b8d14ae737aefbe1455f diff --git a/metadata/md5-cache/dev-texlive/texlive-latex-2021 b/metadata/md5-cache/dev-texlive/texlive-latex-2021 index 8942d7565da4..2bcdf06fcb98 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latex-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-latex-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-2 LPPL-1.3 LPPL-1.3c public-domain RDEPEND=>=dev-texlive/texlive-basic-2021 !~dev-texlive/texlive-latexrecommended-2020 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ae-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atbegshi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atveryend-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auxhook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babelbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigintcalc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitset-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookmark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carlisle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colortbl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epstopdf-pkg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etexcmds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhdr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firstaid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fix2col-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geometry-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gettitlestring-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-cfg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grfext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hopatch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hycolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intcalc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvdefinekeys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvoptions-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvsetkeys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3backend-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3kernel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3packages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-bin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexconfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letltxmacro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxcmds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxmisc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfnfss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mptopdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-natbib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oberdiek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagesel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfescape-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pslatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psnfss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pspicture-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rerunfilecheck-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uniquecounter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-url-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ae-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atbegshi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atveryend-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auxhook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babelbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigintcalc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitset-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookmark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carlisle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colortbl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epstopdf-pkg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etexcmds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhdr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firstaid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fix2col-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geometry-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gettitlestring-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-cfg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grfext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hopatch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hycolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intcalc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvdefinekeys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvoptions-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvsetkeys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3backend-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3kernel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3packages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-bin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexconfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letltxmacro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxcmds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxmisc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfnfss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mptopdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-natbib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oberdiek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagesel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfescape-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pslatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psnfss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pspicture-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rerunfilecheck-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uniquecounter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-url-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ae-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atbegshi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atveryend-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auxhook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babelbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigintcalc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitset-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookmark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carlisle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colortbl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epstopdf-pkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etexcmds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhdr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firstaid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fix2col-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geometry-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gettitlestring-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-cfg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grfext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hopatch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hycolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intcalc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvdefinekeys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvoptions-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvsetkeys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3backend-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3kernel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3packages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-bin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexconfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letltxmacro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxcmds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxmisc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfnfss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mptopdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-natbib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oberdiek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagesel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfescape-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pslatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psnfss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pspicture-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rerunfilecheck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uniquecounter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-url-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-latex-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ae.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atveryend.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auxhook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-english.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babelbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigintcalc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitset.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookmark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carlisle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colortbl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epstopdf-pkg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etexcmds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firstaid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fix2col.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geometry.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gettitlestring.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-cfg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grfext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hopatch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hycolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intcalc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvdefinekeys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvoptions.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvsetkeys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3backend.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3kernel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3packages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-bin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letltxmacro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxcmds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfnfss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mptopdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-natbib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oberdiek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagesel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfescape.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psnfss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pspicture.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rerunfilecheck.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uniquecounter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-url.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ae.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atveryend.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auxhook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-english.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babelbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigintcalc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitset.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookmark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carlisle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colortbl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epstopdf-pkg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etexcmds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firstaid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fix2col.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geometry.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gettitlestring.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-cfg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grfext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hopatch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hycolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intcalc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvdefinekeys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvoptions.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvsetkeys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3backend.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3kernel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3packages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-bin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letltxmacro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxcmds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfnfss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mptopdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-natbib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oberdiek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagesel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfescape.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psnfss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pspicture.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rerunfilecheck.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uniquecounter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-url.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ae.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atveryend.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auxhook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-english.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babelbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigintcalc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitset.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookmark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carlisle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colortbl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epstopdf-pkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etexcmds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firstaid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fix2col.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geometry.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gettitlestring.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-cfg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grfext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hopatch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hycolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intcalc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvdefinekeys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvoptions.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvsetkeys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3backend.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3kernel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3packages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-bin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letltxmacro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxcmds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfnfss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mptopdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-natbib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oberdiek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagesel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfescape.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psnfss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pspicture.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rerunfilecheck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uniquecounter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-url.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ae.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atbegshi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atveryend.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auxhook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-babel-english.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigintcalc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitset.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookmark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carlisle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colortbl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epstopdf-pkg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etexcmds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-firstaid.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fix2col.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-geometry.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gettitlestring.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grfext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hopatch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hycolor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intcalc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvdefinekeys.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvoptions.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvsetkeys.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3backend.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3kernel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3packages.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letltxmacro.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxcmds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfnfss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-natbib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oberdiek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagesel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfescape.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pslatex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psnfss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pspicture.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rerunfilecheck.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uniquecounter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ae.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atbegshi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atveryend.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auxhook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-babel-english.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigintcalc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitset.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookmark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carlisle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colortbl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epstopdf-pkg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etexcmds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-firstaid.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fix2col.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-geometry.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gettitlestring.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grfext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hopatch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hycolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intcalc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvdefinekeys.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvoptions.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvsetkeys.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3backend.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3kernel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3packages.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letltxmacro.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxcmds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfnfss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-natbib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oberdiek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagesel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfescape.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pslatex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psnfss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pspicture.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rerunfilecheck.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uniquecounter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ae.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atbegshi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atveryend.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auxhook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-babel-english.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigintcalc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitset.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookmark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carlisle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colortbl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epstopdf-pkg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etexcmds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-firstaid.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fix2col.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-geometry.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gettitlestring.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grfext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hopatch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hycolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intcalc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvdefinekeys.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvoptions.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvsetkeys.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3backend.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3kernel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3packages.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letltxmacro.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxcmds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfnfss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-natbib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oberdiek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagesel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfescape.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pslatex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psnfss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pspicture.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rerunfilecheck.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uniquecounter.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=dabb243342def4e73b54260c9aef08a2 diff --git a/metadata/md5-cache/dev-texlive/texlive-latex-2023_p69131-r1 b/metadata/md5-cache/dev-texlive/texlive-latex-2023_p69131-r1 index 44313a740e90..bcb8990968f1 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latex-2023_p69131-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-latex-2023_p69131-r1 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.0 LPPL-1.3 LPPL-1.3c public-domain RDEPEND=>=dev-texlive/texlive-basic-2023 !=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latex.r69131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.r55378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atbegshi.r53051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atveryend.r53108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auxhook.r53173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.r44495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigintcalc.r53172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitset.r53837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookmark.r69084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.r59577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.r64015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf-pkg.r53546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etexcmds.r53171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr.r64977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firstaid.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.r38770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gettitlestring.r53170.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.r66204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-cfg.r41448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grfext.r53024.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hopatch.r65491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hycolor.r53584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.r69523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intcalc.r53168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvdefinekeys.r53193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvoptions.r63622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvsetkeys.r64632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3backend.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.r69537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.r68507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.r69443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-fonts.r28888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexconfig.r68923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letltxmacro.r53022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxcmds.r69032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxmisc.r21927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.r46036.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.r69363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.r20668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.r69038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagesel.r56105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfescape.r53082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftexcmds.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.r67469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.r54694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refcount.r53164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rerunfilecheck.r63869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringenc.r52982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.r68941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uniquecounter.r53162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/url.r32528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-latex.r69131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ae.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscls.r55378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsmath.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atbegshi.r53051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atveryend.r53108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auxhook.r53173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-english.r44495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babelbib.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigintcalc.r53172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitset.r53837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookmark.r69084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carlisle.r59577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colortbl.r64015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf-pkg.r53546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etexcmds.r53171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhdr.r64977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firstaid.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fix2col.r38770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geometry.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gettitlestring.r53170.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics.r66204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-cfg.r41448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grfext.r53024.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hopatch.r65491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hycolor.r53584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperref.r69523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intcalc.r53168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvdefinekeys.r53193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvoptions.r63622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvsetkeys.r64632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3backend.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3kernel.r69537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3packages.r68507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex.r69443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-bin.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-fonts.r28888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexconfig.r68923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letltxmacro.r53022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxcmds.r69032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxmisc.r21927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfnfss.r46036.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mptopdf.r69363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/natbib.r20668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oberdiek.r69038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagesel.r56105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfescape.r53082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftexcmds.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pslatex.r67469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psnfss.r54694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pspicture.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refcount.r53164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rerunfilecheck.r63869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringenc.r52982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tools.r68941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uniquecounter.r53162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/url.r32528.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.doc.r55378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.doc.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atbegshi.doc.r53051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atveryend.doc.r53108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auxhook.doc.r53173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.doc.r44495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babelbib.doc.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigintcalc.doc.r53172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitset.doc.r53837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookmark.doc.r69084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.doc.r59577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.doc.r64015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf-pkg.doc.r53546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etexcmds.doc.r53171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr.doc.r64977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firstaid.doc.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.doc.r38770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gettitlestring.doc.r53170.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.doc.r66204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-cfg.doc.r41448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grfext.doc.r53024.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hopatch.doc.r65491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hycolor.doc.r53584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.doc.r69523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intcalc.doc.r53168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvdefinekeys.doc.r53193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvoptions.doc.r63622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvsetkeys.doc.r64632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3backend.doc.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.doc.r69537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.doc.r68507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.doc.r69443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-fonts.doc.r28888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab.doc.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letltxmacro.doc.r53022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxcmds.doc.r69032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.doc.r46036.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mptopdf.doc.r69363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.doc.r20668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.doc.r69038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagesel.doc.r56105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfescape.doc.r53082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftexcmds.doc.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.doc.r54694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refcount.doc.r53164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rerunfilecheck.doc.r63869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringenc.doc.r52982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.doc.r68941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uniquecounter.doc.r53162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/url.doc.r32528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ae.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscls.doc.r55378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsmath.doc.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atbegshi.doc.r53051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atveryend.doc.r53108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auxhook.doc.r53173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-english.doc.r44495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babelbib.doc.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigintcalc.doc.r53172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitset.doc.r53837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookmark.doc.r69084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carlisle.doc.r59577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colortbl.doc.r64015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf-pkg.doc.r53546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etexcmds.doc.r53171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhdr.doc.r64977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firstaid.doc.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fix2col.doc.r38770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geometry.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gettitlestring.doc.r53170.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics.doc.r66204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-cfg.doc.r41448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grfext.doc.r53024.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hopatch.doc.r65491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hycolor.doc.r53584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperref.doc.r69523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intcalc.doc.r53168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvdefinekeys.doc.r53193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvoptions.doc.r63622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvsetkeys.doc.r64632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3backend.doc.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3kernel.doc.r69537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3packages.doc.r68507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex.doc.r69443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-bin.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-fonts.doc.r28888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab.doc.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letltxmacro.doc.r53022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxcmds.doc.r69032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfnfss.doc.r46036.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mptopdf.doc.r69363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/natbib.doc.r20668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oberdiek.doc.r69038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagesel.doc.r56105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfescape.doc.r53082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftexcmds.doc.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psnfss.doc.r54694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pspicture.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refcount.doc.r53164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rerunfilecheck.doc.r63869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringenc.doc.r52982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tools.doc.r68941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uniquecounter.doc.r53162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/url.doc.r32528.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/ae.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscls.source.r55378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsmath.source.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atbegshi.source.r53051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atveryend.source.r53108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auxhook.source.r53173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-english.source.r44495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigintcalc.source.r53172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitset.source.r53837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookmark.source.r69084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carlisle.source.r59577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colortbl.source.r64015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf-pkg.source.r53546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etexcmds.source.r53171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhdr.source.r64977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/firstaid.source.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fix2col.source.r38770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geometry.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gettitlestring.source.r53170.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics.source.r66204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grfext.source.r53024.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hopatch.source.r65491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hycolor.source.r53584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperref.source.r69523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intcalc.source.r53168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvdefinekeys.source.r53193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvoptions.source.r63622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvsetkeys.source.r64632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3backend.source.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3kernel.source.r69537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3packages.source.r68507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex.source.r69443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab.source.r68720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letltxmacro.source.r53022.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxcmds.source.r69032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfnfss.source.r46036.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/natbib.source.r20668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oberdiek.source.r69038.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagesel.source.r56105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfescape.source.r53082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftexcmds.source.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pslatex.source.r67469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psnfss.source.r54694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pspicture.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refcount.source.r53164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rerunfilecheck.source.r63869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringenc.source.r52982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tools.source.r68941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uniquecounter.source.r53162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ae.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscls.source.r55378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsmath.source.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atbegshi.source.r53051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atveryend.source.r53108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auxhook.source.r53173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-english.source.r44495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigintcalc.source.r53172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitset.source.r53837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookmark.source.r69084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carlisle.source.r59577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colortbl.source.r64015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf-pkg.source.r53546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etexcmds.source.r53171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhdr.source.r64977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/firstaid.source.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fix2col.source.r38770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geometry.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gettitlestring.source.r53170.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics.source.r66204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grfext.source.r53024.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hopatch.source.r65491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hycolor.source.r53584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperref.source.r69523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intcalc.source.r53168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvdefinekeys.source.r53193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvoptions.source.r63622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvsetkeys.source.r64632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3backend.source.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3kernel.source.r69537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3packages.source.r68507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex.source.r69443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab.source.r68720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letltxmacro.source.r53022.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxcmds.source.r69032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfnfss.source.r46036.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/natbib.source.r20668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oberdiek.source.r69038.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagesel.source.r56105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfescape.source.r53082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftexcmds.source.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pslatex.source.r67469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psnfss.source.r54694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pspicture.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refcount.source.r53164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rerunfilecheck.source.r63869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringenc.source.r52982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tools.source.r68941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uniquecounter.source.r53162.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=81bd0cb2713fe7ca4250f354fbc67cf4 diff --git a/metadata/md5-cache/dev-texlive/texlive-latexextra-2021 b/metadata/md5-cache/dev-texlive/texlive-latexextra-2021 index 8876d25a391b..0deb87359955 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latexextra-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-latexextra-2021 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 Artistic BSD GPL-2 CC0-1.0 RDEPEND=>=dev-texlive/texlive-latexrecommended-2021 >=dev-texlive/texlive-pictures-2021 dev-perl/Spreadsheet-ParseExcel >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-2up-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ESIEEcv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-GS1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-HA-prosper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Tabbing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a0poster-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a4wide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a5comb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abraces-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abstract-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accessibility-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accsupp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-achemso-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acronym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acroterm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialangle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialsymbol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addlines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjmulticol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjustbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adrconv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-advdate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akktex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alertmessage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alnumsec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alphalph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-altfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsaddr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-animate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonchap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-answers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anyfontsize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-appendix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-appendixnumberbeamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apptools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabicfront-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arcs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraycols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arrayjobx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraysort-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arydshln-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asciilist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-askinclude-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-assignment-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-assoccnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-association-matrix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atenddvi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aurl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authoraftertitle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authorarchive-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authorindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autofancyhdr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autonum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autopdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-avremu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axessibility-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-background-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bankstatement-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bashful-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basicarith-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bchart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer2thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-rl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerappendixnote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beameraudience-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerauxtheme-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamercolorthemeowl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerdarkthemes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerposter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamersubframe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-cuerna-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-detlevcm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-epyt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-focus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-light-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-metropolis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-npbt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-phnompenh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-pure-minimalistic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-saintpetersburg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-upenn-bc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerthemejltree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerthemenirma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerthemenord-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bearwear-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beaulivre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beton-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bewerbung-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bez123-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bhcexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibletext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigfoot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigints-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biochemistry-colors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bithesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bizcard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blindtext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blkarray-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-block-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blowup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bnumexpr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boites-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bold-extra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookcover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookest-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booklet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookshelf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boolexpr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bophook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxedminipage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxhandler-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bracketkey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braket-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breakurl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bubblesort-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bullcntr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxcalc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxdpx-beamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxdvidriver-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxenclose-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxnewfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxpapersize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxpdfver-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxtexlogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calcage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calctab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculator-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calrsfs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cals-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calxxxx-yyyy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cancel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-canoniclayout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-capt-of-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-captcont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-captdef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carbohydrates-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cases-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-casyl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfilebetweentags-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catechis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catoptions-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbcoptic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccaption-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cclicenses-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd-cover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cdpbundl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cellprops-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cellspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-censor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-centeredline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-centerlastline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changebar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changelayout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changelog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changepage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chappg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chapterfolder-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cheatsheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-checkend-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chextras-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-childdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chkfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chngcntr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chronology-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circ-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circledsteps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classpack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clefval-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cleveref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clipboard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clock-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrdblpg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrstrip-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmdstring-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmdtrack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmsd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cnltx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cntformats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cntperchap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codedoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codepage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codesection-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collcell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collectbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colophon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-color-edits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colordoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coloring-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colortab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorwav-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorweb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colourchange-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combelow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commado-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commedit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comment-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-competences-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concepts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concprog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conditext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-constants-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-continue-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contour-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contracard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conv-xkv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking-units-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cool-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coollist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolstr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolthms-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooltooltips-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coordsys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-copyedit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-copyrightbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coseoul-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-counttexruns-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courseoutline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coursepaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coverpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cprotect-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossreference-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossreftools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csquotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-css-colors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csvmerge-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csvsimple-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cuisine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currency-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currvita-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cutwin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cv4tw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cweb-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cybercic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashrule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashundergaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dataref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datax-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datatool-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dateiliste-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datenumber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bahasai-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-basque-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-breton-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bulgarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-catalan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-croatian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-czech-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-danish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-dutch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-en-fulltext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-esperanto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-estonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-finnish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-galician-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-greek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-hebrew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-icelandic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-irish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-it-fulltext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-latin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-lsorbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-magyar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-norsk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-polish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-portuges-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-romanian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-russian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-samin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-scottish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-serbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovene-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-swedish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-turkish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-ukrainian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-usorbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-welsh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dblfloatfix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decimal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decorule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimtxt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-denisbdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diabetes-logbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagnose-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dialogl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dichokey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dinbrief-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-directory-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtytalk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dlfltxb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dnaseq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doclicense-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmfp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmute-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doctools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-documentation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docutils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotarrow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotlessi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotseqn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-download-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dpfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dprogress-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftcopy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftfigure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftwatermark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxdescribe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxgallery-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duckuments-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ducksay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvdcoll-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynamicnumber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynblocks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ean13isbn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easy-todo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easybook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfloats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyformat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easylist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyreview-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebezier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecclesiastic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econlipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edichokey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmargin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eemeir-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-efbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-egplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ehhline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-einfart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantnote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantpaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elements-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipsis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elocalloc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elpres-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elzcards-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emarks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedall-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embrac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emptypage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emulateapj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endheads-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotes-hy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engpron-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engrec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enotez-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enumitem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enumitem-zref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-envbig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-environ-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-envlab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigraph-keys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epiolmec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eq-pin2corr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnalign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqname-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqparbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-errata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erw-l3-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esami-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esdiff-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esint-type1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etaremune-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etextools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eukdate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eulerpx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-europasscv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-europecv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyhook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everypage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-n-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-randomizechoices-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-examdesign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exframe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-example-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-examplep-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exceltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-excludeonly-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercise-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercisebank-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercisepoints-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercises-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exesheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exp-testopt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expdlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-export-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exsheets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exsol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extract-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facsimile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-factura-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhandout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancylabel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancynum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancypar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytabs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytooltips-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcolumn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetchcls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fewerfloatpages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ffslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fgruler-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fibeamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifo-stack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figsize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontents-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontentsdef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filedate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fileinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filemod-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fink-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-finstrut-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fithesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixcmex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixfoot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixme-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixmetodonotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fjodor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flabels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flacards-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flagderiv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flashcards-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flashmovie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flipbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flippdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatflt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatrow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowfram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmtcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fn2end-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnbreak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fncychap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fncylab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnpara-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnpct-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnumprint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foilhtml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontaxes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontsetup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontsize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonttable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnotebackref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnoterange-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnpag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forarray-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foreign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forloop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formlett-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forms16be-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formular-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fragments-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frame-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-framed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frankenstein-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frege-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-froufrou-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftcap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftnxtra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullblck-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullminipage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullwidth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-calligra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-cyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-sueterlin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fvextra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fwlw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-g-brief-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gatherenum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gauss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gcard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gcite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gender-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genmpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getfiledate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getitems-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ginpenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitfile-info-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitinfo2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitlog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitver-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-globalvals-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gloss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-danish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-dutch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-english-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-estonian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-extra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-finnish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-french-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-german-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-irish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-italian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-magyar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-nynorsk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-polish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-portuges-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-serbian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-slovene-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-spanish-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmdoc-enhance-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmiflink-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmutils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmverb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grabbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicx-psmin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicxbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphpaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grayhints-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grfpaste-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grid-system-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridpapers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridset-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitlogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-halloweenmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hackthefootline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-handin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-handout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hang-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hanging-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hardwrap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harnon-cv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harpoon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-he-she-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hhtensor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-highlightlatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-histogr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitreport-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobsub-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hpsdiss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrefhide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvqrurl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypdestopt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypdvips-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperbar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypernat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperxmp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphenat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-identkey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-idxcmds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-idxlayout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iffont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifmslide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifmtarg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifnextok-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifoddpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifthenx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iitem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-image-gallery-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imakeidx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-import-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-incgraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-indextools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inline-images-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inlinedef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputenx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputtrc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interactiveworkbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interfaces-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intopdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inversepath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice-class-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso10303-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isonums-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isopt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isorot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isotope-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-issuulinks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iwhdp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlabels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jslectureplanner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jumplines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jvlisting-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kalendarium-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kantlipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kerntest-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keycommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyreader-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keystroke-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyval2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyvaltable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knowledge-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-moderncvclassic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-script-sfs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv-rg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ktv-texdata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3build-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labels4easylist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labelschanged-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpackage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-amsmath-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-base-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-bin-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-firstaid-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-graphics-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-tools-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-uni8-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcolors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexdemo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexgit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layouts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lazylist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lccaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leading-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leaflet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lebhart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lectures-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lectureslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leftidx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leftindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leipzig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lengthconvert-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lettre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lettrine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lewis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lhelp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linegoal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lisp-on-tex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listingsutf8-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listlbls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listliketab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listofsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lkproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lmake-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-locality-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logical-markup-utils-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logpap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longfbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longfigure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longnamefilelist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-loops-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lsc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstaddons-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstfiracode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lt3graph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltablex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltabptch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxdockit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxguidex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxkeys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxnew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxtools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-check-hyphen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-physical-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatodonotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-macroswap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magaz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magicnum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecookbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makerobust-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailmerge-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebarcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecirc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecmds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makedtx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeglos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mandi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manfnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manuscript-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manyind-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginnote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-markdown-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathalpha-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathastext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfam256-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maybemath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcaption-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mceinleger-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mciteplus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdframed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-media4svg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-media9-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-medstarbeamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-meetingmins-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memexsupp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memory-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mensa-tex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menucard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menukeys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metanorma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metastr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-method-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfirstuc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mftinc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mi-solns-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-midpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mindflow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minibox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minidocument-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minifp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minimalist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minipage-marginpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minitoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minorrevision-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minted-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minutes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mla-paper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mleftright-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mmap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moderncv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modernposter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moderntimeline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modroman-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modular-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-monofill-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moodle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moreenum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morefloats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morehype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moresize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moreverb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morewrites-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-movie15-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mparhack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpostinl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mslapa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mtgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multenum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiaudience-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibbl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicolrule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multidef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multienv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiexpand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multilang-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multirow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mversion-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mycv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mylatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mylatexformat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nameauth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namespc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncclatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncctools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-needspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nestquot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newcommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newenviron-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newlfm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newspaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newunicodechar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newvbtm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newverbs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nextpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nfssext-cfr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicefilelist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-niceframe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicetext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nidanfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nlctdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noconflict-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noindentafter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noitcrul-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nolbreaks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomencl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomentbl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonumonpart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nopageno-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-normalcolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notespages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notestex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notoccite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nowidow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntheorem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numberedblock-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numname-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numprint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numspell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocg-p-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocgx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocgx2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-octavo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldstyle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onlyamsmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opcit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optidef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optional-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-options-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orcidlink-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orientation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outliner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outlines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outlining-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overlays-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-padcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagenote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagerange-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pageslts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papercdcase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papermas-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papertex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paracol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parades-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paralist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paresse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parsa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parselines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-cours-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-cv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-tableur-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patchcmd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pauldoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pawpict-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbalance-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbsheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdf14-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcolmk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcomment-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcprot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfmarginpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfoverlay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpagediff-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpc-movie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfprivacy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfreview-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfscreen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfslide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfsync-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfwin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pecha-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-permute-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-petiteannonce-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phffullpagefigure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfnote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfparen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfqit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfquotetext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfsvnwatermark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfthm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonenumbers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-photo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-picture-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piff-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pkgloader-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeins-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plantslabels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plates-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plweb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmboxdraw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynom-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynomial-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polytable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-postcards-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poster-mac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ppr-prv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-practicalreports-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prelim2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preprint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pressrelease-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prettyref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preview-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-printlen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-probsoln-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-program-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-progress-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-progressbar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proofread-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-properties-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prosper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-protex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-protocol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfragx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstool-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstring-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxgreeks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pygmentex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-python-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qcm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qstest-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quicktype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quiz2socrative-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotchap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quoting-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotmark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ran_toks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randtext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rccol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs-multi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcsinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-readablecv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-readarray-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realboxes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipebook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipecard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rectopma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refcheck-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refenums-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reflectgraphics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refman-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refstyle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regexpatch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-register-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regstats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-relenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-relsize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repeatindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repltext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-returntogrid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rgltxdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rjlparshap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rlepsf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rmpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-robustcommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-robustindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbarpagenumber-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanneg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romannum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rotfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rotpages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roundbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rterface-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rtkinenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rulerbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rulercompass-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-runcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rvwrite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanitize-umlaut-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauerj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savefnmark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savesym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savetrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scale-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scalebar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scalerel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scanpages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schedule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schooldocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scontents-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrlayer-fancyhdr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrlttr2copy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sdaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sdrt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-secdot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-secnum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectionbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectionbreak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectsty-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seealso-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selectp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selinput-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantic-markup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semesterplanner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semioneside-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semproc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sepfootnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seqsplit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesstime-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sf298-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sffms-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sfmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadethm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadowtext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shapepar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shipunov-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shorttoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-show2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showcharinbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showdim-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showexpl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showhyphens-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showlabels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidecap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidenotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-silence-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpleinvoice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplivre-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sitem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeldoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeycommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeyval-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skills-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skrapport-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-slantsc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smalltableof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartunits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-snapshot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-snotez-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soulpos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soulutf8-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spacingtricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spark-otf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sparklines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sphack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spotcolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spreadtab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spverbatim-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srbook-mem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srcltx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sseq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sslides-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stackengine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-standalone-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdclsdv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stealcaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdpage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-storebox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-storecmd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringstrings-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sttools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stubs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-studenthandouts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subdepth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subdocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqnarray-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfigmat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfigure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfiles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substitutefont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-supertabular-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suppose-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svgcolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-multi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-prov-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svninfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swfigure-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntax-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntrace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-synttree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabfigures-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tableaux-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablefootnote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tableof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablestyles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablists-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablvar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabstackengine-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabto-ltx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularborder-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularcalc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularew-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabulary-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagging-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagpair-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagpdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-talk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tamefloats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tasks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tcldoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tcolorbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tdclock-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-technics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ted-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templatetools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testhyphens-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testidx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-label-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-locale-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texlogos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texmate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texments-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texpower-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texshade-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texvc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textfit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textmerg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textpos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textualicomma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theoremref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thinsp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmtools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threadcol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeparttable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeparttablex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumbs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumby-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ticket-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlecaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlefoot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlepic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titleref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlesec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocbibind-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocdata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocloft-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocvsec2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todonotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tokcycle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tokenizer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toolbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topiclongtable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totalcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totpages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translations-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-transparent-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trfsigns-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trimspaces-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trivfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trsym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-truncate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tucv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turnthepage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twoinone-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twoup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txgreeks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-type1cm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typed-checklist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typeface-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typoaid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typogrid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uassign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uebungsblatt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umoline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underlin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underoverlap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-undolabl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitipa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitconv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-units-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unravel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upmethodology-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upquote-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uri-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ushort-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utf8add-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uwmslide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-variablelm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varsfromjobname-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varwidth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vcell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vdmlisting-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbasef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbatimbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbatimcopy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbdef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbments-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifiche-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-version-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-versions-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-versonotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vertbars-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vgrid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vhistory-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vmargin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-volumes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vpe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vruler-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vtable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vwcol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wallcalendar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wallpaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-warning-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-warpcol-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-was-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-webquiz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widetable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widows-and-orphans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-williams-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-willowtreebook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-withargs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wordcount-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wordlike-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-worksheet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wrapfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wtref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xargs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xassoccnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xbmks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcntperchap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-material-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-solarized-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcomment-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcookybooky-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcpdftips-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xellipsis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xfakebold-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xfor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xhfill-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xifthen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xkcdcolors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xltabular-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmpincl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xnewcommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xoptarg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpatch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpeek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xprintlen-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpunctuate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xsavebox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xsim-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xstring-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xtab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xurl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xwatermark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xytree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yafoot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yaletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yagusylo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ycbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ydoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yplan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zebra-goodies-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zed-csp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ziffer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zwgetfdate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zwpagelayout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-latexextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-2up-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ESIEEcv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-GS1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-HA-prosper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Tabbing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a0poster-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a4wide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a5comb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abraces-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abstract-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accessibility-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accsupp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-achemso-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acronym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acroterm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialangle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialsymbol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addlines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjmulticol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjustbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adrconv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-advdate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akktex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alertmessage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alnumsec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alphalph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-altfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsaddr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-animate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonchap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-answers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anyfontsize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-appendix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-appendixnumberbeamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apptools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabicfront-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arcs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraycols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arrayjobx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraysort-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arydshln-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asciilist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-askinclude-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-assignment-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-assoccnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-association-matrix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atenddvi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aurl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authoraftertitle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authorarchive-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authorindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autofancyhdr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autonum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autopdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-avremu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axessibility-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-background-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bankstatement-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bashful-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basicarith-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bchart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer2thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-rl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerappendixnote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beameraudience-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerauxtheme-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamercolorthemeowl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerdarkthemes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerposter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamersubframe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-cuerna-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-detlevcm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-epyt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-focus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-light-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-metropolis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-npbt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-phnompenh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-pure-minimalistic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-saintpetersburg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-upenn-bc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerthemejltree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerthemenirma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerthemenord-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bearwear-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beaulivre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beton-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bewerbung-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bez123-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bhcexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibletext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigfoot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigints-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biochemistry-colors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bithesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bizcard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blindtext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blkarray-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-block-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blowup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bnumexpr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boites-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bold-extra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookcover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookest-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booklet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookshelf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boolexpr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bophook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxedminipage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxhandler-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bracketkey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braket-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breakurl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bubblesort-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bullcntr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxcalc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxdpx-beamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxdvidriver-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxenclose-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxnewfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxpapersize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxpdfver-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxtexlogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calcage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calctab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculator-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calrsfs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cals-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calxxxx-yyyy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cancel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-canoniclayout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-capt-of-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-captcont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-captdef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carbohydrates-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cases-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-casyl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfilebetweentags-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catechis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catoptions-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbcoptic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccaption-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cclicenses-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd-cover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cdpbundl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cellprops-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cellspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-censor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-centeredline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-centerlastline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changebar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changelayout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changelog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changepage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chappg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chapterfolder-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cheatsheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-checkend-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chextras-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-childdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chkfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chngcntr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chronology-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circ-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circledsteps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classpack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clefval-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cleveref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clipboard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clock-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrdblpg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrstrip-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmdstring-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmdtrack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmsd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cnltx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cntformats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cntperchap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codedoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codepage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codesection-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collcell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collectbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colophon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-color-edits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colordoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coloring-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colortab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorwav-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorweb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colourchange-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combelow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commado-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commedit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comment-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-competences-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concepts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concprog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conditext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-constants-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-continue-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contour-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contracard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conv-xkv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking-units-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cool-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coollist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolstr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolthms-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooltooltips-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coordsys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-copyedit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-copyrightbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coseoul-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-counttexruns-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courseoutline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coursepaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coverpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cprotect-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossreference-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossreftools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csquotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-css-colors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csvmerge-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csvsimple-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cuisine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currency-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currvita-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cutwin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cv4tw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cweb-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cybercic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashrule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashundergaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dataref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datax-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datatool-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dateiliste-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datenumber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bahasai-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-basque-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-breton-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bulgarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-catalan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-croatian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-czech-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-danish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-dutch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-en-fulltext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-esperanto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-estonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-finnish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-galician-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-greek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-hebrew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-icelandic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-irish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-it-fulltext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-latin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-lsorbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-magyar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-norsk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-polish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-portuges-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-romanian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-russian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-samin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-scottish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-serbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovene-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-swedish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-turkish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-ukrainian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-usorbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-welsh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dblfloatfix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decimal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decorule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimtxt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-denisbdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diabetes-logbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagnose-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dialogl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dichokey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dinbrief-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-directory-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtytalk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dlfltxb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dnaseq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doclicense-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmfp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmute-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doctools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-documentation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docutils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotarrow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotlessi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotseqn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-download-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dpfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dprogress-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftcopy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftfigure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftwatermark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxdescribe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxgallery-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duckuments-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ducksay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvdcoll-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynamicnumber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynblocks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ean13isbn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easy-todo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easybook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfloats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyformat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easylist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyreview-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebezier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecclesiastic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econlipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edichokey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmargin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eemeir-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-efbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-egplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ehhline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-einfart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantnote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantpaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elements-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipsis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elocalloc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elpres-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elzcards-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emarks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedall-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embrac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emptypage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emulateapj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endheads-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotes-hy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engpron-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engrec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enotez-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enumitem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enumitem-zref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-envbig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-environ-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-envlab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigraph-keys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epiolmec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eq-pin2corr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnalign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqname-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqparbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-errata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erw-l3-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esami-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esdiff-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esint-type1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etaremune-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etextools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eukdate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eulerpx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-europasscv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-europecv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyhook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everypage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-n-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-randomizechoices-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-examdesign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exframe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-example-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-examplep-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exceltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-excludeonly-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercise-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercisebank-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercisepoints-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercises-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exesheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exp-testopt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expdlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-export-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exsheets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exsol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extract-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facsimile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-factura-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhandout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancylabel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancynum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancypar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytabs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytooltips-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcolumn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetchcls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fewerfloatpages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ffslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fgruler-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fibeamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifo-stack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figsize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontents-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontentsdef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filedate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fileinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filemod-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fink-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-finstrut-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fithesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixcmex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixfoot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixme-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixmetodonotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fjodor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flabels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flacards-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flagderiv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flashcards-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flashmovie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flipbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flippdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatflt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatrow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowfram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmtcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fn2end-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnbreak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fncychap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fncylab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnpara-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnpct-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnumprint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foilhtml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontaxes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontsetup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontsize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonttable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnotebackref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnoterange-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnpag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forarray-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foreign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forloop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formlett-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forms16be-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formular-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fragments-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frame-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-framed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frankenstein-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frege-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-froufrou-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftcap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftnxtra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullblck-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullminipage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullwidth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-calligra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-cyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-sueterlin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fvextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fwlw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-g-brief-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gatherenum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gauss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gcard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gcite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gender-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genmpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getfiledate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getitems-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ginpenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitfile-info-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitinfo2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitlog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitver-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-globalvals-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gloss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-danish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-dutch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-english-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-estonian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-extra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-finnish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-french-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-german-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-irish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-italian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-magyar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-nynorsk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-polish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-portuges-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-serbian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-slovene-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-spanish-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmdoc-enhance-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmiflink-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmutils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmverb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grabbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicx-psmin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicxbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphpaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grayhints-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grfpaste-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grid-system-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridpapers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridset-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitlogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-halloweenmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hackthefootline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-handin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-handout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hang-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hanging-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hardwrap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harnon-cv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harpoon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-he-she-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hhtensor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-highlightlatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-histogr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitreport-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobsub-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hpsdiss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrefhide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvqrurl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypdestopt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypdvips-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperbar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypernat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperxmp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphenat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-identkey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-idxcmds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-idxlayout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iffont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifmslide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifmtarg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifnextok-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifoddpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifthenx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iitem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-image-gallery-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imakeidx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-import-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-incgraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-indextools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inline-images-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inlinedef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputenx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputtrc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interactiveworkbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interfaces-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intopdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inversepath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice-class-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso10303-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isonums-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isopt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isorot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isotope-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-issuulinks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iwhdp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlabels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jslectureplanner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jumplines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jvlisting-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kalendarium-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kantlipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kerntest-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keycommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyreader-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keystroke-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyval2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyvaltable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knowledge-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-moderncvclassic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-script-sfs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv-rg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ktv-texdata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3build-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labels4easylist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labelschanged-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpackage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-amsmath-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-base-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-bin-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-firstaid-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-graphics-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-tools-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-uni8-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcolors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexdemo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexgit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layouts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lazylist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lccaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leading-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leaflet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lebhart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lectures-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lectureslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leftidx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leftindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leipzig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lengthconvert-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lettre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lettrine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lewis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lhelp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linegoal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lisp-on-tex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listingsutf8-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listlbls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listliketab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listofsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lkproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lmake-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-locality-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logical-markup-utils-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logpap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longfbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longfigure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longnamefilelist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-loops-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lsc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstaddons-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstfiracode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lt3graph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltablex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltabptch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxdockit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxguidex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxkeys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxnew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxtools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-check-hyphen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-physical-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatodonotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-macroswap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magaz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magicnum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecookbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makerobust-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailmerge-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebarcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecirc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecmds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makedtx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeglos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mandi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manfnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manuscript-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manyind-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginnote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-markdown-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathalpha-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathastext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfam256-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maybemath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcaption-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mceinleger-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mciteplus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdframed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-media4svg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-media9-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-medstarbeamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-meetingmins-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memexsupp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memory-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mensa-tex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menucard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menukeys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metanorma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metastr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-method-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfirstuc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mftinc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mi-solns-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-midpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mindflow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minibox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minidocument-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minifp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minimalist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minipage-marginpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minitoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minorrevision-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minted-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minutes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mla-paper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mleftright-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mmap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moderncv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modernposter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moderntimeline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modroman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modular-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-monofill-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moodle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moreenum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morefloats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morehype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moresize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moreverb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morewrites-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-movie15-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mparhack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpostinl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mslapa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mtgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multenum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiaudience-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibbl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicolrule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multidef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multienv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiexpand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multilang-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multirow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mversion-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mycv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mylatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mylatexformat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nameauth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namespc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncclatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncctools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-needspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nestquot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newcommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newenviron-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newlfm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newspaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newunicodechar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newvbtm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newverbs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nextpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nfssext-cfr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicefilelist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-niceframe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicetext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nidanfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nlctdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noconflict-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noindentafter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noitcrul-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nolbreaks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomencl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomentbl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonumonpart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nopageno-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-normalcolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notespages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notestex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notoccite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nowidow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntheorem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numberedblock-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numname-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numprint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numspell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocg-p-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocgx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocgx2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-octavo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldstyle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onlyamsmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opcit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optidef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optional-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-options-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orcidlink-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orientation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outliner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outlines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outlining-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overlays-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-padcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagenote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagerange-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pageslts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papercdcase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papermas-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papertex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paracol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parades-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paralist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paresse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parsa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parselines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-cours-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-cv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-tableur-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patchcmd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pauldoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pawpict-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbalance-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbsheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdf14-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcolmk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcomment-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcprot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfmarginpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfoverlay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpagediff-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpc-movie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfprivacy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfreview-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfscreen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfslide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfsync-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfwin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pecha-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-permute-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-petiteannonce-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phffullpagefigure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfnote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfparen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfqit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfquotetext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfsvnwatermark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfthm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonenumbers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-photo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-picture-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piff-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pkgloader-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeins-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plantslabels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plates-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plweb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmboxdraw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynom-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynomial-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polytable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-postcards-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poster-mac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ppr-prv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-practicalreports-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prelim2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preprint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pressrelease-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prettyref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preview-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-printlen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-probsoln-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-program-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-progress-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-progressbar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proofread-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-properties-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prosper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-protex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-protocol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfragx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstool-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstring-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxgreeks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pygmentex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-python-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qcm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qstest-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quicktype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quiz2socrative-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotchap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quoting-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotmark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ran_toks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randtext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rccol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs-multi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcsinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-readablecv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-readarray-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realboxes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipebook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipecard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rectopma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refcheck-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refenums-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reflectgraphics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refstyle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regexpatch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-register-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regstats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-relenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-relsize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repeatindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repltext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-returntogrid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rgltxdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rjlparshap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rlepsf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rmpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-robustcommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-robustindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbarpagenumber-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanneg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romannum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rotfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rotpages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roundbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rterface-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rtkinenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rulerbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rulercompass-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-runcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rvwrite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanitize-umlaut-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauerj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savefnmark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savesym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savetrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scale-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scalebar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scalerel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scanpages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schedule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schooldocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scontents-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrlayer-fancyhdr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrlttr2copy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sdaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sdrt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-secdot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-secnum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectionbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectionbreak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectsty-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seealso-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selectp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selinput-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantic-markup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semesterplanner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semioneside-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semproc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sepfootnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seqsplit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesstime-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sf298-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sffms-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sfmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadethm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadowtext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shapepar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shipunov-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shorttoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-show2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showcharinbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showdim-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showexpl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showhyphens-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showlabels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidecap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidenotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-silence-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpleinvoice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplivre-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sitem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeldoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeycommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeyval-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skills-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skrapport-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-slantsc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smalltableof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartunits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-snapshot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-snotez-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soulpos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soulutf8-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spacingtricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spark-otf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sparklines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sphack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spotcolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spreadtab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spverbatim-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srbook-mem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srcltx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sseq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sslides-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stackengine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-standalone-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdclsdv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stealcaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdpage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-storebox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-storecmd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringstrings-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sttools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stubs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-studenthandouts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subdepth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subdocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqnarray-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfigmat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfigure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfiles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substitutefont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-supertabular-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suppose-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svgcolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-multi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-prov-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svninfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swfigure-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntax-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntrace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-synttree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabfigures-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tableaux-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablefootnote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tableof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablestyles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablists-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablvar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabstackengine-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabto-ltx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularborder-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularcalc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularew-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabulary-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagging-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagpair-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagpdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-talk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tamefloats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tasks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tcldoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tcolorbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tdclock-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-technics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ted-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templatetools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testhyphens-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testidx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-label-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-locale-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texlogos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texmate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texments-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texpower-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texshade-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texvc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textfit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textmerg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textpos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textualicomma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theoremref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thinsp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmtools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threadcol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeparttable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeparttablex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumbs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumby-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ticket-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlecaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlefoot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlepic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titleref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlesec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocbibind-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocdata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocloft-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocvsec2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todonotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tokcycle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tokenizer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toolbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topiclongtable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totalcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totpages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translations-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-transparent-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trfsigns-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trimspaces-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trivfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trsym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-truncate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tucv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turnthepage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twoinone-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twoup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txgreeks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-type1cm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typed-checklist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typeface-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typoaid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typogrid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uassign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uebungsblatt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umoline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underlin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underoverlap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-undolabl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitipa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitconv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-units-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unravel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upmethodology-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upquote-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uri-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ushort-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utf8add-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uwmslide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-variablelm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varsfromjobname-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varwidth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vcell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vdmlisting-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbasef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbatimbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbatimcopy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbdef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbments-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifiche-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-version-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-versions-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-versonotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vertbars-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vgrid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vhistory-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vmargin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-volumes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vpe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vruler-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vtable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vwcol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wallcalendar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wallpaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-warning-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-warpcol-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-was-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-webquiz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widetable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widows-and-orphans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-williams-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-willowtreebook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-withargs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wordcount-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wordlike-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-worksheet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wrapfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wtref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xargs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xassoccnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xbmks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcntperchap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-material-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-solarized-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcomment-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcookybooky-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcpdftips-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xellipsis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xfakebold-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xfor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xhfill-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xifthen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xkcdcolors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xltabular-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmpincl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xnewcommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xoptarg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpatch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpeek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xprintlen-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpunctuate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xsavebox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xsim-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xstring-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xtab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xurl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xwatermark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xytree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yafoot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yaletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yagusylo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ycbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ydoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yplan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zebra-goodies-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zed-csp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ziffer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zwgetfdate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zwpagelayout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-latexextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-2up-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ESIEEcv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-GS1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-HA-prosper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Tabbing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a0poster-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a4wide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a5comb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abraces-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abstract-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accessibility-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accsupp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-achemso-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acronym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acroterm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialangle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialsymbol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addlines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjmulticol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjustbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adrconv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-advdate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akktex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alertmessage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alnumsec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alphalph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-altfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsaddr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-animate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonchap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-answers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anyfontsize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-appendix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-appendixnumberbeamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apptools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabicfront-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arcs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraycols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arrayjobx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraysort-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arydshln-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asciilist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-askinclude-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-assignment-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-assoccnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-association-matrix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atenddvi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aurl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authoraftertitle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authorarchive-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authorindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autofancyhdr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autonum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autopdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-avremu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axessibility-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-background-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bankstatement-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bashful-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basicarith-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bchart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer2thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-rl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerappendixnote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beameraudience-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerauxtheme-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamercolorthemeowl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerdarkthemes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerposter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamersubframe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-cuerna-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-detlevcm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-epyt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-focus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-light-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-metropolis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-npbt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-phnompenh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-pure-minimalistic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-saintpetersburg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-upenn-bc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerthemejltree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerthemenirma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerthemenord-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bearwear-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beaulivre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beton-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bewerbung-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bez123-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bhcexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibletext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigfoot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigints-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biochemistry-colors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bithesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bizcard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blindtext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blkarray-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-block-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blowup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bnumexpr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boites-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bold-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookcover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookest-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booklet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookshelf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boolexpr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bophook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxedminipage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxhandler-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bracketkey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braket-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breakurl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bubblesort-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bullcntr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxcalc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxdpx-beamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxdvidriver-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxenclose-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxnewfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxpapersize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxpdfver-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxtexlogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calcage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calctab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculator-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calrsfs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cals-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calxxxx-yyyy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cancel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-canoniclayout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-capt-of-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-captcont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-captdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carbohydrates-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cases-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-casyl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfilebetweentags-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catechis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catoptions-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbcoptic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccaption-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cclicenses-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd-cover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cdpbundl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cellprops-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cellspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-censor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-centeredline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-centerlastline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changebar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changelayout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changelog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changepage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chappg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chapterfolder-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cheatsheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checkend-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chextras-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-childdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chkfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chngcntr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chronology-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circ-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circledsteps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classpack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clefval-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cleveref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clipboard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clock-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrdblpg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrstrip-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmdstring-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmdtrack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmsd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cnltx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cntformats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cntperchap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codedoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codepage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codesection-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collcell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collectbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colophon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-color-edits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colordoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coloring-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colortab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorwav-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorweb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colourchange-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combelow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commado-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commedit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comment-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-competences-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concepts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concprog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conditext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-constants-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-continue-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contour-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contracard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conv-xkv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking-units-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cool-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coollist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolstr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolthms-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooltooltips-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coordsys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-copyedit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-copyrightbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coseoul-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-counttexruns-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courseoutline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coursepaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coverpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cprotect-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossreference-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossreftools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csquotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-css-colors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csvmerge-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csvsimple-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cuisine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currency-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currvita-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cutwin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cv4tw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cybercic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashrule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashundergaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dataref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datax-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datatool-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dateiliste-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datenumber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bahasai-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-basque-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-breton-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bulgarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-catalan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-croatian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-czech-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-danish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-dutch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-en-fulltext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-esperanto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-estonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-finnish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-galician-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-greek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-hebrew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-icelandic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-irish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-it-fulltext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-latin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-lsorbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-magyar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-norsk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-polish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-portuges-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-romanian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-russian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-samin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-scottish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-serbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovene-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-swedish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-turkish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-ukrainian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-usorbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-welsh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dblfloatfix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decimal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decorule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimtxt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-denisbdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diabetes-logbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagnose-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dialogl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dichokey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dinbrief-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-directory-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtytalk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dlfltxb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dnaseq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doclicense-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmfp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmute-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doctools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-documentation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docutils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotarrow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotlessi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotseqn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-download-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dpfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dprogress-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftcopy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftfigure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftwatermark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxdescribe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgallery-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duckuments-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ducksay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvdcoll-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynamicnumber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynblocks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ean13isbn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easy-todo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easybook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfloats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyformat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easylist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyreview-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebezier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecclesiastic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econlipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edichokey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmargin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eemeir-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-efbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-egplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ehhline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-einfart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantnote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantpaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elements-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipsis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elocalloc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elpres-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elzcards-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emarks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedall-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embrac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emptypage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emulateapj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endheads-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotes-hy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engpron-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engrec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enotez-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enumitem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enumitem-zref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-envbig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-environ-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-envlab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigraph-keys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epiolmec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eq-pin2corr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnalign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqname-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqparbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-errata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erw-l3-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esami-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esdiff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esint-type1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etaremune-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etextools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eukdate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eulerpx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-europasscv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-europecv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyhook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everypage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-n-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-randomizechoices-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-examdesign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exframe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-example-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-examplep-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exceltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-excludeonly-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercise-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercisebank-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercisepoints-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercises-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exesheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exp-testopt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expdlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-export-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exsheets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exsol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extract-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facsimile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-factura-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhandout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancylabel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancynum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancypar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytabs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytooltips-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcolumn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetchcls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fewerfloatpages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ffslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fgruler-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fibeamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifo-stack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figsize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontents-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontentsdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filedate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fileinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filemod-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fink-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-finstrut-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fithesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixcmex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixfoot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixme-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixmetodonotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fjodor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flabels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flacards-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flagderiv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flashcards-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flashmovie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flipbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flippdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatflt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatrow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowfram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmtcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fn2end-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnbreak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fncychap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fncylab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnpara-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnpct-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnumprint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foilhtml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontaxes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontsetup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontsize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonttable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnotebackref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnoterange-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnpag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forarray-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foreign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forloop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formlett-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forms16be-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formular-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragments-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frame-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-framed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frankenstein-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frege-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-froufrou-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftcap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftnxtra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullblck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullminipage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullwidth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-calligra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-cyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-sueterlin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fvextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fwlw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-g-brief-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gatherenum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gauss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gcard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gcite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gender-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genmpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getfiledate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getitems-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ginpenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitfile-info-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitinfo2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitlog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitver-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-globalvals-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gloss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-danish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-dutch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-english-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-estonian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-finnish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-french-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-german-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-irish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-italian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-magyar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-nynorsk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-polish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-portuges-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-serbian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-slovene-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-spanish-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmdoc-enhance-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmiflink-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmutils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmverb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grabbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicx-psmin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicxbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphpaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grayhints-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grfpaste-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grid-system-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridpapers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridset-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitlogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-halloweenmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hackthefootline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-handin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-handout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hang-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hanging-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hardwrap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harnon-cv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harpoon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-he-she-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hhtensor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-highlightlatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-histogr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitreport-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobsub-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hpsdiss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrefhide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvqrurl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypdestopt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypdvips-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperbar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypernat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperxmp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphenat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-identkey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-idxcmds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-idxlayout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iffont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifmslide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifmtarg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifnextok-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifoddpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifthenx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iitem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-image-gallery-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imakeidx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-import-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-incgraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-indextools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inline-images-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inlinedef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputenx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputtrc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interactiveworkbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interfaces-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intopdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inversepath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice-class-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso10303-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isonums-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isopt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isorot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isotope-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-issuulinks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iwhdp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlabels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jslectureplanner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jumplines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jvlisting-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kalendarium-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kantlipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kerntest-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keycommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyreader-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keystroke-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyval2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyvaltable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knowledge-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-moderncvclassic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-script-sfs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv-rg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ktv-texdata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3build-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labels4easylist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labelschanged-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpackage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-amsmath-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-base-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-bin-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-firstaid-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-graphics-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-tools-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-uni8-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcolors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexdemo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexgit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layouts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lazylist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lccaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leading-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leaflet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lebhart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lectures-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lectureslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leftidx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leftindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leipzig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lengthconvert-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lettre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lettrine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lewis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lhelp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linegoal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lisp-on-tex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listingsutf8-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listlbls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listliketab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listofsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lkproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lmake-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-locality-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logical-markup-utils-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logpap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longfbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longfigure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longnamefilelist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-loops-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lsc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstaddons-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstfiracode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lt3graph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltablex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltabptch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxdockit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxguidex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxkeys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxnew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxtools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-check-hyphen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-physical-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatodonotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-macroswap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magaz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magicnum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecookbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makerobust-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailmerge-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebarcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecirc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecmds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makedtx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeglos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mandi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manfnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manuscript-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manyind-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginnote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-markdown-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathalpha-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathastext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfam256-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maybemath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcaption-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mceinleger-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mciteplus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdframed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-media4svg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-media9-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-medstarbeamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-meetingmins-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memexsupp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memory-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mensa-tex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menucard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menukeys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metanorma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metastr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-method-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfirstuc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mftinc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mi-solns-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-midpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mindflow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minibox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minidocument-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minifp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minimalist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minipage-marginpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minitoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minorrevision-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minted-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minutes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mla-paper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mleftright-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mmap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moderncv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modernposter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moderntimeline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modroman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modular-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-monofill-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moodle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moreenum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morefloats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morehype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moresize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moreverb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morewrites-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-movie15-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mparhack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpostinl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mslapa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mtgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multenum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiaudience-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibbl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicolrule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multidef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multienv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiexpand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multilang-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multirow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mversion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mycv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mylatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mylatexformat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nameauth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namespc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncclatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncctools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-needspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nestquot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newcommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newenviron-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newlfm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newspaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newunicodechar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newvbtm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newverbs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nextpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nfssext-cfr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicefilelist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-niceframe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicetext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nidanfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nlctdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noconflict-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noindentafter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noitcrul-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nolbreaks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomencl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomentbl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonumonpart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nopageno-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-normalcolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notespages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notestex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notoccite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nowidow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntheorem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numberedblock-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numname-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numprint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numspell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocg-p-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocgx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocgx2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-octavo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldstyle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onlyamsmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opcit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optidef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optional-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-options-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orcidlink-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orientation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outliner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outlines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outlining-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overlays-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-padcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagenote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagerange-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pageslts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papercdcase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papermas-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papertex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paracol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parades-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paralist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paresse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parsa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parselines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-cours-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-cv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-tableur-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patchcmd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pauldoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pawpict-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbalance-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbsheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdf14-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcolmk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcomment-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcprot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfmarginpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfoverlay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpagediff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpc-movie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfprivacy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfreview-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfscreen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfslide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfsync-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfwin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pecha-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-permute-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-petiteannonce-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phffullpagefigure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfnote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfparen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfqit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfquotetext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfsvnwatermark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfthm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonenumbers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-photo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-picture-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkgloader-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeins-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plantslabels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plates-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plweb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmboxdraw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynom-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynomial-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polytable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-postcards-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poster-mac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ppr-prv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-practicalreports-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prelim2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preprint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pressrelease-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prettyref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preview-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-printlen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-probsoln-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-program-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-progress-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-progressbar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proofread-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-properties-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prosper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-protex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-protocol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfragx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstool-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstring-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxgreeks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pygmentex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-python-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qcm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qstest-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quicktype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quiz2socrative-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotchap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quoting-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotmark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ran_toks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randtext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rccol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs-multi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcsinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-readablecv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-readarray-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realboxes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipecard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rectopma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refcheck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refenums-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reflectgraphics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refstyle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regexpatch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-register-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regstats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-relenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-relsize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repeatindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repltext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-returntogrid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rgltxdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rjlparshap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rlepsf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rmpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-robustcommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-robustindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbarpagenumber-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanneg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romannum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rotfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rotpages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roundbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rterface-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rtkinenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rulerbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rulercompass-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-runcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rvwrite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanitize-umlaut-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauerj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savefnmark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savesym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savetrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scalebar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scalerel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scanpages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schedule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schooldocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scontents-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrlayer-fancyhdr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrlttr2copy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sdaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sdrt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-secdot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-secnum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectionbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectionbreak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectsty-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seealso-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selectp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selinput-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantic-markup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semesterplanner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semioneside-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semproc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sepfootnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seqsplit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesstime-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sf298-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sffms-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sfmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadethm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadowtext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shapepar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shipunov-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shorttoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-show2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showcharinbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showdim-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showexpl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showhyphens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showlabels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidecap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidenotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-silence-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpleinvoice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplivre-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sitem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeldoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeycommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeyval-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skills-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skrapport-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-slantsc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smalltableof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartunits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-snapshot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-snotez-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soulpos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soulutf8-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spacingtricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spark-otf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sparklines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sphack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spotcolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spreadtab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spverbatim-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srbook-mem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcltx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sseq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sslides-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stackengine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-standalone-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdclsdv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stealcaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdpage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-storebox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-storecmd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringstrings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sttools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stubs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-studenthandouts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subdepth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subdocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqnarray-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfigmat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfigure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfiles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substitutefont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-supertabular-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suppose-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svgcolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-multi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-prov-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svninfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swfigure-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntax-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntrace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synttree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabfigures-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tableaux-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablefootnote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tableof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablestyles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablists-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablvar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabstackengine-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabto-ltx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularborder-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularcalc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularew-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabulary-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagging-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagpair-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagpdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-talk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tamefloats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tasks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tcldoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tcolorbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tdclock-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-technics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ted-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templatetools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testhyphens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testidx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-label-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-locale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texlogos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texmate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texments-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texpower-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texshade-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texvc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textfit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textmerg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textpos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textualicomma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theoremref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thinsp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmtools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threadcol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeparttable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeparttablex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumbs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumby-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ticket-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlecaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlefoot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlepic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titleref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlesec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocbibind-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocdata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocloft-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocvsec2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todonotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tokcycle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tokenizer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toolbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topiclongtable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totalcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totpages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translations-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-transparent-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trfsigns-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trimspaces-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trivfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trsym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-truncate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tucv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turnthepage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twoinone-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twoup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txgreeks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-type1cm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typed-checklist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeface-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typoaid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typogrid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uassign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uebungsblatt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umoline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underlin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underoverlap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-undolabl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitipa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitconv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-units-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unravel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upmethodology-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upquote-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uri-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ushort-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utf8add-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uwmslide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-variablelm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varsfromjobname-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varwidth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vcell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vdmlisting-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbasef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbatimbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbatimcopy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbments-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifiche-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-version-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-versions-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-versonotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vertbars-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vgrid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vhistory-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vmargin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-volumes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vpe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vruler-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vtable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vwcol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wallcalendar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wallpaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-warning-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-warpcol-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-was-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-webquiz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widetable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widows-and-orphans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-williams-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-willowtreebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-withargs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wordcount-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wordlike-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-worksheet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wrapfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wtref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xargs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xassoccnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xbmks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcntperchap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-material-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-solarized-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcomment-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcookybooky-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcpdftips-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xellipsis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xfakebold-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xfor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xhfill-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xifthen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xkcdcolors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xltabular-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmpincl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xnewcommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xoptarg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpatch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpeek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xprintlen-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpunctuate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xsavebox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xsim-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xstring-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xtab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xurl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xwatermark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xytree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yafoot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yaletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yagusylo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ycbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ydoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yplan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zebra-goodies-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zed-csp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ziffer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zwgetfdate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zwpagelayout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-latexextra-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-2up.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ESIEEcv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-GS1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-HA-prosper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Tabbing.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a0poster.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a4wide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-a5comb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abraces.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abstract.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accessibility.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accsupp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-achemso.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acronym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acroterm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialangle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialsymbol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addlines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjmulticol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjustbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adrconv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-advdate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akktex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-akletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alertmessage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alnumsec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alphalph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-altfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsaddr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-animate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonchap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-answers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anyfontsize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-appendix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-appendixnumberbeamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apptools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabicfront.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arcs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraycols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arrayjobx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraysort.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arydshln.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asciilist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-askinclude.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-assignment.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-assoccnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-association-matrix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atenddvi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aurl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authoraftertitle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authorarchive.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-authorindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autofancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autonum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autopdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-avremu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axessibility.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-background.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bankstatement.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bashful.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basicarith.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bchart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer2thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-rl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerappendixnote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beameraudience.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerauxtheme.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamercolorthemeowl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerdarkthemes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerposter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamersubframe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-cuerna.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-detlevcm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-epyt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-focus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-light.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-metropolis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-npbt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-phnompenh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-pure-minimalistic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-saintpetersburg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-upenn-bc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerthemenirma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerthemenord.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bearwear.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beaulivre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beton.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bewerbung.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bez123.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bhcexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bibletext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigfoot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigints.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biochemistry-colors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bithesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bizcard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blindtext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blkarray.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-block.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blowup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bnumexpr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boites.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bold-extra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookcover.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookest.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booklet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookshelf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boolexpr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bophook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxedminipage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxhandler.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bracketkey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braket.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breakurl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bubblesort.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bullcntr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxcalc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxdpx-beamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxdvidriver.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxenclose.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxnewfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxpapersize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxpdfver.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxtexlogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calcage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calctab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculator.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calrsfs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cals.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calxxxx-yyyy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cancel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-canoniclayout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-capt-of.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-captcont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-captdef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-carbohydrates.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cases.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-casyl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfilebetweentags.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catechis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catoptions.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cbcoptic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccaption.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cclicenses.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd-cover.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cdpbundl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cellprops.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cellspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-censor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-centeredline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-centerlastline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changebar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changelayout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changelog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changepage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chappg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chapterfolder.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-checkend.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chextras.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-childdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chkfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chngcntr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chronology.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circ.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circledsteps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classpack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clefval.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cleveref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clipboard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clock.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrdblpg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrstrip.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmdstring.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmdtrack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmsd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cnltx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cntformats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cntperchap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codedoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codepage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codesection.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collcell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collectbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colophon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-color-edits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colordoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coloring.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colortab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorwav.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorweb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colourchange.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combelow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commado.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commedit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-comment.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-competences.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concepts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concprog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conditext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-constants.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-continue.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contour.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contracard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conv-xkv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking-units.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cool.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coollist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolstr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolthms.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooltooltips.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coordsys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-copyedit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-copyrightbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coseoul.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-counttexruns.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-courseoutline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coursepaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coverpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cprotect.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossreference.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossreftools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csquotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-css-colors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csvmerge.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csvsimple.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cuisine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currency.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currvita.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cutwin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cv4tw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cweb-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cybercic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashrule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashundergaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dataref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datax.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datatool.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dateiliste.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datenumber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bahasai.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-basque.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-breton.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-catalan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-croatian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-czech.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-danish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-dutch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-en-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-english.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-estonian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-finnish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-galician.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-greek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-irish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-it-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-latin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-lsorbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-magyar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-norsk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-polish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-portuges.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-romanian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-russian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-samin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-scottish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-serbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovene.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-swedish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-turkish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-usorbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-welsh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dblfloatfix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decimal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decorule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimtxt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-denisbdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diabetes-logbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagnose.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dialogl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dichokey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dinbrief.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-directory.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtytalk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dlfltxb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dnaseq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doclicense.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmfp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmute.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doctools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-documentation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docutils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotarrow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotlessi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotseqn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-download.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dpfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dprogress.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftcopy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftfigure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftwatermark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxdescribe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxgallery.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duckuments.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ducksay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dvdcoll.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynamicnumber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynblocks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ean13isbn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easy-todo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easybook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfloats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyformat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easylist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyreview.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebezier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecclesiastic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econlipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edichokey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmargin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eemeir.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-efbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-egplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ehhline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-einfart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantnote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elegantpaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elements.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipsis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elocalloc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elpres.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elzcards.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emarks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedall.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embrac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emptypage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emulateapj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endheads.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotes-hy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engpron.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engrec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enotez.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enumitem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enumitem-zref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-envbig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-environ.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-envlab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigraph-keys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epiolmec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eq-pin2corr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnalign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqparbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-errata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erw-l3.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esami.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esdiff.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esint-type1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etaremune.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etextools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eukdate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eulerpx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-europasscv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-europecv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyhook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everypage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-n.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-randomizechoices.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-examdesign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exframe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-examplep.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exceltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-excludeonly.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercise.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercisebank.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercisepoints.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercises.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exesheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exp-testopt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expdlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-export.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exsheets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exsol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extract.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facsimile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-factura.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyhandout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancylabel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancynum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancypar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytabs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytooltips.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcolumn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetchcls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fewerfloatpages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ffslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fgruler.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fibeamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifo-stack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figsize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontents.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontentsdef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filedate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fileinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filemod.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fink.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-finstrut.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fithesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixcmex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixfoot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixme.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixmetodonotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fjodor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flabels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flacards.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flagderiv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flashcards.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flashmovie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flipbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flippdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatflt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatrow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowfram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmtcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fn2end.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnbreak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fncychap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fncylab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnpara.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnpct.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnumprint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foilhtml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontaxes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontsetup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontsize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonttable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnotebackref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnoterange.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnpag.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forarray.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foreign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forloop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formlett.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forms16be.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formular.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fragments.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frame.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-framed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frankenstein.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frege.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-froufrou.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftcap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftnxtra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullblck.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullminipage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullwidth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-calligra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-sueterlin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fvextra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fwlw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-g-brief.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gatherenum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gauss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gcard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gcite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gender.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genmpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getfiledate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getitems.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ginpenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitfile-info.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitinfo2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitlog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitver.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-globalvals.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gloss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-danish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-dutch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-english.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-estonian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-extra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-finnish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-french.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-german.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-irish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-italian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-magyar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-nynorsk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-polish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-portuges.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-serbian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-slovene.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-spanish.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmdoc-enhance.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmiflink.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmutils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmverb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grabbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicx-psmin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicxbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphpaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grayhints.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grfpaste.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grid-system.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridpapers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridset.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitlogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-halloweenmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hackthefootline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-handin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-handout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hang.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hanging.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hardwrap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harnon-cv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harpoon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-he-she.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hhtensor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-highlightlatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-histogr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitreport.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobsub.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hpsdiss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrefhide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvqrurl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypdestopt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypdvips.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperbar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hypernat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperxmp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphenat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-identkey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-idxcmds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-idxlayout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iffont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifmslide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifmtarg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifnextok.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifoddpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifthenx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iitem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-image-gallery.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imakeidx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-import.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-incgraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-indextools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inline-images.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inlinedef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputenx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputtrc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interactiveworkbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interfaces.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intopdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inversepath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice-class.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso10303.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isonums.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isopt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isorot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isotope.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-issuulinks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iwhdp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jlabels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jslectureplanner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jumplines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jvlisting.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kalendarium.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kantlipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kerntest.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keycommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyreader.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keystroke.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyval2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyvaltable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knowledge.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-moderncvclassic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-script-sfs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv-rg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ktv-texdata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3build.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labels4easylist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labelschanged.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpackage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-amsmath-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-base-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-bin-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-firstaid-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-graphics-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-tools-dev.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-uni8.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcolors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexdemo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexgit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layouts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lazylist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lccaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leading.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leaflet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lebhart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lectures.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lectureslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leftidx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leftindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leipzig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lengthconvert.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lettre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lewis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lhelp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linegoal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lisp-on-tex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listing.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listingsutf8.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listlbls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listliketab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listofsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lkproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lmake.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-locality.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logical-markup-utils.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logpap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longfbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longfigure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longnamefilelist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-loops.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lsc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstaddons.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstfiracode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lt3graph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltablex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltabptch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxdockit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxguidex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxkeys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxnew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxtools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-check-hyphen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-physical.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatodonotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-macroswap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magaz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magicnum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecookbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makerobust.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailing.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailmerge.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebarcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecirc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecmds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makedtx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeglos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mandi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manfnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manuscript.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manyind.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginnote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-markdown.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathalpha.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathastext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfam256.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maybemath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcaption.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mceinleger.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mciteplus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdframed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-media4svg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-media9.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-medstarbeamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-meetingmins.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memexsupp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memory.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mensa-tex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menucard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menukeys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metanorma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metastr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-method.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfirstuc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mftinc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mi-solns.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-midpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mindflow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minibox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minidocument.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minifp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minimalist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minipage-marginpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minitoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minorrevision.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minted.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minutes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mla-paper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mleftright.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mmap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moderncv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modernposter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moderntimeline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modroman.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modular.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-monofill.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moodle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moreenum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morefloats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morehype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moresize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moreverb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morewrites.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-movie15.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mparhack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpostinl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mslapa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mtgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multenum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiaudience.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibbl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicolrule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multidef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multienv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiexpand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multilang.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multirow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mversion.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mycv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mylatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mylatexformat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nag.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nameauth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namespc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncclatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncctools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-needspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newcommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newenviron.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newlfm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newspaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newunicodechar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newvbtm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newverbs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nfssext-cfr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicefilelist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-niceframe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicetext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nidanfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nlctdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noconflict.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noindentafter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noitcrul.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nolbreaks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomencl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomentbl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonumonpart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nopageno.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-normalcolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notespages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notestex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notoccite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nowidow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntheorem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numberedblock.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numname.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numprint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numspell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocg-p.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocgx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocgx2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocr-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-octavo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldstyle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onlyamsmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opcit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optidef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optional.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-options.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orcidlink.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orientation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outliner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outlines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outlining.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overlays.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-padcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagenote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagerange.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pageslts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papercdcase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papermas.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papertex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paracol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parades.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paralist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paresse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parsa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parselines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-cours.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-cv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pas-tableur.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patchcmd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pauldoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pawpict.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbalance.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbsheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdf14.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcolmk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcomment.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcprot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfmarginpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfoverlay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpagediff.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpc-movie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfprivacy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfreview.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfscreen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfslide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfsync.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfwin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pecha.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-permute.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-petiteannonce.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phffullpagefigure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfnote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfparen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfqit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfquotetext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfsvnwatermark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfthm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phonenumbers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-photo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-picture.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piff.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pkgloader.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeins.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plantslabels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plates.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plweb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmboxdraw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynom.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynomial.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polytable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-postcards.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poster-mac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ppr-prv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-practicalreports.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prelim2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preprint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pressrelease.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prettyref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preview.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-printlen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-probsoln.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-program.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-progress.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-progressbar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proofread.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-properties.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prosper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-protex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-protocol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfragx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstool.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstring.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxgreeks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pygmentex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-python.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qcm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qstest.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quicktype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quiz2socrative.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotchap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quoting.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotmark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ran_toks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randtext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rccol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs-multi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcsinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-readablecv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-readarray.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realboxes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipebook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipecard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rectopma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refcheck.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refenums.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reflectgraphics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refman.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refstyle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regexpatch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-register.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regstats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-relenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-relsize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repeatindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repltext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-returntogrid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rgltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rjlparshap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rlepsf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rmpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-robustcommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-robustindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbarpagenumber.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanneg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romannum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rotfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rotpages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roundbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rterface.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rtkinenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rulerbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rulercompass.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-runcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rvwrite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sanitize-umlaut.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauerj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savefnmark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savetrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scale.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scalebar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scalerel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scanpages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schedule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schooldocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scontents.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrlayer-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrlttr2copy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sdaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sdrt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-secdot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-secnum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectionbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectionbreak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectsty.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seealso.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selectp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selinput.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantic-markup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semesterplanner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semioneside.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semproc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sepfootnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seqsplit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesstime.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sf298.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sffms.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadethm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shadowtext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shapepar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shipunov.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shorttoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-show2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showcharinbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showdim.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showexpl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showhyphens.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showlabels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidecap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidenotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-silence.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpleinvoice.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplivre.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sitem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeldoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeycommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skeyval.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skills.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skrapport.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-slantsc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smalltableof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartunits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-snapshot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-snotez.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soulpos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soulutf8.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spacingtricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spark-otf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sparklines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sphack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spotcolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spreadtab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spverbatim.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srbook-mem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srcltx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sseq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sslides.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stackengine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-standalone.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdclsdv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stealcaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdpage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-storebox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-storecmd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringstrings.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sttools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stubs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-studenthandouts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subdepth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subdocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqnarray.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfigmat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfigure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfiles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substitutefont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-supertabular.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suppose.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svgcolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-multi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-prov.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svninfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swfigure.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntax.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntrace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-synttree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabfigures.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tableaux.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablefootnote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tableof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablestyles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablists.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablvar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabstackengine.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabto-ltx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularborder.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularcalc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularew.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabulary.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagging.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagpair.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagpdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-talk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tamefloats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tasks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tcldoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tcolorbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tdclock.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-technics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ted.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templatetools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testhyphens.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testidx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-label.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-locale.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texmate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texments.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texpower.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texshade.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texvc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textfit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textmerg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textpos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textualicomma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-theoremref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thinsp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmtools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threadcol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeparttable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeparttablex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumbs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumby.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ticket.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlecaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlepic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titleref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titlesec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titling.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocbibind.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocdata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocloft.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocvsec2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todonotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tokcycle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tokenizer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toolbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topiclongtable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totalcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totpages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translations.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-transparent.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trfsigns.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trimspaces.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trivfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trsym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-truncate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tucv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turnthepage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twoinone.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twoup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txgreeks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-type1cm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typed-checklist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typeface.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typoaid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typogrid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uassign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uebungsblatt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umoline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underlin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underoverlap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-undolabl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitipa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitconv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-units.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unravel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upmethodology.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upquote.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uri.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ushort.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utf8add.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uwmslide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-variablelm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varsfromjobname.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varwidth.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vcell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vdmlisting.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbasef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbatimbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbatimcopy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbdef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verbments.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifiche.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-version.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-versions.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-versonotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vertbars.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vgrid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vhistory.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vmargin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-volumes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vpe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vruler.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vtable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vwcol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wallcalendar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wallpaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-warning.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-warpcol.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-was.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-webquiz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widetable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widows-and-orphans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-williams.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-willowtreebook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-withargs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wordcount.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wordlike.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-worksheet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wrapfig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wtref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xargs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xassoccnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xbmks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcntperchap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-material.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-solarized.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcomment.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcookybooky.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcpdftips.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xellipsis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xfakebold.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xfor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xhfill.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xifthen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xkcdcolors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xltabular.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmpincl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xnewcommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xoptarg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpatch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpeek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xprintlen.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpunctuate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xsavebox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xsim.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xstring.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xtab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xurl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xwatermark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xytree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yafoot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yaletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yagusylo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ycbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ydoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yplan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zebra-goodies.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zed-csp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ziffer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zwgetfdate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zwpagelayout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-2up.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ESIEEcv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-GS1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-HA-prosper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Tabbing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a0poster.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a4wide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-a5comb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abraces.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abstract.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accessibility.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accsupp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-achemso.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acronym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acroterm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialangle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialsymbol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addlines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjmulticol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjustbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adrconv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-advdate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akktex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-akletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alertmessage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alnumsec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alphalph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-altfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsaddr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-animate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonchap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-answers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anyfontsize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-appendix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-appendixnumberbeamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apptools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabicfront.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arcs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraycols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arrayjobx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraysort.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arydshln.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asciilist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-askinclude.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-assignment.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-assoccnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-association-matrix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atenddvi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aurl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authoraftertitle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authorarchive.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-authorindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autofancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autonum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autopdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-avremu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axessibility.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-background.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bankstatement.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bashful.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basicarith.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bchart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer2thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-rl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerappendixnote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beameraudience.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerauxtheme.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamercolorthemeowl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerdarkthemes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerposter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamersubframe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-cuerna.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-detlevcm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-epyt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-focus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-light.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-metropolis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-npbt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-phnompenh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-pure-minimalistic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-saintpetersburg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-upenn-bc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerthemenirma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerthemenord.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bearwear.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beaulivre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beton.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bewerbung.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bez123.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bhcexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bibletext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigfoot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigints.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biochemistry-colors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bithesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bizcard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blindtext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blkarray.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-block.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blowup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bnumexpr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boites.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bold-extra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookcover.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookest.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booklet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookshelf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boolexpr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bophook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxedminipage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxhandler.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bracketkey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braket.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breakurl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bubblesort.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bullcntr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxcalc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxdpx-beamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxdvidriver.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxenclose.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxnewfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxpapersize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxpdfver.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxtexlogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calcage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calctab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculator.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calrsfs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cals.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calxxxx-yyyy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cancel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-canoniclayout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-capt-of.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-captcont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-captdef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-carbohydrates.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cases.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-casyl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfilebetweentags.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catechis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catoptions.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cbcoptic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccaption.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cclicenses.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd-cover.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cdpbundl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cellprops.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cellspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-censor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-centeredline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-centerlastline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changebar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changelayout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changelog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changepage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chappg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chapterfolder.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-checkend.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chextras.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-childdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chkfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chngcntr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chronology.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circ.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circledsteps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classpack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clefval.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cleveref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clipboard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clock.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrdblpg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrstrip.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmdstring.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmdtrack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmsd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cnltx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cntformats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cntperchap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codedoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codepage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codesection.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collcell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collectbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colophon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-color-edits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colordoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coloring.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colortab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorwav.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorweb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colourchange.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combelow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commado.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commedit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-comment.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-competences.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concepts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concprog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conditext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-constants.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-continue.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contour.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contracard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conv-xkv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking-units.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cool.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coollist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolstr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolthms.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooltooltips.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coordsys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-copyedit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-copyrightbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coseoul.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-counttexruns.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-courseoutline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coursepaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coverpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cprotect.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossreference.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossreftools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csquotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-css-colors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csvmerge.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csvsimple.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cuisine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currency.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currvita.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cutwin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cv4tw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cweb-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cybercic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashrule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashundergaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dataref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datax.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datatool.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dateiliste.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datenumber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bahasai.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-basque.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-breton.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-catalan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-croatian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-czech.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-danish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-dutch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-en-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-english.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-estonian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-finnish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-galician.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-greek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-irish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-it-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-latin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-lsorbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-magyar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-norsk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-polish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-portuges.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-romanian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-russian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-samin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-scottish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-serbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovene.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-swedish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-turkish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-usorbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-welsh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dblfloatfix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decimal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decorule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimtxt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-denisbdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diabetes-logbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagnose.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dialogl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dichokey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dinbrief.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-directory.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtytalk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dlfltxb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dnaseq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doclicense.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmfp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmute.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doctools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-documentation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docutils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotarrow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotlessi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotseqn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-download.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dpfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dprogress.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftcopy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftfigure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftwatermark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxdescribe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxgallery.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duckuments.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ducksay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dvdcoll.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynamicnumber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynblocks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ean13isbn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easy-todo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easybook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfloats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyformat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easylist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyreview.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebezier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecclesiastic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econlipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edichokey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmargin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eemeir.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-efbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-egplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ehhline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-einfart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantnote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elegantpaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elements.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipsis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elocalloc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elpres.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elzcards.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emarks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedall.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embrac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emptypage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emulateapj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endheads.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotes-hy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engpron.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engrec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enotez.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enumitem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enumitem-zref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-envbig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-environ.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-envlab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigraph-keys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epiolmec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eq-pin2corr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnalign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqparbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-errata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erw-l3.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esami.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esdiff.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esint-type1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etaremune.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etextools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eukdate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eulerpx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-europasscv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-europecv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyhook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everypage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-n.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-randomizechoices.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-examdesign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exframe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-examplep.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exceltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-excludeonly.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercise.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercisebank.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercisepoints.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercises.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exesheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exp-testopt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expdlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-export.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exsheets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exsol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extract.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facsimile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-factura.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyhandout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancylabel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancynum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancypar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytabs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytooltips.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcolumn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetchcls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fewerfloatpages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ffslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fgruler.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fibeamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifo-stack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figsize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontents.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontentsdef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filedate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fileinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filemod.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fink.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-finstrut.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fithesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixcmex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixfoot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixme.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixmetodonotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fjodor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flabels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flacards.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flagderiv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flashcards.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flashmovie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flipbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flippdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatflt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatrow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowfram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmtcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fn2end.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnbreak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fncychap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fncylab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnpara.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnpct.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnumprint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foilhtml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontaxes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontsetup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontsize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonttable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnotebackref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnoterange.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnpag.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forarray.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foreign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forloop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formlett.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forms16be.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formular.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fragments.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frame.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-framed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frankenstein.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frege.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-froufrou.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftcap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftnxtra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullblck.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullminipage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullwidth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-calligra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-sueterlin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fvextra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fwlw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-g-brief.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gatherenum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gauss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gcard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gcite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gender.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genmpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getfiledate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getitems.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ginpenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitfile-info.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitinfo2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitlog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitver.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-globalvals.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gloss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-danish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-dutch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-english.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-estonian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-extra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-finnish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-french.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-german.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-irish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-italian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-magyar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-nynorsk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-polish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-portuges.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-serbian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-slovene.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-spanish.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmdoc-enhance.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmiflink.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmutils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmverb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grabbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicx-psmin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicxbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphpaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grayhints.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grfpaste.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grid-system.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridpapers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridset.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitlogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-halloweenmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hackthefootline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-handin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-handout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hang.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hanging.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hardwrap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harnon-cv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harpoon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-he-she.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hhtensor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-highlightlatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-histogr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitreport.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobsub.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hpsdiss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrefhide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvqrurl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypdestopt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypdvips.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperbar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hypernat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperxmp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphenat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-identkey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-idxcmds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-idxlayout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iffont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifmslide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifmtarg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifnextok.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifoddpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifthenx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iitem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-image-gallery.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imakeidx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-import.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-incgraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-indextools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inline-images.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inlinedef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputenx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputtrc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interactiveworkbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interfaces.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intopdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inversepath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice-class.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso10303.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isonums.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isopt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isorot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isotope.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-issuulinks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iwhdp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jlabels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jslectureplanner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jumplines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jvlisting.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kalendarium.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kantlipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kerntest.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keycommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyreader.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keystroke.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyval2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyvaltable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knowledge.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-moderncvclassic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-script-sfs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv-rg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ktv-texdata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3build.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labels4easylist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labelschanged.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpackage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-amsmath-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-base-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-bin-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-firstaid-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-graphics-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-tools-dev.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-uni8.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcolors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexdemo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexgit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layouts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lazylist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lccaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leading.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leaflet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lebhart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lectures.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lectureslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leftidx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leftindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leipzig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lengthconvert.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lettre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lewis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lhelp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linegoal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lisp-on-tex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listingsutf8.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listlbls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listliketab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listofsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lkproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lmake.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-locality.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logical-markup-utils.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logpap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longfbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longfigure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longnamefilelist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-loops.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lsc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstaddons.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstfiracode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lt3graph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltablex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltabptch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxdockit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxguidex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxkeys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxnew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxtools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-check-hyphen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-physical.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatodonotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-macroswap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magaz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magicnum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecookbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makerobust.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailmerge.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebarcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecirc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecmds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makedtx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeglos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mandi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manfnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manuscript.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manyind.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginnote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-markdown.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathalpha.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathastext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfam256.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maybemath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcaption.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mceinleger.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mciteplus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdframed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-media4svg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-media9.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-medstarbeamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-meetingmins.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memexsupp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memory.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mensa-tex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menucard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menukeys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metanorma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metastr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-method.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfirstuc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mftinc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mi-solns.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-midpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mindflow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minibox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minidocument.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minifp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minimalist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minipage-marginpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minitoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minorrevision.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minted.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minutes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mla-paper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mleftright.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mmap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moderncv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modernposter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moderntimeline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modroman.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modular.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-monofill.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moodle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moreenum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morefloats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morehype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moresize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moreverb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morewrites.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-movie15.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mparhack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpostinl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mslapa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mtgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multenum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiaudience.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibbl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicolrule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multidef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multienv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiexpand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multilang.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multirow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mversion.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mycv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mylatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mylatexformat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nag.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nameauth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namespc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncclatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncctools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-needspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newcommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newenviron.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newlfm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newspaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newunicodechar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newvbtm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newverbs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nfssext-cfr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicefilelist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-niceframe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicetext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nidanfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nlctdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noconflict.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noindentafter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noitcrul.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nolbreaks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomencl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomentbl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonumonpart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nopageno.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-normalcolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notespages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notestex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notoccite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nowidow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntheorem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numberedblock.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numname.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numprint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numspell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocg-p.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocgx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocgx2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocr-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-octavo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldstyle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onlyamsmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opcit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optidef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optional.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-options.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orcidlink.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orientation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outliner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outlines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outlining.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overlays.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-padcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagenote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagerange.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pageslts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papercdcase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papermas.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papertex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paracol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parades.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paralist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paresse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parsa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parselines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-cours.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-cv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pas-tableur.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patchcmd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pauldoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pawpict.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbalance.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbsheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdf14.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcolmk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcomment.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcprot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfmarginpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfoverlay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpagediff.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpc-movie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfprivacy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfreview.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfscreen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfslide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfsync.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfwin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pecha.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-permute.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-petiteannonce.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phffullpagefigure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfnote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfparen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfqit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfquotetext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfsvnwatermark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfthm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phonenumbers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-photo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-picture.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piff.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pkgloader.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeins.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plantslabels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plates.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plweb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmboxdraw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynom.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynomial.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polytable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-postcards.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poster-mac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ppr-prv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-practicalreports.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prelim2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preprint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pressrelease.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prettyref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preview.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-printlen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-probsoln.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-program.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-progress.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-progressbar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proofread.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-properties.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prosper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-protex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-protocol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfragx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstool.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstring.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxgreeks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pygmentex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-python.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qcm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qstest.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quicktype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quiz2socrative.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotchap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quoting.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotmark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ran_toks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randtext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rccol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs-multi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcsinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-readablecv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-readarray.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realboxes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipebook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipecard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rectopma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refcheck.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refenums.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reflectgraphics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refman.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refstyle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regexpatch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-register.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regstats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-relenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-relsize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repeatindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repltext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-returntogrid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rgltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rjlparshap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rlepsf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rmpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-robustcommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-robustindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbarpagenumber.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanneg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romannum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rotfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rotpages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roundbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rterface.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rtkinenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rulerbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rulercompass.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-runcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rvwrite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sanitize-umlaut.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauerj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savefnmark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savetrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scale.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scalebar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scalerel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scanpages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schedule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schooldocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scontents.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrlayer-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrlttr2copy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sdaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sdrt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-secdot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-secnum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectionbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectionbreak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectsty.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seealso.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selectp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selinput.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantic-markup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semesterplanner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semioneside.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semproc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sepfootnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seqsplit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesstime.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sf298.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sffms.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadethm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shadowtext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shapepar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shipunov.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shorttoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-show2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showcharinbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showdim.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showexpl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showhyphens.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showlabels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidecap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidenotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-silence.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpleinvoice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplivre.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sitem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeldoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeycommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skeyval.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skills.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skrapport.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-slantsc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smalltableof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartunits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-snapshot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-snotez.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soulpos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soulutf8.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spacingtricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spark-otf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sparklines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sphack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spotcolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spreadtab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spverbatim.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srbook-mem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srcltx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sseq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sslides.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stackengine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-standalone.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdclsdv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stealcaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdpage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-storebox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-storecmd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringstrings.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sttools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stubs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-studenthandouts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subdepth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subdocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqnarray.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfigmat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfigure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfiles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substitutefont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-supertabular.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suppose.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svgcolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-multi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-prov.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svninfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swfigure.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntax.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntrace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-synttree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabfigures.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tableaux.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablefootnote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tableof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablestyles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablists.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablvar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabstackengine.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabto-ltx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularborder.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularcalc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularew.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabulary.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagging.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagpair.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagpdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-talk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tamefloats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tasks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tcldoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tcolorbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tdclock.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-technics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ted.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templatetools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testhyphens.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testidx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-label.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-locale.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texmate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texments.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texpower.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texshade.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texvc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textfit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textmerg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textpos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textualicomma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-theoremref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thinsp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmtools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threadcol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeparttable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeparttablex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumbs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumby.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ticket.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlecaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlepic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titleref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titlesec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocbibind.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocdata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocloft.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocvsec2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todonotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tokcycle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tokenizer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toolbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topiclongtable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totalcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totpages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translations.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-transparent.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trfsigns.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trimspaces.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trivfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trsym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-truncate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tucv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turnthepage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twoinone.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twoup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txgreeks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-type1cm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typed-checklist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typeface.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typoaid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typogrid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uassign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uebungsblatt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umoline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underlin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underoverlap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-undolabl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitipa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitconv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-units.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unravel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upmethodology.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upquote.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uri.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ushort.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utf8add.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uwmslide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-variablelm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varsfromjobname.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varwidth.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vcell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vdmlisting.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbasef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbatimbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbatimcopy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbdef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verbments.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifiche.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-version.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-versions.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-versonotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vertbars.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vgrid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vhistory.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vmargin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-volumes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vpe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vruler.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vtable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vwcol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wallcalendar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wallpaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-warning.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-warpcol.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-was.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-webquiz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widetable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widows-and-orphans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-williams.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-willowtreebook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-withargs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wordcount.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wordlike.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-worksheet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wrapfig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wtref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xargs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xassoccnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xbmks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcntperchap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-material.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-solarized.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcomment.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcookybooky.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcpdftips.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xellipsis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xfakebold.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xfor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xhfill.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xifthen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xkcdcolors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xltabular.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmpincl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xnewcommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xoptarg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpatch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpeek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xprintlen.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpunctuate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xsavebox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xsim.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xstring.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xtab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xurl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xwatermark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xytree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yafoot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yaletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yagusylo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ycbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ydoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yplan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zebra-goodies.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zed-csp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ziffer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zwgetfdate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zwpagelayout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-2up.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ESIEEcv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-GS1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-HA-prosper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Tabbing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a0poster.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a4wide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-a5comb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abraces.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abstract.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accessibility.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accsupp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-achemso.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acronym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acroterm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialangle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialsymbol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addlines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjmulticol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjustbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adrconv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-advdate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akktex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-akletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alertmessage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alnumsec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alphalph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-altfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsaddr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-animate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonchap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-answers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anyfontsize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-appendix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-appendixnumberbeamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apptools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabicfront.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arcs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraycols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arrayjobx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraysort.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arydshln.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asciilist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-askinclude.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-assignment.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-assoccnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-association-matrix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atenddvi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aurl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authoraftertitle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authorarchive.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-authorindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autofancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autonum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autopdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-avremu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axessibility.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-background.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bankstatement.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bashful.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basicarith.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bchart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer2thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-rl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerappendixnote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beameraudience.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerauxtheme.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamercolorthemeowl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerdarkthemes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerposter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamersubframe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-cuerna.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-detlevcm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-epyt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-focus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-light.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-metropolis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-npbt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-phnompenh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-pure-minimalistic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-saintpetersburg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-upenn-bc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerthemenirma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerthemenord.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bearwear.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beaulivre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beton.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bewerbung.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bez123.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bhcexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bibletext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigfoot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigints.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biochemistry-colors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bithesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bizcard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blindtext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blkarray.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-block.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blowup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bnumexpr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boites.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bold-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookcover.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookest.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booklet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookshelf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boolexpr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bophook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxedminipage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxhandler.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bracketkey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braket.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breakurl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bubblesort.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bullcntr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxcalc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxdpx-beamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxdvidriver.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxenclose.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxnewfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxpapersize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxpdfver.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxtexlogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calcage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calctab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculator.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calrsfs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cals.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calxxxx-yyyy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cancel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-canoniclayout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-capt-of.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-captcont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-captdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-carbohydrates.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cases.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-casyl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfilebetweentags.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catechis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catoptions.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cbcoptic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccaption.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cclicenses.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd-cover.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cdpbundl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cellprops.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cellspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-censor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-centeredline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-centerlastline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changebar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changelayout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changelog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changepage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chappg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chapterfolder.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cheatsheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checkend.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chextras.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-childdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chkfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chngcntr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chronology.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circ.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circledsteps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classpack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clefval.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cleveref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clipboard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clock.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrdblpg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrstrip.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmdstring.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmdtrack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmsd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cnltx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cntformats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cntperchap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codedoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codepage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codesection.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collcell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collectbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colophon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-color-edits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colordoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coloring.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colortab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorwav.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorweb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colourchange.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combelow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commado.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commedit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-comment.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-competences.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concepts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concprog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conditext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-constants.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-continue.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contour.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contracard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conv-xkv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking-units.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cool.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coollist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolstr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolthms.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooltooltips.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coordsys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-copyedit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-copyrightbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coseoul.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-counttexruns.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-courseoutline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coursepaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coverpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cprotect.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossreference.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossreftools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csquotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-css-colors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csvmerge.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csvsimple.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cuisine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currency.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currvita.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cutwin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cv4tw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cybercic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashrule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashundergaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dataref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datax.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datatool.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dateiliste.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datenumber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bahasai.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-basque.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-breton.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bulgarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-catalan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-croatian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-czech.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-danish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-dutch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-en-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-english.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-esperanto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-estonian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-finnish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-galician.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-greek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-hebrew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-icelandic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-irish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-it-fulltext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-latin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-lsorbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-magyar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-norsk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-polish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-portuges.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-romanian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-russian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-samin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-scottish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-serbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovene.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-swedish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-turkish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-ukrainian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-usorbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-welsh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dblfloatfix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decimal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decorule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimtxt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-denisbdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diabetes-logbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagnose.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dialogl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dichokey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dinbrief.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-directory.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtytalk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dlfltxb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dnaseq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doclicense.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmfp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmute.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doctools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-documentation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docutils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotarrow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotlessi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotseqn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-download.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dpfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dprogress.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftcopy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftfigure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftwatermark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxdescribe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxgallery.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duckuments.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ducksay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dvdcoll.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynamicnumber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynblocks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ean13isbn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easy-todo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easybook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfloats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyformat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easylist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyreview.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebezier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecclesiastic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econlipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edichokey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmargin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eemeir.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-efbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-egplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ehhline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-einfart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantnote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elegantpaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elements.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipsis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elocalloc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elpres.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elzcards.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emarks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedall.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embrac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emptypage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emulateapj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endheads.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotes-hy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engpron.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engrec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enotez.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enumitem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enumitem-zref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-envbig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-environ.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-envlab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigraph-keys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epiolmec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eq-pin2corr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnalign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqparbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-errata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erw-l3.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esami.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esdiff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esint-type1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etaremune.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etextools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eukdate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eulerpx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-europasscv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-europecv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyhook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everypage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-n.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-randomizechoices.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-examdesign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exframe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-examplep.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exceltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-excludeonly.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercise.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercisebank.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercisepoints.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercises.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exesheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exp-testopt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expdlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-export.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exsheets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exsol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extract.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facsimile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-factura.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyhandout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancylabel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancynum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancypar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytabs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytooltips.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcolumn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetchcls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fewerfloatpages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ffslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fgruler.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fibeamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifo-stack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figsize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontents.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontentsdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filedate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fileinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filemod.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fink.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-finstrut.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fithesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixcmex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixfoot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixme.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixmetodonotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fjodor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flabels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flacards.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flagderiv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flashcards.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flashmovie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flipbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flippdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatflt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatrow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowfram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmtcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fn2end.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnbreak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fncychap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fncylab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnpara.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnpct.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnumprint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foilhtml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontaxes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontsetup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontsize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonttable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnotebackref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnoterange.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnpag.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forarray.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foreign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forloop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formlett.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forms16be.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formular.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fragments.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frame.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-framed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frankenstein.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frege.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-froufrou.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftcap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftnxtra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullblck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullminipage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullwidth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-calligra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-sueterlin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fvextra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fwlw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-g-brief.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gatherenum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gauss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gcard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gcite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gender.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genmpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getfiledate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getitems.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ginpenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitfile-info.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitinfo2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitlog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitver.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-globalvals.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gloss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-danish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-dutch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-english.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-estonian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-finnish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-french.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-german.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-irish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-italian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-magyar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-nynorsk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-polish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-portuges.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-serbian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-slovene.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-spanish.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmdoc-enhance.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmiflink.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmutils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmverb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grabbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicx-psmin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicxbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphpaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grayhints.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grfpaste.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grid-system.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridpapers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridset.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitlogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-halloweenmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hackthefootline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-handin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-handout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hang.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hanging.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hardwrap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harnon-cv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harpoon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-he-she.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hhtensor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-highlightlatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-histogr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitreport.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobsub.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hpsdiss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrefhide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvqrurl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypdestopt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypdvips.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperbar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hypernat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperxmp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphenat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-identkey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-idxcmds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-idxlayout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iffont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifmslide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifmtarg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifnextok.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifoddpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifthenx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iitem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-image-gallery.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imakeidx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-import.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-incgraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-indextools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inline-images.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inlinedef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputenx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputtrc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interactiveworkbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interfaces.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intopdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inversepath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice-class.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso10303.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isonums.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isopt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isorot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isotope.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-issuulinks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iwhdp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jlabels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jslectureplanner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jumplines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jvlisting.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kalendarium.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kantlipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kerntest.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keycommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyreader.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keystroke.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyval2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyvaltable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knowledge.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-moderncvclassic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-script-sfs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv-rg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ktv-texdata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3build.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labels4easylist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labelschanged.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpackage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-amsmath-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-base-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-bin-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-firstaid-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-graphics-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-tools-dev.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-uni8.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcolors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexdemo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexgit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layouts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lazylist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lccaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leading.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leaflet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lebhart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lectures.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lectureslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leftidx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leftindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leipzig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lengthconvert.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lettre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lettrine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lewis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lhelp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linegoal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lisp-on-tex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listingsutf8.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listlbls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listliketab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listofsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lkproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lmake.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-locality.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logical-markup-utils.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logpap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longfbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longfigure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longnamefilelist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-loops.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lsc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstaddons.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstfiracode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lt3graph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltablex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltabptch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxdockit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxguidex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxkeys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxnew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxtools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-check-hyphen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-physical.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatodonotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-macroswap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magaz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magicnum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecookbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makerobust.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailmerge.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebarcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecirc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecmds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makedtx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeglos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mandi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manfnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manuscript.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manyind.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginnote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-markdown.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathalpha.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathastext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfam256.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maybemath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcaption.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mceinleger.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mciteplus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdframed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-media4svg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-media9.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-medstarbeamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-meetingmins.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memexsupp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memory.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mensa-tex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menucard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menukeys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metanorma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metastr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-method.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfirstuc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mftinc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mi-solns.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-midpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mindflow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minibox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minidocument.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minifp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minimalist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minipage-marginpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minitoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minorrevision.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minted.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minutes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mla-paper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mleftright.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mmap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moderncv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modernposter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moderntimeline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modroman.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modular.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-monofill.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moodle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moreenum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morefloats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morehype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moresize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moreverb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morewrites.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-movie15.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mparhack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpostinl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mslapa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mtgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multenum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiaudience.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibbl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicolrule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multidef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multienv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiexpand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multilang.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multirow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mversion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mycv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mylatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mylatexformat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nag.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nameauth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namespc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncclatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncctools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-needspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newcommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newenviron.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newlfm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newspaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newunicodechar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newvbtm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newverbs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nfssext-cfr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicefilelist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-niceframe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicetext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nidanfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nlctdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noconflict.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noindentafter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noitcrul.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nolbreaks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomencl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomentbl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonumonpart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nopageno.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-normalcolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notespages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notestex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notoccite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nowidow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntheorem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numberedblock.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numname.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numprint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numspell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocg-p.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocgx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocgx2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocr-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-octavo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldstyle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onlyamsmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opcit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optidef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optional.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-options.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orcidlink.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orientation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outliner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outlines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outlining.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overlays.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-padcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagenote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagerange.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pageslts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papercdcase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papermas.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papertex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paracol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parades.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paralist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paresse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parsa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parselines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-cours.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-cv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pas-tableur.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patchcmd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pauldoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pawpict.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbalance.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbsheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdf14.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcolmk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcomment.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcprot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfmarginpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfoverlay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpagediff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpc-movie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfprivacy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfreview.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfscreen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfslide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfsync.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfwin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pecha.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-permute.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-petiteannonce.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phffullpagefigure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfnote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfparen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfqit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfquotetext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfsvnwatermark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfthm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phonenumbers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-photo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-picture.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkgloader.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeins.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plantslabels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plates.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plweb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmboxdraw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynom.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynomial.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polytable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-postcards.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poster-mac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ppr-prv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-practicalreports.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prelim2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preprint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pressrelease.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prettyref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preview.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-printlen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-probsoln.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-program.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-progress.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-progressbar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proofread.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-properties.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prosper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-protex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-protocol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfragx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstool.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstring.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxgreeks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pygmentex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-python.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qcm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qstest.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quicktype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quiz2socrative.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotchap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quoting.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotmark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ran_toks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randtext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rccol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs-multi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcsinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-readablecv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-readarray.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realboxes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipecard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rectopma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refcheck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refenums.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reflectgraphics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refman.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refstyle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regexpatch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-register.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regstats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-relenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-relsize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repeatindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repltext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-returntogrid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rgltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rjlparshap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rlepsf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rmpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-robustcommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-robustindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbarpagenumber.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanneg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romannum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rotfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rotpages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roundbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rterface.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rtkinenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rulerbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rulercompass.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-runcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rvwrite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sanitize-umlaut.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauerj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savefnmark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savetrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scalebar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scalerel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scanpages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schedule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schooldocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scontents.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrlayer-fancyhdr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrlttr2copy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sdaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sdrt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-secdot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-secnum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectionbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectionbreak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectsty.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seealso.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selectp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selinput.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantic-markup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semesterplanner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semioneside.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semproc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sepfootnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seqsplit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesstime.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sf298.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sffms.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadethm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shadowtext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shapepar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shipunov.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shorttoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-show2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showcharinbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showdim.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showexpl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showhyphens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showlabels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidecap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidenotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-silence.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpleinvoice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplivre.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sitem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeldoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeycommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skeyval.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skills.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skrapport.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-slantsc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smalltableof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartunits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-snapshot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-snotez.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soulpos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soulutf8.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spacingtricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spark-otf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sparklines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sphack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spotcolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spreadtab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spverbatim.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srbook-mem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcltx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sseq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sslides.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stackengine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-standalone.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdclsdv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stealcaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdpage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-storebox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-storecmd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringstrings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sttools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stubs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-studenthandouts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subdepth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subdocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqnarray.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfigmat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfigure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfiles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substitutefont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-supertabular.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suppose.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svgcolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-multi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-prov.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svninfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swfigure.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntax.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntrace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synttree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabfigures.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tableaux.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablefootnote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tableof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablestyles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablists.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablvar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabstackengine.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabto-ltx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularborder.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularcalc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularew.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabulary.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagging.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagpair.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagpdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-talk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tamefloats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tasks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tcldoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tcolorbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tdclock.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-technics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ted.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templatetools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testhyphens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testidx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-label.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-locale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texmate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texments.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texpower.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texshade.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texvc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textfit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textmerg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textpos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textualicomma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-theoremref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thinsp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmtools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threadcol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeparttable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeparttablex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumbs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumby.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ticket.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlecaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlepic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titleref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titlesec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocbibind.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocdata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocloft.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocvsec2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todonotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tokcycle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tokenizer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toolbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topiclongtable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totalcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totpages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translations.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-transparent.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trfsigns.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trimspaces.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trivfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trsym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-truncate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tucv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turnthepage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twoinone.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twoup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txgreeks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-type1cm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typed-checklist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeface.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typoaid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typogrid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uassign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uebungsblatt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umoline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underlin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underoverlap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-undolabl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitipa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitconv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-units.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unravel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upmethodology.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upquote.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uri.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ushort.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utf8add.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uwmslide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-variablelm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varsfromjobname.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varwidth.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vcell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vdmlisting.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbasef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbatimbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbatimcopy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verbments.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifiche.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-version.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-versions.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-versonotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vertbars.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vgrid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vhistory.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vmargin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-volumes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vpe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vruler.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vtable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vwcol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wallcalendar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wallpaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-warning.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-warpcol.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-was.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-webquiz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widetable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widows-and-orphans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-williams.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-willowtreebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-withargs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wordcount.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wordlike.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-worksheet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wrapfig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wtref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xargs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xassoccnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xbmks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcntperchap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-material.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-solarized.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcomment.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcookybooky.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcpdftips.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xellipsis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xfakebold.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xfor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xhfill.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xifthen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xkcdcolors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xltabular.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmpincl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xnewcommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xoptarg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpatch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpeek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xprintlen.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpunctuate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xsavebox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xsim.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xstring.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xtab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xurl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xwatermark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xytree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yafoot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yaletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yagusylo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ycbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ydoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yplan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zebra-goodies.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zed-csp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ziffer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zwgetfdate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zwpagelayout.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ESIEEcv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-GS1.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-HA-prosper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-Tabbing.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abstract.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accessibility.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accsupp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-achemso.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acronym.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acroterm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialangle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-actuarialsymbol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addlines.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjmulticol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adjustbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adrconv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alertmessage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alnumsec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alphalph.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-altfont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amsaddr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-animate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-answers.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-appendix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apptools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arcs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraycols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arraysort.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arydshln.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asciilist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-askinclude.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-atenddvi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autonum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autopdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-avremu.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axessibility.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-background.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-basicarith.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerappendixnote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamercolorthemeowl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamersubframe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-cuerna.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-metropolis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamertheme-saintpetersburg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bearwear.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beton.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bewerbung.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bez123.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bhcexam.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bigfoot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bithesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bizcard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blindtext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blowup.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bnumexpr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boites.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookcover.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booklet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bookshelf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boolexpr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bophook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxedminipage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boxhandler.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breakurl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bubblesort.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bullcntr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calcage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculator.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cals.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-canoniclayout.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-capt-of.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-captcont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catchfilebetweentags.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catechis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccaption.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cclicenses.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cd-cover.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cdpbundl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cellprops.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-centerlastline.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changebar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changepage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-changes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chappg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chapterfolder.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cheatsheet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chextras.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-childdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chletter.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circ.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classpack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clefval.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cleveref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrdblpg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrstrip.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmdtrack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codepage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codesection.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collcell.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collectbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colophon.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-color-edits.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colordoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorwav.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorweb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combine.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commado.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commedit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-competences.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-constants.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-continue.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contour.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-contracard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conv-xkv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooking-units.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cool.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coollist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolstr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coolthms.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cooltooltips.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coordsys.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-copyedit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-counttexruns.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-coverpage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cprotect.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crossreference.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-csvmerge.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cuisine.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currency.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currfile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-currvita.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cutwin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cyber.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cybercic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashrule.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dashundergaps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datax.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datatool.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dateiliste.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datenumber.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bahasai.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-basque.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-breton.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-catalan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-croatian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-czech.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-danish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-dutch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-en-fulltext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-english.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-esperanto.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-estonian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-finnish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-french.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-galician.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-german.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-greek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-hebrew.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-icelandic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-irish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-italian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-it-fulltext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-latin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-lsorbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-magyar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-norsk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-polish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-portuges.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-romanian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-russian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-samin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-scottish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-serbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovak.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-slovene.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-spanish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-swedish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-turkish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-usorbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-datetime2-welsh.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decimal.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decorule.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimtxt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-denisbdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dialogl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dinbrief.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtytalk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dnaseq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doclicense.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmfp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docmute.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doctools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-documentation.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotarrow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dotseqn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-download.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dprogress.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftcopy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-draftwatermark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dtxdescribe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duckuments.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ducksay.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynamicnumber.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easybook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfig.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyfloats.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-easyreview.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebezier.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecclesiastic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econlipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ed.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-edmargin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eemeir.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-efbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-egplot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipsis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elocalloc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elzcards.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emarks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedall.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-embedfile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emptypage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endheads.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endnotes-hy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engpron.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engrec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enumitem-zref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-environ.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-envlab.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigraph.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epiolmec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eq-pin2corr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqlist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnalign.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqparbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-errata.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erw-l3.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esdiff.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etaremune.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etextools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eukdate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyhook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everypage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exam-n.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-examdesign.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exframe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercise.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exercises.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exesheet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exp-testopt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expdlist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-export.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exsol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extract.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facsimile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-factura.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancylabel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancynum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancypar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytabs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancytooltips.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcolumn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fetchcls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fewerfloatpages.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fgruler.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fibeamer.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fifo-stack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontents.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filecontentsdef.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filedate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fileinfo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fink.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-finstrut.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fithesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixcmex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixme.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixmetodonotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flabels.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flagderiv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flashcards.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flippdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatflt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-floatrow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowfram.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fmtcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnbreak.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnumprint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foilhtml.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontaxes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontsize.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fonttable.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footmisx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnoterange.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnpag.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forarray.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-foreign.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forloop.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forms16be.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-formular.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-frankenstein.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-froufrou.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftnxtra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullblck.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fullminipage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-calligra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fundus-sueterlin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fvextra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-g-brief.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gatherenum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gcite.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gender.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genmpage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getitems.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ginpenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gitfile-info.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-danish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-dutch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-english.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-estonian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-extra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-finnish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-french.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-german.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-irish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-italian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-magyar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-nynorsk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-polish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-portuges.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-serbian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-slovene.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glossaries-spanish.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmdoc-enhance.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grabbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicx-psmin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicxbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphpaper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grayhints.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grid.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridpapers.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gridset.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitlogo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-halloweenmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hanging.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hardwrap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hhtensor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-histogr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitreport.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hpsdiss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hrefhide.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperbar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyperxmp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyphenat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-idxlayout.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iffont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifmtarg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifnextok.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ifoddpage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iitem.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imakeidx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-indextools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inlinedef.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputenx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inputtrc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interfaces.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-intopdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inversepath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-invoice2.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iso10303.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isodoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isorot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isotope.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-issuulinks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jvlisting.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kalendarium.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kantlipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kerntest.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keycommand.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyindex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-keyvaltable.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knowledge.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-komacv-rg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ktv-texdata.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3build.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labbook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labels.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-labelschanged.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpackage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lastpage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-amsmath-dev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-base-dev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-firstaid-dev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-graphics-dev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-tools-dev.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexcolors.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexdemo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexgit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-layouts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lccaps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lcg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leading.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leaflet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leftidx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leipzig.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lengthconvert.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lettrine.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lhelp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-libgreek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-linegoal.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lipsum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listingsutf8.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listlbls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listliketab.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listofsymbols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lmake.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-locality.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logpap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longfigure.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longnamefilelist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstaddons.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ltxnew.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatodonotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-macroswap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-magicnum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailing.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mailmerge.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebase.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makebox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecell.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makecmds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makedtx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mandi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manfnt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-manuscript.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginfix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-marginnote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-markdown.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathastext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathexam.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcaption.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcite.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdframed.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-media9.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-meetingmins.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memory.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menu.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menucard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-menukeys.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metastr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-method.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metre.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfirstuc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mftinc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mi-solns.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mindflow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minibox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minidocument.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minifp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minipage-marginpar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minted.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-minutes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mleftright.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moderntimeline.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modroman.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-monofill.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moodle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morefloats.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morehype.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moresize.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-moreverb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-morewrites.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mparhack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpostinl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mtgreek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiaudience.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multibbl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multicolrule.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multidef.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multienv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiexpand.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multilang.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multirow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mversion.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mwe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mycv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mylatexformat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nag.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nameauth.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namespc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ncctools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-needspace.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newlfm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newspaper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newunicodechar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newvbtm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newverbs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicefilelist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-niceframe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicetext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nidanfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-noitcrul.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomencl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nomentbl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nonumonpart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-normalcolor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-notespages.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nowidow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntheorem.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numprint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ocgx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-octavo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oldstyle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onlyamsmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opcit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-orcidlink.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outlining.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-overpic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-padcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecolor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagecont.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pagenote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pageslts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papercdcase.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papermas.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-papertex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paracol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paralist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-paresse.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parselines.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-patchcmd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pauldoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pawpict.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbalance.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pbsheet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdf14.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfcprot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfoverlay.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpc-movie.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfprivacy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perltex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-permute.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phffullpagefigure.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfnote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfparen.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfqit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfquotetext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfsvnwatermark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-phfthm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-photo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-picture.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plweb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmboxdraw.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynom.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polynomial.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polytable.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ppr-prv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prelim2e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preprint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pressrelease.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prettyref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-preview.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-probsoln.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proofread.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-protocol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfragx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxgreeks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qcm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qstest.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsymbols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotchap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quoting.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quotmark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ran_toks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rccol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs-multi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcsinfo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realboxes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-recipecard.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reflectgraphics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refman.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-refstyle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regexpatch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-register.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-regstats.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-relenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repltext.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rgltxdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rjlparshap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-robustcommand.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romanbarpagenumber.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-romannum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rotfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rtkinenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rulercompass.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sauerj.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savefnmark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-savetrees.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scale.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scalebar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schedule.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schooldocs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scontents.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrlayer-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sdaps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-secnum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sectsty.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seealso.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selinput.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semantic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semesterplanner.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semioneside.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-semproc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seqsplit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesstime.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sf298.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sffms.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shorttoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-show2e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showcharinbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showexpl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-showlabels.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidecap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sidenotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-silence.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplecv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sitem.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skrapport.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-slantsc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-snapshot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soulutf8.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spacingtricks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splitindex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spverbatim.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srcltx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sseq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-standalone.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdclsdv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stealcaps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stdpage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-storebox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stringstrings.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sttools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subdepth.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subeqnarray.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfigure.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfiles.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-supertabular.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-multi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svn-prov.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-svninfo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swfigure.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntrace.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-synttree.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabfigures.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablefootnote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tableof.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablestyles.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablists.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablvar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabu.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularborder.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabularew.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabulary.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tagpdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-talk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tcldoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ted.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-templatetools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termcal.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termlist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testhyphens.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-testidx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-label.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-locale.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texmate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texments.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texpower.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texshade.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texvc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textfit.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textmerg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textpos.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textualicomma.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmtools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threadcol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumbs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-titling.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocbibind.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocdata.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocloft.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tocvsec2.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-todonotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toolbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totalcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totcount.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-totpages.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-transparent.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trfsigns.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trimspaces.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trivfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trsym.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tucv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-twoup.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-txgreeks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-type1cm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typed-checklist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typeface.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typogrid.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umoline.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underlin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-undolabl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitipa.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-units.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unravel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upquote.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uri.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ushort.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varindex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-verifiche.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-versonotes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vgrid.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vmargin.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-volumes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vwcol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-warpcol.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-was.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widetable.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-widows-and-orphans.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wordlike.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xargs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xbmks.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-material.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-solarized.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcookybooky.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcpdftips.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xellipsis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xfor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmpincl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpatch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpeek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpunctuate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xsavebox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xtab.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yafoot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yaletter.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yagusylo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ydoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zebra-goodies.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ESIEEcv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-GS1.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-HA-prosper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-Tabbing.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abstract.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accessibility.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accsupp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-achemso.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acronym.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acroterm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialangle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-actuarialsymbol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addlines.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjmulticol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adjustbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adrconv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alertmessage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alnumsec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alphalph.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-altfont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amsaddr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-animate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-answers.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-appendix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apptools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arcs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraycols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arraysort.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arydshln.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asciilist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-askinclude.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-atenddvi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autonum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autopdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-avremu.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axessibility.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-background.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-basicarith.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerappendixnote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamercolorthemeowl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamersubframe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-cuerna.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-metropolis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamertheme-saintpetersburg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bearwear.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beton.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bewerbung.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bez123.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bhcexam.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bigfoot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bithesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bizcard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blindtext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blowup.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bnumexpr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boites.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookcover.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booklet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bookshelf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boolexpr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bophook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxedminipage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boxhandler.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breakurl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bubblesort.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bullcntr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calcage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculator.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cals.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-canoniclayout.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-capt-of.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-captcont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catchfilebetweentags.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catechis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccaption.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cclicenses.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cd-cover.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cdpbundl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cellprops.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-centerlastline.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changebar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changepage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-changes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chappg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chapterfolder.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cheatsheet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chextras.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-childdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chletter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circ.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classpack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clefval.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cleveref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrdblpg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrstrip.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmdtrack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codepage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codesection.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collcell.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collectbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colophon.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-color-edits.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colordoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorwav.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorweb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combine.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commado.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commedit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-competences.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-constants.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-continue.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contour.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-contracard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conv-xkv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooking-units.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cool.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coollist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolstr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coolthms.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cooltooltips.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coordsys.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-copyedit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-counttexruns.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-coverpage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cprotect.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crossreference.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-csvmerge.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cuisine.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currency.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currfile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-currvita.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cutwin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cyber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cybercic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashrule.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dashundergaps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datax.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datatool.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dateiliste.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datenumber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bahasai.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-basque.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-breton.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-catalan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-croatian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-czech.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-danish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-dutch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-en-fulltext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-english.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-esperanto.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-estonian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-finnish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-french.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-galician.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-german.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-greek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-hebrew.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-icelandic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-irish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-italian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-it-fulltext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-latin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-lsorbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-magyar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-norsk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-polish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-portuges.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-romanian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-russian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-samin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-scottish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-serbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovak.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-slovene.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-spanish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-swedish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-turkish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-usorbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-datetime2-welsh.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decimal.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decorule.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimtxt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-denisbdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dialogl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dinbrief.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtytalk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dnaseq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doclicense.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmfp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docmute.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doctools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-documentation.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotarrow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dotseqn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-download.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dprogress.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftcopy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-draftwatermark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dtxdescribe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duckuments.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ducksay.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynamicnumber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easybook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfig.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyfloats.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-easyreview.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebezier.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecclesiastic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econlipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ed.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-edmargin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eemeir.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-efbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-egplot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipsis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elocalloc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elzcards.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emarks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedall.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-embedfile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emptypage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endheads.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endnotes-hy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engpron.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engrec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enumitem-zref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-environ.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-envlab.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigraph.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epiolmec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eq-pin2corr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqlist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnalign.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqparbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-errata.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erw-l3.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esdiff.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etaremune.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etextools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eukdate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyhook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everypage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exam-n.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-examdesign.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exframe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercise.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exercises.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exesheet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exp-testopt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expdlist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-export.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exsol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extract.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facsimile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-factura.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancylabel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancynum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancypar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytabs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancytooltips.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcolumn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fetchcls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fewerfloatpages.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fgruler.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fibeamer.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fifo-stack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontents.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filecontentsdef.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filedate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fileinfo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fink.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-finstrut.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fithesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixcmex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixme.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixmetodonotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flabels.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flagderiv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flashcards.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flippdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatflt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-floatrow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowfram.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fmtcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnbreak.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnumprint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foilhtml.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontaxes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontsize.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fonttable.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footmisx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnoterange.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnpag.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forarray.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-foreign.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forloop.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forms16be.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-formular.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-frankenstein.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-froufrou.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftnxtra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullblck.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fullminipage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-calligra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fundus-sueterlin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fvextra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-g-brief.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gatherenum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gcite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gender.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genmpage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getitems.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ginpenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gitfile-info.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-danish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-dutch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-english.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-estonian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-extra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-finnish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-french.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-german.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-irish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-italian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-magyar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-nynorsk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-polish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-portuges.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-serbian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-slovene.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glossaries-spanish.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmdoc-enhance.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grabbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicx-psmin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicxbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphpaper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grayhints.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grid.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridpapers.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gridset.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitlogo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-halloweenmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hanging.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hardwrap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hhtensor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-histogr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitreport.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hpsdiss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hrefhide.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperbar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyperxmp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyphenat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-idxlayout.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iffont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifmtarg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifnextok.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ifoddpage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iitem.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imakeidx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-indextools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inlinedef.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputenx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inputtrc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interfaces.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-intopdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inversepath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-invoice2.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iso10303.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isodoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isorot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isotope.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-issuulinks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jvlisting.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kalendarium.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kantlipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kerntest.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keycommand.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyindex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-keyvaltable.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knowledge.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-komacv-rg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ktv-texdata.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3build.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labbook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labels.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-labelschanged.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpackage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lastpage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-amsmath-dev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-base-dev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-firstaid-dev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-graphics-dev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-tools-dev.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexcolors.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexdemo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexgit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-layouts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lccaps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lcg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leading.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leaflet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leftidx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leipzig.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lengthconvert.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lettrine.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lhelp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-libgreek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-linegoal.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lipsum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listingsutf8.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listlbls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listliketab.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listofsymbols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lmake.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-locality.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logpap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longfigure.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longnamefilelist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstaddons.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ltxnew.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatodonotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-macroswap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-magicnum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailing.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mailmerge.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebase.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makebox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecell.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makecmds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makedtx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mandi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manfnt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-manuscript.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginfix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-marginnote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-markdown.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathastext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathexam.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcaption.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcite.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdframed.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-media9.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-meetingmins.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memory.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menu.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menucard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-menukeys.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metastr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-method.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metre.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfirstuc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mftinc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mi-solns.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mindflow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minibox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minidocument.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minifp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minipage-marginpar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minted.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-minutes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mleftright.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moderntimeline.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modroman.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-monofill.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moodle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morefloats.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morehype.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moresize.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-moreverb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-morewrites.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mparhack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpostinl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mtgreek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiaudience.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multibbl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multicolrule.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multidef.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multienv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiexpand.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multilang.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multirow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mversion.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mwe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mycv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mylatexformat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nag.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nameauth.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namespc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ncctools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-needspace.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newlfm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newspaper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newunicodechar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newvbtm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newverbs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicefilelist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-niceframe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicetext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nidanfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-noitcrul.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomencl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nomentbl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nonumonpart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-normalcolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-notespages.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nowidow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntheorem.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numprint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ocgx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-octavo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oldstyle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onlyamsmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opcit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-orcidlink.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outlining.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-overpic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-padcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagecont.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pagenote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pageslts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papercdcase.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papermas.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-papertex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paracol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paralist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-paresse.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parselines.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-patchcmd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pauldoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pawpict.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbalance.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pbsheet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdf14.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfcprot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfoverlay.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpc-movie.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfprivacy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perltex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-permute.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phffullpagefigure.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfnote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfparen.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfqit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfquotetext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfsvnwatermark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-phfthm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-photo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-picture.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plweb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmboxdraw.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynom.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polynomial.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polytable.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ppr-prv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prelim2e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preprint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pressrelease.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prettyref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-preview.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-probsoln.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proofread.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-protocol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfragx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxgreeks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qcm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qstest.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsymbols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotchap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quoting.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quotmark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ran_toks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rccol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs-multi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcsinfo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realboxes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-recipecard.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reflectgraphics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refman.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-refstyle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regexpatch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-register.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-regstats.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-relenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repltext.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rgltxdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rjlparshap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-robustcommand.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romanbarpagenumber.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-romannum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rotfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rtkinenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rulercompass.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sauerj.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savefnmark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-savetrees.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scale.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scalebar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schedule.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schooldocs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scontents.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrlayer-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sdaps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-secnum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sectsty.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seealso.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selinput.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semantic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semesterplanner.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semioneside.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-semproc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seqsplit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesstime.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sf298.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sffms.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shorttoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-show2e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showcharinbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showexpl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-showlabels.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidecap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sidenotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-silence.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplecv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sitem.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skrapport.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-slantsc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-snapshot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soulutf8.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spacingtricks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splitindex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spverbatim.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srcltx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sseq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-standalone.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdclsdv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stealcaps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stdpage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-storebox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stringstrings.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sttools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subdepth.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subeqnarray.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfigure.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfiles.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-supertabular.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-multi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svn-prov.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-svninfo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swfigure.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntrace.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-synttree.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabfigures.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablefootnote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tableof.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablestyles.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablists.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablvar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabu.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularborder.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabularew.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabulary.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tagpdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-talk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tcldoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ted.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-templatetools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termcal.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termlist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testhyphens.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-testidx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-label.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-locale.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texmate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texments.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texpower.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texshade.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texvc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textfit.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textmerg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textpos.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textualicomma.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmtools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threadcol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumbs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-titling.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocbibind.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocdata.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocloft.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tocvsec2.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-todonotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toolbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totalcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totcount.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-totpages.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-transparent.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trfsigns.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trimspaces.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trivfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trsym.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tucv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-twoup.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-txgreeks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-type1cm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typed-checklist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typeface.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typogrid.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umoline.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underlin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-undolabl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitipa.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-units.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unravel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upquote.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uri.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ushort.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varindex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-verifiche.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-versonotes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vgrid.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vmargin.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-volumes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vwcol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-warpcol.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-was.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widetable.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-widows-and-orphans.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wordlike.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xargs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xbmks.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-material.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-solarized.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcookybooky.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcpdftips.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xellipsis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xfor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmpincl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpatch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpeek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpunctuate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xsavebox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xtab.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yafoot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yaletter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yagusylo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ydoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zebra-goodies.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ESIEEcv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-GS1.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-HA-prosper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-Tabbing.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abstract.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accessibility.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accsupp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-achemso.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acronym.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acroterm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialangle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-actuarialsymbol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addlines.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjmulticol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adjustbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adrconv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alertmessage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alnumsec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alphalph.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-altfont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amsaddr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-animate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-answers.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-appendix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apptools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arcs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraycols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arraysort.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arydshln.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asciilist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-askinclude.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-atenddvi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autonum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autopdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-avremu.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axessibility.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-background.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-basicarith.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerappendixnote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamercolorthemeowl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamersubframe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-cuerna.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-metropolis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamertheme-saintpetersburg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bearwear.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beton.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bewerbung.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bez123.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bhcexam.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bigfoot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bithesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bizcard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blindtext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blowup.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bnumexpr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boites.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookcover.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booklet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bookshelf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boolexpr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bophook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxedminipage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boxhandler.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breakurl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bubblesort.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bullcntr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calcage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculator.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cals.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-canoniclayout.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-capt-of.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-captcont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catchfilebetweentags.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catechis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccaption.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cclicenses.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cd-cover.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cdpbundl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cellprops.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-centerlastline.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changebar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changepage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-changes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chappg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chapterfolder.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cheatsheet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chextras.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-childdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chletter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circ.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classpack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clefval.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cleveref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrdblpg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrstrip.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmdtrack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codepage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codesection.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collcell.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collectbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colophon.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-color-edits.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colordoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorwav.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorweb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combine.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commado.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commedit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-competences.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-constants.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-continue.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contour.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-contracard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conv-xkv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooking-units.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cool.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coollist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolstr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coolthms.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cooltooltips.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coordsys.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-copyedit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-counttexruns.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-coverpage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cprotect.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crossreference.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-csvmerge.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cuisine.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currency.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currfile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-currvita.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cutwin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cyber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cybercic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashrule.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dashundergaps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datax.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datatool.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dateiliste.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datenumber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bahasai.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-basque.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-breton.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-bulgarian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-catalan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-croatian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-czech.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-danish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-dutch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-en-fulltext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-english.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-esperanto.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-estonian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-finnish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-french.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-galician.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-german.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-greek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-hebrew.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-icelandic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-irish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-italian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-it-fulltext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-latin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-lsorbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-magyar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-norsk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-polish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-portuges.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-romanian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-russian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-samin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-scottish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-serbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovak.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-slovene.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-spanish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-swedish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-turkish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-ukrainian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-usorbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-datetime2-welsh.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decimal.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decorule.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimtxt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-denisbdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dialogl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dinbrief.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtytalk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dnaseq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doclicense.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmfp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docmute.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doctools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-documentation.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotarrow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dotseqn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-download.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dprogress.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftcopy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-draftwatermark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dtxdescribe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duckuments.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ducksay.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynamicnumber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easybook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfig.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyfloats.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-easyreview.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebezier.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecclesiastic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econlipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ed.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-edmargin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eemeir.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-efbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-egplot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipsis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elocalloc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elzcards.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emarks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedall.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-embedfile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emptypage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endheads.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endnotes-hy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engpron.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engrec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enumitem-zref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-environ.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-envlab.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigraph.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epiolmec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eq-pin2corr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqlist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnalign.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqparbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-errata.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erw-l3.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esdiff.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etaremune.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etextools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eukdate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyhook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everypage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exam-n.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-examdesign.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exframe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercise.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exercises.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exesheet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exp-testopt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expdlist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-export.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exsol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extract.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facsimile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-factura.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancylabel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancynum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancypar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytabs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancytooltips.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcolumn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fetchcls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fewerfloatpages.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fgruler.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fibeamer.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fifo-stack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontents.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filecontentsdef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filedate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fileinfo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fink.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-finstrut.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fithesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixcmex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixme.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixmetodonotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flabels.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flagderiv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flashcards.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flippdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatflt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-floatrow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowfram.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fmtcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnbreak.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnumprint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foilhtml.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontaxes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontsize.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fonttable.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footmisx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnoterange.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnpag.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forarray.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-foreign.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forloop.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forms16be.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-formular.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-frankenstein.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-froufrou.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftnxtra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullblck.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fullminipage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-calligra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fundus-sueterlin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fvextra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-g-brief.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gatherenum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gcite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gender.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genmpage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getitems.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ginpenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gitfile-info.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-danish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-dutch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-english.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-estonian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-extra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-finnish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-french.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-german.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-irish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-italian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-magyar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-nynorsk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-polish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-portuges.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-serbian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-slovene.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glossaries-spanish.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmdoc-enhance.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grabbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicx-psmin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicxbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphpaper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grayhints.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grid.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridpapers.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gridset.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitlogo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-halloweenmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hanging.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hardwrap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hhtensor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-histogr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitreport.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hpsdiss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hrefhide.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperbar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyperxmp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyphenat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-idxlayout.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iffont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifmtarg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifnextok.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ifoddpage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iitem.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imakeidx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-indextools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inlinedef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputenx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inputtrc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interfaces.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-intopdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inversepath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-invoice2.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iso10303.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isodoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isorot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isotope.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-issuulinks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jvlisting.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kalendarium.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kantlipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kerntest.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keycommand.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyindex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-keyvaltable.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knowledge.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-komacv-rg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ktv-texdata.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3build.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labbook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labels.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-labelschanged.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpackage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lastpage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-amsmath-dev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-base-dev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-firstaid-dev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-graphics-dev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-tools-dev.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexcolors.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexdemo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexgit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-layouts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lccaps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lcg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leading.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leaflet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leftidx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leipzig.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lengthconvert.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lettrine.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lhelp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-libgreek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-linegoal.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lipsum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listingsutf8.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listlbls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listliketab.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listofsymbols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lmake.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-locality.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logpap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longfigure.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longnamefilelist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstaddons.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ltxnew.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatodonotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-macroswap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-magicnum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailing.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mailmerge.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebase.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makebox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecell.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makecmds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makedtx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mandi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manfnt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-manuscript.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginfix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-marginnote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-markdown.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathastext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathexam.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcaption.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcite.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdframed.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-media9.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-meetingmins.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memory.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menu.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menucard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-menukeys.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metastr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-method.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metre.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfirstuc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mftinc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mi-solns.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mindflow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minibox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minidocument.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minifp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minipage-marginpar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minted.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-minutes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mleftright.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moderntimeline.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modroman.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-monofill.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moodle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morefloats.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morehype.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moresize.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-moreverb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-morewrites.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mparhack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpostinl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mtgreek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiaudience.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multibbl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multicolrule.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multidef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multienv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiexpand.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multilang.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multirow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mversion.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mwe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mycv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mylatexformat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nag.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nameauth.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namespc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ncctools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-needspace.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newlfm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newspaper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newunicodechar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newvbtm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newverbs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicefilelist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-niceframe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicetext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nidanfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-noitcrul.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomencl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nomentbl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nonumonpart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-normalcolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-notespages.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nowidow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntheorem.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numprint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ocgx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-octavo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oldstyle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onlyamsmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opcit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-orcidlink.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outlining.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-overpic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-padcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagecont.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pagenote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pageslts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papercdcase.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papermas.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-papertex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paracol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paralist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-paresse.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parselines.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-patchcmd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pauldoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pawpict.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbalance.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pbsheet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdf14.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfcprot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfoverlay.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpc-movie.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfprivacy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perltex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-permute.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phffullpagefigure.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfnote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfparen.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfqit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfquotetext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfsvnwatermark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-phfthm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-photo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-picture.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plweb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmboxdraw.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynom.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polynomial.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polytable.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ppr-prv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prelim2e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preprint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pressrelease.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prettyref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-preview.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-probsoln.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proofread.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-protocol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfragx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxgreeks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qcm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qstest.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsymbols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotchap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quoting.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quotmark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ran_toks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rccol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs-multi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcsinfo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realboxes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-recipecard.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reflectgraphics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refman.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-refstyle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regexpatch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-register.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-regstats.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-relenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repltext.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rgltxdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rjlparshap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-robustcommand.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romanbarpagenumber.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-romannum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rotfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rtkinenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rulercompass.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sauerj.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savefnmark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-savetrees.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scale.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scalebar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schedule.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schooldocs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scontents.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrlayer-fancyhdr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sdaps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-secnum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sectsty.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seealso.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selinput.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semantic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semesterplanner.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semioneside.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-semproc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seqsplit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesstime.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sf298.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sffms.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shorttoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-show2e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showcharinbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showexpl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-showlabels.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidecap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sidenotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-silence.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplecv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sitem.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skrapport.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-slantsc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-snapshot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soulutf8.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spacingtricks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splitindex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spverbatim.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srcltx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sseq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-standalone.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdclsdv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stealcaps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stdpage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-storebox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stringstrings.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sttools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subdepth.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subeqnarray.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfigure.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfiles.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-supertabular.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-multi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svn-prov.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-svninfo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swfigure.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntrace.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synttree.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabfigures.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablefootnote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tableof.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablestyles.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablists.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablvar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabu.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularborder.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabularew.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabulary.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tagpdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-talk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tcldoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ted.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-templatetools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termcal.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termlist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testhyphens.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-testidx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-label.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-locale.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texmate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texments.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texpower.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texshade.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texvc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textfit.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textmerg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textpos.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textualicomma.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmtools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threadcol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumbs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-titling.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocbibind.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocdata.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocloft.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tocvsec2.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-todonotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toolbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totalcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totcount.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-totpages.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-transparent.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trfsigns.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trimspaces.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trivfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trsym.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tucv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-twoup.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-txgreeks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-type1cm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typed-checklist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typeface.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typogrid.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umoline.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underlin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-undolabl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitipa.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-units.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unravel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upquote.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uri.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ushort.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varindex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-verifiche.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-versonotes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vgrid.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vmargin.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-volumes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vwcol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-warpcol.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-was.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widetable.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-widows-and-orphans.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wordlike.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xargs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xbmks.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-material.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-solarized.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcookybooky.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcpdftips.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xellipsis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xfor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmpincl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpatch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpeek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpunctuate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xsavebox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xtab.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yafoot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yaletter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yagusylo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ydoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zebra-goodies.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zref.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=5277c2c2c50fe61d8bb0f980f5da3a97 diff --git a/metadata/md5-cache/dev-texlive/texlive-latexextra-2023_p69752-r2 b/metadata/md5-cache/dev-texlive/texlive-latexextra-2023_p69752-r2 index ff4bdd7ad95a..629fa9b15358 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latexextra-2023_p69752-r2 +++ b/metadata/md5-cache/dev-texlive/texlive-latexextra-2023_p69752-r2 @@ -12,5 +12,5 @@ PDEPEND=>=dev-tex/glossaries-4.53 RDEPEND=>=dev-texlive/texlive-latexrecommended-2023 >=dev-texlive/texlive-pictures-2023 dev-perl/Spreadsheet-ParseExcel !=dev-tex/minted-2.9 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latexextra.r69752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.r55076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.r54071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.r20943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.r17020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abspos.r64465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accessibility.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accsupp.r53052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.r69638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.r62925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialsymbol.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addfont.r58559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.r49326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.r63320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.r46817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.r20538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/affilauthor.r68996.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akktex.r26055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alchemist.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alertmessage.r38055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alphalph.r53087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.r59265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altsubsup.r62738.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.r64357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.r67401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.r17049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.r35032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.r17050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.r53718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.r46317.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.r28400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabicfront.r51474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/argumentation.r69023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraycols.r68277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.r18125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.r31576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.r50084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asciilist.r49060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/askinclude.r54725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.r20431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/assoccnt.r38497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/association-matrix.r64845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atenddvi.r56922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atendofenv.r62164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.r42099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aurl.r41853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.r55889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authorarchive.r65777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.r51757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autofancyhdr.r54049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.r36084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.r32377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autopuncitems.r63045.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/avremu.r35373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/awesomebox.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axessibility.r57105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/background.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bankstatement.r38857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.r25597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basicarith.r35460.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.r43928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-rl.r69254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.r27539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerappendixnote.r55732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.r23427.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerauxtheme.r56087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamercolorthemeowl.r40105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerdarkthemes.r55117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.r23510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-arguelles.r68659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-cuerna.r42161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-detlevcm.r39048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-epyt.r41404.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-focus.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-light.r49867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-metropolis.r43031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-npbt.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-phnompenh.r39100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-pure-minimalistic.r56934.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-rainbow.r67542.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.r45877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-simpledarkblue.r60061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-simpleplus.r64770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-tcolorbox.r67000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-trigon.r65985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.r29937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemeamurmaple.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemeconcrete.r69528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemejltree.r21977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemelalic.r58777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.r20765.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenord.r56180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bearwear.r54826.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beaulivre.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beautybook.r68438.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bewerbung.r61632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.r64093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibletext.r45196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.r38248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bilingualpages.r59643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biochemistry-colors.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bithesis.r68634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.r25039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.r36406.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/block.r17209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.r67640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bnumexpr.r59244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.r32235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.r17076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/book-of-common-prayer.r62240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookcover.r65394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookshelf.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.r17830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.r17062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.r54827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.r28031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.r17129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.r17127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.r29901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bubblesort.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcalc.r56431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.r41813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdvidriver.r43219.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxenclose.r40213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxnewfont.r44173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxpapersize.r63174.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxpdfver.r63185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxtexlogo.r63231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.r27725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.r64424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.r17125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.r43003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.r69266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.r32508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.r64889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.r17353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carbohydrates.r39000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.r54682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfile.r53084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.r21476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.r59998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.r68982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.r16666.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.r23443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.r34452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.r17121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdcmd.r60742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cellprops.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.r61501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.r67293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/centeredline.r64672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/centerlastline.r56644.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.r69367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.r16094.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changelog.r65861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cheatsheet.r45069.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checkend.r51475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.r45081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.r27118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/childdoc.r49543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.r27473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.r20060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.r47577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.r67973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circledsteps.r67889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circledtext.r63166.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.r53671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classpack.r55218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.r55985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref-usedon.r66915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clicks.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.r47747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clistmap.r61811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrdblpg.r47511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrstrip.r60363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.r28910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.r18787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cntformats.r34668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cntperchap.r37572.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codebox.r61771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codedescribe.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.r17630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codehigh.r65787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.r51502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codesection.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colophon.r47913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/color-edits.r56707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.r18270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorframed.r64551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coloring.r41042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorist.r68440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorspace.r50585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.r22155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.r67012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.r31490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.r21741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.r18462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.r19361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.r18259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.r38875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commedit.r50116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.r41927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commonunicode.r62901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/competences.r47573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.r29020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.r18791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conditext.r55387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/continue.r49449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.r18950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conv-xkv.r43558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking-units.r65241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.r67013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolfn.r69007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.r67048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.r67015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.r29062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.r60201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coop-writing.r61607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/copyedit.r37928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.r24829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.r23862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counterz.r67335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.r27576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.r21209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotectinside.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/create-theorem.r67712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/creationboites.r68087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crefthe.r68813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreftools.r55879.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crumbs.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.r64389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/css-colors.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csvmerge.r51857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.r69494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.r34453.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currency.r48990.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.r64673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curriculum-vitae.r68211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/customenvs.r68637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.r60901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.r34577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.r28878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyber.r46776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cybercic.r37659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/darkmode.r64271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.r23425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.r29579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.r58150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.r62942.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datax.r61772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.r27974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.r61761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datestamp.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.r36650.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2.r63102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bahasai.r46287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-basque.r47064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-breton.r52647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bulgarian.r47031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-catalan.r47032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-croatian.r36682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-czech.r47033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-danish.r47034.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-dutch.r47355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-en-fulltext.r36705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-english.r52479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-esperanto.r47356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-estonian.r47565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-finnish.r47047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-french.r56393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-galician.r47631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-german.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-greek.r47533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-hebrew.r47534.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-icelandic.r65213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-irish.r47632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-it-fulltext.r54779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-italian.r37146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-latin.r47748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-lsorbian.r47749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-magyar.r48266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-norsk.r48267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-polish.r48456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-portuges.r48457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-romanian.r56394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-russian.r49345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-samin.r49346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-scottish.r52101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-serbian.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovak.r52281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovene.r52282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-spanish.r45785.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-swedish.r36700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-turkish.r52331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-ukrainian.r47552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-usorbian.r52375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-welsh.r52553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.r28983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dbshow.r61634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/debate.r64846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.r23374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimalcomma.r69251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.r55230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/defoldfonts.r68234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/democodetools.r64314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/denisbdoc.r66137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diabetes-logbook.r54810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.r19387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.r28946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.r17192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dimnum.r58774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.r20520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.r17337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.r17194.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doclicense.r68441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.r25741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docshots.r69676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doctools.r34474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docutils.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.r48634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotlessi.r51476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.r17195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/download.r52257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.r46011.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.r17196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftfigure.r44854.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.r57099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.r69504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxdescribe.r69507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ducksay.r64655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duckuments.r52271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynamicnumber.r38726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.r35193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.r57514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.r32677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easybook.r69747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfloats.r57204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyformat.r44543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.r32661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyreview.r38352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.r38172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econlipsum.r58390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.r24928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.r25231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edichokey.r56223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.r27599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/efbox.r33236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.r20617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ehhline.r54676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/einfart.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elements.r61792.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.r55418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elocalloc.r42712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.r60209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elzcards.r51894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.r24504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.r51177.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedfile.r65528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.r57814.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emo.r66944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emotion.r69752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.r18064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.r28469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.r43750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.r53319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes-hy.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.r16558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.r61490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.r51423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.r21472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.r54857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph-keys.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eq-pin2corr.r59477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.r22931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.r32257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnalign.r43278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqname.r20678.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.r45215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erw-l3.r61799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.r67707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.r21385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esieecv.r59638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esindex.r52342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.r52240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.r20694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etl.r60998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eulerpx.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/europasscv.r56829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.r69661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.r35675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.r56694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.r67600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-lite.r65754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-n.r64674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-randomizechoices.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/example.r33398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examz.r67303.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.r17262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.r35417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercisebank.r50448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercisepoints.r49590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercises.r55188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exesheet.r69688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exframe.r53911.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/export.r27206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.r67300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.r52117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.r21328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.r61697.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fail-fast.r67543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/familytree.r63739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhandout.r46411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancylabel.r46736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.r58895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyqr.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyslides.r36263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.r41549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.r68931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbox.r69041.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcolumn.r67729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetchcls.r45245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fewerfloatpages.r58058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ffcode.r69706.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ffslides.r38895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fgruler.r63721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fifo-stack.r33288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.r18784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.r66740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontentsdef.r52208.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.r29529.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.r28421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.r24329.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.r21719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fistrum.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fithesis.r64135.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixcmex.r51825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.r17131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.r30168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.r53207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.r17272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.r62104.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.r25768.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flexipage.r66614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.r25584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.r56782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatbytocbasic.r67945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.r25540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrowbytocbasic.r67946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.r35291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.r53912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.r66615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.r20710.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.r52090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.r25607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.r62248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.r29173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foliono.r58877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontsetup.r69390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontsize.r60161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.r44799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.r69729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisx.r42621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.r27034.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.r66149.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.r27819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.r67017.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.r21480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forms16be.r51305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.r18312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.r26789.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.r27417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/froufrou.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.r17275.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.r29652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.r25434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullminipage.r34545.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.r24684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/functional.r65485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.r26018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-cyr.r26019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.r26030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fvextra.r69001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.r50415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gatherenum.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.r32934.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gender.r36464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy-profiles.r69580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gensymb.r64740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.r16189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getitems.r39365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gindex.r52311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.r24980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitfile-info.r51928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.r34049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo2.r38913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitlog.r38932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitstatus.r64662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitver.r63920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/globalvals.r49962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-danish.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-dutch.r35685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-english.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-estonian.r49928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-extra.r68409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-finnish.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-french.r42873.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-german.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-irish.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-italian.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-magyar.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-norsk.r67141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-nynorsk.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-polish.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-portuges.r36064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-serbian.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-slovene.r51211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-spanish.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.r21292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.r24287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.r24288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grabbox.r65223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradient-text.r65567.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grading-scheme.r62505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphbox.r46360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicscache.r65318.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.r56931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.r32630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphpaper.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grayhints.r49052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.r17354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.r32981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridpapers.r58723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.r53762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridslides.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gs1.r59620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.r55741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ha-prosper.r59651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hackthefootline.r46494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/halloweenmath.r52602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handin.r48255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handout.r43962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handoutwithnotes.r62140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hang.r43280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.r21396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.r26543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.r21327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.r41359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-acronym.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-float.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-text.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-title.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hereapplies.r68638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hideanswer.r63852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/highlightlatex.r58392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/highlightx.r68756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitreport.r58357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.r30002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobsub.r52810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/homework.r68773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/href-ul.r69359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.r66189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huawei.r68336.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvextern.r69651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.r46051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvlogos.r69581.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvpygmentex.r62405.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvqrurl.r69723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hwemoji.r65001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdestopt.r56253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdoc.r68661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.r53197.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.r17357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperbar.r48147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.r17358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.r68251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/identkey.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.r54554.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.r25821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iexec.r69420.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifallfalse.r60027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iffont.r38823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.r20727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.r47544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.r23379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.r25819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.r29613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.r42287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/import.r54683.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.r60810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/indextools.r68555.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inline-images.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinelabel.r63853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputenx.r52986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.r28019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.r21474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intopdf.r63987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.r48359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice-class.r49749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice2.r67327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipsum.r68861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.r16613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.r59709.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.r17362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isopt.r45509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isosafety.r68801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.r23711.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.r25742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iwonamath.r68144.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.r24858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmsdelim.r62630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jobname-suffix.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/joinbox.r68003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jslectureplanner.r57095.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jumplines.r37553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.r24638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kalendarium.r48744.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.r68983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.r18042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyfloat.r69399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyindex.r50828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyparse.r60277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.r28195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.r17992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.r23698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyvaltable.r65416.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.r21606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knowledge.r61991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.r25025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.r26137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv.r57721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv-rg.r49064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/korigamik.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.r27369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3build.r69748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labels4easylist.r51124.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labelschanged.r69400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambdax.r60278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpackage.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.r68557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-amsmath-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-base-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin-dev.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-context-ppchtex.r66687.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-firstaid-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tools-dev.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-uni8.r49729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2pydata.r68919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcolors.r49888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdemo.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexgit.r54811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.r17691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lccaps.r46432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.r31474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.r56878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lebhart.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lectures.r53642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lectureslides.r62292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leftindex.r69660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.r52450.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.r54722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.r69508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.r23638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.r65004.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.r44863.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.r21523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linop.r41304.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.r60561.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.r38722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.r17373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listingsutf8.r53097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listlbls.r67215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.r16134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/litesolution.r69115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/litetable.r69678.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.r20021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.r25552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.r20422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.r24499.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logoetalab.r68916.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longfbox.r39028.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longfigure.r34302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.r27889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.r30704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstfiracode.r49503.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.r45913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3rawobjects.r66619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.r34923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.r17533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.r21869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxguidex.r50992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.r28332.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.r21586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.r24897.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.r47527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-physical.r59138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatodonotes.r53825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macrolist.r60139.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.r31498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.r24694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicnum.r52983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicwatermark.r63656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebase.r41012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.r46702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makelabels.r60255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makerobust.r52811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.r54684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.r36110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manyind.r49874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfit.r48281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/markdown.r66954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalpha.r61089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.r69237.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfam256.r53519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfont.r68241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcexam.r60481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.r18173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.r31648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.r31075.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/media4svg.r64686.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.r64047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/medstarbeamer.r38828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.r31878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.r30452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mensa-tex.r45997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menucard.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.r64314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogox.r69601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metanorma.r55010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metastr.r56246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/method.r17485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.r18489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfirstuc.r64743.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mi-solns.r49651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.r17484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mindflow.r65236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.r30914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minidocument.r43752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.r32559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minimalist.r68552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.r32165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.r42186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mleftright.r53021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.r63406.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.r62128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modernposter.r47269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.r55518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modular.r44142.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moloch.r69579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.r28140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moodle.r65672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.r24479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.r37927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.r38815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.r17513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.r22126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.r69679.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/movement-arrows.r67270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.r26473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.r59066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpostinl.r49559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.r49578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.r17967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.r21775.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiaudience.r60688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicolrule.r56366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multidef.r40637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.r45943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multifootnote.r63456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multilang.r49065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiple-choice.r63722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.r58396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.r29370.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.r26807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatex.r56751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.r21392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.r24741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.r69758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.r51810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.r29601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nestquot.r27323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.r29331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.r47382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.r23996.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.r64833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nextpage.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.r43640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.r65842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.r36086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.r38914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nidanfloat.r48295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ninecolors.r62006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.r68448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.r30140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.r59195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.r26786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.r61029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/non-decimal-units.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.r17598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.r22114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.r18128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/normalcolor.r40125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notebeamer.r68871.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notespages.r41906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notestex.r45396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.r18129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.r24066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.r30991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.r27609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.r33109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.r18130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.r27498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numspell.r61132.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.r28803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx2.r65292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.r42927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opencolor.r66363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optidef.r50941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.r18131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/options.r39030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orcidlink.r69253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orientation.r57390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.r18360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.r21095.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.r25192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outlining.r45601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overlays.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/padcount.r47621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.r66885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagegrid.r64470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagelayout.r69486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.r16915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.r39164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/palette.r60119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pangram.r66300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.r66835.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.r19230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.r49560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parades.r40042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.r43021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.r59228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.r51720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsa.r54840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.r21475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.r55859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.r32263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.r66860.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.r41379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.r16005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.r21629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbalance.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.r24807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.r24830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.r17583.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfannotations.r68958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcol.r64469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcolmk.r52912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.r49047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.r18735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.r23492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfoverlay.r64210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpagediff.r37946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpc.r68610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpc-movie.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfprivacy.r45985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfrender.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfreview.r50100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.r20373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.r68667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.r50338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.r52162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.r25915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmath-xfp.r59268.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfcc.r60731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfextendedabstract.r60732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phffullpagefigure.r41857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfnote.r60733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfparen.r41859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfqit.r60734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfquotetext.r41869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfsvnwatermark.r41870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfthm.r60735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.r36396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonenumbers.r63774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.r18739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/photobook.r68313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/picture.r54867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.r21894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.r47486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.r19848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmboxdraw.r53046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.r44832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.r55837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.r21641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.r18305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postnotes.r69102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.r59272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppt-slides.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/practicalreports.r52312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/precattl.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prelim2e.r57000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.r30447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pressrelease.r35147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prettytok.r66884.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.r69470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.r19847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.r44783.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profmaquette.r69526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/program.r44214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.r19519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.r33822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/projlib.r69689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proofread.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.r33033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.r41633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.r25562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.r26243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.r46393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstring.r42857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.r21838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pygmentex.r64131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/python.r60162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythonimmediate.r69487.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/q-and-a.r69164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quicktype.r42183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quiz2socrative.r52276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.r56926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.r32818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.r59515.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randexam.r69690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/readablecv.r67986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.r60540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipebook.r37026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.r19980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.r29128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.r44131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.r40612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.r69680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.r19979.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.r58668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/register.r54485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.r66795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.r22050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.r30707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.r24305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repltext.r56433.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rescansync.r63856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resmes.r65375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/responsive.r69147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/returntogrid.r48485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rgltxdoc.r53858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.r19082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robust-externalize.r69459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.r49877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.r25005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbarpagenumber.r36236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.r20087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rorlink.r67461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.r18292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.r18740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.r29675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.r30084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.r20003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rulerbox.r50984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.r32392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/runcode.r69471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.r19614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanitize-umlaut.r67126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/saveenv.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savesym.r31565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.r40525.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.r42809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.r42633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schedule.r51805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schooldocs.r69659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scontents.r62902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrambledenvs.r60615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrlayer-fancyhdr.r63844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrlttr2copy.r56733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrwfile.r66872.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sdaps.r65345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.r20208.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/secnum.r61813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.r37749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbreak.r50339.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seealso.r43595.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.r20185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selinput.r53098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantex.r65679.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic-markup.r53607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semesterplanner.r56841.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semproc.r37568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semtex.r56530.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.r41732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesstime.r49750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setspaceenhanced.r68493.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.r41653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sfmath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.r53350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.r20312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.r26522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shdoc.r41991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.r52334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.r28918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.r57414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.r63940.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.r65618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.r54524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotesplus.r69176.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.r27028.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sillypage.r66349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sim-os-menus.r68843.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.r29260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.r35537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleinvoice.r45673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplivre.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.r22136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.r22781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.r56950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeldoc.r57922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.r24652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.r30560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skills.r56734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.r52412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.r25007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.r20333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smart-eqn.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.r20311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartunits.r39592.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.r56735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snaptodo.r61155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.r61992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soulpos.r60772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spacingtricks.r69048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spark-otf.r62481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.r42821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.r20842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.r39766.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.r22408.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.r68256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.r45818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.r31585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.r32293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.r60019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.r64677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/starray.r69002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stealcaps.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.r68569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.r24431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.r57097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.r60736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.r69128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/studenthandouts.r43516.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/styledcmd.r65262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subdocs.r51480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.r20308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.r56977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.r16117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.r53658.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suppose.r59281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.r57010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.r62157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swfigure.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swungdash.r64204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.r16252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabbing.r59715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.r25202.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.r42413.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.r32804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.r59837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.r17255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablvar.r69212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.r46848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.r17885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularray.r66276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.r34368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.r52064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagpair.r42138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagpdf.r69703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.r27345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tangocolors.r66733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tasks.r61541.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.r22018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.r69370.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.r33043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/templatetools.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.r22514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.r18923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termsim.r61414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testhyphens.r38928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testidx.r60966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.r16372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-locale.r48500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlogos.r19083.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.r69371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texsurgery.r59885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textcsc.r67193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.r20591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.r20677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textualicomma.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texvc.r46844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.r39669.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.r67018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.r28754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.r17383.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.r34206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.r33134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.r16736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.r42280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipauni.r65817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.r63020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlefoot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.r43497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.r18729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.r68677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/to-be-determined.r64882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.r20085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocdata.r69512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.r53364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.r33146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.r17746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.r69319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tokcycle.r60320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.r32260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.r19084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topiclongtable.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totalcount.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.r21178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tramlines.r65692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.r61896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/transparent.r64852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.r18732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.r18921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.r20680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tutodoc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.r17024.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.r21839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.r21820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typed-checklist.r63445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.r27046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typoaid.r44238.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.r24994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uassign.r38459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.r68759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.r19085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.r29019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.r65846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-titlepage.r68917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math-input.r69591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicodefonttable.r67066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unifront.r67054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unisc.r63178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitconv.r55060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/units.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.r69308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/updatemarks.r68163.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.r64613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.r26059.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.r48602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.r32261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uspace.r63123.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8add.r61074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.r27354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/variablelm.r60014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.r32262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.r44154.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.r24104.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vcell.r59039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.r56905.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.r21922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.r67865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.r17177.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.r23670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifiche.r69726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifycommand.r69389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/version.r21920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.r21921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/versonotes.r69249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.r49429.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.r32457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.r26039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.r21598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vtable.r51126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.r36254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wallcalendar.r45568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.r66616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/was.r64691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/webquiz.r58808.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.r53409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widows-and-orphans.r66753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/willowtreebook.r60638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.r52641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordcount.r46165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/worksheet.r48423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig2.r69513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapstuff.r64058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/writeongrid.r68863.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wtref.r69214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xassoccnt.r61112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xbmks.r53448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcntperchap.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-material.r42289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-solarized.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.r36435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcpdftips.r50449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xellipsis.r47546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xfakebold.r68929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.r22575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.r38929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.r63562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkcdcolors.r67895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeymask.r69223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xltabular.r56855.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.r60593.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.r54563.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xprintlen.r35928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.r67918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xsavebox.r64049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xsim.r61988.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.r68015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.r23347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xurl.r61553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.r48568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yaletter.r42830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ycbook.r46201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.r64887.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.r34398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zebra-goodies.r66630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.r17258.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zennote.r65549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.r32279.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref.r68278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-check.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-clever.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-vario.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.r63074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-latexextra.r69752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/2up.r55076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a0poster.r54071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a4wide.r20943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a5comb.r17020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abraces.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abspos.r64465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abstract.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accessibility.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accsupp.r53052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/achemso.r69638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acro.r62925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acronym.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acroterm.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialangle.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialsymbol.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addfont.r58559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addlines.r49326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjmulticol.r63320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjustbox.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adrconv.r46817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/advdate.r20538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/affilauthor.r68996.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akktex.r26055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akletter.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alchemist.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alertmessage.r38055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alnumsec.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alphalph.r53087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alterqcm.r59265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altfont.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altsubsup.r62738.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsaddr.r64357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/animate.r67401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonchap.r17049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/answers.r35032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anyfontsize.r17050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/appendix.r53718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/appendixnumberbeamer.r46317.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apptools.r28400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabicfront.r51474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arcs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/argumentation.r69023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraycols.r68277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arrayjobx.r18125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraysort.r31576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arydshln.r50084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asciilist.r49060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/askinclude.r54725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/assignment.r20431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/assoccnt.r38497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/association-matrix.r64845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atenddvi.r56922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atendofenv.r62164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile.r42099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aurl.r41853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authoraftertitle.r55889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authorarchive.r65777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authorindex.r51757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autofancyhdr.r54049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autonum.r36084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autopdf.r32377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autopuncitems.r63045.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/avremu.r35373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/awesomebox.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axessibility.r57105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/background.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bankstatement.r38857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bashful.r25597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basicarith.r35460.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bchart.r43928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-rl.r69254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer2thesis.r27539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerappendixnote.r55732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beameraudience.r23427.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerauxtheme.r56087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamercolorthemeowl.r40105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerdarkthemes.r55117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerposter.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamersubframe.r23510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-arguelles.r68659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-cuerna.r42161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-detlevcm.r39048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-epyt.r41404.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-focus.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-light.r49867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-metropolis.r43031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-npbt.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-phnompenh.r39100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-pure-minimalistic.r56934.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-rainbow.r67542.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-saintpetersburg.r45877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-simpledarkblue.r60061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-simpleplus.r64770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-tcolorbox.r67000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-trigon.r65985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-upenn-bc.r29937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemeamurmaple.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemeconcrete.r69528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemejltree.r21977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemelalic.r58777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemenirma.r20765.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemenord.r56180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bearwear.r54826.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beaulivre.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beautybook.r68438.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beton.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bewerbung.r61632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bez123.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bhcexam.r64093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibletext.r45196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigfoot.r38248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigints.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bilingualpages.r59643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biochemistry-colors.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bithesis.r68634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bizcard.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blindtext.r25039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blkarray.r36406.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/block.r17209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blowup.r67640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bnumexpr.r59244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boites.r32235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bold-extra.r17076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/book-of-common-prayer.r62240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookcover.r65394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookest.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booklet.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookshelf.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boolexpr.r17830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bophook.r17062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxedminipage.r54827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxhandler.r28031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bracketkey.r17129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braket.r17127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breakurl.r29901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bubblesort.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bullcntr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxcalc.r56431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxdpx-beamer.r41813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxdvidriver.r43219.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxenclose.r40213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxnewfont.r44173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxpapersize.r63174.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxpdfver.r63185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxtexlogo.r63231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calcage.r27725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calctab.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculator.r64424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calrsfs.r17125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cals.r43003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calxxxx-yyyy.r69266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cancel.r32508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/canoniclayout.r64889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/capt-of.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/captcont.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/captdef.r17353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carbohydrates.r39000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cases.r54682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/casyl.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfile.r53084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfilebetweentags.r21476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catechis.r59998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catoptions.r68982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbcoptic.r16666.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccaption.r23443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cclicenses.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd.r34452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd-cover.r17121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdcmd.r60742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdpbundl.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cellprops.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cellspace.r61501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/censor.r67293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/centeredline.r64672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/centerlastline.r56644.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changebar.r69367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changelayout.r16094.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changelog.r65861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changepage.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changes.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chappg.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chapterfolder.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cheatsheet.r45069.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checkend.r51475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chet.r45081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chextras.r27118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/childdoc.r49543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chkfloat.r27473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chletter.r20060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chngcntr.r47577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chronology.r67973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circ.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circledsteps.r67889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circledtext.r63166.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classics.r53671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classpack.r55218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clefval.r55985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref-usedon.r66915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clicks.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clipboard.r47747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clistmap.r61811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clock.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrdblpg.r47511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrstrip.r60363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmdstring.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmdtrack.r28910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmsd.r18787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cnltx.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cntformats.r34668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cntperchap.r37572.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codebox.r61771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codedescribe.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codedoc.r17630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codehigh.r65787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codepage.r51502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codesection.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collcell.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collectbox.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colophon.r47913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/color-edits.r56707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colordoc.r18270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorframed.r64551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorinfo.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coloring.r41042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorist.r68440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorspace.r50585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colortab.r22155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorwav.r67012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorweb.r31490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colourchange.r21741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combelow.r18462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combine.r19361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comma.r18259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commado.r38875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commedit.r50116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comment.r41927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commonunicode.r62901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/competences.r47573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concepts.r29020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concprog.r18791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conditext.r55387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/constants.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/continue.r49449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contour.r18950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contracard.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conv-xkv.r43558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking-units.r65241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cool.r67013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolfn.r69007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coollist.r67048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolstr.r67015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolthms.r29062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooltooltips.r60201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coop-writing.r61607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coordsys.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/copyedit.r37928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/copyrightbox.r24829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coseoul.r23862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counterz.r67335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counttexruns.r27576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courseoutline.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coursepaper.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coverpage.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cprotect.r21209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cprotectinside.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crbox.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/create-theorem.r67712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/creationboites.r68087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crefthe.r68813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossreference.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossreftools.r55879.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crumbs.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csquotes.r64389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/css-colors.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csvmerge.r51857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csvsimple.r69494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cuisine.r34453.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currency.r48990.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currfile.r64673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curriculum-vitae.r68211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currvita.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/customenvs.r68637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cutwin.r60901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cv.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cv4tw.r34577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cweb-latex.r28878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyber.r46776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cybercic.r37659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/darkmode.r64271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashbox.r23425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashrule.r29579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashundergaps.r58150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dataref.r62942.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datatool.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datax.r61772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dateiliste.r27974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datenumber.r61761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datestamp.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime.r36650.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2.r63102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bahasai.r46287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-basque.r47064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-breton.r52647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bulgarian.r47031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-catalan.r47032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-croatian.r36682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-czech.r47033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-danish.r47034.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-dutch.r47355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-en-fulltext.r36705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-english.r52479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-esperanto.r47356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-estonian.r47565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-finnish.r47047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-french.r56393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-galician.r47631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-german.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-greek.r47533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-hebrew.r47534.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-icelandic.r65213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-irish.r47632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-it-fulltext.r54779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-italian.r37146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-latin.r47748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-lsorbian.r47749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-magyar.r48266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-norsk.r48267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-polish.r48456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-portuges.r48457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-romanian.r56394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-russian.r49345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-samin.r49346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-scottish.r52101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-serbian.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovak.r52281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovene.r52282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-spanish.r45785.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-swedish.r36700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-turkish.r52331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-ukrainian.r47552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-usorbian.r52375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-welsh.r52553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dblfloatfix.r28983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dbshow.r61634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/debate.r64846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimal.r23374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimalcomma.r69251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decorule.r55230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/defoldfonts.r68234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimtxt.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/democodetools.r64314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/denisbdoc.r66137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diabetes-logbook.r54810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagbox.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagnose.r19387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dialogl.r28946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dichokey.r17192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dimnum.r58774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dinbrief.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/directory.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtytalk.r20520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dlfltxb.r17337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dnaseq.r17194.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doclicense.r68441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmfp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmute.r25741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docshots.r69676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doctools.r34474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/documentation.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docutils.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doi.r48634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotarrow.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotlessi.r51476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotseqn.r17195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/download.r52257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dox.r46011.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dpfloat.r17196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dprogress.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drac.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftcopy.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftfigure.r44854.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftwatermark.r57099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtk.r69504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxdescribe.r69507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ducksay.r64655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duckuments.r52271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvdcoll.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynamicnumber.r38726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynblocks.r35193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ean13isbn.r57514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easy.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easy-todo.r32677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easybook.r69747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfig.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfloats.r57204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyformat.r44543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easylist.r32661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyreview.r38352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebezier.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecclesiastic.r38172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econlipsum.r58390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecv.r24928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ed.r25231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edichokey.r56223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmargin.r27599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eemeir.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/efbox.r33236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egplot.r20617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ehhline.r54676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/einfart.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elements.r61792.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipsis.r55418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elmath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elocalloc.r42712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elpres.r60209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elzcards.r51894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emarks.r24504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedall.r51177.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedfile.r65528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embrac.r57814.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emo.r66944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emotion.r69752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emptypage.r18064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emulateapj.r28469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endfloat.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endheads.r43750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotes.r53319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotes-hy.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engpron.r16558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engrec.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enotez.r61490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enumitem.r51423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enumitem-zref.r21472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/envbig.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/environ.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/envlab.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigraph.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigraph-keys.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epiolmec.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eq-pin2corr.r59477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqell.r22931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqlist.r32257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnalign.r43278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqname.r20678.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqparbox.r45215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/errata.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erw-l3.r61799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esami.r67707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esdiff.r21385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esieecv.r59638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esindex.r52342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esint.r52240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esint-type1.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etaremune.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etextools.r20694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etl.r60998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eukdate.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eulerpx.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/europasscv.r56829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/europecv.r69661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyhook.r35675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everypage.r56694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam.r67600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-lite.r65754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-n.r64674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-randomizechoices.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examdesign.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/example.r33398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examplep.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examz.r67303.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exceltex.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/excludeonly.r17262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercise.r35417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercisebank.r50448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercisepoints.r49590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercises.r55188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exesheet.r69688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exframe.r53911.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exp-testopt.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expdlist.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/export.r27206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exsheets.r67300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exsol.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extract.r52117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facsimile.r21328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/factura.r61697.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fail-fast.r67543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/familytree.r63739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhandout.r46411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancylabel.r46736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancynum.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancypar.r58895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyqr.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyslides.r36263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytabs.r41549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytooltips.r68931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbox.r69041.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcolumn.r67729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetchcls.r45245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fewerfloatpages.r58058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ffcode.r69706.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ffslides.r38895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fgruler.r63721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fifo-stack.r33288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figsize.r18784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontents.r66740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontentsdef.r52208.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filedate.r29529.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fileinfo.r28421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filemod.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fink.r24329.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/finstrut.r21719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fistrum.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fithesis.r64135.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixcmex.r51825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixfoot.r17131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixme.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmetodonotes.r30168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fjodor.r53207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flabels.r17272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flacards.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flagderiv.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flashcards.r62104.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flashmovie.r25768.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flexipage.r66614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flipbook.r25584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flippdf.r56782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatbytocbasic.r67945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatflt.r25540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrow.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrowbytocbasic.r67946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowfram.r35291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmtcount.r53912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fn2end.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnbreak.r66615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fncychap.r20710.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fncylab.r52090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnpara.r25607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnpct.r62248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnumprint.r29173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foilhtml.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foliono.r58877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontaxes.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontsetup.r69390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontsize.r60161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonttable.r44799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisc.r69729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisx.r42621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnotebackref.r27034.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnoterange.r66149.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnpag.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forarray.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foreign.r27819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forloop.r67017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formlett.r21480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forms16be.r51305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formular.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fragments.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frame.r18312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/framed.r26789.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frankenstein.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frege.r27417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/froufrou.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftcap.r17275.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftnxtra.r29652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullblck.r25434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullminipage.r34545.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullwidth.r24684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/functional.r65485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-calligra.r26018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-cyr.r26019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-sueterlin.r26030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fvextra.r69001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fwlw.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/g-brief.r50415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gatherenum.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gauss.r32934.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gcard.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gcite.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gender.r36464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogy-profiles.r69580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genmpage.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gensymb.r64740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getfiledate.r16189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getitems.r39365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gindex.r52311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ginpenc.r24980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitfile-info.r51928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo.r34049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo2.r38913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitlog.r38932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitstatus.r64662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitver.r63920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/globalvals.r49962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gloss.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-danish.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-dutch.r35685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-english.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-estonian.r49928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-extra.r68409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-finnish.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-french.r42873.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-german.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-irish.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-italian.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-magyar.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-norsk.r67141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-nynorsk.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-polish.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-portuges.r36064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-serbian.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-slovene.r51211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-spanish.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmdoc.r21292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmdoc-enhance.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmiflink.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmutils.r24287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmverb.r24288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grabbox.r65223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradient-text.r65567.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grading-scheme.r62505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphbox.r46360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicscache.r65318.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicx-psmin.r56931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicxbox.r32630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphpaper.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grayhints.r49052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grfpaste.r17354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grid.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grid-system.r32981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridpapers.r58723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridset.r53762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridslides.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gs1.r59620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitlogo.r55741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ha-prosper.r59651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hackthefootline.r46494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/halloweenmath.r52602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handin.r48255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handout.r43962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handoutwithnotes.r62140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hang.r43280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanging.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hardwrap.r21396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harnon-cv.r26543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harpoon.r21327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/he-she.r41359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-acronym.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-float.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-text.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-title.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hereapplies.r68638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hhtensor.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hideanswer.r63852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/highlightlatex.r58392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/highlightx.r68756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/histogr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitec.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitreport.r58357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hletter.r30002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobsub.r52810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/homework.r68773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hpsdiss.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/href-ul.r69359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrefhide.r66189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huawei.r68336.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvextern.r69651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvindex.r46051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvlogos.r69581.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvpygmentex.r62405.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvqrurl.r69723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hwemoji.r65001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdestopt.r56253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdoc.r68661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdvips.r53197.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyper.r17357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperbar.r48147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypernat.r17358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperxmp.r68251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphenat.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/identkey.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/idxcmds.r54554.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/idxlayout.r25821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iexec.r69420.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifallfalse.r60027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iffont.r38823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifmslide.r20727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifmtarg.r47544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifnextok.r23379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifoddpage.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifthenx.r25819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iitem.r29613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/image-gallery.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imakeidx.r42287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/import.r54683.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/incgraph.r60810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/indextools.r68555.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inline-images.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinedef.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinelabel.r63853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputenx.r52986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputtrc.r28019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interactiveworkbook.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interfaces.r21474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intopdf.r63987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inversepath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice.r48359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice-class.r49749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice2.r67327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipsum.r68861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso10303.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodate.r16613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodoc.r59709.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isonums.r17362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isopt.r45509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isorot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isosafety.r68801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isotope.r23711.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/issuulinks.r25742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iwonamath.r68144.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlabels.r24858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmsdelim.r62630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jobname-suffix.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/joinbox.r68003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jslectureplanner.r57095.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jumplines.r37553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jvlisting.r24638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kalendarium.r48744.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kantlipsum.r68983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kerntest.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keycommand.r18042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyfloat.r69399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyindex.r50828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyparse.r60277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyreader.r28195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keystroke.r17992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyval2e.r23698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyvaltable.r65416.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kix.r21606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knowledge.r61991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-moderncvclassic.r25025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-script-sfs.r26137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv.r57721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv-rg.r49064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/korigamik.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ktv-texdata.r27369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3build.r69748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labbook.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labels.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labels4easylist.r51124.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labelschanged.r69400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambdax.r60278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpackage.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpage.r68557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-amsmath-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-base-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-bin-dev.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-context-ppchtex.r66687.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-firstaid-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-graphics-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-tools-dev.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-uni8.r49729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2pydata.r68919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcolors.r49888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexdemo.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexgit.r54811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layouts.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lazylist.r17691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lccaps.r46432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcd.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcg.r31474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leading.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leaflet.r56878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lebhart.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lectures.r53642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lectureslides.r62292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leftidx.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leftindex.r69660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leipzig.r52450.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lengthconvert.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lettre.r54722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lettrine.r69508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lewis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lhelp.r23638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libgreek.r65004.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limap.r44863.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linegoal.r21523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linop.r41304.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lipsum.r60561.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lisp-on-tex.r38722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listing.r17373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listingsutf8.r53097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listlbls.r67215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listliketab.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listofsymbols.r16134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/litesolution.r69115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/litetable.r69678.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lkproof.r20021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lmake.r25552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/locality.r20422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logbox.r24499.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logical-markup-utils.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logoetalab.r68916.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logpap.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longfbox.r39028.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longfigure.r34302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longnamefilelist.r27889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/loops.r30704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lsc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstaddons.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstfiracode.r49503.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3graph.r45913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3rawobjects.r66619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltablex.r34923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltabptch.r17533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxdockit.r21869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxguidex.r50992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxkeys.r28332.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxnew.r21586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxtools.r24897.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-check-hyphen.r47527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-physical.r59138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatodonotes.r53825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macrolist.r60139.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macroswap.r31498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magaz.r24694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicnum.r52983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicwatermark.r63656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailing.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailmerge.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebarcode.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebase.r41012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebox.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecell.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecirc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecmds.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makedtx.r46702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeglos.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makelabels.r60255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makerobust.r52811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mandi.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manfnt.r54684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manuscript.r36110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manyind.r49874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfit.r48281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfix.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginnote.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/markdown.r66954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathalpha.r61089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathastext.r69237.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathexam.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfam256.r53519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfont.r68241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maybemath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcaption.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mceinleger.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcexam.r60481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcite.r18173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mciteplus.r31648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdframed.r31075.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/media4svg.r64686.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/media9.r64047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/medstarbeamer.r38828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/meetingmins.r31878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memexsupp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memory.r30452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mensa-tex.r45997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menu.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menucard.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menukeys.r64314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogox.r69601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metanorma.r55010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metastr.r56246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/method.r17485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metre.r18489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfirstuc.r64743.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mftinc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mi-solns.r49651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/midpage.r17484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mindflow.r65236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minibox.r30914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minidocument.r43752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minifp.r32559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minimalist.r68552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minipage-marginpar.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minitoc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minorrevision.r32165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minutes.r42186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mla-paper.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mleftright.r53021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlist.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mmap.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnotes.r63406.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moderncv.r62128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modernposter.r47269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moderntimeline.r55518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modref.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modroman.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modular.r44142.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moloch.r69579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/monofill.r28140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moodle.r65672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moreenum.r24479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morefloats.r37927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morehype.r38815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moresize.r17513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moreverb.r22126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morewrites.r69679.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/movement-arrows.r67270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/movie15.r26473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mparhack.r59066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpostinl.r49559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msg.r49578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mslapa.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mtgreek.r17967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multenum.r21775.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiaudience.r60688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibbl.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicap.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicolrule.r56366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multidef.r40637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multienv.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiexpand.r45943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multifootnote.r63456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multilang.r49065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiple-choice.r63722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multirow.r58396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mversion.r29370.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwe.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mycv.r26807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mylatex.r56751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mylatexformat.r21392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nag.r24741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nameauth.r69758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namespc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncclatex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncctools.r51810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/needspace.r29601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nestquot.r27323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newenviron.r29331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfile.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newlfm.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newspaper.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newunicodechar.r47382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newvbtm.r23996.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newverbs.r64833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nextpage.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nfssext-cfr.r43640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicefilelist.r65842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/niceframe.r36086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicetext.r38914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nidanfloat.r48295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ninecolors.r62006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nlctdoc.r68448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noconflict.r30140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noindentafter.r59195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noitcrul.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nolbreaks.r26786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomencl.r61029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomentbl.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/non-decimal-units.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonfloat.r17598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonumonpart.r22114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nopageno.r18128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/normalcolor.r40125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notebeamer.r68871.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notespages.r41906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notestex.r45396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notoccite.r18129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nowidow.r24066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nox.r30991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntheorem.r27609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numberedblock.r33109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numname.r18130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numprint.r27498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numspell.r61132.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocg-p.r28803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocgx.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocgx2.r65292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-latex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/octavo.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldstyle.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onlyamsmath.r42927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opcit.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opencolor.r66363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optidef.r50941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optional.r18131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/options.r39030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orcidlink.r69253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orientation.r57390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outline.r18360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outliner.r21095.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outlines.r25192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outlining.r45601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overlays.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overpic.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/padcount.r47621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecolor.r66885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecont.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagegrid.r64470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagelayout.r69486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagenote.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagerange.r16915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pageslts.r39164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/palette.r60119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pangram.r66300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paper.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papercdcase.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papermas.r66835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papertex.r19230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paracol.r49560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parades.r40042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paralist.r43021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paresse.r59228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parnotes.r51720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsa.r54840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parselines.r21475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-cours.r55859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-cv.r32263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-tableur.r66860.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patchcmd.r41379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pauldoc.r16005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pawpict.r21629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pax.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbalance.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbox.r24807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbsheet.r24830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdf14.r17583.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfannotations.r68958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcol.r64469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcolmk.r52912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcomment.r49047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcprot.r18735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmarginpar.r23492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfoverlay.r64210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpagediff.r37946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpc.r68610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpc-movie.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfprivacy.r45985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfrender.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfreview.r50100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfscreen.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfslide.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfsync.r20373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfwin.r68667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfx.r50338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pecha.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perltex.r52162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/permute.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/petiteannonce.r25915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmath-xfp.r59268.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfcc.r60731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfextendedabstract.r60732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phffullpagefigure.r41857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfnote.r60733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfparen.r41859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfqit.r60734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfquotetext.r41869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfsvnwatermark.r41870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfthm.r60735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philex.r36396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonenumbers.r63774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/photo.r18739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/photobook.r68313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/picture.r54867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piff.r21894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkgloader.r47486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeins.r19848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plantslabels.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plates.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plweb.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmboxdraw.r53046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynom.r44832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynomial.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polytable.r55837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postcards.r21641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poster-mac.r18305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postnotes.r69102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot.r59272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppr-prv.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppt-slides.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/practicalreports.r52312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/precattl.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prelim2e.r57000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preprint.r30447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pressrelease.r35147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prettyref.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prettytok.r66884.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preview.r69470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/printlen.r19847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/probsoln.r44783.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profmaquette.r69526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/program.r44214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/progress.r19519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/progressbar.r33822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/projlib.r69689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proofread.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/properties.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prosper.r33033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/protex.r41633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/protocol.r25562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfragx.r26243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstool.r46393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstring.r42857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxgreeks.r21838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pygmentex.r64131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/python.r60162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythonimmediate.r69487.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/q-and-a.r69164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qcm.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qstest.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsymbols.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quicktype.r42183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quiz2socrative.r52276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotchap.r56926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quoting.r32818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotmark.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ran_toks.r59515.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randexam.r69690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randtext.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rccol.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs-multi.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcsinfo.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/readablecv.r67986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/readarray.r60540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realboxes.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipe.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipebook.r37026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipecard.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rectopma.r19980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refcheck.r29128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refenums.r44131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reflectgraphics.r40612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refman.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refstyle.r69680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regcount.r19979.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regexpatch.r58668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/register.r54485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regstats.r66795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/relenc.r22050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/relsize.r30707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repeatindex.r24305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repltext.r56433.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rescansync.r63856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resmes.r65375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/responsive.r69147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/returntogrid.r48485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rgltxdoc.r53858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rjlparshap.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rlepsf.r19082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rmpage.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robust-externalize.r69459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robustcommand.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robustindex.r49877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbar.r25005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbarpagenumber.r36236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanneg.r20087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romannum.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rorlink.r67461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rotfloat.r18292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rotpages.r18740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roundbox.r29675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rterface.r30084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rtkinenc.r20003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rulerbox.r50984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rulercompass.r32392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/runcode.r69471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rvwrite.r19614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanitize-umlaut.r67126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauerj.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/saveenv.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savefnmark.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savesym.r31565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savetrees.r40525.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scale.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scalebar.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scalerel.r42809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scanpages.r42633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schedule.r51805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schooldocs.r69659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scontents.r62902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrambledenvs.r60615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrlayer-fancyhdr.r63844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrlttr2copy.r56733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrwfile.r66872.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sdaps.r65345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sdrt.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/secdot.r20208.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/secnum.r61813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectionbox.r37749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectionbreak.r50339.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectsty.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seealso.r43595.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selectp.r20185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selinput.r53098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantex.r65679.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantic-markup.r53607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semesterplanner.r56841.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semioneside.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semproc.r37568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semtex.r56530.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sepfootnotes.r41732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seqsplit.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesstime.r49750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setspaceenhanced.r68493.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sf298.r41653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sffms.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sfmath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadethm.r53350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadow.r20312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadowtext.r26522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shapepar.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shdoc.r41991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shipunov.r52334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shorttoc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/show2e.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showcharinbox.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showdim.r28918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showexpl.r57414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showlabels.r63940.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidecap.r65618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotes.r54524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotesplus.r69176.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/silence.r27028.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sillypage.r66349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sim-os-menus.r68843.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecd.r29260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecv.r35537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleinvoice.r45673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplivre.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sitem.r22136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skb.r22781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skdoc.r56950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeldoc.r57922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeycommand.r24652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeyval.r30560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skills.r56734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skrapport.r52412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/slantsc.r25007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smalltableof.r20333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smart-eqn.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartref.r20311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartunits.r39592.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snapshot.r56735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snaptodo.r61155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snotez.r61992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soulpos.r60772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spacingtricks.r69048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spark-otf.r62481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sparklines.r42821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sphack.r20842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitindex.r39766.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spot.r22408.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spotcolor.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spreadtab.r68256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spverbatim.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srbook-mem.r45818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srcltx.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sseq.r31585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sslides.r32293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stack.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stackengine.r60019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/standalone.r64677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/starray.r69002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdclsdv.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdpage.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stealcaps.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stex.r68569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/storebox.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/storecmd.r24431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringstrings.r57097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sttools.r60736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stubs.r69128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/studenthandouts.r43516.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/styledcmd.r65262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subdepth.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subdocs.r51480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqn.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqnarray.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfigmat.r20308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfigure.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfiles.r56977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfloat.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/substr.r16117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/supertabular.r53658.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suppose.r59281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svg.r57010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svgcolor.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-multi.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-prov.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svninfo.r62157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swfigure.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swungdash.r64204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntax.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntrace.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synttree.r16252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabbing.r59715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabfigures.r25202.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tableaux.r42413.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablefootnote.r32804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tableof.r59837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablists.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabls.r17255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablvar.r69212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabstackengine.r46848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabto-ltx.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabu.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularborder.r17885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularcalc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularew.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularray.r66276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabulary.r34368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagging.r52064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagpair.r42138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagpdf.r69703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/talk.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tamefloats.r27345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tangocolors.r66733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tasks.r61541.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tcldoc.r22018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tcolorbox.r69370.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tdclock.r33043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/technics.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ted.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/templatetools.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal.r22514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termlist.r18923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termsim.r61414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testhyphens.r38928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testidx.r60966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-label.r16372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-locale.r48500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlogos.r19083.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texmate.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texments.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texpower.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texshade.r69371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texsurgery.r59885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textcsc.r67193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textfit.r20591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textmerg.r20677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textpos.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textualicomma.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texvc.r46844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theoremref.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thinsp.r39669.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmtools.r67018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threadcol.r28754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeparttable.r17383.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeparttablex.r34206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumb.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumbs.r33134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumby.r16736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ticket.r42280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipauni.r65817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlecaps.r63020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlefoot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlepic.r43497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titleref.r18729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlesec.r68677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titling.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/to-be-determined.r64882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocbibind.r20085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocdata.r69512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocloft.r53364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocvsec2.r33146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todo.r17746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todonotes.r69319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tokcycle.r60320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tokenizer.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toolbox.r32260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topfloat.r19084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topiclongtable.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totalcount.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totcount.r21178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totpages.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tramlines.r65692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translations.r61896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/transparent.r64852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trfsigns.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trimspaces.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trivfloat.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trsym.r18732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/truncate.r18921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tucv.r20680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turnthepage.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tutodoc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twoinone.r17024.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twoup.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txgreeks.r21839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/type1cm.r21820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typed-checklist.r63445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typeface.r27046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typoaid.r44238.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typogrid.r24994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uassign.r38459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucs.r68759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uebungsblatt.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umoline.r19085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underlin.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underoverlap.r29019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undolabl.r65846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-titlepage.r68917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-math-input.r69591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicodefonttable.r67066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unifront.r67054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unisc.r63178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitconv.r55060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/units.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unravel.r69308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/updatemarks.r68163.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmethodology.r64613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upquote.r26059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uri.r48602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ushort.r32261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uspace.r63123.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utf8add.r61074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwmslide.r27354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/variablelm.r60014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varindex.r32262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varsfromjobname.r44154.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varwidth.r24104.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vcell.r59039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vdmlisting.r56905.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbasef.r21922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbatimbox.r67865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbatimcopy.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbdef.r17177.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbments.r23670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifiche.r69726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifycommand.r69389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/version.r21920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/versions.r21921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/versonotes.r69249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vertbars.r49429.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vgrid.r32457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vhistory.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vmargin.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/volumes.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vpe.r26039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vruler.r21598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vtable.r51126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vwcol.r36254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wallcalendar.r45568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wallpaper.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/warning.r66616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/warpcol.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/was.r64691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/webquiz.r58808.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widetable.r53409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widows-and-orphans.r66753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/williams.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/willowtreebook.r60638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/withargs.r52641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordcount.r46165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordlike.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/worksheet.r48423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapfig.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapfig2.r69513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapstuff.r64058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/writeongrid.r68863.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wtref.r69214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xargs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xassoccnt.r61112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xbmks.r53448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcntperchap.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-material.r42289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-solarized.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcomment.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcookybooky.r36435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcpdftips.r50449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xdoc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xellipsis.r47546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xfakebold.r68929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xfor.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xhfill.r22575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xifthen.r38929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xint.r63562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkcdcolors.r67895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkeymask.r69223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xltabular.r56855.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmpincl.r60593.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xnewcommand.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xoptarg.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpatch.r54563.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpeek.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xprintlen.r35928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpunctuate.r67918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xsavebox.r64049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xsim.r61988.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xstring.r68015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xtab.r23347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xurl.r61553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xwatermark.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xytree.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yafoot.r48568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yagusylo.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yaletter.r42830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ycbook.r46201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ydoc.r64887.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yplan.r34398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zebra-goodies.r66630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zed-csp.r17258.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zennote.r65549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ziffer.r32279.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref.r68278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-check.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-clever.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-vario.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zwgetfdate.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zwpagelayout.r63074.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/2up.doc.r55076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a0poster.doc.r54071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a4wide.doc.r20943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/a5comb.doc.r17020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abraces.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abspos.doc.r64465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accessibility.doc.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accsupp.doc.r53052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.doc.r69638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acro.doc.r62925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialsymbol.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addfont.doc.r58559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.doc.r49326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.doc.r63320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.doc.r46817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/advdate.doc.r20538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/affilauthor.doc.r68996.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akktex.doc.r26055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/akletter.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alchemist.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alertmessage.doc.r38055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alphalph.doc.r53087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alterqcm.doc.r59265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altsubsup.doc.r62738.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.doc.r64357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.doc.r67401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonchap.doc.r17049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.doc.r35032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anyfontsize.doc.r17050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.doc.r53718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/appendixnumberbeamer.doc.r46317.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.doc.r28400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabicfront.doc.r51474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/argumentation.doc.r69023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraycols.doc.r68277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arrayjobx.doc.r18125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.doc.r31576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.doc.r50084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asciilist.doc.r49060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/askinclude.doc.r54725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/assignment.doc.r20431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/assoccnt.doc.r38497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/association-matrix.doc.r64845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atenddvi.doc.r56922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atendofenv.doc.r62164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.doc.r42099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aurl.doc.r41853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authoraftertitle.doc.r55889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authorarchive.doc.r65777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/authorindex.doc.r51757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autofancyhdr.doc.r54049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.doc.r36084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.doc.r32377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autopuncitems.doc.r63045.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/avremu.doc.r35373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/awesomebox.doc.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axessibility.doc.r57105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/background.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bankstatement.doc.r38857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bashful.doc.r25597.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basicarith.doc.r35460.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bchart.doc.r43928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-rl.doc.r69254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer2thesis.doc.r27539.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerappendixnote.doc.r55732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beameraudience.doc.r23427.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerauxtheme.doc.r56087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamercolorthemeowl.doc.r40105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerdarkthemes.doc.r55117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerposter.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.doc.r23510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-arguelles.doc.r68659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-cuerna.doc.r42161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-detlevcm.doc.r39048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-epyt.doc.r41404.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-focus.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-light.doc.r49867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-metropolis.doc.r43031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-npbt.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-phnompenh.doc.r39100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-pure-minimalistic.doc.r56934.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-rainbow.doc.r67542.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.doc.r45877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-simpledarkblue.doc.r60061.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-simpleplus.doc.r64770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-tcolorbox.doc.r67000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-trigon.doc.r65985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-upenn-bc.doc.r29937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemeamurmaple.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemeconcrete.doc.r69528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemelalic.doc.r58777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenirma.doc.r20765.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerthemenord.doc.r56180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bearwear.doc.r54826.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beaulivre.doc.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beautybook.doc.r68438.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bewerbung.doc.r61632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bhcexam.doc.r64093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bibletext.doc.r45196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.doc.r38248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigints.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bilingualpages.doc.r59643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biochemistry-colors.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bithesis.doc.r68634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.doc.r25039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blkarray.doc.r36406.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/block.doc.r17209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.doc.r67640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bnumexpr.doc.r59244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.doc.r32235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bold-extra.doc.r17076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/book-of-common-prayer.doc.r62240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookcover.doc.r65394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookest.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookshelf.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.doc.r17830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.doc.r17062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.doc.r54827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.doc.r28031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bracketkey.doc.r17129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braket.doc.r17127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.doc.r29901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bubblesort.doc.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxcalc.doc.r56431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdpx-beamer.doc.r41813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxdvidriver.doc.r43219.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxenclose.doc.r40213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxnewfont.doc.r44173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxpapersize.doc.r63174.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxpdfver.doc.r63185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxtexlogo.doc.r63231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.doc.r27725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calctab.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.doc.r64424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calrsfs.doc.r17125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.doc.r43003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calxxxx-yyyy.doc.r69266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cancel.doc.r32508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.doc.r64889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/captdef.doc.r17353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/carbohydrates.doc.r39000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cases.doc.r54682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/casyl.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfile.doc.r53084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.doc.r21476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.doc.r59998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catoptions.doc.r68982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cbcoptic.doc.r16666.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.doc.r23443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.doc.r34452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.doc.r17121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdcmd.doc.r60742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cellprops.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cellspace.doc.r61501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/censor.doc.r67293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/centeredline.doc.r64672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/centerlastline.doc.r56644.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.doc.r69367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changelayout.doc.r16094.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changelog.doc.r65861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cheatsheet.doc.r45069.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checkend.doc.r51475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chet.doc.r45081.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.doc.r27118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/childdoc.doc.r49543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chkfloat.doc.r27473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.doc.r20060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chngcntr.doc.r47577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chronology.doc.r67973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circledsteps.doc.r67889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circledtext.doc.r63166.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classics.doc.r53671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classpack.doc.r55218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.doc.r55985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref-usedon.doc.r66915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clicks.doc.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clipboard.doc.r47747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clistmap.doc.r61811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clock.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrdblpg.doc.r47511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrstrip.doc.r60363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdstring.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.doc.r28910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmsd.doc.r18787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cnltx.doc.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cntformats.doc.r34668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cntperchap.doc.r37572.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codebox.doc.r61771.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codedescribe.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codedoc.doc.r17630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codehigh.doc.r65787.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.doc.r51502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codesection.doc.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colophon.doc.r47913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/color-edits.doc.r56707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.doc.r18270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorframed.doc.r64551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorinfo.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coloring.doc.r41042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorist.doc.r68440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorspace.doc.r50585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colortab.doc.r22155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.doc.r67012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.doc.r31490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colourchange.doc.r21741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combelow.doc.r18462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.doc.r19361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comma.doc.r18259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.doc.r38875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commedit.doc.r50116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/comment.doc.r41927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commonunicode.doc.r62901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/competences.doc.r47573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concepts.doc.r29020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concprog.doc.r18791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conditext.doc.r55387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/continue.doc.r49449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.doc.r18950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conv-xkv.doc.r43558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking-units.doc.r65241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.doc.r67013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolfn.doc.r69007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.doc.r67048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.doc.r67015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.doc.r29062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.doc.r60201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coop-writing.doc.r61607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/copyedit.doc.r37928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/copyrightbox.doc.r24829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coseoul.doc.r23862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counterz.doc.r67335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.doc.r27576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/courseoutline.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coursepaper.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.doc.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.doc.r21209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotectinside.doc.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crbox.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/create-theorem.doc.r67712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/creationboites.doc.r68087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crefthe.doc.r68813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreftools.doc.r55879.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crumbs.doc.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csquotes.doc.r64389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/css-colors.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csvmerge.doc.r51857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csvsimple.doc.r69494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.doc.r34453.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currency.doc.r48990.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.doc.r64673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curriculum-vitae.doc.r68211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/customenvs.doc.r68637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.doc.r60901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cv.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cv4tw.doc.r34577.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-latex.doc.r28878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyber.doc.r46776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cybercic.doc.r37659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/darkmode.doc.r64271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.doc.r23425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.doc.r29579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.doc.r58150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dataref.doc.r62942.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.doc.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datax.doc.r61772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.doc.r27974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.doc.r61761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datestamp.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.doc.r36650.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2.doc.r63102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bahasai.doc.r46287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-basque.doc.r47064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-breton.doc.r52647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bulgarian.doc.r47031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-catalan.doc.r47032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-croatian.doc.r36682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-czech.doc.r47033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-danish.doc.r47034.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-dutch.doc.r47355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-en-fulltext.doc.r36705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-english.doc.r52479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-esperanto.doc.r47356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-estonian.doc.r47565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-finnish.doc.r47047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-french.doc.r56393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-galician.doc.r47631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-german.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-greek.doc.r47533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-hebrew.doc.r47534.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-icelandic.doc.r65213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-irish.doc.r47632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-it-fulltext.doc.r54779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-italian.doc.r37146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-latin.doc.r47748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-lsorbian.doc.r47749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-magyar.doc.r48266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-norsk.doc.r48267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-polish.doc.r48456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-portuges.doc.r48457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-romanian.doc.r56394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-russian.doc.r49345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-samin.doc.r49346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-scottish.doc.r52101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-serbian.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovak.doc.r52281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovene.doc.r52282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-spanish.doc.r45785.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-swedish.doc.r36700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-turkish.doc.r52331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-ukrainian.doc.r47552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-usorbian.doc.r52375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-welsh.doc.r52553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dblfloatfix.doc.r28983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dbshow.doc.r61634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/debate.doc.r64846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.doc.r23374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimalcomma.doc.r69251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.doc.r55230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/defoldfonts.doc.r68234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.doc.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/democodetools.doc.r64314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/denisbdoc.doc.r66137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diabetes-logbook.doc.r54810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagnose.doc.r19387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.doc.r28946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dichokey.doc.r17192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dimnum.doc.r58774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/directory.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.doc.r20520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dlfltxb.doc.r17337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.doc.r17194.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doclicense.doc.r68441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.doc.r25741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docshots.doc.r69676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doctools.doc.r34474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.doc.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docutils.doc.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doi.doc.r48634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotlessi.doc.r51476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.doc.r17195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/download.doc.r52257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.doc.r46011.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dpfloat.doc.r17196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftfigure.doc.r44854.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.doc.r57099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtk.doc.r69504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxdescribe.doc.r69507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxgallery.doc.r49504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ducksay.doc.r64655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duckuments.doc.r52271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvdcoll.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynamicnumber.doc.r38726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynblocks.doc.r35193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ean13isbn.doc.r57514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easy.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easy-todo.doc.r32677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easybook.doc.r69747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfloats.doc.r57204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyformat.doc.r44543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easylist.doc.r32661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyreview.doc.r38352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.doc.r38172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econlipsum.doc.r58390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.doc.r24928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.doc.r25231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edichokey.doc.r56223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.doc.r27599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/efbox.doc.r33236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.doc.r20617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ehhline.doc.r54676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/einfart.doc.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elements.doc.r61792.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.doc.r55418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elocalloc.doc.r42712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elpres.doc.r60209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elzcards.doc.r51894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.doc.r24504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.doc.r51177.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedfile.doc.r65528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embrac.doc.r57814.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emo.doc.r66944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emotion.doc.r69752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.doc.r18064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emulateapj.doc.r28469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.doc.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.doc.r43750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes.doc.r53319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes-hy.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.doc.r16558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enotez.doc.r61490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem.doc.r51423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.doc.r21472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/envbig.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.doc.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.doc.r54857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph-keys.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eq-pin2corr.doc.r59477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqell.doc.r22931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.doc.r32257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnalign.doc.r43278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.doc.r45215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erw-l3.doc.r61799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esami.doc.r67707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.doc.r21385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esieecv.doc.r59638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esindex.doc.r52342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.doc.r52240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esint-type1.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.doc.r20694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etl.doc.r60998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eulerpx.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/europasscv.doc.r56829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/europecv.doc.r69661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.doc.r35675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.doc.r56694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam.doc.r67600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-lite.doc.r65754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-n.doc.r64674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-randomizechoices.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examplep.doc.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examz.doc.r67303.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exceltex.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/excludeonly.doc.r17262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.doc.r35417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercisebank.doc.r50448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercisepoints.doc.r49590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercises.doc.r55188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exesheet.doc.r69688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exframe.doc.r53911.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/export.doc.r27206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exsheets.doc.r67300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.doc.r52117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.doc.r21328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.doc.r61697.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fail-fast.doc.r67543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/familytree.doc.r63739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyhandout.doc.r46411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancylabel.doc.r46736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.doc.r58895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyqr.doc.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyslides.doc.r36263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.doc.r41549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.doc.r68931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbox.doc.r69041.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcolumn.doc.r67729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetchcls.doc.r45245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fewerfloatpages.doc.r58058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ffcode.doc.r69706.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ffslides.doc.r38895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fgruler.doc.r63721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fifo-stack.doc.r33288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figsize.doc.r18784.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.doc.r66740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontentsdef.doc.r52208.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.doc.r29529.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.doc.r28421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filemod.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.doc.r24329.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.doc.r21719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fistrum.doc.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fithesis.doc.r64135.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixcmex.doc.r51825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixfoot.doc.r17131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.doc.r30168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fjodor.doc.r53207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.doc.r17272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flacards.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.doc.r62104.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flashmovie.doc.r25768.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flexipage.doc.r66614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flipbook.doc.r25584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.doc.r56782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatbytocbasic.doc.r67945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.doc.r25540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrowbytocbasic.doc.r67946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.doc.r35291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.doc.r53912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fn2end.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.doc.r66615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fncychap.doc.r20710.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fncylab.doc.r52090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpara.doc.r25607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnpct.doc.r62248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.doc.r29173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foliono.doc.r58877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.doc.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontsetup.doc.r69390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontsize.doc.r60161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.doc.r44799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.doc.r69729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisx.doc.r42621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotebackref.doc.r27034.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.doc.r66149.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.doc.r27819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.doc.r67017.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formlett.doc.r21480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forms16be.doc.r51305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fragments.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frame.doc.r18312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/framed.doc.r26789.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frege.doc.r27417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/froufrou.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftcap.doc.r17275.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.doc.r29652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.doc.r25434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullminipage.doc.r34545.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullwidth.doc.r24684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/functional.doc.r65485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.doc.r26018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.doc.r26030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fvextra.doc.r69001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fwlw.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.doc.r50415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gatherenum.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gauss.doc.r32934.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gcard.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gender.doc.r36464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogy-profiles.doc.r69580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gensymb.doc.r64740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getfiledate.doc.r16189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getitems.doc.r39365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gindex.doc.r52311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.doc.r24980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitfile-info.doc.r51928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo.doc.r34049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo2.doc.r38913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitlog.doc.r38932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitstatus.doc.r64662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitver.doc.r63920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/globalvals.doc.r49962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gloss.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-danish.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-dutch.doc.r35685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-english.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-estonian.doc.r49928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-extra.doc.r68409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-finnish.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-french.doc.r42873.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-german.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-irish.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-italian.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-magyar.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-norsk.doc.r67141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-nynorsk.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-polish.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-portuges.doc.r36064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-serbian.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-slovene.doc.r51211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-spanish.doc.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc.doc.r21292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmiflink.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmutils.doc.r24287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmverb.doc.r24288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grabbox.doc.r65223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradient-text.doc.r65567.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grading-scheme.doc.r62505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphbox.doc.r46360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicscache.doc.r65318.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.doc.r56931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.doc.r32630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphpaper.doc.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grayhints.doc.r49052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grfpaste.doc.r17354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grid-system.doc.r32981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridpapers.doc.r58723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.doc.r53762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridslides.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gs1.doc.r59620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.doc.r55741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ha-prosper.doc.r59651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hackthefootline.doc.r46494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/halloweenmath.doc.r52602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handin.doc.r48255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handout.doc.r43962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handoutwithnotes.doc.r62140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hang.doc.r43280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.doc.r21396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harnon-cv.doc.r26543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harpoon.doc.r21327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/he-she.doc.r41359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-acronym.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-float.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-text.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-title.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hereapplies.doc.r68638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hideanswer.doc.r63852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/highlightlatex.doc.r58392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/highlightx.doc.r68756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitec.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitreport.doc.r58357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hletter.doc.r30002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobsub.doc.r52810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/homework.doc.r68773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/href-ul.doc.r69359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.doc.r66189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huawei.doc.r68336.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvextern.doc.r69651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvindex.doc.r46051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvlogos.doc.r69581.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvpygmentex.doc.r62405.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvqrurl.doc.r69723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hwemoji.doc.r65001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdestopt.doc.r56253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdoc.doc.r68661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdvips.doc.r53197.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.doc.r17357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperbar.doc.r48147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypernat.doc.r17358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.doc.r68251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/identkey.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/idxcmds.doc.r54554.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.doc.r25821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iexec.doc.r69420.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifallfalse.doc.r60027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iffont.doc.r38823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmslide.doc.r20727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.doc.r47544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.doc.r23379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifthenx.doc.r25819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.doc.r29613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/image-gallery.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.doc.r42287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/import.doc.r54683.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/incgraph.doc.r60810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/indextools.doc.r68555.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inline-images.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinelabel.doc.r63853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputenx.doc.r52986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.doc.r28019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interactiveworkbook.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.doc.r21474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intopdf.doc.r63987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice.doc.r48359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice-class.doc.r49749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice2.doc.r67327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ipsum.doc.r68861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.doc.r16613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.doc.r59709.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isonums.doc.r17362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isopt.doc.r45509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isosafety.doc.r68801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.doc.r23711.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.doc.r25742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iwonamath.doc.r68144.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jlabels.doc.r24858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmsdelim.doc.r62630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jobname-suffix.doc.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/joinbox.doc.r68003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jslectureplanner.doc.r57095.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jumplines.doc.r37553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.doc.r24638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kalendarium.doc.r48744.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.doc.r68983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.doc.r18042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyfloat.doc.r69399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyindex.doc.r50828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyparse.doc.r60277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyreader.doc.r28195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keystroke.doc.r17992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyval2e.doc.r23698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyvaltable.doc.r65416.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kix.doc.r21606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knowledge.doc.r61991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-moderncvclassic.doc.r25025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script-sfs.doc.r26137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv.doc.r57721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv-rg.doc.r49064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/korigamik.doc.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.doc.r27369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3build.doc.r69748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labels4easylist.doc.r51124.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labelschanged.doc.r69400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambdax.doc.r60278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpackage.doc.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.doc.r68557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-amsmath-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-base-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-bin-dev.doc.r66186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-context-ppchtex.doc.r66687.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-firstaid-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tools-dev.doc.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-uni8.doc.r49729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2pydata.doc.r68919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcolors.doc.r49888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdemo.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexgit.doc.r54811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lazylist.doc.r17691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lccaps.doc.r46432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.doc.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.doc.r31474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.doc.r56878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lebhart.doc.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lectures.doc.r53642.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lectureslides.doc.r62292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leftindex.doc.r69660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.doc.r52450.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.doc.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lettre.doc.r54722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.doc.r69508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lewis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.doc.r23638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.doc.r65004.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.doc.r44863.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.doc.r21523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linop.doc.r41304.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.doc.r60561.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lisp-on-tex.doc.r38722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listing.doc.r17373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listingsutf8.doc.r53097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listlbls.doc.r67215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.doc.r16134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/litesolution.doc.r69115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/litetable.doc.r69678.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lkproof.doc.r20021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.doc.r25552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.doc.r20422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.doc.r24499.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logical-markup-utils.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logoetalab.doc.r68916.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longfbox.doc.r39028.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longfigure.doc.r34302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.doc.r27889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/loops.doc.r30704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lsc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstfiracode.doc.r49503.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3graph.doc.r45913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3rawobjects.doc.r66619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltablex.doc.r34923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltabptch.doc.r17533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxdockit.doc.r21869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxguidex.doc.r50992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxkeys.doc.r28332.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.doc.r21586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxtools.doc.r24897.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-check-hyphen.doc.r47527.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-physical.doc.r59138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatodonotes.doc.r53825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macrolist.doc.r60139.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.doc.r31498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magaz.doc.r24694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicnum.doc.r52983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicwatermark.doc.r63656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebarcode.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebase.doc.r41012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecirc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecookbook.doc.r49311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.doc.r46702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeglos.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makelabels.doc.r60255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makerobust.doc.r52811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.doc.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.doc.r54684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.doc.r36110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manyind.doc.r49874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfit.doc.r48281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.doc.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.doc.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/markdown.doc.r66954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathalpha.doc.r61089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.doc.r69237.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfam256.doc.r53519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfont.doc.r68241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maybemath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mceinleger.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcexam.doc.r60481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.doc.r18173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mciteplus.doc.r31648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.doc.r31075.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/media4svg.doc.r64686.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.doc.r64047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/medstarbeamer.doc.r38828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.doc.r31878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memexsupp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.doc.r30452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mensa-tex.doc.r45997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menucard.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.doc.r64314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogox.doc.r69601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metanorma.doc.r55010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metastr.doc.r56246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/method.doc.r17485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.doc.r18489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfirstuc.doc.r64743.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mi-solns.doc.r49651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/midpage.doc.r17484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mindflow.doc.r65236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.doc.r30914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minidocument.doc.r43752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.doc.r32559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minimalist.doc.r68552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minitoc.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minorrevision.doc.r32165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.doc.r42186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mla-paper.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mleftright.doc.r53021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mmap.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.doc.r63406.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moderncv.doc.r62128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modernposter.doc.r47269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.doc.r55518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modular.doc.r44142.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moloch.doc.r69579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.doc.r28140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moodle.doc.r65672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moreenum.doc.r24479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.doc.r37927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.doc.r38815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.doc.r17513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.doc.r22126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.doc.r69679.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/movement-arrows.doc.r67270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/movie15.doc.r26473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.doc.r59066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpostinl.doc.r49559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msc.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.doc.r49578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mslapa.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.doc.r17967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multenum.doc.r21775.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiaudience.doc.r60688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicolrule.doc.r56366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multidef.doc.r40637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.doc.r45943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multifootnote.doc.r63456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multilang.doc.r49065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiple-choice.doc.r63722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.doc.r58396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.doc.r29370.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.doc.r26807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatex.doc.r56751.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.doc.r21392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.doc.r24741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.doc.r69758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncclatex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.doc.r51810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.doc.r29601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newcommand.doc.r18704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newenviron.doc.r29331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.doc.r47382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.doc.r23996.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.doc.r64833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nfssext-cfr.doc.r43640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.doc.r65842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.doc.r36086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.doc.r38914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nidanfloat.doc.r48295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ninecolors.doc.r62006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nlctdoc.doc.r68448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noconflict.doc.r30140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.doc.r59195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nolbreaks.doc.r26786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.doc.r61029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.doc.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/non-decimal-units.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.doc.r17598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.doc.r22114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nopageno.doc.r18128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/normalcolor.doc.r40125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notebeamer.doc.r68871.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notespages.doc.r41906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notestex.doc.r45396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notoccite.doc.r18129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.doc.r24066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nox.doc.r30991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.doc.r27609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numberedblock.doc.r33109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numname.doc.r18130.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.doc.r27498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numspell.doc.r61132.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocg-p.doc.r28803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx2.doc.r65292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocr-latex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.doc.r42927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opencolor.doc.r66363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optidef.doc.r50941.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optional.doc.r18131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/options.doc.r39030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orcidlink.doc.r69253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orientation.doc.r57390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outline.doc.r18360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outliner.doc.r21095.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outlines.doc.r25192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outlining.doc.r45601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overlays.doc.r57866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/padcount.doc.r47621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.doc.r66885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagegrid.doc.r64470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagelayout.doc.r69486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagerange.doc.r16915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.doc.r39164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/palette.doc.r60119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pangram.doc.r66300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.doc.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.doc.r66835.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.doc.r19230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.doc.r49560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parades.doc.r40042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.doc.r43021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.doc.r59228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parnotes.doc.r51720.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parsa.doc.r54840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.doc.r21475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cours.doc.r55859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-cv.doc.r32263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pas-tableur.doc.r66860.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.doc.r41379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.doc.r16005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.doc.r21629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.doc.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbalance.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.doc.r24807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.doc.r24830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.doc.r17583.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfannotations.doc.r68958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcol.doc.r64469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcolmk.doc.r52912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcomment.doc.r49047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.doc.r18735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmarginpar.doc.r23492.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfoverlay.doc.r64210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpagediff.doc.r37946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpc.doc.r68610.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpc-movie.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfprivacy.doc.r45985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfrender.doc.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfreview.doc.r50100.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfscreen.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfslide.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfsync.doc.r20373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfwin.doc.r68667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.doc.r50338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pecha.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.doc.r52162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/petiteannonce.doc.r25915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmath-xfp.doc.r59268.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfcc.doc.r60731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfextendedabstract.doc.r60732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phffullpagefigure.doc.r41857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfnote.doc.r60733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfparen.doc.r41859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfqit.doc.r60734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfquotetext.doc.r41869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfsvnwatermark.doc.r41870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfthm.doc.r60735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philex.doc.r36396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phonenumbers.doc.r63774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.doc.r18739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/photobook.doc.r68313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/picture.doc.r54867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piff.doc.r21894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkgloader.doc.r47486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins.doc.r19848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plantslabels.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plates.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmboxdraw.doc.r53046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.doc.r44832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.doc.r55837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postcards.doc.r21641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poster-mac.doc.r18305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postnotes.doc.r69102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.doc.r59272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppt-slides.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/practicalreports.doc.r52312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/precattl.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prelim2e.doc.r57000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.doc.r30447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pressrelease.doc.r35147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prettytok.doc.r66884.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.doc.r69470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/printlen.doc.r19847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.doc.r44783.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/profmaquette.doc.r69526.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/program.doc.r44214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/progress.doc.r19519.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/progressbar.doc.r33822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/projlib.doc.r69689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proofread.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/properties.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prosper.doc.r33033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/protex.doc.r41633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.doc.r25562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.doc.r26243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstool.doc.r46393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstring.doc.r42857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.doc.r21838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pygmentex.doc.r64131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/python.doc.r60162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythonimmediate.doc.r69487.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/q-and-a.doc.r69164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.doc.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quicktype.doc.r42183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quiz2socrative.doc.r52276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.doc.r56926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.doc.r32818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.doc.r59515.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randexam.doc.r69690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randtext.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/readablecv.doc.r67986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/readarray.doc.r60540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipe.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipebook.doc.r37026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rectopma.doc.r19980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refcheck.doc.r29128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refenums.doc.r44131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.doc.r40612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.doc.r69680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.doc.r19979.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.doc.r58668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/register.doc.r54485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.doc.r66795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.doc.r22050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/relsize.doc.r30707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repeatindex.doc.r24305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repltext.doc.r56433.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rescansync.doc.r63856.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resmes.doc.r65375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/responsive.doc.r69147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/returntogrid.doc.r48485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rgltxdoc.doc.r53858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rlepsf.doc.r19082.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rmpage.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robust-externalize.doc.r69459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robustindex.doc.r49877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.doc.r25005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbarpagenumber.doc.r36236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanneg.doc.r20087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rorlink.doc.r67461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.doc.r18292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rotpages.doc.r18740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roundbox.doc.r29675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rterface.doc.r30084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.doc.r20003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rulerbox.doc.r50984.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.doc.r32392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/runcode.doc.r69471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rvwrite.doc.r19614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sanitize-umlaut.doc.r67126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/saveenv.doc.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.doc.r40525.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scalerel.doc.r42809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scanpages.doc.r42633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schedule.doc.r51805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schooldocs.doc.r69659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scontents.doc.r62902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrambledenvs.doc.r60615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrlayer-fancyhdr.doc.r63844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrlttr2copy.doc.r56733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrwfile.doc.r66872.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sdaps.doc.r65345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sdrt.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/secdot.doc.r20208.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/secnum.doc.r61813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbox.doc.r37749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectionbreak.doc.r50339.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seealso.doc.r43595.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selectp.doc.r20185.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selinput.doc.r53098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantex.doc.r65679.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic-markup.doc.r53607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semesterplanner.doc.r56841.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semproc.doc.r37568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semtex.doc.r56530.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sepfootnotes.doc.r41732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesstime.doc.r49750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setspaceenhanced.doc.r68493.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.doc.r41653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadethm.doc.r53350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadow.doc.r20312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shadowtext.doc.r26522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shapepar.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shdoc.doc.r41991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shipunov.doc.r52334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showdim.doc.r28918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.doc.r57414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.doc.r63940.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.doc.r65618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.doc.r54524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotesplus.doc.r69176.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.doc.r27028.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sillypage.doc.r66349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sim-os-menus.doc.r68843.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.doc.r29260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.doc.r35537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleinvoice.doc.r45673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplivre.doc.r68376.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.doc.r22136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.doc.r22781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.doc.r56950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeldoc.doc.r57922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeycommand.doc.r24652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skeyval.doc.r30560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skills.doc.r56734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.doc.r52412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.doc.r25007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smalltableof.doc.r20333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smart-eqn.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartref.doc.r20311.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartunits.doc.r39592.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.doc.r56735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snaptodo.doc.r61155.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snotez.doc.r61992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soulpos.doc.r60772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spacingtricks.doc.r69048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spark-otf.doc.r62481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sparklines.doc.r42821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sphack.doc.r20842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.doc.r39766.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.doc.r22408.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spotcolor.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spreadtab.doc.r68256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srbook-mem.doc.r45818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.doc.r31585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sslides.doc.r32293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stackengine.doc.r60019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.doc.r64677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/starray.doc.r69002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stealcaps.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.doc.r68569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/storecmd.doc.r24431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.doc.r57097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.doc.r60736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stubs.doc.r69128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/studenthandouts.doc.r43516.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/styledcmd.doc.r65262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subdocs.doc.r51480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigmat.doc.r20308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.doc.r56977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/substr.doc.r16117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.doc.r53658.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suppose.doc.r59281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.doc.r57010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svgcolor.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.doc.r62157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swfigure.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swungdash.doc.r64204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntax.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.doc.r16252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabbing.doc.r59715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.doc.r25202.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tableaux.doc.r42413.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.doc.r32804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.doc.r59837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabls.doc.r17255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablvar.doc.r69212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabstackengine.doc.r46848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-ltx.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.doc.r17885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularcalc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularray.doc.r66276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.doc.r34368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagging.doc.r52064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagpair.doc.r42138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagpdf.doc.r69703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tamefloats.doc.r27345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tangocolors.doc.r66733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tasks.doc.r61541.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.doc.r22018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tcolorbox.doc.r69370.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tdclock.doc.r33043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/technics.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/templatetools.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.doc.r22514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.doc.r18923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termsim.doc.r61414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testhyphens.doc.r38928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testidx.doc.r60966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.doc.r16372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-locale.doc.r48500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.doc.r69371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texsurgery.doc.r59885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textcsc.doc.r67193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.doc.r20591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.doc.r20677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.doc.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textualicomma.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texvc.doc.r46844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/theoremref.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thinsp.doc.r39669.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.doc.r67018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.doc.r28754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttable.doc.r17383.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeparttablex.doc.r34206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.doc.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.doc.r33134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumby.doc.r16736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ticket.doc.r42280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipauni.doc.r65817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlecaps.doc.r63020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlepic.doc.r43497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titleref.doc.r18729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titlesec.doc.r68677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/to-be-determined.doc.r64882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.doc.r20085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocdata.doc.r69512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.doc.r53364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.doc.r33146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.doc.r17746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.doc.r69319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tokcycle.doc.r60320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tokenizer.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.doc.r32260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topfloat.doc.r19084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topiclongtable.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totalcount.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.doc.r21178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tramlines.doc.r65692.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translations.doc.r61896.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/transparent.doc.r64852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.doc.r18732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/truncate.doc.r18921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.doc.r20680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turnthepage.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tutodoc.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twoinone.doc.r17024.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.doc.r21839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.doc.r21820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typed-checklist.doc.r63445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.doc.r27046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typoaid.doc.r44238.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.doc.r24994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uassign.doc.r38459.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.doc.r68759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uebungsblatt.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.doc.r19085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underoverlap.doc.r29019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.doc.r65846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-titlepage.doc.r68917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math-input.doc.r69591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicodefonttable.doc.r67066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unifront.doc.r67054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unisc.doc.r63178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitconv.doc.r55060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/units.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.doc.r69308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/updatemarks.doc.r68163.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upmethodology.doc.r64613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.doc.r26059.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.doc.r48602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.doc.r32261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uspace.doc.r63123.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utf8add.doc.r61074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwmslide.doc.r27354.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/variablelm.doc.r60014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.doc.r32262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varsfromjobname.doc.r44154.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varwidth.doc.r24104.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vcell.doc.r59039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vdmlisting.doc.r56905.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbasef.doc.r21922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimbox.doc.r67865.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbatimcopy.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbdef.doc.r17177.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verbments.doc.r23670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifiche.doc.r69726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifycommand.doc.r69389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/version.doc.r21920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/versions.doc.r21921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/versonotes.doc.r69249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vertbars.doc.r49429.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.doc.r32457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vhistory.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vpe.doc.r26039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vruler.doc.r21598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vtable.doc.r51126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.doc.r36254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wallcalendar.doc.r45568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wallpaper.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/warning.doc.r66616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/was.doc.r64691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/webquiz.doc.r58808.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.doc.r53409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widows-and-orphans.doc.r66753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/williams.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/willowtreebook.doc.r60638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/withargs.doc.r52641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordcount.doc.r46165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/worksheet.doc.r48423.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig2.doc.r69513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapstuff.doc.r64058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/writeongrid.doc.r68863.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wtref.doc.r69214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xassoccnt.doc.r61112.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xbmks.doc.r53448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcntperchap.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-material.doc.r42289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-solarized.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcomment.doc.r20031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.doc.r36435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcpdftips.doc.r50449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xellipsis.doc.r47546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xfakebold.doc.r68929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xhfill.doc.r22575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xifthen.doc.r38929.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.doc.r63562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkcdcolors.doc.r67895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeymask.doc.r69223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xltabular.doc.r56855.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.doc.r60593.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xnewcommand.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xoptarg.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.doc.r54563.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xprintlen.doc.r35928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.doc.r67918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xsavebox.doc.r64049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xsim.doc.r61988.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xstring.doc.r68015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.doc.r23347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xurl.doc.r61553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xwatermark.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xytree.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.doc.r48568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yaletter.doc.r42830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ycbook.doc.r46201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.doc.r64887.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yplan.doc.r34398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zebra-goodies.doc.r66630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zed-csp.doc.r17258.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zennote.doc.r65549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ziffer.doc.r32279.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref.doc.r68278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-check.doc.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-clever.doc.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-vario.doc.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zwgetfdate.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zwpagelayout.doc.r63074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/2up.doc.r55076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a0poster.doc.r54071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a4wide.doc.r20943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/a5comb.doc.r17020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abraces.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abspos.doc.r64465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abstract.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accessibility.doc.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accsupp.doc.r53052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/achemso.doc.r69638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acro.doc.r62925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acronym.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acroterm.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialangle.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialsymbol.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addfont.doc.r58559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addlines.doc.r49326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjmulticol.doc.r63320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjustbox.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adrconv.doc.r46817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/advdate.doc.r20538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/affilauthor.doc.r68996.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akktex.doc.r26055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/akletter.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alchemist.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alertmessage.doc.r38055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alnumsec.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alphalph.doc.r53087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alterqcm.doc.r59265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altfont.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altsubsup.doc.r62738.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsaddr.doc.r64357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/animate.doc.r67401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonchap.doc.r17049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/answers.doc.r35032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anyfontsize.doc.r17050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/appendix.doc.r53718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/appendixnumberbeamer.doc.r46317.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apptools.doc.r28400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabicfront.doc.r51474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arcs.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/argumentation.doc.r69023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraycols.doc.r68277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arrayjobx.doc.r18125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraysort.doc.r31576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arydshln.doc.r50084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asciilist.doc.r49060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/askinclude.doc.r54725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/assignment.doc.r20431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/assoccnt.doc.r38497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/association-matrix.doc.r64845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atenddvi.doc.r56922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atendofenv.doc.r62164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile.doc.r42099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aurl.doc.r41853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authoraftertitle.doc.r55889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authorarchive.doc.r65777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/authorindex.doc.r51757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autofancyhdr.doc.r54049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autonum.doc.r36084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autopdf.doc.r32377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autopuncitems.doc.r63045.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/avremu.doc.r35373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/awesomebox.doc.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axessibility.doc.r57105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/background.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bankstatement.doc.r38857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bashful.doc.r25597.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basicarith.doc.r35460.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bchart.doc.r43928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-rl.doc.r69254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer2thesis.doc.r27539.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerappendixnote.doc.r55732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beameraudience.doc.r23427.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerauxtheme.doc.r56087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamercolorthemeowl.doc.r40105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerdarkthemes.doc.r55117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerposter.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamersubframe.doc.r23510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-arguelles.doc.r68659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-cuerna.doc.r42161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-detlevcm.doc.r39048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-epyt.doc.r41404.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-focus.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-light.doc.r49867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-metropolis.doc.r43031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-npbt.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-phnompenh.doc.r39100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-pure-minimalistic.doc.r56934.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-rainbow.doc.r67542.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-saintpetersburg.doc.r45877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-simpledarkblue.doc.r60061.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-simpleplus.doc.r64770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-tcolorbox.doc.r67000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-trigon.doc.r65985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-upenn-bc.doc.r29937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemeamurmaple.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemeconcrete.doc.r69528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemelalic.doc.r58777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemenirma.doc.r20765.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerthemenord.doc.r56180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bearwear.doc.r54826.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beaulivre.doc.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beautybook.doc.r68438.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beton.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bewerbung.doc.r61632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bez123.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bhcexam.doc.r64093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bibletext.doc.r45196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigfoot.doc.r38248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigints.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bilingualpages.doc.r59643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biochemistry-colors.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bithesis.doc.r68634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bizcard.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blindtext.doc.r25039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blkarray.doc.r36406.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/block.doc.r17209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blowup.doc.r67640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bnumexpr.doc.r59244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boites.doc.r32235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bold-extra.doc.r17076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/book-of-common-prayer.doc.r62240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookcover.doc.r65394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookest.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booklet.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookshelf.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boolexpr.doc.r17830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bophook.doc.r17062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxedminipage.doc.r54827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxhandler.doc.r28031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bracketkey.doc.r17129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braket.doc.r17127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breakurl.doc.r29901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bubblesort.doc.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bullcntr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxcalc.doc.r56431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxdpx-beamer.doc.r41813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxdvidriver.doc.r43219.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxenclose.doc.r40213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxnewfont.doc.r44173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxpapersize.doc.r63174.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxpdfver.doc.r63185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxtexlogo.doc.r63231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calcage.doc.r27725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calctab.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculator.doc.r64424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calrsfs.doc.r17125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cals.doc.r43003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calxxxx-yyyy.doc.r69266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cancel.doc.r32508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/canoniclayout.doc.r64889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/capt-of.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/captcont.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/captdef.doc.r17353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/carbohydrates.doc.r39000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cases.doc.r54682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/casyl.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfile.doc.r53084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfilebetweentags.doc.r21476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catechis.doc.r59998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catoptions.doc.r68982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cbcoptic.doc.r16666.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccaption.doc.r23443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cclicenses.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd.doc.r34452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd-cover.doc.r17121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdcmd.doc.r60742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdpbundl.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cellprops.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cellspace.doc.r61501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/censor.doc.r67293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/centeredline.doc.r64672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/centerlastline.doc.r56644.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changebar.doc.r69367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changelayout.doc.r16094.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changelog.doc.r65861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changepage.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changes.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chappg.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chapterfolder.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cheatsheet.doc.r45069.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checkend.doc.r51475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chet.doc.r45081.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chextras.doc.r27118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/childdoc.doc.r49543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chkfloat.doc.r27473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chletter.doc.r20060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chngcntr.doc.r47577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chronology.doc.r67973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circ.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circledsteps.doc.r67889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circledtext.doc.r63166.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classics.doc.r53671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classpack.doc.r55218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clefval.doc.r55985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref-usedon.doc.r66915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clicks.doc.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clipboard.doc.r47747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clistmap.doc.r61811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clock.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrdblpg.doc.r47511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrstrip.doc.r60363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmdstring.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmdtrack.doc.r28910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmsd.doc.r18787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cnltx.doc.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cntformats.doc.r34668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cntperchap.doc.r37572.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codebox.doc.r61771.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codedescribe.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codedoc.doc.r17630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codehigh.doc.r65787.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codepage.doc.r51502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codesection.doc.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collcell.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collectbox.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colophon.doc.r47913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/color-edits.doc.r56707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colordoc.doc.r18270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorframed.doc.r64551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorinfo.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coloring.doc.r41042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorist.doc.r68440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorspace.doc.r50585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colortab.doc.r22155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorwav.doc.r67012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorweb.doc.r31490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colourchange.doc.r21741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combelow.doc.r18462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combine.doc.r19361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comma.doc.r18259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commado.doc.r38875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commedit.doc.r50116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/comment.doc.r41927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commonunicode.doc.r62901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/competences.doc.r47573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concepts.doc.r29020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concprog.doc.r18791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conditext.doc.r55387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/constants.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/continue.doc.r49449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contour.doc.r18950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contracard.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conv-xkv.doc.r43558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking-units.doc.r65241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cool.doc.r67013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolfn.doc.r69007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coollist.doc.r67048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolstr.doc.r67015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolthms.doc.r29062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooltooltips.doc.r60201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coop-writing.doc.r61607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coordsys.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/copyedit.doc.r37928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/copyrightbox.doc.r24829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coseoul.doc.r23862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counterz.doc.r67335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counttexruns.doc.r27576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/courseoutline.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coursepaper.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coverpage.doc.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cprotect.doc.r21209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cprotectinside.doc.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crbox.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/create-theorem.doc.r67712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/creationboites.doc.r68087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crefthe.doc.r68813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossreference.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossreftools.doc.r55879.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crumbs.doc.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csquotes.doc.r64389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/css-colors.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csvmerge.doc.r51857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csvsimple.doc.r69494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cuisine.doc.r34453.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currency.doc.r48990.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currfile.doc.r64673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curriculum-vitae.doc.r68211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currvita.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/customenvs.doc.r68637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cutwin.doc.r60901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cv.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cv4tw.doc.r34577.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cweb-latex.doc.r28878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyber.doc.r46776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cybercic.doc.r37659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/darkmode.doc.r64271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashbox.doc.r23425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashrule.doc.r29579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashundergaps.doc.r58150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dataref.doc.r62942.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datatool.doc.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datax.doc.r61772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dateiliste.doc.r27974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datenumber.doc.r61761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datestamp.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime.doc.r36650.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2.doc.r63102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bahasai.doc.r46287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-basque.doc.r47064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-breton.doc.r52647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bulgarian.doc.r47031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-catalan.doc.r47032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-croatian.doc.r36682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-czech.doc.r47033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-danish.doc.r47034.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-dutch.doc.r47355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-en-fulltext.doc.r36705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-english.doc.r52479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-esperanto.doc.r47356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-estonian.doc.r47565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-finnish.doc.r47047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-french.doc.r56393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-galician.doc.r47631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-german.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-greek.doc.r47533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-hebrew.doc.r47534.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-icelandic.doc.r65213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-irish.doc.r47632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-it-fulltext.doc.r54779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-italian.doc.r37146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-latin.doc.r47748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-lsorbian.doc.r47749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-magyar.doc.r48266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-norsk.doc.r48267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-polish.doc.r48456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-portuges.doc.r48457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-romanian.doc.r56394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-russian.doc.r49345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-samin.doc.r49346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-scottish.doc.r52101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-serbian.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovak.doc.r52281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovene.doc.r52282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-spanish.doc.r45785.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-swedish.doc.r36700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-turkish.doc.r52331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-ukrainian.doc.r47552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-usorbian.doc.r52375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-welsh.doc.r52553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dblfloatfix.doc.r28983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dbshow.doc.r61634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/debate.doc.r64846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimal.doc.r23374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimalcomma.doc.r69251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decorule.doc.r55230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/defoldfonts.doc.r68234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimtxt.doc.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/democodetools.doc.r64314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/denisbdoc.doc.r66137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diabetes-logbook.doc.r54810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagbox.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagnose.doc.r19387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dialogl.doc.r28946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dichokey.doc.r17192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dimnum.doc.r58774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dinbrief.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/directory.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtytalk.doc.r20520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dlfltxb.doc.r17337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dnaseq.doc.r17194.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doclicense.doc.r68441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmfp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmute.doc.r25741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docshots.doc.r69676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doctools.doc.r34474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/documentation.doc.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docutils.doc.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doi.doc.r48634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotarrow.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotlessi.doc.r51476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotseqn.doc.r17195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/download.doc.r52257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dox.doc.r46011.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dpfloat.doc.r17196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dprogress.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drac.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftcopy.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftfigure.doc.r44854.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftwatermark.doc.r57099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtk.doc.r69504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxdescribe.doc.r69507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxgallery.doc.r49504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ducksay.doc.r64655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duckuments.doc.r52271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvdcoll.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynamicnumber.doc.r38726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynblocks.doc.r35193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ean13isbn.doc.r57514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easy.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easy-todo.doc.r32677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easybook.doc.r69747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfig.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfloats.doc.r57204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyformat.doc.r44543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easylist.doc.r32661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyreview.doc.r38352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebezier.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecclesiastic.doc.r38172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econlipsum.doc.r58390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecv.doc.r24928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ed.doc.r25231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edichokey.doc.r56223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmargin.doc.r27599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eemeir.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/efbox.doc.r33236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egplot.doc.r20617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ehhline.doc.r54676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/einfart.doc.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elements.doc.r61792.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipsis.doc.r55418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elmath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elocalloc.doc.r42712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elpres.doc.r60209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elzcards.doc.r51894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emarks.doc.r24504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedall.doc.r51177.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedfile.doc.r65528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embrac.doc.r57814.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emo.doc.r66944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emotion.doc.r69752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emptypage.doc.r18064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emulateapj.doc.r28469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endfloat.doc.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endheads.doc.r43750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotes.doc.r53319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotes-hy.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engpron.doc.r16558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engrec.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enotez.doc.r61490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enumitem.doc.r51423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enumitem-zref.doc.r21472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/envbig.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/environ.doc.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/envlab.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigraph.doc.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigraph-keys.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epiolmec.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eq-pin2corr.doc.r59477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqell.doc.r22931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqlist.doc.r32257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnalign.doc.r43278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqparbox.doc.r45215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/errata.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erw-l3.doc.r61799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esami.doc.r67707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esdiff.doc.r21385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esieecv.doc.r59638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esindex.doc.r52342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esint.doc.r52240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esint-type1.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etaremune.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etextools.doc.r20694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etl.doc.r60998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoc.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eukdate.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eulerpx.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/europasscv.doc.r56829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/europecv.doc.r69661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyhook.doc.r35675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everypage.doc.r56694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam.doc.r67600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-lite.doc.r65754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-n.doc.r64674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-randomizechoices.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examdesign.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examplep.doc.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examz.doc.r67303.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exceltex.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/excludeonly.doc.r17262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercise.doc.r35417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercisebank.doc.r50448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercisepoints.doc.r49590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercises.doc.r55188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exesheet.doc.r69688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exframe.doc.r53911.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exp-testopt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expdlist.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/export.doc.r27206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exsheets.doc.r67300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exsol.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extract.doc.r52117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facsimile.doc.r21328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/factura.doc.r61697.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fail-fast.doc.r67543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/familytree.doc.r63739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyhandout.doc.r46411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancylabel.doc.r46736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancynum.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancypar.doc.r58895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyqr.doc.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyslides.doc.r36263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytabs.doc.r41549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytooltips.doc.r68931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbox.doc.r69041.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcolumn.doc.r67729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetchcls.doc.r45245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fewerfloatpages.doc.r58058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ffcode.doc.r69706.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ffslides.doc.r38895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fgruler.doc.r63721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fifo-stack.doc.r33288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figsize.doc.r18784.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontents.doc.r66740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontentsdef.doc.r52208.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filedate.doc.r29529.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fileinfo.doc.r28421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filemod.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fink.doc.r24329.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/finstrut.doc.r21719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fistrum.doc.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fithesis.doc.r64135.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixcmex.doc.r51825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixfoot.doc.r17131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixme.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmetodonotes.doc.r30168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fjodor.doc.r53207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flabels.doc.r17272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flacards.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flagderiv.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flashcards.doc.r62104.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flashmovie.doc.r25768.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flexipage.doc.r66614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flipbook.doc.r25584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flippdf.doc.r56782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatbytocbasic.doc.r67945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatflt.doc.r25540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrow.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrowbytocbasic.doc.r67946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowfram.doc.r35291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmtcount.doc.r53912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fn2end.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnbreak.doc.r66615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fncychap.doc.r20710.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fncylab.doc.r52090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnpara.doc.r25607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnpct.doc.r62248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnumprint.doc.r29173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foilhtml.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foliono.doc.r58877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontaxes.doc.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontsetup.doc.r69390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontsize.doc.r60161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonttable.doc.r44799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisc.doc.r69729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisx.doc.r42621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnotebackref.doc.r27034.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnoterange.doc.r66149.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnpag.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forarray.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foreign.doc.r27819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forloop.doc.r67017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formlett.doc.r21480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forms16be.doc.r51305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formular.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fragments.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frame.doc.r18312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/framed.doc.r26789.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frankenstein.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frege.doc.r27417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/froufrou.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftcap.doc.r17275.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftnxtra.doc.r29652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullblck.doc.r25434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullminipage.doc.r34545.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullwidth.doc.r24684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/functional.doc.r65485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-calligra.doc.r26018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-sueterlin.doc.r26030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fvextra.doc.r69001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fwlw.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/g-brief.doc.r50415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gatherenum.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gauss.doc.r32934.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gcard.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gcite.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gender.doc.r36464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogy-profiles.doc.r69580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genmpage.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gensymb.doc.r64740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getfiledate.doc.r16189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getitems.doc.r39365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gindex.doc.r52311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ginpenc.doc.r24980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitfile-info.doc.r51928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo.doc.r34049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo2.doc.r38913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitlog.doc.r38932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitstatus.doc.r64662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitver.doc.r63920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/globalvals.doc.r49962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gloss.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-danish.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-dutch.doc.r35685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-english.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-estonian.doc.r49928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-extra.doc.r68409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-finnish.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-french.doc.r42873.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-german.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-irish.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-italian.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-magyar.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-norsk.doc.r67141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-nynorsk.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-polish.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-portuges.doc.r36064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-serbian.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-slovene.doc.r51211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-spanish.doc.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmdoc.doc.r21292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmdoc-enhance.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmiflink.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmutils.doc.r24287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmverb.doc.r24288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grabbox.doc.r65223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradient-text.doc.r65567.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grading-scheme.doc.r62505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphbox.doc.r46360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicscache.doc.r65318.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicx-psmin.doc.r56931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicxbox.doc.r32630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphpaper.doc.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grayhints.doc.r49052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grfpaste.doc.r17354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grid.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grid-system.doc.r32981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridpapers.doc.r58723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridset.doc.r53762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridslides.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gs1.doc.r59620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitlogo.doc.r55741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ha-prosper.doc.r59651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hackthefootline.doc.r46494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/halloweenmath.doc.r52602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handin.doc.r48255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handout.doc.r43962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handoutwithnotes.doc.r62140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hang.doc.r43280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanging.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hardwrap.doc.r21396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harnon-cv.doc.r26543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harpoon.doc.r21327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/he-she.doc.r41359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-acronym.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-float.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-text.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-title.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hereapplies.doc.r68638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hhtensor.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hideanswer.doc.r63852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/highlightlatex.doc.r58392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/highlightx.doc.r68756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/histogr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitec.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitreport.doc.r58357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hletter.doc.r30002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobsub.doc.r52810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/homework.doc.r68773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hpsdiss.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/href-ul.doc.r69359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrefhide.doc.r66189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huawei.doc.r68336.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvextern.doc.r69651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvindex.doc.r46051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvlogos.doc.r69581.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvpygmentex.doc.r62405.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvqrurl.doc.r69723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hwemoji.doc.r65001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdestopt.doc.r56253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdoc.doc.r68661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdvips.doc.r53197.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyper.doc.r17357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperbar.doc.r48147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypernat.doc.r17358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperxmp.doc.r68251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphenat.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/identkey.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/idxcmds.doc.r54554.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/idxlayout.doc.r25821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iexec.doc.r69420.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifallfalse.doc.r60027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iffont.doc.r38823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifmslide.doc.r20727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifmtarg.doc.r47544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifnextok.doc.r23379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifoddpage.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifthenx.doc.r25819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iitem.doc.r29613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/image-gallery.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imakeidx.doc.r42287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/import.doc.r54683.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/incgraph.doc.r60810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/indextools.doc.r68555.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inline-images.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinedef.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinelabel.doc.r63853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputenx.doc.r52986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputtrc.doc.r28019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interactiveworkbook.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interfaces.doc.r21474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intopdf.doc.r63987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inversepath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice.doc.r48359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice-class.doc.r49749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice2.doc.r67327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ipsum.doc.r68861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso10303.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodate.doc.r16613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodoc.doc.r59709.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isonums.doc.r17362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isopt.doc.r45509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isorot.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isosafety.doc.r68801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isotope.doc.r23711.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/issuulinks.doc.r25742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iwonamath.doc.r68144.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jlabels.doc.r24858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmsdelim.doc.r62630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jobname-suffix.doc.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/joinbox.doc.r68003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jslectureplanner.doc.r57095.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jumplines.doc.r37553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jvlisting.doc.r24638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kalendarium.doc.r48744.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kantlipsum.doc.r68983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kerntest.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keycommand.doc.r18042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyfloat.doc.r69399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyindex.doc.r50828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyparse.doc.r60277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyreader.doc.r28195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keystroke.doc.r17992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyval2e.doc.r23698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyvaltable.doc.r65416.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kix.doc.r21606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knowledge.doc.r61991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-moderncvclassic.doc.r25025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-script-sfs.doc.r26137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv.doc.r57721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv-rg.doc.r49064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/korigamik.doc.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ktv-texdata.doc.r27369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3build.doc.r69748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labbook.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labels.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labels4easylist.doc.r51124.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labelschanged.doc.r69400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambdax.doc.r60278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpackage.doc.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpage.doc.r68557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-amsmath-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-base-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-bin-dev.doc.r66186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-context-ppchtex.doc.r66687.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-firstaid-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-graphics-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-tools-dev.doc.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-uni8.doc.r49729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2pydata.doc.r68919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcolors.doc.r49888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexdemo.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexgit.doc.r54811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layouts.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lazylist.doc.r17691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lccaps.doc.r46432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcd.doc.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcg.doc.r31474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leading.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leaflet.doc.r56878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lebhart.doc.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lectures.doc.r53642.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lectureslides.doc.r62292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leftidx.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leftindex.doc.r69660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leipzig.doc.r52450.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lengthconvert.doc.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lettre.doc.r54722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lettrine.doc.r69508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lewis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lhelp.doc.r23638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libgreek.doc.r65004.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limap.doc.r44863.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linegoal.doc.r21523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linop.doc.r41304.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lipsum.doc.r60561.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lisp-on-tex.doc.r38722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listing.doc.r17373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listingsutf8.doc.r53097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listlbls.doc.r67215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listliketab.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listofsymbols.doc.r16134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/litesolution.doc.r69115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/litetable.doc.r69678.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lkproof.doc.r20021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lmake.doc.r25552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/locality.doc.r20422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logbox.doc.r24499.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logical-markup-utils.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logoetalab.doc.r68916.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logpap.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longfbox.doc.r39028.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longfigure.doc.r34302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longnamefilelist.doc.r27889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/loops.doc.r30704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lsc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstaddons.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstfiracode.doc.r49503.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3graph.doc.r45913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3rawobjects.doc.r66619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltablex.doc.r34923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltabptch.doc.r17533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxdockit.doc.r21869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxguidex.doc.r50992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxkeys.doc.r28332.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxnew.doc.r21586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxtools.doc.r24897.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-check-hyphen.doc.r47527.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-physical.doc.r59138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatodonotes.doc.r53825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macrolist.doc.r60139.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macroswap.doc.r31498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magaz.doc.r24694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicnum.doc.r52983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicwatermark.doc.r63656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailing.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailmerge.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebarcode.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebase.doc.r41012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebox.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecell.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecirc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecmds.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecookbook.doc.r49311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makedtx.doc.r46702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeglos.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makelabels.doc.r60255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makerobust.doc.r52811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mandi.doc.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manfnt.doc.r54684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manuscript.doc.r36110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manyind.doc.r49874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfit.doc.r48281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfix.doc.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginnote.doc.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/markdown.doc.r66954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathalpha.doc.r61089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathastext.doc.r69237.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathexam.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfam256.doc.r53519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfont.doc.r68241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maybemath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcaption.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mceinleger.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcexam.doc.r60481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcite.doc.r18173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mciteplus.doc.r31648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdframed.doc.r31075.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/media4svg.doc.r64686.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/media9.doc.r64047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/medstarbeamer.doc.r38828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/meetingmins.doc.r31878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memexsupp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memory.doc.r30452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mensa-tex.doc.r45997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menu.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menucard.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menukeys.doc.r64314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogox.doc.r69601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metanorma.doc.r55010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metastr.doc.r56246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/method.doc.r17485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metre.doc.r18489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfirstuc.doc.r64743.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mftinc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mi-solns.doc.r49651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/midpage.doc.r17484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mindflow.doc.r65236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minibox.doc.r30914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minidocument.doc.r43752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minifp.doc.r32559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minimalist.doc.r68552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minipage-marginpar.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minitoc.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minorrevision.doc.r32165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minutes.doc.r42186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mla-paper.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mleftright.doc.r53021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlist.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mmap.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnotes.doc.r63406.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moderncv.doc.r62128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modernposter.doc.r47269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moderntimeline.doc.r55518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modref.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modroman.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modular.doc.r44142.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moloch.doc.r69579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/monofill.doc.r28140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moodle.doc.r65672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moreenum.doc.r24479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morefloats.doc.r37927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morehype.doc.r38815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moresize.doc.r17513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moreverb.doc.r22126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morewrites.doc.r69679.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/movement-arrows.doc.r67270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/movie15.doc.r26473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mparhack.doc.r59066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpostinl.doc.r49559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msc.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msg.doc.r49578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mslapa.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mtgreek.doc.r17967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multenum.doc.r21775.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiaudience.doc.r60688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibbl.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicap.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicolrule.doc.r56366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multidef.doc.r40637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multienv.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiexpand.doc.r45943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multifootnote.doc.r63456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multilang.doc.r49065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiple-choice.doc.r63722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multirow.doc.r58396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mversion.doc.r29370.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwe.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mycv.doc.r26807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mylatex.doc.r56751.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mylatexformat.doc.r21392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nag.doc.r24741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nameauth.doc.r69758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namespc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncclatex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncctools.doc.r51810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/needspace.doc.r29601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newcommand.doc.r18704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newenviron.doc.r29331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfile.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newlfm.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newspaper.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newunicodechar.doc.r47382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newvbtm.doc.r23996.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newverbs.doc.r64833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nfssext-cfr.doc.r43640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicefilelist.doc.r65842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/niceframe.doc.r36086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicetext.doc.r38914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nidanfloat.doc.r48295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ninecolors.doc.r62006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nlctdoc.doc.r68448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noconflict.doc.r30140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noindentafter.doc.r59195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noitcrul.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nolbreaks.doc.r26786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomencl.doc.r61029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomentbl.doc.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/non-decimal-units.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonfloat.doc.r17598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonumonpart.doc.r22114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nopageno.doc.r18128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/normalcolor.doc.r40125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notebeamer.doc.r68871.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notespages.doc.r41906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notestex.doc.r45396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notoccite.doc.r18129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nowidow.doc.r24066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nox.doc.r30991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntheorem.doc.r27609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numberedblock.doc.r33109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numname.doc.r18130.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numprint.doc.r27498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numspell.doc.r61132.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocg-p.doc.r28803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocgx.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocgx2.doc.r65292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocr-latex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/octavo.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldstyle.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onlyamsmath.doc.r42927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opcit.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opencolor.doc.r66363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optidef.doc.r50941.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optional.doc.r18131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/options.doc.r39030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orcidlink.doc.r69253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orientation.doc.r57390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outline.doc.r18360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outliner.doc.r21095.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outlines.doc.r25192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outlining.doc.r45601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overlays.doc.r57866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overpic.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/padcount.doc.r47621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecolor.doc.r66885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecont.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagegrid.doc.r64470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagelayout.doc.r69486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagenote.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagerange.doc.r16915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pageslts.doc.r39164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/palette.doc.r60119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pangram.doc.r66300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paper.doc.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papercdcase.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papermas.doc.r66835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papertex.doc.r19230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paracol.doc.r49560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parades.doc.r40042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paralist.doc.r43021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paresse.doc.r59228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parnotes.doc.r51720.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parsa.doc.r54840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parselines.doc.r21475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-cours.doc.r55859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-cv.doc.r32263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pas-tableur.doc.r66860.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patchcmd.doc.r41379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pauldoc.doc.r16005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pawpict.doc.r21629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pax.doc.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbalance.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbox.doc.r24807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbsheet.doc.r24830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdf14.doc.r17583.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfannotations.doc.r68958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcol.doc.r64469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcolmk.doc.r52912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcomment.doc.r49047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcprot.doc.r18735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmarginpar.doc.r23492.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfoverlay.doc.r64210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpagediff.doc.r37946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpc.doc.r68610.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpc-movie.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfprivacy.doc.r45985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfrender.doc.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfreview.doc.r50100.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfscreen.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfslide.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfsync.doc.r20373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfwin.doc.r68667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfx.doc.r50338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pecha.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perltex.doc.r52162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/permute.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/petiteannonce.doc.r25915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmath-xfp.doc.r59268.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfcc.doc.r60731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfextendedabstract.doc.r60732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phffullpagefigure.doc.r41857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfnote.doc.r60733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfparen.doc.r41859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfqit.doc.r60734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfquotetext.doc.r41869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfsvnwatermark.doc.r41870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfthm.doc.r60735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philex.doc.r36396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phonenumbers.doc.r63774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/photo.doc.r18739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/photobook.doc.r68313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/picture.doc.r54867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piff.doc.r21894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkgloader.doc.r47486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeins.doc.r19848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plantslabels.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plates.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plweb.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmboxdraw.doc.r53046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynom.doc.r44832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynomial.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polytable.doc.r55837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postcards.doc.r21641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poster-mac.doc.r18305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postnotes.doc.r69102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot.doc.r59272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppr-prv.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppt-slides.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/practicalreports.doc.r52312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/precattl.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prelim2e.doc.r57000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preprint.doc.r30447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pressrelease.doc.r35147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prettyref.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prettytok.doc.r66884.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preview.doc.r69470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/printlen.doc.r19847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/probsoln.doc.r44783.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/profmaquette.doc.r69526.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/program.doc.r44214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/progress.doc.r19519.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/progressbar.doc.r33822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/projlib.doc.r69689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proofread.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/properties.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prosper.doc.r33033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/protex.doc.r41633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/protocol.doc.r25562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfragx.doc.r26243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstool.doc.r46393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstring.doc.r42857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxgreeks.doc.r21838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pygmentex.doc.r64131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/python.doc.r60162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythonimmediate.doc.r69487.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/q-and-a.doc.r69164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qcm.doc.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qstest.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsymbols.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quicktype.doc.r42183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quiz2socrative.doc.r52276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotchap.doc.r56926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quoting.doc.r32818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotmark.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ran_toks.doc.r59515.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randexam.doc.r69690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randtext.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rccol.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs-multi.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcsinfo.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/readablecv.doc.r67986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/readarray.doc.r60540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realboxes.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipe.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipebook.doc.r37026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipecard.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rectopma.doc.r19980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refcheck.doc.r29128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refenums.doc.r44131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reflectgraphics.doc.r40612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refman.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refstyle.doc.r69680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regcount.doc.r19979.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regexpatch.doc.r58668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/register.doc.r54485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regstats.doc.r66795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/relenc.doc.r22050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/relsize.doc.r30707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repeatindex.doc.r24305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repltext.doc.r56433.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rescansync.doc.r63856.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resmes.doc.r65375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/responsive.doc.r69147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/returntogrid.doc.r48485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rgltxdoc.doc.r53858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rjlparshap.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rlepsf.doc.r19082.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rmpage.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robust-externalize.doc.r69459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robustcommand.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robustindex.doc.r49877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbar.doc.r25005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbarpagenumber.doc.r36236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanneg.doc.r20087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romannum.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rorlink.doc.r67461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rotfloat.doc.r18292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rotpages.doc.r18740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roundbox.doc.r29675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rterface.doc.r30084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rtkinenc.doc.r20003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rulerbox.doc.r50984.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rulercompass.doc.r32392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/runcode.doc.r69471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rvwrite.doc.r19614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sanitize-umlaut.doc.r67126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauerj.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/saveenv.doc.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savefnmark.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savetrees.doc.r40525.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scale.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scalebar.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scalerel.doc.r42809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scanpages.doc.r42633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schedule.doc.r51805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schooldocs.doc.r69659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scontents.doc.r62902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrambledenvs.doc.r60615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrlayer-fancyhdr.doc.r63844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrlttr2copy.doc.r56733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrwfile.doc.r66872.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sdaps.doc.r65345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sdrt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/secdot.doc.r20208.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/secnum.doc.r61813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectionbox.doc.r37749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectionbreak.doc.r50339.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectsty.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seealso.doc.r43595.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selectp.doc.r20185.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selinput.doc.r53098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantex.doc.r65679.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantic.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantic-markup.doc.r53607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semesterplanner.doc.r56841.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semioneside.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semproc.doc.r37568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semtex.doc.r56530.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sepfootnotes.doc.r41732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seqsplit.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesstime.doc.r49750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setspaceenhanced.doc.r68493.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sf298.doc.r41653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sffms.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadethm.doc.r53350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadow.doc.r20312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shadowtext.doc.r26522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shapepar.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shdoc.doc.r41991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shipunov.doc.r52334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shorttoc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/show2e.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showcharinbox.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showdim.doc.r28918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showexpl.doc.r57414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showlabels.doc.r63940.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidecap.doc.r65618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotes.doc.r54524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotesplus.doc.r69176.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/silence.doc.r27028.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sillypage.doc.r66349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sim-os-menus.doc.r68843.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecd.doc.r29260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecv.doc.r35537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleinvoice.doc.r45673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplivre.doc.r68376.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sitem.doc.r22136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skb.doc.r22781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skdoc.doc.r56950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeldoc.doc.r57922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeycommand.doc.r24652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skeyval.doc.r30560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skills.doc.r56734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skrapport.doc.r52412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/slantsc.doc.r25007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smalltableof.doc.r20333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smart-eqn.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartref.doc.r20311.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartunits.doc.r39592.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snapshot.doc.r56735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snaptodo.doc.r61155.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snotez.doc.r61992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soulpos.doc.r60772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spacingtricks.doc.r69048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spark-otf.doc.r62481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sparklines.doc.r42821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sphack.doc.r20842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitindex.doc.r39766.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spot.doc.r22408.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spotcolor.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spreadtab.doc.r68256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spverbatim.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srbook-mem.doc.r45818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srcltx.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sseq.doc.r31585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sslides.doc.r32293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stackengine.doc.r60019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/standalone.doc.r64677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/starray.doc.r69002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdclsdv.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdpage.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stealcaps.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stex.doc.r68569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/storebox.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/storecmd.doc.r24431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringstrings.doc.r57097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sttools.doc.r60736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stubs.doc.r69128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/studenthandouts.doc.r43516.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/styledcmd.doc.r65262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subdepth.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subdocs.doc.r51480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqnarray.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfigmat.doc.r20308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfigure.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfiles.doc.r56977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfloat.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/substr.doc.r16117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/supertabular.doc.r53658.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suppose.doc.r59281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svg.doc.r57010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svgcolor.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-multi.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-prov.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svninfo.doc.r62157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swfigure.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swungdash.doc.r64204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntax.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntrace.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synttree.doc.r16252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabbing.doc.r59715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabfigures.doc.r25202.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tableaux.doc.r42413.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablefootnote.doc.r32804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tableof.doc.r59837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablists.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabls.doc.r17255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablvar.doc.r69212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabstackengine.doc.r46848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabto-ltx.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabu.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularborder.doc.r17885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularcalc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularew.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularray.doc.r66276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabulary.doc.r34368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagging.doc.r52064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagpair.doc.r42138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagpdf.doc.r69703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/talk.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tamefloats.doc.r27345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tangocolors.doc.r66733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tasks.doc.r61541.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tcldoc.doc.r22018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tcolorbox.doc.r69370.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tdclock.doc.r33043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/technics.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ted.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/templatetools.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal.doc.r22514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termlist.doc.r18923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termsim.doc.r61414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testhyphens.doc.r38928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testidx.doc.r60966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-label.doc.r16372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-locale.doc.r48500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texmate.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texments.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texpower.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texshade.doc.r69371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texsurgery.doc.r59885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textcsc.doc.r67193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textfit.doc.r20591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textmerg.doc.r20677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textpos.doc.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textualicomma.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texvc.doc.r46844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/theoremref.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thinsp.doc.r39669.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmtools.doc.r67018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threadcol.doc.r28754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeparttable.doc.r17383.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeparttablex.doc.r34206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumb.doc.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumbs.doc.r33134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumby.doc.r16736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ticket.doc.r42280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipauni.doc.r65817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlecaps.doc.r63020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlepic.doc.r43497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titleref.doc.r18729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titlesec.doc.r68677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titling.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/to-be-determined.doc.r64882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocbibind.doc.r20085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocdata.doc.r69512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocloft.doc.r53364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocvsec2.doc.r33146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todo.doc.r17746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todonotes.doc.r69319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tokcycle.doc.r60320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tokenizer.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toolbox.doc.r32260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topfloat.doc.r19084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topiclongtable.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totalcount.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totcount.doc.r21178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totpages.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tramlines.doc.r65692.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translations.doc.r61896.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/transparent.doc.r64852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trfsigns.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trimspaces.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trivfloat.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trsym.doc.r18732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/truncate.doc.r18921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tucv.doc.r20680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turnthepage.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tutodoc.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twoinone.doc.r17024.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twoup.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txgreeks.doc.r21839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/type1cm.doc.r21820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typed-checklist.doc.r63445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typeface.doc.r27046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typoaid.doc.r44238.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typogrid.doc.r24994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uassign.doc.r38459.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucs.doc.r68759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uebungsblatt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umoline.doc.r19085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underlin.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underoverlap.doc.r29019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undolabl.doc.r65846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-titlepage.doc.r68917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-math-input.doc.r69591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicodefonttable.doc.r67066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unifront.doc.r67054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unisc.doc.r63178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitconv.doc.r55060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/units.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unravel.doc.r69308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/updatemarks.doc.r68163.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upmethodology.doc.r64613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upquote.doc.r26059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uri.doc.r48602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ushort.doc.r32261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uspace.doc.r63123.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utf8add.doc.r61074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwmslide.doc.r27354.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/variablelm.doc.r60014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varindex.doc.r32262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varsfromjobname.doc.r44154.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varwidth.doc.r24104.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vcell.doc.r59039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vdmlisting.doc.r56905.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbasef.doc.r21922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbatimbox.doc.r67865.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbatimcopy.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbdef.doc.r17177.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verbments.doc.r23670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifiche.doc.r69726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifycommand.doc.r69389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/version.doc.r21920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/versions.doc.r21921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/versonotes.doc.r69249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vertbars.doc.r49429.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vgrid.doc.r32457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vhistory.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vmargin.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/volumes.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vpe.doc.r26039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vruler.doc.r21598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vtable.doc.r51126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vwcol.doc.r36254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wallcalendar.doc.r45568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wallpaper.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/warning.doc.r66616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/warpcol.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/was.doc.r64691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/webquiz.doc.r58808.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widetable.doc.r53409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widows-and-orphans.doc.r66753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/williams.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/willowtreebook.doc.r60638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/withargs.doc.r52641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordcount.doc.r46165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordlike.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/worksheet.doc.r48423.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapfig.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapfig2.doc.r69513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapstuff.doc.r64058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/writeongrid.doc.r68863.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wtref.doc.r69214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xargs.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xassoccnt.doc.r61112.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xbmks.doc.r53448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcntperchap.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-material.doc.r42289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-solarized.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcomment.doc.r20031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcookybooky.doc.r36435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcpdftips.doc.r50449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xdoc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xellipsis.doc.r47546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xfakebold.doc.r68929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xfor.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xhfill.doc.r22575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xifthen.doc.r38929.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xint.doc.r63562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkcdcolors.doc.r67895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkeymask.doc.r69223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xltabular.doc.r56855.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmpincl.doc.r60593.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xnewcommand.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xoptarg.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpatch.doc.r54563.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpeek.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xprintlen.doc.r35928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpunctuate.doc.r67918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xsavebox.doc.r64049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xsim.doc.r61988.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xstring.doc.r68015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xtab.doc.r23347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xurl.doc.r61553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xwatermark.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xytree.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yafoot.doc.r48568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yagusylo.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yaletter.doc.r42830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ycbook.doc.r46201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ydoc.doc.r64887.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yplan.doc.r34398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zebra-goodies.doc.r66630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zed-csp.doc.r17258.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zennote.doc.r65549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ziffer.doc.r32279.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref.doc.r68278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-check.doc.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-clever.doc.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-vario.doc.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zwgetfdate.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zwpagelayout.doc.r63074.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/abspos.source.r64465.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abstract.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accessibility.source.r55777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accsupp.source.r53052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/achemso.source.r69638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acronym.source.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acroterm.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialangle.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/actuarialsymbol.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addlines.source.r49326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjmulticol.source.r63320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adjustbox.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adrconv.source.r46817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alertmessage.source.r38055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alnumsec.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alphalph.source.r53087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altfont.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/altsubsup.source.r62738.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amsaddr.source.r64357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/animate.source.r67401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/answers.source.r35032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/appendix.source.r53718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apptools.source.r28400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arcs.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraycols.source.r68277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arraysort.source.r31576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arydshln.source.r50084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asciilist.source.r49060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/askinclude.source.r54725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atenddvi.source.r56922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/atendofenv.source.r62164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile.source.r42099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autonum.source.r36084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autopdf.source.r32377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/avremu.source.r35373.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/axessibility.source.r57105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/background.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/basicarith.source.r35460.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerappendixnote.source.r55732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamercolorthemeowl.source.r40105.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamersubframe.source.r23510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-cuerna.source.r42161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-metropolis.source.r43031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-saintpetersburg.source.r45877.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamertheme-trigon.source.r65985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bearwear.source.r54826.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beton.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bewerbung.source.r61632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bez123.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bigfoot.source.r38248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bithesis.source.r68634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bizcard.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blindtext.source.r25039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blowup.source.r67640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bnumexpr.source.r59244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boites.source.r32235.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookcover.source.r65394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booklet.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bookshelf.source.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boolexpr.source.r17830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bophook.source.r17062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxedminipage.source.r54827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boxhandler.source.r28031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breakurl.source.r29901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bubblesort.source.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bullcntr.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calcage.source.r27725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculator.source.r64424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cals.source.r43003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/canoniclayout.source.r64889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/capt-of.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/captcont.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfile.source.r53084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catchfilebetweentags.source.r21476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catechis.source.r59998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccaption.source.r23443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cclicenses.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd.source.r34452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cd-cover.source.r17121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdcmd.source.r60742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cdpbundl.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cellprops.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/centerlastline.source.r56644.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changebar.source.r69367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changepage.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/changes.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chappg.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chapterfolder.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cheatsheet.source.r45069.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chextras.source.r27118.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/childdoc.source.r49543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chletter.source.r20060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circ.source.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classpack.source.r55218.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clefval.source.r55985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleveref-usedon.source.r66915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clicks.source.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clistmap.source.r61811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrdblpg.source.r47511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrstrip.source.r60363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmdtrack.source.r28910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codepage.source.r51502.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codesection.source.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collcell.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collectbox.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colophon.source.r47913.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/color-edits.source.r56707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colordoc.source.r18270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorwav.source.r67012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorweb.source.r31490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combine.source.r19361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commado.source.r38875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commedit.source.r50116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/competences.source.r47573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/constants.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/continue.source.r49449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contour.source.r18950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contracard.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conv-xkv.source.r43558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooking-units.source.r65241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cool.source.r67013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coollist.source.r67048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolstr.source.r67015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coolthms.source.r29062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cooltooltips.source.r60201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coop-writing.source.r61607.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coordsys.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/copyedit.source.r37928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counterz.source.r67335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/counttexruns.source.r27576.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coverpage.source.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cprotect.source.r21209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossreference.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crumbs.source.r64602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csvmerge.source.r51857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cuisine.source.r34453.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currency.source.r48990.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currfile.source.r64673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/currvita.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cutwin.source.r60901.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cyber.source.r46776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cybercic.source.r37659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/darkmode.source.r64271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashbox.source.r23425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashrule.source.r29579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dashundergaps.source.r58150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datatool.source.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datax.source.r61772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dateiliste.source.r27974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datenumber.source.r61761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datestamp.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime.source.r36650.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2.source.r63102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bahasai.source.r46287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-basque.source.r47064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-breton.source.r52647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-bulgarian.source.r47031.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-catalan.source.r47032.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-croatian.source.r36682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-czech.source.r47033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-danish.source.r47034.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-dutch.source.r47355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-en-fulltext.source.r36705.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-english.source.r52479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-esperanto.source.r47356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-estonian.source.r47565.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-finnish.source.r47047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-french.source.r56393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-galician.source.r47631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-german.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-greek.source.r47533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-hebrew.source.r47534.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-icelandic.source.r65213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-irish.source.r47632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-it-fulltext.source.r54779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-italian.source.r37146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-latin.source.r47748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-lsorbian.source.r47749.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-magyar.source.r48266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-norsk.source.r48267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-polish.source.r48456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-portuges.source.r48457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-romanian.source.r56394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-russian.source.r49345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-samin.source.r49346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-scottish.source.r52101.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-serbian.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovak.source.r52281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-slovene.source.r52282.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-spanish.source.r45785.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-swedish.source.r36700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-turkish.source.r52331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-ukrainian.source.r47552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-usorbian.source.r52375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/datetime2-welsh.source.r52553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dbshow.source.r61634.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/debate.source.r64846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimal.source.r23374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decimalcomma.source.r69251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decorule.source.r55230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/defoldfonts.source.r68234.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimtxt.source.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/denisbdoc.source.r66137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagbox.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dialogl.source.r28946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dimnum.source.r58774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dinbrief.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtytalk.source.r20520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dnaseq.source.r17194.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doclicense.source.r68441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmfp.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docmute.source.r25741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docshots.source.r69676.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doctools.source.r34474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/documentation.source.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotarrow.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dotseqn.source.r17195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/download.source.r52257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dox.source.r46011.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dprogress.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drac.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftcopy.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/draftwatermark.source.r57099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dtxdescribe.source.r69507.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ducksay.source.r64655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duckuments.source.r52271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynamicnumber.source.r38726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easybook.source.r69747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfig.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyfloats.source.r57204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easyreview.source.r38352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebezier.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecclesiastic.source.r38172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econlipsum.source.r58390.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecv.source.r24928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ed.source.r25231.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/edmargin.source.r27599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eemeir.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/efbox.source.r33236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egplot.source.r20617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipsis.source.r55418.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elmath.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elocalloc.source.r42712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elzcards.source.r51894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emarks.source.r24504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedall.source.r51177.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/embedfile.source.r65528.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emo.source.r66944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emptypage.source.r18064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endfloat.source.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endheads.source.r43750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endnotes-hy.source.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engpron.source.r16558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engrec.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enumitem-zref.source.r21472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/environ.source.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/envlab.source.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigraph.source.r54857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epiolmec.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eq-pin2corr.source.r59477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqlist.source.r32257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnalign.source.r43278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqparbox.source.r45215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/errata.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erw-l3.source.r61799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esdiff.source.r21385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esieecv.source.r59638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esint.source.r52240.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etaremune.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etextools.source.r20694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etl.source.r60998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoc.source.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eukdate.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyhook.source.r35675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everypage.source.r56694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exam-n.source.r64674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examdesign.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/examz.source.r67303.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercise.source.r35417.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exercises.source.r55188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exesheet.source.r69688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exframe.source.r53911.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exp-testopt.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expdlist.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/export.source.r27206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exsol.source.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extract.source.r52117.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facsimile.source.r21328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/factura.source.r61697.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fail-fast.source.r67543.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/familytree.source.r63739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancylabel.source.r46736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancynum.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancypar.source.r58895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytabs.source.r41549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancytooltips.source.r68931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcolumn.source.r67729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fetchcls.source.r45245.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fewerfloatpages.source.r58058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ffcode.source.r69706.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fgruler.source.r63721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fifo-stack.source.r33288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontents.source.r66740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filecontentsdef.source.r52208.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filedate.source.r29529.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fileinfo.source.r28421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fink.source.r24329.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/finstrut.source.r21719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fistrum.source.r66461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fithesis.source.r64135.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixcmex.source.r51825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixme.source.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmetodonotes.source.r30168.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flabels.source.r17272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flagderiv.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flashcards.source.r62104.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flexipage.source.r66614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flippdf.source.r56782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatbytocbasic.source.r67945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatflt.source.r25540.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrow.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/floatrowbytocbasic.source.r67946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowfram.source.r35291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmp.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fmtcount.source.r53912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnbreak.source.r66615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnumprint.source.r29173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foilhtml.source.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontaxes.source.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontsize.source.r60161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fonttable.source.r44799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisc.source.r69729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footmisx.source.r42621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnoterange.source.r66149.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnpag.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forarray.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/foreign.source.r27819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forloop.source.r67017.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forms16be.source.r51305.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formular.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/frankenstein.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/froufrou.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftnxtra.source.r29652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullblck.source.r25434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fullminipage.source.r34545.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-calligra.source.r26018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fundus-sueterlin.source.r26030.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fvextra.source.r69001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/g-brief.source.r50415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gatherenum.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gcite.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gender.source.r36464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genmpage.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gensymb.source.r64740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getitems.source.r39365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ginpenc.source.r24980.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitfile-info.source.r51928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitstatus.source.r64662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-danish.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-dutch.source.r35685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-english.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-estonian.source.r49928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-extra.source.r68409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-finnish.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-french.source.r42873.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-german.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-irish.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-italian.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-magyar.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-norsk.source.r67141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-nynorsk.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-polish.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-portuges.source.r36064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-serbian.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-slovene.source.r51211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glossaries-spanish.source.r35665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmdoc-enhance.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grabbox.source.r65223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grading-scheme.source.r62505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphbox.source.r46360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicscache.source.r65318.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicx-psmin.source.r56931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxbox.source.r32630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphpaper.source.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grayhints.source.r49052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grid.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridpapers.source.r58723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gridset.source.r53762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gs1.source.r59620.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitlogo.source.r55741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ha-prosper.source.r59651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/halloweenmath.source.r52602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/handoutwithnotes.source.r62140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hanging.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hardwrap.source.r21396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-acronym.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-float.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-math.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-text.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-title.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hhtensor.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/histogr.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitreport.source.r58357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hpsdiss.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/href-ul.source.r69359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hrefhide.source.r66189.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huawei.source.r68336.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hypdoc.source.r68661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyper.source.r17357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperbar.source.r48147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyperxmp.source.r68251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphenat.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/idxlayout.source.r25821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iexec.source.r69420.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifallfalse.source.r60027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iffont.source.r38823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifmtarg.source.r47544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifnextok.source.r23379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ifoddpage.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iitem.source.r29613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imakeidx.source.r42287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/indextools.source.r68555.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inlinedef.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputenx.source.r52986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputtrc.source.r28019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interfaces.source.r21474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/intopdf.source.r63987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inversepath.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/invoice2.source.r67327.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iso10303.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodate.source.r16613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isodoc.source.r59709.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isorot.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isosafety.source.r68801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isotope.source.r23711.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/issuulinks.source.r25742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iwonamath.source.r68144.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmsdelim.source.r62630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jvlisting.source.r24638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kalendarium.source.r48744.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kantlipsum.source.r68983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kerntest.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keycommand.source.r18042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyfloat.source.r69399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyindex.source.r50828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyparse.source.r60277.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/keyvaltable.source.r65416.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knowledge.source.r61991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv.source.r57721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/komacv-rg.source.r49064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ktv-texdata.source.r27369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3build.source.r69748.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labbook.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labels.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/labelschanged.source.r69400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambdax.source.r60278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpackage.source.r34481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lastpage.source.r68557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-amsmath-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-base-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-firstaid-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-graphics-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-lab-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-tools-dev.source.r68730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2pydata.source.r68919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcolors.source.r49888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexdemo.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexgit.source.r54811.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/layouts.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lccaps.source.r46432.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcd.source.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lcg.source.r31474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leading.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leaflet.source.r56878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leftidx.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leipzig.source.r52450.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lengthconvert.source.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lettrine.source.r69508.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lhelp.source.r23638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/libgreek.source.r65004.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limap.source.r44863.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linegoal.source.r21523.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lipsum.source.r60561.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listingsutf8.source.r53097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listlbls.source.r67215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listliketab.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listofsymbols.source.r16134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lmake.source.r25552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/locality.source.r20422.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logbox.source.r24499.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logpap.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longfigure.source.r34302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longnamefilelist.source.r27889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstaddons.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3rawobjects.source.r66619.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ltxnew.source.r21586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatodonotes.source.r53825.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macrolist.source.r60139.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/macroswap.source.r31498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicnum.source.r52983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/magicwatermark.source.r63656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailing.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mailmerge.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebase.source.r41012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makebox.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecell.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makecmds.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makedtx.source.r46702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makelabels.source.r60255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mandi.source.r68950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manfnt.source.r54684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/manuscript.source.r36110.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfit.source.r48281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginfix.source.r55064.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/marginnote.source.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/markdown.source.r66954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathastext.source.r69237.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathexam.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfont.source.r68241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcaption.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcite.source.r18173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdframed.source.r31075.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/media9.source.r64047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/meetingmins.source.r31878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memory.source.r30452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menu.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menucard.source.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/menukeys.source.r64314.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogox.source.r69601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metastr.source.r56246.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/method.source.r17485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metre.source.r18489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfirstuc.source.r64743.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mftinc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mi-solns.source.r49651.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mindflow.source.r65236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minibox.source.r30914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minidocument.source.r43752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minifp.source.r32559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minipage-marginpar.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minutes.source.r42186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mleftright.source.r53021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlist.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnotes.source.r63406.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moderntimeline.source.r55518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modref.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modroman.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moloch.source.r69579.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/monofill.source.r28140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moodle.source.r65672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morefloats.source.r37927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morehype.source.r38815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moresize.source.r17513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/moreverb.source.r22126.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/morewrites.source.r69679.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mparhack.source.r59066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpostinl.source.r49559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msg.source.r49578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mtgreek.source.r17967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiaudience.source.r60688.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multibbl.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicap.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multicolrule.source.r56366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multidef.source.r40637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multienv.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiexpand.source.r45943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multilang.source.r49065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multirow.source.r58396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mversion.source.r29370.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mwe.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mycv.source.r26807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mylatexformat.source.r21392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nag.source.r24741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nameauth.source.r69758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namespc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ncctools.source.r51810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/needspace.source.r29601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfile.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newlfm.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newspaper.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newunicodechar.source.r47382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newvbtm.source.r23996.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newverbs.source.r64833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicefilelist.source.r65842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/niceframe.source.r36086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicetext.source.r38914.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nidanfloat.source.r48295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noindentafter.source.r59195.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/noitcrul.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomencl.source.r61029.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nomentbl.source.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonfloat.source.r17598.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nonumonpart.source.r22114.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/normalcolor.source.r40125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notes.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/notespages.source.r41906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nowidow.source.r24066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntheorem.source.r27609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numprint.source.r27498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ocgx.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/octavo.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oldstyle.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onlyamsmath.source.r42927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opcit.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/orcidlink.source.r69253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outlining.source.r45601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overpic.source.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/padcount.source.r47621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecolor.source.r66885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagecont.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagegrid.source.r64470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pagenote.source.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pageslts.source.r39164.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/palette.source.r60119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pangram.source.r66300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paper.source.r34521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papercdcase.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papermas.source.r66835.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papertex.source.r19230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paracol.source.r49560.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paralist.source.r43021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/paresse.source.r59228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parselines.source.r21475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patch.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/patchcmd.source.r41379.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pauldoc.source.r16005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pawpict.source.r21629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pax.source.r63509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbalance.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbox.source.r24807.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pbsheet.source.r24830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf14.source.r17583.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcol.source.r64469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcprot.source.r18735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfoverlay.source.r64210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpc-movie.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfprivacy.source.r45985.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfrender.source.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfx.source.r50338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perltex.source.r52162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/permute.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmath-xfp.source.r59268.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfcc.source.r60731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfextendedabstract.source.r60732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phffullpagefigure.source.r41857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfnote.source.r60733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfparen.source.r41859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfqit.source.r60734.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfquotetext.source.r41869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfsvnwatermark.source.r41870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/phfthm.source.r60735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/photo.source.r18739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/picture.source.r54867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plweb.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmboxdraw.source.r53046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynom.source.r44832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polynomial.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polytable.source.r55837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postnotes.source.r69102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot.source.r59272.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppr-prv.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ppt-slides.source.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prelim2e.source.r57000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preprint.source.r30447.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pressrelease.source.r35147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prettyref.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/preview.source.r69470.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/probsoln.source.r44783.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/projlib.source.r69689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proofread.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/protocol.source.r25562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfragx.source.r26243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxgreeks.source.r21838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qcm.source.r63833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qstest.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsymbols.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotchap.source.r56926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quoting.source.r32818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quotmark.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ran_toks.source.r59515.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rccol.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs-multi.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcsinfo.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realboxes.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recipecard.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reflectgraphics.source.r40612.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refman.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/refstyle.source.r69680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regcount.source.r19979.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regexpatch.source.r58668.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/register.source.r54485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regstats.source.r66795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/relenc.source.r22050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repltext.source.r56433.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resmes.source.r65375.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rgltxdoc.source.r53858.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rjlparshap.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robustcommand.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbar.source.r25005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romanbarpagenumber.source.r36236.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/romannum.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rorlink.source.r67461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rotfloat.source.r18292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rtkinenc.source.r20003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rulercompass.source.r32392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sauerj.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savefnmark.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/savetrees.source.r40525.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scale.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scalebar.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schedule.source.r51805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schooldocs.source.r69659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scontents.source.r62902.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrambledenvs.source.r60615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrlayer-fancyhdr.source.r63844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrwfile.source.r66872.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sdaps.source.r65345.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/secnum.source.r61813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sectsty.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seealso.source.r43595.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selinput.source.r53098.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semantic.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semesterplanner.source.r56841.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semioneside.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/semproc.source.r37568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seqsplit.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesstime.source.r49750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setspaceenhanced.source.r68493.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sf298.source.r41653.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sffms.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shdoc.source.r41991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shorttoc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/show2e.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showcharinbox.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showexpl.source.r57414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showlabels.source.r63940.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidecap.source.r65618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotes.source.r54524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sidenotesplus.source.r69176.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/silence.source.r27028.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sillypage.source.r66349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecd.source.r29260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplecv.source.r35537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sitem.source.r22136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skb.source.r22781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skdoc.source.r56950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skrapport.source.r52412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/slantsc.source.r25007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smart-eqn.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/snapshot.source.r56735.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spacingtricks.source.r69048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splitindex.source.r39766.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spot.source.r22408.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spverbatim.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srcltx.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sseq.source.r31585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stack.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/standalone.source.r64677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdclsdv.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stdpage.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stealcaps.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stex.source.r68569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/storebox.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stringstrings.source.r57097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sttools.source.r60736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/styledcmd.source.r65262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subdepth.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqn.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subeqnarray.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfigure.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfiles.source.r56977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfloat.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/supertabular.source.r53658.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svg.source.r57010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-multi.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svn-prov.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/svninfo.source.r62157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swfigure.source.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntrace.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synttree.source.r16252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabbing.source.r59715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabfigures.source.r25202.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablefootnote.source.r32804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tableof.source.r59837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablists.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablvar.source.r69212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabu.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularborder.source.r17885.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabularew.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabulary.source.r34368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tagpdf.source.r69703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/talk.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tangocolors.source.r66733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tcldoc.source.r22018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ted.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/templatetools.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termcal.source.r22514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termlist.source.r18923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termsim.source.r61414.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testhyphens.source.r38928.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/testidx.source.r60966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-label.source.r16372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-locale.source.r48500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texmate.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texments.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texpower.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texshade.source.r69371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textfit.source.r20591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textmerg.source.r20677.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textpos.source.r63967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textualicomma.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texvc.source.r46844.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmtools.source.r67018.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threadcol.source.r28754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumb.source.r16549.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbs.source.r33134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipauni.source.r65817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/titling.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/to-be-determined.source.r64882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocbibind.source.r20085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocdata.source.r69512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocloft.source.r53364.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tocvsec2.source.r33146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todo.source.r17746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/todonotes.source.r69319.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toolbox.source.r32260.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totalcount.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totcount.source.r21178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/totpages.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/transparent.source.r64852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trfsigns.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trimspaces.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trivfloat.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trsym.source.r18732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tucv.source.r20680.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twoup.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/txgreeks.source.r21839.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/type1cm.source.r21820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typed-checklist.source.r63445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typeface.source.r27046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typogrid.source.r24994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucs.source.r68759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umoline.source.r19085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underlin.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undolabl.source.r65846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uni-titlepage.source.r68917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicodefonttable.source.r67066.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unisc.source.r63178.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/units.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unravel.source.r69308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upquote.source.r26059.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uri.source.r48602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ushort.source.r32261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varindex.source.r32262.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifiche.source.r69726.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/verifycommand.source.r69389.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/versonotes.source.r69249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vgrid.source.r32457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vmargin.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/volumes.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vwcol.source.r36254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/warpcol.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/was.source.r64691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widetable.source.r53409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/widows-and-orphans.source.r66753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordlike.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapfig2.source.r69513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wrapstuff.source.r64058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xargs.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xbmks.source.r53448.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-material.source.r42289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor-solarized.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcookybooky.source.r36435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcpdftips.source.r50449.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xdoc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xellipsis.source.r47546.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xfor.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xint.source.r63562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmpincl.source.r60593.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpatch.source.r54563.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpeek.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpunctuate.source.r67918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xsavebox.source.r64049.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xtab.source.r23347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yafoot.source.r48568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yagusylo.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yaletter.source.r42830.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ydoc.source.r64887.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zebra-goodies.source.r66630.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref.source.r68278.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-check.source.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-clever.source.r68846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zref-vario.source.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abspos.source.r64465.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abstract.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accessibility.source.r55777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accsupp.source.r53052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/achemso.source.r69638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acronym.source.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acroterm.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialangle.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/actuarialsymbol.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addlines.source.r49326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjmulticol.source.r63320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adjustbox.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adrconv.source.r46817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alertmessage.source.r38055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alnumsec.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alphalph.source.r53087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altfont.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/altsubsup.source.r62738.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amsaddr.source.r64357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/animate.source.r67401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/answers.source.r35032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/appendix.source.r53718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apptools.source.r28400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arcs.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraycols.source.r68277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arraysort.source.r31576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arydshln.source.r50084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asciilist.source.r49060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/askinclude.source.r54725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atenddvi.source.r56922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/atendofenv.source.r62164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile.source.r42099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autonum.source.r36084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autopdf.source.r32377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/avremu.source.r35373.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/axessibility.source.r57105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/background.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/basicarith.source.r35460.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerappendixnote.source.r55732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamercolorthemeowl.source.r40105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamersubframe.source.r23510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-cuerna.source.r42161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-metropolis.source.r43031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-saintpetersburg.source.r45877.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamertheme-trigon.source.r65985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bearwear.source.r54826.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beton.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bewerbung.source.r61632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bez123.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bigfoot.source.r38248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bithesis.source.r68634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bizcard.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blindtext.source.r25039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blowup.source.r67640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bnumexpr.source.r59244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boites.source.r32235.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookcover.source.r65394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booklet.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bookshelf.source.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boolexpr.source.r17830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bophook.source.r17062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxedminipage.source.r54827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boxhandler.source.r28031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breakurl.source.r29901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bubblesort.source.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bullcntr.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calcage.source.r27725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculator.source.r64424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cals.source.r43003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/canoniclayout.source.r64889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/capt-of.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/captcont.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfile.source.r53084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catchfilebetweentags.source.r21476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catechis.source.r59998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccaption.source.r23443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cclicenses.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd.source.r34452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cd-cover.source.r17121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdcmd.source.r60742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cdpbundl.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cellprops.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/centerlastline.source.r56644.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changebar.source.r69367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changepage.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/changes.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chappg.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chapterfolder.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cheatsheet.source.r45069.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chextras.source.r27118.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/childdoc.source.r49543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chletter.source.r20060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circ.source.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classpack.source.r55218.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clefval.source.r55985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleveref-usedon.source.r66915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clicks.source.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clistmap.source.r61811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrdblpg.source.r47511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrstrip.source.r60363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmdtrack.source.r28910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codepage.source.r51502.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codesection.source.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collcell.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collectbox.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colophon.source.r47913.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/color-edits.source.r56707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colordoc.source.r18270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorwav.source.r67012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorweb.source.r31490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combine.source.r19361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commado.source.r38875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commedit.source.r50116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/competences.source.r47573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/constants.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/continue.source.r49449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contour.source.r18950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contracard.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conv-xkv.source.r43558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooking-units.source.r65241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cool.source.r67013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coollist.source.r67048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolstr.source.r67015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coolthms.source.r29062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cooltooltips.source.r60201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coop-writing.source.r61607.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coordsys.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/copyedit.source.r37928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counterz.source.r67335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/counttexruns.source.r27576.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coverpage.source.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cprotect.source.r21209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossreference.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crumbs.source.r64602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csvmerge.source.r51857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cuisine.source.r34453.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currency.source.r48990.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currfile.source.r64673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/currvita.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cutwin.source.r60901.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cyber.source.r46776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cybercic.source.r37659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/darkmode.source.r64271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashbox.source.r23425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashrule.source.r29579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dashundergaps.source.r58150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datatool.source.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datax.source.r61772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dateiliste.source.r27974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datenumber.source.r61761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datestamp.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime.source.r36650.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2.source.r63102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bahasai.source.r46287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-basque.source.r47064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-breton.source.r52647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-bulgarian.source.r47031.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-catalan.source.r47032.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-croatian.source.r36682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-czech.source.r47033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-danish.source.r47034.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-dutch.source.r47355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-en-fulltext.source.r36705.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-english.source.r52479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-esperanto.source.r47356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-estonian.source.r47565.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-finnish.source.r47047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-french.source.r56393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-galician.source.r47631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-german.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-greek.source.r47533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-hebrew.source.r47534.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-icelandic.source.r65213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-irish.source.r47632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-it-fulltext.source.r54779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-italian.source.r37146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-latin.source.r47748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-lsorbian.source.r47749.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-magyar.source.r48266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-norsk.source.r48267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-polish.source.r48456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-portuges.source.r48457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-romanian.source.r56394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-russian.source.r49345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-samin.source.r49346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-scottish.source.r52101.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-serbian.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovak.source.r52281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-slovene.source.r52282.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-spanish.source.r45785.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-swedish.source.r36700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-turkish.source.r52331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-ukrainian.source.r47552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-usorbian.source.r52375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/datetime2-welsh.source.r52553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dbshow.source.r61634.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/debate.source.r64846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimal.source.r23374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decimalcomma.source.r69251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decorule.source.r55230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/defoldfonts.source.r68234.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimtxt.source.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/denisbdoc.source.r66137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagbox.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dialogl.source.r28946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dimnum.source.r58774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dinbrief.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtytalk.source.r20520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dnaseq.source.r17194.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doclicense.source.r68441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmfp.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docmute.source.r25741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docshots.source.r69676.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doctools.source.r34474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/documentation.source.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotarrow.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dotseqn.source.r17195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/download.source.r52257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dox.source.r46011.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dprogress.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drac.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftcopy.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/draftwatermark.source.r57099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dtxdescribe.source.r69507.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ducksay.source.r64655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duckuments.source.r52271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynamicnumber.source.r38726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easybook.source.r69747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfig.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyfloats.source.r57204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easyreview.source.r38352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebezier.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecclesiastic.source.r38172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econlipsum.source.r58390.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecv.source.r24928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ed.source.r25231.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/edmargin.source.r27599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eemeir.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/efbox.source.r33236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egplot.source.r20617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipsis.source.r55418.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elmath.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elocalloc.source.r42712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elzcards.source.r51894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emarks.source.r24504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedall.source.r51177.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/embedfile.source.r65528.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emo.source.r66944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emptypage.source.r18064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endfloat.source.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endheads.source.r43750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endnotes-hy.source.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engpron.source.r16558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engrec.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enumitem-zref.source.r21472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/environ.source.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/envlab.source.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigraph.source.r54857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epiolmec.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eq-pin2corr.source.r59477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqlist.source.r32257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnalign.source.r43278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqparbox.source.r45215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/errata.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erw-l3.source.r61799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esdiff.source.r21385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esieecv.source.r59638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esint.source.r52240.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etaremune.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etextools.source.r20694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etl.source.r60998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoc.source.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eukdate.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyhook.source.r35675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everypage.source.r56694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exam-n.source.r64674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examdesign.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/examz.source.r67303.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercise.source.r35417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exercises.source.r55188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exesheet.source.r69688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exframe.source.r53911.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exp-testopt.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expdlist.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/export.source.r27206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exsol.source.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extract.source.r52117.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facsimile.source.r21328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/factura.source.r61697.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fail-fast.source.r67543.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/familytree.source.r63739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancylabel.source.r46736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancynum.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancypar.source.r58895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytabs.source.r41549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancytooltips.source.r68931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcolumn.source.r67729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fetchcls.source.r45245.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fewerfloatpages.source.r58058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ffcode.source.r69706.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fgruler.source.r63721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fifo-stack.source.r33288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontents.source.r66740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filecontentsdef.source.r52208.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filedate.source.r29529.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fileinfo.source.r28421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fink.source.r24329.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/finstrut.source.r21719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fistrum.source.r66461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fithesis.source.r64135.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixcmex.source.r51825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixme.source.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmetodonotes.source.r30168.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flabels.source.r17272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flagderiv.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flashcards.source.r62104.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flexipage.source.r66614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flippdf.source.r56782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatbytocbasic.source.r67945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatflt.source.r25540.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrow.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/floatrowbytocbasic.source.r67946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowfram.source.r35291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmp.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fmtcount.source.r53912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnbreak.source.r66615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnumprint.source.r29173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foilhtml.source.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontaxes.source.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontsize.source.r60161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fonttable.source.r44799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisc.source.r69729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footmisx.source.r42621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnoterange.source.r66149.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnpag.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forarray.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/foreign.source.r27819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forloop.source.r67017.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forms16be.source.r51305.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formular.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/frankenstein.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/froufrou.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftnxtra.source.r29652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullblck.source.r25434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fullminipage.source.r34545.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-calligra.source.r26018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fundus-sueterlin.source.r26030.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fvextra.source.r69001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/g-brief.source.r50415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gatherenum.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gcite.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gender.source.r36464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genmpage.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gensymb.source.r64740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getitems.source.r39365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ginpenc.source.r24980.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitfile-info.source.r51928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitstatus.source.r64662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-danish.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-dutch.source.r35685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-english.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-estonian.source.r49928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-extra.source.r68409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-finnish.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-french.source.r42873.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-german.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-irish.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-italian.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-magyar.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-norsk.source.r67141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-nynorsk.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-polish.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-portuges.source.r36064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-serbian.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-slovene.source.r51211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glossaries-spanish.source.r35665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmdoc-enhance.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grabbox.source.r65223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grading-scheme.source.r62505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphbox.source.r46360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicscache.source.r65318.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicx-psmin.source.r56931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicxbox.source.r32630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphpaper.source.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grayhints.source.r49052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grid.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridpapers.source.r58723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gridset.source.r53762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gs1.source.r59620.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitlogo.source.r55741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ha-prosper.source.r59651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/halloweenmath.source.r52602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/handoutwithnotes.source.r62140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hanging.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hardwrap.source.r21396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-acronym.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-float.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-math.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-text.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-title.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hhtensor.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/histogr.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitreport.source.r58357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hpsdiss.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/href-ul.source.r69359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hrefhide.source.r66189.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huawei.source.r68336.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hypdoc.source.r68661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyper.source.r17357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperbar.source.r48147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyperxmp.source.r68251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphenat.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/idxlayout.source.r25821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iexec.source.r69420.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifallfalse.source.r60027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iffont.source.r38823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifmtarg.source.r47544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifnextok.source.r23379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ifoddpage.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iitem.source.r29613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imakeidx.source.r42287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/indextools.source.r68555.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inlinedef.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputenx.source.r52986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputtrc.source.r28019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interfaces.source.r21474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/intopdf.source.r63987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inversepath.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/invoice2.source.r67327.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iso10303.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodate.source.r16613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isodoc.source.r59709.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isorot.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isosafety.source.r68801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isotope.source.r23711.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/issuulinks.source.r25742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iwonamath.source.r68144.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmsdelim.source.r62630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jvlisting.source.r24638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kalendarium.source.r48744.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kantlipsum.source.r68983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kerntest.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keycommand.source.r18042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyfloat.source.r69399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyindex.source.r50828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyparse.source.r60277.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/keyvaltable.source.r65416.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knowledge.source.r61991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv.source.r57721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/komacv-rg.source.r49064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ktv-texdata.source.r27369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3build.source.r69748.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labbook.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labels.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/labelschanged.source.r69400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambdax.source.r60278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpackage.source.r34481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lastpage.source.r68557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-amsmath-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-base-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-firstaid-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-graphics-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-lab-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-tools-dev.source.r68730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2pydata.source.r68919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcolors.source.r49888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexdemo.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexgit.source.r54811.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/layouts.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lccaps.source.r46432.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcd.source.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lcg.source.r31474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leading.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leaflet.source.r56878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leftidx.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leipzig.source.r52450.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lengthconvert.source.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lettrine.source.r69508.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lhelp.source.r23638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/libgreek.source.r65004.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limap.source.r44863.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linegoal.source.r21523.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lipsum.source.r60561.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listingsutf8.source.r53097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listlbls.source.r67215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listliketab.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listofsymbols.source.r16134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lmake.source.r25552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/locality.source.r20422.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logbox.source.r24499.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logpap.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longfigure.source.r34302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longnamefilelist.source.r27889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstaddons.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3rawobjects.source.r66619.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ltxnew.source.r21586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatodonotes.source.r53825.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macrolist.source.r60139.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/macroswap.source.r31498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicnum.source.r52983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/magicwatermark.source.r63656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailing.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mailmerge.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebase.source.r41012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makebox.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecell.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makecmds.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makedtx.source.r46702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makelabels.source.r60255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mandi.source.r68950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manfnt.source.r54684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/manuscript.source.r36110.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfit.source.r48281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginfix.source.r55064.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/marginnote.source.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/markdown.source.r66954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathastext.source.r69237.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathexam.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfont.source.r68241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcaption.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcite.source.r18173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdframed.source.r31075.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/media9.source.r64047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/meetingmins.source.r31878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memory.source.r30452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menu.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menucard.source.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/menukeys.source.r64314.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogox.source.r69601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metastr.source.r56246.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/method.source.r17485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metre.source.r18489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfirstuc.source.r64743.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mftinc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mi-solns.source.r49651.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mindflow.source.r65236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minibox.source.r30914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minidocument.source.r43752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minifp.source.r32559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minipage-marginpar.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minutes.source.r42186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mleftright.source.r53021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlist.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnotes.source.r63406.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moderntimeline.source.r55518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modref.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modroman.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moloch.source.r69579.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/monofill.source.r28140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moodle.source.r65672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morefloats.source.r37927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morehype.source.r38815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moresize.source.r17513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/moreverb.source.r22126.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/morewrites.source.r69679.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mparhack.source.r59066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpostinl.source.r49559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msg.source.r49578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mtgreek.source.r17967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiaudience.source.r60688.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multibbl.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicap.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multicolrule.source.r56366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multidef.source.r40637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multienv.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiexpand.source.r45943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multilang.source.r49065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multirow.source.r58396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mversion.source.r29370.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mwe.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mycv.source.r26807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mylatexformat.source.r21392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nag.source.r24741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nameauth.source.r69758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namespc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ncctools.source.r51810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/needspace.source.r29601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfile.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newlfm.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newspaper.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newunicodechar.source.r47382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newvbtm.source.r23996.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newverbs.source.r64833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicefilelist.source.r65842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/niceframe.source.r36086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicetext.source.r38914.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nidanfloat.source.r48295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noindentafter.source.r59195.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/noitcrul.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomencl.source.r61029.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nomentbl.source.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonfloat.source.r17598.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nonumonpart.source.r22114.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/normalcolor.source.r40125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notes.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/notespages.source.r41906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nowidow.source.r24066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntheorem.source.r27609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numprint.source.r27498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ocgx.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/octavo.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oldstyle.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onlyamsmath.source.r42927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opcit.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/orcidlink.source.r69253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outlining.source.r45601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overpic.source.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/padcount.source.r47621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecolor.source.r66885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagecont.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagegrid.source.r64470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pagenote.source.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pageslts.source.r39164.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/palette.source.r60119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pangram.source.r66300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paper.source.r34521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papercdcase.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papermas.source.r66835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papertex.source.r19230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paracol.source.r49560.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paralist.source.r43021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/paresse.source.r59228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parselines.source.r21475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patch.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/patchcmd.source.r41379.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pauldoc.source.r16005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pawpict.source.r21629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pax.source.r63509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbalance.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbox.source.r24807.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pbsheet.source.r24830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdf14.source.r17583.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcol.source.r64469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcprot.source.r18735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfoverlay.source.r64210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpc-movie.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfprivacy.source.r45985.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfrender.source.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfx.source.r50338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perltex.source.r52162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/permute.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmath-xfp.source.r59268.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfcc.source.r60731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfextendedabstract.source.r60732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phffullpagefigure.source.r41857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfnote.source.r60733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfparen.source.r41859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfqit.source.r60734.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfquotetext.source.r41869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfsvnwatermark.source.r41870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/phfthm.source.r60735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/photo.source.r18739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/picture.source.r54867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plweb.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmboxdraw.source.r53046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynom.source.r44832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polynomial.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polytable.source.r55837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postnotes.source.r69102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot.source.r59272.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppr-prv.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ppt-slides.source.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prelim2e.source.r57000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preprint.source.r30447.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pressrelease.source.r35147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prettyref.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/preview.source.r69470.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/probsoln.source.r44783.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/projlib.source.r69689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proofread.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/protocol.source.r25562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfragx.source.r26243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxgreeks.source.r21838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qcm.source.r63833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qstest.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsymbols.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotchap.source.r56926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quoting.source.r32818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quotmark.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ran_toks.source.r59515.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rccol.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs-multi.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcsinfo.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realboxes.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recipecard.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reflectgraphics.source.r40612.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refman.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/refstyle.source.r69680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regcount.source.r19979.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regexpatch.source.r58668.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/register.source.r54485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regstats.source.r66795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/relenc.source.r22050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repltext.source.r56433.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resmes.source.r65375.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rgltxdoc.source.r53858.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rjlparshap.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robustcommand.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbar.source.r25005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romanbarpagenumber.source.r36236.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/romannum.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rorlink.source.r67461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rotfloat.source.r18292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rtkinenc.source.r20003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rulercompass.source.r32392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sauerj.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savefnmark.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/savetrees.source.r40525.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scale.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scalebar.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schedule.source.r51805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schooldocs.source.r69659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scontents.source.r62902.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrambledenvs.source.r60615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrlayer-fancyhdr.source.r63844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrwfile.source.r66872.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sdaps.source.r65345.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/secnum.source.r61813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sectsty.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seealso.source.r43595.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selinput.source.r53098.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semantic.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semesterplanner.source.r56841.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semioneside.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/semproc.source.r37568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seqsplit.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesstime.source.r49750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setspaceenhanced.source.r68493.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sf298.source.r41653.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sffms.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shdoc.source.r41991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shorttoc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/show2e.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showcharinbox.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showexpl.source.r57414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showlabels.source.r63940.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidecap.source.r65618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotes.source.r54524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sidenotesplus.source.r69176.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/silence.source.r27028.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sillypage.source.r66349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecd.source.r29260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplecv.source.r35537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sitem.source.r22136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skb.source.r22781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skdoc.source.r56950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skrapport.source.r52412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/slantsc.source.r25007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smart-eqn.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/snapshot.source.r56735.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spacingtricks.source.r69048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splitindex.source.r39766.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spot.source.r22408.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spverbatim.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srcltx.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sseq.source.r31585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stack.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/standalone.source.r64677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdclsdv.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stdpage.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stealcaps.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stex.source.r68569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/storebox.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stringstrings.source.r57097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sttools.source.r60736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/styledcmd.source.r65262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subdepth.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqn.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subeqnarray.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfigure.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfiles.source.r56977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfloat.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/supertabular.source.r53658.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svg.source.r57010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-multi.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svn-prov.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/svninfo.source.r62157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swfigure.source.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntrace.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synttree.source.r16252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabbing.source.r59715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabfigures.source.r25202.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablefootnote.source.r32804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tableof.source.r59837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablists.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablvar.source.r69212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabu.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularborder.source.r17885.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabularew.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabulary.source.r34368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tagpdf.source.r69703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/talk.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tangocolors.source.r66733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tcldoc.source.r22018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ted.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/templatetools.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termcal.source.r22514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termlist.source.r18923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termsim.source.r61414.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testhyphens.source.r38928.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/testidx.source.r60966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-label.source.r16372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-locale.source.r48500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texmate.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texments.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texpower.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texshade.source.r69371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textfit.source.r20591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textmerg.source.r20677.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textpos.source.r63967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textualicomma.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texvc.source.r46844.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmtools.source.r67018.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threadcol.source.r28754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumb.source.r16549.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumbs.source.r33134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipauni.source.r65817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/titling.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/to-be-determined.source.r64882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocbibind.source.r20085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocdata.source.r69512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocloft.source.r53364.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tocvsec2.source.r33146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todo.source.r17746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/todonotes.source.r69319.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toolbox.source.r32260.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totalcount.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totcount.source.r21178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/totpages.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/transparent.source.r64852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trfsigns.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trimspaces.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trivfloat.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trsym.source.r18732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tucv.source.r20680.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twoup.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/txgreeks.source.r21839.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/type1cm.source.r21820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typed-checklist.source.r63445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typeface.source.r27046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typogrid.source.r24994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucs.source.r68759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umoline.source.r19085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underlin.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undolabl.source.r65846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uni-titlepage.source.r68917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicodefonttable.source.r67066.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unisc.source.r63178.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/units.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unravel.source.r69308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upquote.source.r26059.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uri.source.r48602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ushort.source.r32261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varindex.source.r32262.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifiche.source.r69726.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/verifycommand.source.r69389.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/versonotes.source.r69249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vgrid.source.r32457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vmargin.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/volumes.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vwcol.source.r36254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/warpcol.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/was.source.r64691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widetable.source.r53409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/widows-and-orphans.source.r66753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordlike.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapfig2.source.r69513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wrapstuff.source.r64058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xargs.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xbmks.source.r53448.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-material.source.r42289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor-solarized.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcookybooky.source.r36435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcpdftips.source.r50449.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xdoc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xellipsis.source.r47546.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xfor.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xint.source.r63562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmpincl.source.r60593.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpatch.source.r54563.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpeek.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpunctuate.source.r67918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xsavebox.source.r64049.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xtab.source.r23347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yafoot.source.r48568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yagusylo.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yaletter.source.r42830.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ydoc.source.r64887.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zebra-goodies.source.r66630.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref.source.r68278.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-check.source.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-clever.source.r68846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zref-vario.source.r68846.tar.xz ) -_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=cf0377252e1f49c4523b8decdcf42e3b diff --git a/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2021 b/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2021 index 9f31eefe8545..744e5c3a4b7e 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anysize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breqn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-caption-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eso-pic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euler-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoolbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everysel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyshi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extsizes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancybox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyref-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyvrb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filehook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-float-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontspec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnotehyper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grffile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hologo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-index-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-infwarerr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jknapltx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-koma-script-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexbug-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3experimental-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lineno-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listings-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lwarp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathspec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathtools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdwtools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memoir-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-microtype-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ms-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntgclass-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parskip-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdflscape-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfmanagement-testphase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftexcmds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polyglossia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfrag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ragged2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-section-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seminar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sepnum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-setspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textcase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumbpdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translator-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typehtml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucharcat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underscore-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xkeyval-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xltxtra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xunicode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-latexrecommended-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anysize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breqn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-caption-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eso-pic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euler-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoolbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everysel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyshi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extsizes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancybox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyref-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyvrb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filehook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-float-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontspec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnotehyper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grffile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hologo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-index-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-infwarerr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jknapltx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-koma-script-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexbug-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3experimental-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lineno-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listings-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lwarp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathspec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathtools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdwtools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memoir-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-microtype-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ms-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntgclass-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parskip-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdflscape-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfmanagement-testphase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftexcmds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polyglossia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfrag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ragged2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-section-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seminar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sepnum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-setspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textcase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumbpdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translator-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typehtml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucharcat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underscore-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xkeyval-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xltxtra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xunicode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-latexrecommended-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anysize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breqn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-caption-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eso-pic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euler-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoolbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everysel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyshi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extsizes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancybox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyref-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyvrb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filehook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-float-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontspec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnotehyper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grffile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hologo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-index-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-infwarerr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jknapltx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-koma-script-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexbug-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3experimental-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lineno-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lwarp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathspec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathtools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdwtools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memoir-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-microtype-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ms-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntgclass-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parskip-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflscape-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfmanagement-testphase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftexcmds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polyglossia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfrag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ragged2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-section-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seminar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sepnum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-setspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textcase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumbpdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translator-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typehtml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucharcat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underscore-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xkeyval-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xltxtra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xunicode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-latexrecommended-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anysize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breqn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-caption.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eso-pic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euler.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etoolbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everysel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyshi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extsizes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancybox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyref.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyvrb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filehook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-float.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontspec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnotehyper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grffile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hologo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-index.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-infwarerr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jknapltx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexbug.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3experimental.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lineno.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listings.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lwarp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathspec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathtools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdwtools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memoir.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-microtype.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ms.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntgclass.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parskip.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdflscape.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfmanagement-testphase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftexcmds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polyglossia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfrag.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ragged2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sansmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-section.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seminar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sepnum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-setspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textcase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thumbpdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-translator.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typehtml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucharcat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-underscore.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xkeyval.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xltxtra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xunicode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anysize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breqn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-caption.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eso-pic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euler.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etoolbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everysel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyshi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extsizes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancybox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyref.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyvrb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filehook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-float.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontspec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnotehyper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grffile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hologo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-index.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-infwarerr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jknapltx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexbug.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3experimental.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lineno.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listings.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lwarp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathspec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathtools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdwtools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memoir.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-microtype.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ms.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntgclass.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parskip.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdflscape.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfmanagement-testphase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftexcmds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polyglossia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfrag.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ragged2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sansmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-section.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seminar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sepnum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-setspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textcase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thumbpdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-translator.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typehtml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucharcat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-underscore.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xkeyval.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xltxtra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xunicode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anysize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breqn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-caption.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eso-pic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euler.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etoolbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everysel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyshi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extsizes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancybox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyref.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyvrb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filehook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-float.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontspec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnotehyper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grffile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hologo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-index.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-infwarerr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jknapltx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexbug.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3experimental.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lineno.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lwarp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathspec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathtools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdwtools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memoir.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-microtype.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ms.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntgclass.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parskip.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflscape.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfmanagement-testphase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftexcmds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polyglossia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfrag.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ragged2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sansmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-section.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seminar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sepnum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-setspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textcase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thumbpdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-translator.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typehtml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucharcat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-underscore.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xkeyval.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xltxtra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xunicode.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-attachfile2.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-booktabs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-breqn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-caption.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-crop.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctable.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eso-pic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euler.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everysel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-everyshi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fancyref.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-filehook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-float.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontspec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-footnotehyper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grffile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hologo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-index.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-infwarerr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexbug.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-l3experimental.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lineno.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listings.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lwarp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathtools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mdwtools.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memoir.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metalogo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-microtype.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ms.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newfloat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ntgclass.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-parskip.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdflscape.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfmanagement-testphase.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfpages.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftexcmds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polyglossia.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psfrag.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ragged2e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rcs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subfig.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textcase.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typehtml.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucharcat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-math.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xcolor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xkeyval.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xltxtra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-attachfile2.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-booktabs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-breqn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-caption.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-crop.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctable.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eso-pic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euler.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everysel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-everyshi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fancyref.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-filehook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-float.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontspec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-footnotehyper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grffile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hologo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-index.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-infwarerr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexbug.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-l3experimental.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lineno.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listings.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lwarp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathtools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mdwtools.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memoir.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metalogo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-microtype.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ms.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newfloat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ntgclass.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-parskip.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdflscape.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfmanagement-testphase.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfpages.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftexcmds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polyglossia.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psfrag.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ragged2e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rcs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subfig.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textcase.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typehtml.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucharcat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-math.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xcolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xkeyval.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xltxtra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-attachfile2.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-booktabs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-breqn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-caption.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-crop.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctable.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eso-pic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euler.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everysel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-everyshi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fancyref.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-filehook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-float.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontspec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-footnotehyper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grffile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hologo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-index.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-infwarerr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexbug.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-l3experimental.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lineno.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listings.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lwarp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathtools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mdwtools.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memoir.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metalogo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-microtype.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ms.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newfloat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ntgclass.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-parskip.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdflscape.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfmanagement-testphase.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfpages.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftexcmds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polyglossia.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psfrag.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ragged2e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rcs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subfig.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textcase.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typehtml.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucharcat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-math.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xcolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xkeyval.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xltxtra.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=a30931b86e7e8164c1fca10aa541dac3 diff --git a/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2023_p69131 b/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2023_p69131 index 8b6342c29d9f..028e9e8fcdf1 100644 --- a/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2023_p69131 +++ b/metadata/md5-cache/dev-texlive/texlive-latexrecommended-2023_p69131 @@ -12,5 +12,5 @@ PDEPEND=>=dev-tex/latex-beamer-3.71 RDEPEND=>=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-latexrecommended.r69131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile2.r69505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.r53402.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breqn.r60881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.r68425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.r36428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.r57640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.r55424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.r38672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.r67001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.r56554.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.r19795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everysel.r57489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyshi.r57001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.r17263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.r18304.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.r69536.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.r64822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/float.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.r63386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotehyper.r60374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.r49719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grffile.r52756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hologo.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/index.r24099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/infwarerr.r53023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/koma-script.r69755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexbug.r63596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.r67171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lwarp.r69724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.r42773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathtools.r63767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.r69600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.r18611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.r66587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.r57473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfloat.r68434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.r65522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.r58358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcolfoot.r65512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdflscape.r64851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmanagement-testphase.r69078.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.r69524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.r69093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ragged2e.r67441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.r17997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/section.r20180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.r59801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.r20186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.r65206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.r67755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.r62518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translator.r59412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.r17134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharcat.r38907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.r18261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.r67919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.r68864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.r63616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.r30466.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-latexrecommended.r69131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anysize.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile2.r69505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booktabs.r53402.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breqn.r60881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/caption.r68425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cite.r36428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmap.r57640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crop.r55424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctable.r38672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eso-pic.r67001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoolbox.r56554.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euenc.r19795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euler.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everysel.r57489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyshi.r57001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extsizes.r17263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancybox.r18304.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyref.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyvrb.r69536.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filehook.r64822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/float.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontspec.r63386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnotehyper.r60374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fp.r49719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grffile.r52756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hologo.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/index.r24099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/infwarerr.r53023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jknapltx.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/koma-script.r69755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3experimental.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexbug.r63596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lineno.r67171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lwarp.r69724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathspec.r42773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathtools.r63767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdwtools.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoir.r69600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogo.r18611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/microtype.r66587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ms.r57473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfloat.r68434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntgclass.r65522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parskip.r58358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcolfoot.r65512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdflscape.r64851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmanagement-testphase.r69078.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpages.r69524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polyglossia.r69093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfrag.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ragged2e.r67441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmath.r17997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/section.r20180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seminar.r59801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sepnum.r20186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setspace.r65206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfig.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textcase.r67755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumbpdf.r62518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translator.r59412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typehtml.r17134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucharcat.r38907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underscore.r18261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-math.r67919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor.r68864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkeyval.r63616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xltxtra.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xunicode.r30466.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/anysize.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile2.doc.r69505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.doc.r53402.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breqn.doc.r60881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.doc.r68425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cite.doc.r36428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmap.doc.r57640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.doc.r55424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.doc.r38672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.doc.r67001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox.doc.r56554.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.doc.r19795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everysel.doc.r57489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyshi.doc.r57001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extsizes.doc.r17263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancybox.doc.r18304.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyvrb.doc.r69536.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.doc.r64822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/float.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.doc.r63386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotehyper.doc.r60374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fp.doc.r49719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grffile.doc.r52756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hologo.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/index.doc.r24099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/infwarerr.doc.r53023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jknapltx.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.doc.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexbug.doc.r63596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lineno.doc.r67171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.doc.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lwarp.doc.r69724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspec.doc.r42773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathtools.doc.r63767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.doc.r69600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.doc.r18611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.doc.r66587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.doc.r57473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfloat.doc.r68434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.doc.r65522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.doc.r58358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcolfoot.doc.r65512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdflscape.doc.r64851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmanagement-testphase.doc.r69078.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.doc.r69524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.doc.r69093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ragged2e.doc.r67441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sansmath.doc.r17997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/section.doc.r20180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seminar.doc.r59801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sepnum.doc.r20186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setspace.doc.r65206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.doc.r67755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thumbpdf.doc.r62518.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/translator.doc.r59412.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.doc.r17134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharcat.doc.r38907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/underscore.doc.r18261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.doc.r67919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.doc.r68864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.doc.r63616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.doc.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xunicode.doc.r30466.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anysize.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile2.doc.r69505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booktabs.doc.r53402.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breqn.doc.r60881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/caption.doc.r68425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cite.doc.r36428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmap.doc.r57640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crop.doc.r55424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctable.doc.r38672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eso-pic.doc.r67001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoolbox.doc.r56554.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euenc.doc.r19795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euler.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everysel.doc.r57489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyshi.doc.r57001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extsizes.doc.r17263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancybox.doc.r18304.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyref.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyvrb.doc.r69536.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filehook.doc.r64822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/float.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontspec.doc.r63386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnotehyper.doc.r60374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fp.doc.r49719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grffile.doc.r52756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hologo.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/index.doc.r24099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/infwarerr.doc.r53023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jknapltx.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3experimental.doc.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexbug.doc.r63596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lineno.doc.r67171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings.doc.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lwarp.doc.r69724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathspec.doc.r42773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathtools.doc.r63767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdwtools.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoir.doc.r69600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogo.doc.r18611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/microtype.doc.r66587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ms.doc.r57473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfloat.doc.r68434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntgclass.doc.r65522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parskip.doc.r58358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcolfoot.doc.r65512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdflscape.doc.r64851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmanagement-testphase.doc.r69078.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpages.doc.r69524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polyglossia.doc.r69093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfrag.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ragged2e.doc.r67441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sansmath.doc.r17997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/section.doc.r20180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seminar.doc.r59801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sepnum.doc.r20186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setspace.doc.r65206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfig.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textcase.doc.r67755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thumbpdf.doc.r62518.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/translator.doc.r59412.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typehtml.doc.r17134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucharcat.doc.r38907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/underscore.doc.r18261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-math.doc.r67919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor.doc.r68864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkeyval.doc.r63616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xltxtra.doc.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xunicode.doc.r30466.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/attachfile2.source.r69505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/booktabs.source.r53402.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/breqn.source.r60881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/caption.source.r68425.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crop.source.r55424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctable.source.r38672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eso-pic.source.r67001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euenc.source.r19795.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euler.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everysel.source.r57489.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/everyshi.source.r57001.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fancyref.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/filehook.source.r64822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/float.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontspec.source.r63386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/footnotehyper.source.r60374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grffile.source.r52756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hologo.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/index.source.r24099.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/infwarerr.source.r53023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l3experimental.source.r69310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexbug.source.r63596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listings.source.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lwarp.source.r69724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathtools.source.r63767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mdwtools.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoir.source.r69600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metalogo.source.r18611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/microtype.source.r66587.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ms.source.r57473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newfloat.source.r68434.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ntgclass.source.r65522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/parskip.source.r58358.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfcolfoot.source.r65512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdflscape.source.r64851.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmanagement-testphase.source.r69078.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfpages.source.r69524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polyglossia.source.r69093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psfrag.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ragged2e.source.r67441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rcs.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subfig.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textcase.source.r67755.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typehtml.source.r17134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharcat.source.r38907.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-math.source.r67919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xcolor.source.r68864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xkeyval.source.r63616.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xltxtra.source.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/attachfile2.source.r69505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/booktabs.source.r53402.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/breqn.source.r60881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/caption.source.r68425.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crop.source.r55424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctable.source.r38672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eso-pic.source.r67001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euenc.source.r19795.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euler.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everysel.source.r57489.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/everyshi.source.r57001.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fancyref.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/filehook.source.r64822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/float.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontspec.source.r63386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/footnotehyper.source.r60374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grffile.source.r52756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hologo.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/index.source.r24099.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/infwarerr.source.r53023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l3experimental.source.r69310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexbug.source.r63596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listings.source.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lwarp.source.r69724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathtools.source.r63767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mdwtools.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoir.source.r69600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metalogo.source.r18611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/microtype.source.r66587.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ms.source.r57473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newfloat.source.r68434.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ntgclass.source.r65522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/parskip.source.r58358.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfcolfoot.source.r65512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdflscape.source.r64851.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmanagement-testphase.source.r69078.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfpages.source.r69524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polyglossia.source.r69093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psfrag.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ragged2e.source.r67441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rcs.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subfig.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textcase.source.r67755.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typehtml.source.r17134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucharcat.source.r38907.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-math.source.r67919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xcolor.source.r68864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xkeyval.source.r63616.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xltxtra.source.r56594.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=96ae9f822475e9e674cfd7df5cf3b82d diff --git a/metadata/md5-cache/dev-texlive/texlive-luatex-2021-r2 b/metadata/md5-cache/dev-texlive/texlive-luatex-2021-r2 index 7823514879e6..031a2f7ebc00 100644 --- a/metadata/md5-cache/dev-texlive/texlive-luatex-2021-r2 +++ b/metadata/md5-cache/dev-texlive/texlive-luatex-2021-r2 @@ -11,5 +11,5 @@ LICENSE=BSD FDL-1.1 GPL-2 GPL-3+ LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other- RDEPEND=!~dev-texlive/texlive-latexextra-2020 >=dev-texlive/texlive-basic-2021 dev-texlive/texlive-latexrecommended dev-texlive/texlive-fontsrecommended >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addliga-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auto-pst-pdf-lua-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barracuda-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bezierplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-checkcites-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chickenize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chinese-jfm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cloze-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combofont-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cstypo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctablestack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekdosis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emoji-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emojicite-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enigma-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-innerscript-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interpreter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kanaparser-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-typo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-uca-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-uni-algos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-ul-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-visual-debug-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luahyphenrules-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaimageembed-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luainputenc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaintro-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luakeys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-truncate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualibs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luamplib-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaotfload-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luapackageloader-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaprogtable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luarandom-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatex85-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexbase-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexko-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatextra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luavlna-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaxml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newpax-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nodetree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-odsfile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfarticle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plantuml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selnolig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spelling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stricttex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typewriter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uninormalize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-luatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addliga-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auto-pst-pdf-lua-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barracuda-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bezierplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-checkcites-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chickenize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chinese-jfm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cloze-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combofont-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cstypo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctablestack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekdosis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emoji-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emojicite-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enigma-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-innerscript-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interpreter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kanaparser-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-typo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-uca-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-uni-algos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-ul-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-visual-debug-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luahyphenrules-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaimageembed-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luainputenc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaintro-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luakeys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-truncate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualibs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luamplib-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaotfload-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luapackageloader-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaprogtable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luarandom-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatex85-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexbase-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexko-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatextra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luavlna-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaxml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newpax-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nodetree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-odsfile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfarticle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plantuml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selnolig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spelling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stricttex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typewriter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uninormalize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-luatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addliga-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auto-pst-pdf-lua-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barracuda-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bezierplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checkcites-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chickenize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chinese-jfm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cloze-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combofont-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cstypo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctablestack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekdosis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emoji-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emojicite-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enigma-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-innerscript-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interpreter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kanaparser-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-typo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-uca-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-uni-algos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-ul-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-visual-debug-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luahyphenrules-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaimageembed-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luainputenc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaintro-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luakeys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-truncate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualibs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luamplib-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaotfload-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luapackageloader-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaprogtable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luarandom-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatex85-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexbase-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexko-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatextra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luavlna-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaxml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newpax-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nodetree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-odsfile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfarticle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plantuml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selnolig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spelling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stricttex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typewriter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uninormalize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-luatex-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-addliga.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auto-pst-pdf-lua.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barracuda.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bezierplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-checkcites.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chickenize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chinese-jfm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cloze.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combofont.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cstypo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctablestack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekdosis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emoji.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emojicite.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-enigma.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-innerscript.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interpreter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kanaparser.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-typo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-uca.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-uni-algos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-ul.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-visual-debug.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luahyphenrules.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaimageembed.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luainputenc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaintro.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luakeys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-truncate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualibs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luamplib.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaotfload.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luapackageloader.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaprogtable.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luarandom.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatex85.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexbase.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexko.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatextra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luavlna.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaxml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newpax.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nodetree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-odsfile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-optex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdfarticle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plantuml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-selnolig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spelling.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stricttex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-typewriter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uninormalize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-addliga.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auto-pst-pdf-lua.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barracuda.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bezierplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-checkcites.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chickenize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chinese-jfm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cloze.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combofont.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cstypo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctablestack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekdosis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emoji.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emojicite.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-enigma.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-innerscript.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interpreter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kanaparser.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-typo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-uca.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-uni-algos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-ul.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-visual-debug.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luahyphenrules.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaimageembed.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luainputenc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaintro.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luakeys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-truncate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualibs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luamplib.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaotfload.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luapackageloader.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaprogtable.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luarandom.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatex85.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexbase.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexko.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatextra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luavlna.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaxml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newpax.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nodetree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-odsfile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-optex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdfarticle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plantuml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-selnolig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spelling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stricttex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-typewriter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uninormalize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-addliga.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auto-pst-pdf-lua.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barracuda.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bezierplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-checkcites.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chickenize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chinese-jfm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cloze.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combofont.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cstypo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctablestack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekdosis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emoji.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emojicite.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-enigma.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-innerscript.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interpreter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kanaparser.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-typo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-uca.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-uni-algos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-ul.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-visual-debug.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luahyphenrules.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaimageembed.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luainputenc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaintro.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luakeys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-truncate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualibs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luamplib.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaotfload.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luapackageloader.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaprogtable.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luarandom.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatex85.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexbase.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexko.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatextra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luavlna.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaxml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newpax.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nodetree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-odsfile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-optex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdfarticle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plantuml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-selnolig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spelling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stricttex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-typewriter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uninormalize.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chickenize.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cloze.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ctablestack.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekdosis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-innerscript.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-typo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lua-ul.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacode.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luacolor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaindex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luainputenc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-doc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-math.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualatex-truncate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lualibs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luamplib.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luaotfload.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatex85.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatexbase.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luatextra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newpax.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nodetree.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chickenize.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cloze.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ctablestack.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekdosis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-innerscript.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-typo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lua-ul.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacode.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luacolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaindex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luainputenc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-doc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-math.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualatex-truncate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lualibs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luamplib.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luaotfload.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatex85.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatexbase.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luatextra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newpax.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nodetree.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chickenize.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cloze.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ctablestack.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekdosis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-innerscript.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-typo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lua-ul.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacode.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luacolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaindex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luainputenc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-doc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-math.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualatex-truncate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lualibs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luamplib.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luaotfload.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatex85.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatexbase.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luatextra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newpax.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nodetree.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeat.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 prefix eab3c99d77fe00506c109c8a736186f7 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=a73c7928b532f45623425dde66dfccb6 diff --git a/metadata/md5-cache/dev-texlive/texlive-luatex-2023_p69404 b/metadata/md5-cache/dev-texlive/texlive-luatex-2023_p69404 index b93cdbb3f13f..d48951ce42dc 100644 --- a/metadata/md5-cache/dev-texlive/texlive-luatex-2023_p69404 +++ b/metadata/md5-cache/dev-texlive/texlive-luatex-2023_p69404 @@ -11,5 +11,5 @@ LICENSE=BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.1 GPL-2 GPL-3 GPL-3+ LPPL-1.3 LPPL-1 RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-luatex.r69404.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addliga.r50912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addtoluatexpath.r67821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf-lua.r66637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barracuda.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bezierplot.r51398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blopentype.r69080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.r57325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chinese-jfm.r57758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cloze.r55763.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combofont.r51348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cstypo.r41986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctablestack.r38514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekdosis.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emoji.r59961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emojicite.r55131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.r29802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo-lua.r68808.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/innerscript.r68776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.r27232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kanaparser.r48052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ligtype.r67601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linebreaker.r66639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lparse.r65693.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3luabridge.r64801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-placeholders.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-tinyyaml.r66776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-typo.r69403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-uca.r61023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-ul.r63469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-uni-algos.r62204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.r65464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-widow-control.r65084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaaddplot.r62842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacas.r67247.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacensor.r62167.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.r25193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacolor.r67987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacomplex.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luagcd.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahttp.r67348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahyphenrules.r56200.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaimageembed.r50788.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.r25882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.r20491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luakeys.r65533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.r61464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-truncate.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.r67994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualinalg.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamathalign.r63226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamaths.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamodulartables.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.r69592.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaoptions.r64870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.r68143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luapackageloader.r54779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaplot.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaprogtable.r56113.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaquotes.r65652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luarandom.r68847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaset.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex85.r41456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.r68243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.r20747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatruthtable.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luavlna.r67442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.r60709.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lutabulartools.r67714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-math.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-mp.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-pdf.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-xmp.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpax.r68762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nodetree.r68244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optex.r68873.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfarticle.r51127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfextra.r65184.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/penlight.r67716.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/penlightplus.r69070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piton.r69437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeat.r45145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plantuml.r67097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pyluatex.r69372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scikgtex.r66764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphenation.r67602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showkerning.r67603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spacekern.r67604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.r30715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stricttex.r56320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sympycalc.r67087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texfindpkg.r67027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/truthtable.r68300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tsvtemplate.r65333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typewriter.r46641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uninormalize.r57257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yamlvars.r69071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-luatex.r69404.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addliga.r50912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addtoluatexpath.r67821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auto-pst-pdf-lua.r66637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barracuda.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bezierplot.r51398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blopentype.r69080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checkcites.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chickenize.r57325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chinese-jfm.r57758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cloze.r55763.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combofont.r51348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cstypo.r41986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctablestack.r38514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekdosis.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emoji.r59961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emojicite.r55131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enigma.r29802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo-lua.r68808.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/innerscript.r68776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interpreter.r27232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kanaparser.r48052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ligtype.r67601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linebreaker.r66639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lparse.r65693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3luabridge.r64801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-placeholders.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-tinyyaml.r66776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-typo.r69403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-uca.r61023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-ul.r63469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-uni-algos.r62204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-visual-debug.r65464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-widow-control.r65084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaaddplot.r62842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacas.r67247.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacensor.r62167.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacode.r25193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacolor.r67987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacomplex.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luagcd.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahttp.r67348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahyphenrules.r56200.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaimageembed.r50788.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaindex.r25882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luainputenc.r20491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luakeys.r65533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-math.r61464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-truncate.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualibs.r67994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualinalg.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamathalign.r63226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamaths.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamodulartables.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamplib.r69592.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaoptions.r64870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaotfload.r68143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luapackageloader.r54779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaplot.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaprogtable.r56113.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaquotes.r65652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luarandom.r68847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaset.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatex85.r41456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexbase.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexko.r68243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatextra.r20747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatruthtable.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luavlna.r67442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaxml.r60709.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lutabulartools.r67714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-math.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-mp.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-pdf.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-xmp.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpax.r68762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nodetree.r68244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/odsfile.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optex.r68873.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfarticle.r51127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfextra.r65184.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/penlight.r67716.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/penlightplus.r69070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piton.r69437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeat.r45145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plantuml.r67097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pyluatex.r69372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scikgtex.r66764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selnolig.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showhyphenation.r67602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showkerning.r67603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spacekern.r67604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spelling.r30715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stricttex.r56320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sympycalc.r67087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texfindpkg.r67027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/truthtable.r68300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tsvtemplate.r65333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typewriter.r46641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uninormalize.r57257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yamlvars.r69071.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/addliga.doc.r50912.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/addtoluatexpath.doc.r67821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf-lua.doc.r66637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barracuda.doc.r63708.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bezierplot.doc.r51398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blopentype.doc.r69080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/checkcites.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.doc.r57325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chinese-jfm.doc.r57758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cloze.doc.r55763.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combofont.doc.r51348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cstypo.doc.r41986.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctablestack.doc.r38514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekdosis.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emoji.doc.r59961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emojicite.doc.r55131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/enigma.doc.r29802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gitinfo-lua.doc.r68808.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/innerscript.doc.r68776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interpreter.doc.r27232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kanaparser.doc.r48052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ligtype.doc.r67601.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/linebreaker.doc.r66639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lparse.doc.r65693.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3luabridge.doc.r64801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-placeholders.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-tinyyaml.doc.r66776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-typo.doc.r69403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-uca.doc.r61023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-ul.doc.r63469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-uni-algos.doc.r62204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-visual-debug.doc.r65464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-widow-control.doc.r65084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaaddplot.doc.r62842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacas.doc.r67247.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacensor.doc.r62167.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.doc.r25193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacolor.doc.r67987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacomplex.doc.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luagcd.doc.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahttp.doc.r67348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luahyphenrules.doc.r56200.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaimageembed.doc.r50788.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.doc.r25882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.doc.r20491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luakeys.doc.r65533.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.doc.r61464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-truncate.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.doc.r67994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualinalg.doc.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamathalign.doc.r63226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamaths.doc.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamodulartables.doc.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.doc.r69592.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaoptions.doc.r64870.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.doc.r68143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luapackageloader.doc.r54779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaplot.doc.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaprogtable.doc.r56113.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaquotes.doc.r65652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luarandom.doc.r68847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaset.doc.r68883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex85.doc.r41456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.doc.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexko.doc.r68243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.doc.r20747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatruthtable.doc.r68893.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luavlna.doc.r67442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaxml.doc.r60709.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lutabulartools.doc.r67714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim.doc.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-math.doc.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-mp.doc.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-pdf.doc.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-xmp.doc.r69352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpax.doc.r68762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nodetree.doc.r68244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/odsfile.doc.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/optex.doc.r68873.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfarticle.doc.r51127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfextra.doc.r65184.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/penlight.doc.r67716.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/penlightplus.doc.r69070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piton.doc.r69437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeat.doc.r45145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plantuml.doc.r67097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pyluatex.doc.r69372.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scikgtex.doc.r66764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/selnolig.doc.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showhyphenation.doc.r67602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/showkerning.doc.r67603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spacekern.doc.r67604.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spelling.doc.r30715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stricttex.doc.r56320.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sympycalc.doc.r67087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texfindpkg.doc.r67027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/truthtable.doc.r68300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tsvtemplate.doc.r65333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/typewriter.doc.r46641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uninormalize.doc.r57257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yamlvars.doc.r69071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addliga.doc.r50912.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/addtoluatexpath.doc.r67821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auto-pst-pdf-lua.doc.r66637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barracuda.doc.r63708.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bezierplot.doc.r51398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blopentype.doc.r69080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/checkcites.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chickenize.doc.r57325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chinese-jfm.doc.r57758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cloze.doc.r55763.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combofont.doc.r51348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cstypo.doc.r41986.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctablestack.doc.r38514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekdosis.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emoji.doc.r59961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emojicite.doc.r55131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/enigma.doc.r29802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gitinfo-lua.doc.r68808.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/innerscript.doc.r68776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interpreter.doc.r27232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kanaparser.doc.r48052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ligtype.doc.r67601.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/linebreaker.doc.r66639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lparse.doc.r65693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3luabridge.doc.r64801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-placeholders.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-tinyyaml.doc.r66776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-typo.doc.r69403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-uca.doc.r61023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-ul.doc.r63469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-uni-algos.doc.r62204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-visual-debug.doc.r65464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-widow-control.doc.r65084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaaddplot.doc.r62842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacas.doc.r67247.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacensor.doc.r62167.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacode.doc.r25193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacolor.doc.r67987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacomplex.doc.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luagcd.doc.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahttp.doc.r67348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luahyphenrules.doc.r56200.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaimageembed.doc.r50788.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaindex.doc.r25882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luainputenc.doc.r20491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luakeys.doc.r65533.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-math.doc.r61464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-truncate.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualibs.doc.r67994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualinalg.doc.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamathalign.doc.r63226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamaths.doc.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamodulartables.doc.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamplib.doc.r69592.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaoptions.doc.r64870.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaotfload.doc.r68143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luapackageloader.doc.r54779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaplot.doc.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaprogtable.doc.r56113.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaquotes.doc.r65652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luarandom.doc.r68847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaset.doc.r68883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatex85.doc.r41456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexbase.doc.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexko.doc.r68243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatextra.doc.r20747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatruthtable.doc.r68893.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luavlna.doc.r67442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaxml.doc.r60709.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lutabulartools.doc.r67714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim.doc.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-math.doc.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-mp.doc.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-pdf.doc.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-xmp.doc.r69352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpax.doc.r68762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nodetree.doc.r68244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/odsfile.doc.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/optex.doc.r68873.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfarticle.doc.r51127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfextra.doc.r65184.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/penlight.doc.r67716.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/penlightplus.doc.r69070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piton.doc.r69437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeat.doc.r45145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plantuml.doc.r67097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pyluatex.doc.r69372.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scikgtex.doc.r66764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/selnolig.doc.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showhyphenation.doc.r67602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/showkerning.doc.r67603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spacekern.doc.r67604.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spelling.doc.r30715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stricttex.doc.r56320.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sympycalc.doc.r67087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texfindpkg.doc.r67027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/truthtable.doc.r68300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tsvtemplate.doc.r65333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/typewriter.doc.r46641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uninormalize.doc.r57257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yamlvars.doc.r69071.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/chickenize.source.r57325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cloze.source.r55763.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ctablestack.source.r38514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekdosis.source.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/innerscript.source.r68776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lt3luabridge.source.r64801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-typo.source.r69403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-uca.source.r61023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-ul.source.r63469.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lua-widow-control.source.r65084.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaaddplot.source.r62842.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacode.source.r25193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luacolor.source.r67987.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaindex.source.r25882.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luainputenc.source.r20491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-math.source.r61464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualatex-truncate.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lualibs.source.r67994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamathalign.source.r63226.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamplib.source.r69592.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luaotfload.source.r68143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatex85.source.r41456.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatexbase.source.r52663.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luatextra.source.r20747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newpax.source.r68762.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nodetree.source.r68244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piton.source.r69437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeat.source.r45145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texfindpkg.source.r67027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chickenize.source.r57325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cloze.source.r55763.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ctablestack.source.r38514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekdosis.source.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/innerscript.source.r68776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lt3luabridge.source.r64801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-typo.source.r69403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-uca.source.r61023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-ul.source.r63469.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lua-widow-control.source.r65084.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaaddplot.source.r62842.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacode.source.r25193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luacolor.source.r67987.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaindex.source.r25882.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luainputenc.source.r20491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-math.source.r61464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualatex-truncate.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lualibs.source.r67994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamathalign.source.r63226.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamplib.source.r69592.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luaotfload.source.r68143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatex85.source.r41456.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatexbase.source.r52663.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luatextra.source.r20747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newpax.source.r68762.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nodetree.source.r68244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piton.source.r69437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeat.source.r45145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texfindpkg.source.r67027.tar.xz ) -_eclasses_=prefix eab3c99d77fe00506c109c8a736186f7 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=prefix eab3c99d77fe00506c109c8a736186f7 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=5a75b4cb753e25574d4af5742148fb79 diff --git a/metadata/md5-cache/dev-texlive/texlive-mathscience-2021 b/metadata/md5-cache/dev-texlive/texlive-mathscience-2021 index dbe372947615..ad7a0b45f757 100644 --- a/metadata/md5-cache/dev-texlive/texlive-mathscience-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-mathscience-2021 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD BSD-2 GPL-2 CC-BY-4.0 RDEPEND=>=dev-texlive/texlive-fontsrecommended-2021 >=dev-texlive/texlive-latex-2021 dev-texlive/texlive-pstricks >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-12many-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIstyle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIunits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accents-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algobox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithm2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithmicx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithms-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algpseudocodex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algxpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aligned-overset-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscdx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amstex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apxproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autobreak-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axodraw2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-backnaur-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-begriff-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binomexp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biocon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitpattern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bohr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boldtensors-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bosisio-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bpchem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bropd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bussproofs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bussproofs-extra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bytefield-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascade-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-causets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccfonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccool-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemarrow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemcompounds-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemcono-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemexec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemformula-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemmacros-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemnum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemplants-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemschemex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemsec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemstyle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrscode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrscode3e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codeanatomy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commutative-diagrams-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-complexity-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-computational-complexity-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concrete-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conteq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-correctmathalign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cryptocode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decision-table-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delim-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimseasy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimset-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-derivative-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diffcoeff-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-digiconfigs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dijkstra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drawmatrix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drawstack-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dyntree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econometrics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endiagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engtlc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqexpl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnarray-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnnumwarn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euclideangeometry-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extarrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extpfeil-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-faktor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fascicules-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnspe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fouridx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-functan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-galois-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gastex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gene-logic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ghsystem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glosmathtools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gotoh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grundgesetze-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-helmholtz-ellis-ji-notation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hep-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepnames-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepparticles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepunits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-includernw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interval-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ionumbers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isomath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jkmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jupynotex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaugh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaugh-map-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaughmap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvmap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letterswitharrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lie-hasse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logicproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longdivision-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lpform-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lplfitch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstbayes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcommand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcomp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfixs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathlig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpartir-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpunctspace-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matrix-skeleton-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matlab-prettifier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mattens-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-membranecomputing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memorygraphs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mgltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mhchem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mhequ-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miller-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mismath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiobjective-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-natded-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicematrix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nuc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nucleardata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numerica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-objectz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oplotsymbl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ot-tableau-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oubraces-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perfectcut-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physconst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physunits-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pinoutikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pm-isomath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polexpr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prftree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-principia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proba-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proof-at-the-end-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prooftrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pseudo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pseudocode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pythonhighlight-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsharp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rank-2-roots-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rec-thy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rest-api-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revquantum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ribbonproofs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rmathbr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sankey-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sasnrdisplay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sciposter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sclang-prettifier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratchx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesamanuel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sfg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shuffle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplebnf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpler-wick-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplewick-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-siunitx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spalign-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stanli-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statex2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistik-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-steinmetz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stmaryrd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-structmech-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-struktex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substances-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subsupscripts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subtext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-susy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syllogism-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sympytexpackage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-synproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t-angles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tensind-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tensor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ewd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textgreek-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textopo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turnstile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulqda-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitsdef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-witharrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xymtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yhmath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-youngtab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yquant-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ytableau-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-mathscience-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-12many-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIstyle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIunits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accents-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algobox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithm2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithmicx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithms-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algpseudocodex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algxpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aligned-overset-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscdx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amstex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apxproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autobreak-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axodraw2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-backnaur-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-begriff-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binomexp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biocon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitpattern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bohr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boldtensors-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bosisio-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bpchem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bropd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bussproofs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bussproofs-extra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bytefield-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascade-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-causets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccfonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccool-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemarrow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemcompounds-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemcono-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemexec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemformula-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemmacros-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemnum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemplants-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemschemex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemsec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemstyle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrscode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrscode3e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codeanatomy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commutative-diagrams-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-complexity-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-computational-complexity-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concrete-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conteq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-correctmathalign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cryptocode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decision-table-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delim-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimseasy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimset-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-derivative-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diffcoeff-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-digiconfigs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dijkstra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drawmatrix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drawstack-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dyntree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econometrics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endiagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engtlc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqexpl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnarray-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnnumwarn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euclideangeometry-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extarrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extpfeil-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-faktor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fascicules-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnspe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fouridx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-functan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-galois-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gastex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gene-logic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ghsystem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glosmathtools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gotoh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grundgesetze-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-helmholtz-ellis-ji-notation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hep-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepnames-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepparticles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepunits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-includernw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interval-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ionumbers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isomath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jkmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jupynotex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaugh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaugh-map-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaughmap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvmap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letterswitharrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lie-hasse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logicproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longdivision-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lpform-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lplfitch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstbayes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcommand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcomp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfixs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathlig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpartir-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpunctspace-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matrix-skeleton-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matlab-prettifier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mattens-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-membranecomputing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memorygraphs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mgltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mhchem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mhequ-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miller-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mismath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiobjective-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-natded-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicematrix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nuc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nucleardata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numerica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-objectz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oplotsymbl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ot-tableau-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oubraces-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perfectcut-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physconst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physunits-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pinoutikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pm-isomath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polexpr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prftree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-principia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proba-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proof-at-the-end-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prooftrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pseudo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pseudocode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pythonhighlight-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsharp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rank-2-roots-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rec-thy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rest-api-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revquantum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ribbonproofs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rmathbr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sankey-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sasnrdisplay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sciposter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sclang-prettifier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratchx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesamanuel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sfg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shuffle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplebnf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpler-wick-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplewick-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-siunitx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spalign-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stanli-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statex2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistik-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-steinmetz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stmaryrd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-structmech-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-struktex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substances-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subsupscripts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subtext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-susy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syllogism-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sympytexpackage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-synproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t-angles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tensind-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tensor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ewd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textgreek-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textopo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turnstile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulqda-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitsdef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-witharrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xymtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yhmath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-youngtab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yquant-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ytableau-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-mathscience-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-12many-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIstyle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIunits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accents-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algobox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithm2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithmicx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithms-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algpseudocodex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algxpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aligned-overset-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscdx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amstex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apxproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autobreak-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axodraw2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-backnaur-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-begriff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binomexp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biocon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitpattern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bohr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boldtensors-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bosisio-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bpchem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bropd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bussproofs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bussproofs-extra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bytefield-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascade-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-causets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccfonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccool-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemarrow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemcompounds-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemcono-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemexec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemformula-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemmacros-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemnum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemplants-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemschemex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemsec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemstyle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrscode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrscode3e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codeanatomy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commutative-diagrams-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-complexity-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-computational-complexity-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concrete-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conteq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-correctmathalign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cryptocode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decision-table-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delim-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimseasy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimset-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-derivative-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diffcoeff-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-digiconfigs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dijkstra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drawmatrix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drawstack-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dyntree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econometrics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endiagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engtlc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqexpl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnarray-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnnumwarn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euclideangeometry-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extarrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extpfeil-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-faktor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fascicules-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnspe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fouridx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-functan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-galois-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gastex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gene-logic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ghsystem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glosmathtools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gotoh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grundgesetze-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-helmholtz-ellis-ji-notation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hep-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepnames-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepparticles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepunits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-includernw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interval-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ionumbers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isomath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jkmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jupynotex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaugh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaugh-map-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaughmap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvmap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letterswitharrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lie-hasse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logicproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longdivision-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lpform-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lplfitch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstbayes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcommand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcomp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfixs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathlig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpartir-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpunctspace-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matrix-skeleton-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matlab-prettifier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mattens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-membranecomputing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memorygraphs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mgltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mhchem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mhequ-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miller-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mismath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiobjective-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-natded-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicematrix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nuc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nucleardata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numerica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-objectz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oplotsymbl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ot-tableau-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oubraces-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perfectcut-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physconst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physunits-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pinoutikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pm-isomath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polexpr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prftree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-principia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proba-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proof-at-the-end-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prooftrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pseudo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pseudocode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythonhighlight-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsharp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rank-2-roots-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rec-thy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rest-api-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revquantum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ribbonproofs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rmathbr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sankey-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sasnrdisplay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sciposter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sclang-prettifier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratchx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesamanuel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sfg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shuffle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplebnf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpler-wick-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplewick-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-siunitx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spalign-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stanli-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statex2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistik-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-steinmetz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stmaryrd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-structmech-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-struktex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substances-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subsupscripts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subtext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-susy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syllogism-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sympytexpackage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t-angles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tensind-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tensor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ewd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textgreek-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textopo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turnstile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulqda-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitsdef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-witharrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xymtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yhmath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-youngtab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yquant-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ytableau-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-mathscience-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-12many.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIstyle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIunits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-accents.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algobox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithm2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithmicx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithms.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algpseudocodex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algxpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aligned-overset.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscdx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amstex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apxproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autobreak.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axodraw2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-backnaur.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-begriff.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binomexp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-biocon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitpattern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bohr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-boldtensors.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bosisio.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bpchem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bropd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bussproofs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bussproofs-extra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bytefield.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascade.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-causets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccfonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccool.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemarrow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemcompounds.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemcono.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemexec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemformula.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemmacros.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemnum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemplants.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemschemex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemsec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemstyle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrscode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-clrscode3e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codeanatomy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-commutative-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-complexity.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-computational-complexity.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concrete.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conteq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-correctmathalign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cryptocode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decision-table.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delim.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimseasy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimset.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-derivative.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diffcoeff.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-digiconfigs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dijkstra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drawmatrix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drawstack.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dyntree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-econometrics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endiagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-engtlc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqexpl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnarray.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnnumwarn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euclideangeometry.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extarrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extpfeil.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-faktor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fascicules.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fnspe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fouridx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-functan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-galois.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gastex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gene-logic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ghsystem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-glosmathtools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gotoh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grundgesetze.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-helmholtz-ellis-ji-notation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hep.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepnames.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepparticles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hepunits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-includernw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interval.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ionumbers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-isomath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jkmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jupynotex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaugh-map.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaughmap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvmap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letterswitharrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lie-hasse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logicproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-longdivision.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lpform.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lplfitch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstbayes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcommand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcomp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfixs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpartir.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpunctspace.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matrix-skeleton.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matlab-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mattens.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-membranecomputing.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-memorygraphs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mgltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mhchem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mhequ.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miller.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mismath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiobjective.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-natded.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicematrix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nuc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nucleardata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numerica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-objectz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oplotsymbl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ot-tableau.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oubraces.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-perfectcut.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physconst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physunits.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pinoutikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pm-isomath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-polexpr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prftree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-principia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proba.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proof-at-the-end.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prooftrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pseudo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pseudocode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pythonhighlight.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsharp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rank-2-roots.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rec-thy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rest-api.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revquantum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ribbonproofs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rmathbr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sankey.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sasnrdisplay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sciposter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sclang-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratchx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesamanuel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sfg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shuffle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplebnf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpler-wick.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplewick.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-siunitx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spalign.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stanli.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statex2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistik.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-steinmetz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stmaryrd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-structmech.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-struktex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-substances.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subsupscripts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-subtext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-susy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syllogism.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sympytexpackage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-synproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-t-angles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tablor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tensind.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tensor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ewd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textgreek.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textopo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turnstile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulqda.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitsdef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-witharrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xymtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yhmath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-youngtab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yquant.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ytableau.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-12many.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIstyle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIunits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-accents.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algobox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithm2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithmicx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithms.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algpseudocodex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algxpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aligned-overset.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscdx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amstex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apxproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autobreak.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axodraw2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-backnaur.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-begriff.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binomexp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-biocon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitpattern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bohr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-boldtensors.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bosisio.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bpchem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bropd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bussproofs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bussproofs-extra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bytefield.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascade.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-causets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccfonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccool.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemarrow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemcompounds.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemcono.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemexec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemformula.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemmacros.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemnum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemplants.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemschemex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemsec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemstyle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrscode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-clrscode3e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codeanatomy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-commutative-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-complexity.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-computational-complexity.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concrete.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conteq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-correctmathalign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cryptocode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decision-table.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delim.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimseasy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimset.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-derivative.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diffcoeff.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-digiconfigs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dijkstra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drawmatrix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drawstack.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dyntree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-econometrics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endiagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-engtlc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqexpl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnarray.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnnumwarn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euclideangeometry.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extarrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extpfeil.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-faktor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fascicules.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fnspe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fouridx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-functan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-galois.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gastex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gene-logic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ghsystem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-glosmathtools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gotoh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grundgesetze.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-helmholtz-ellis-ji-notation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hep.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepnames.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepparticles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hepunits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-includernw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interval.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ionumbers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-isomath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jkmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jupynotex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaugh-map.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaughmap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvmap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letterswitharrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lie-hasse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logicproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-longdivision.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lpform.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lplfitch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstbayes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcommand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcomp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfixs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpartir.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpunctspace.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matrix-skeleton.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matlab-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mattens.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-membranecomputing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-memorygraphs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mgltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mhchem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mhequ.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miller.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mismath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiobjective.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-natded.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicematrix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nuc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nucleardata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numerica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-objectz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oplotsymbl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ot-tableau.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oubraces.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-perfectcut.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physconst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physunits.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pinoutikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pm-isomath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-polexpr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prftree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-principia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proba.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proof-at-the-end.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prooftrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pseudo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pseudocode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pythonhighlight.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsharp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rank-2-roots.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rec-thy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rest-api.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revquantum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ribbonproofs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rmathbr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sankey.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sasnrdisplay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sciposter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sclang-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratchx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesamanuel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sfg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shuffle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplebnf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpler-wick.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplewick.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-siunitx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spalign.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stanli.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statex2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistik.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-steinmetz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stmaryrd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-structmech.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-struktex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-substances.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subsupscripts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-subtext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-susy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syllogism.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sympytexpackage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-synproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-t-angles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tablor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tensind.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tensor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ewd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textgreek.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textopo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turnstile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulqda.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitsdef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-witharrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xymtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yhmath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-youngtab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yquant.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ytableau.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-12many.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIstyle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIunits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-accents.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algobox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithm2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithmicx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithms.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algpseudocodex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algxpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aligned-overset.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscdx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amstex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apxproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autobreak.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axodraw2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-backnaur.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-begriff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binomexp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-biocon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitpattern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bohr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-boldtensors.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bosisio.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bpchem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bropd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bussproofs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bussproofs-extra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bytefield.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascade.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-causets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccfonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccool.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemarrow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemcompounds.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemcono.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemexec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemformula.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemmacros.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemnum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemplants.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemschemex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemsec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemstyle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrscode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-clrscode3e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codeanatomy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-commutative-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-complexity.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-computational-complexity.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concrete.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conteq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-correctmathalign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cryptocode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decision-table.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delim.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimseasy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimset.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-derivative.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diffcoeff.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-digiconfigs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dijkstra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drawmatrix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drawstack.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dyntree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-econometrics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endiagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-engtlc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqexpl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnarray.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnnumwarn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euclideangeometry.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extarrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extpfeil.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-faktor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fascicules.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fnspe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fouridx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-functan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-galois.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gastex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gene-logic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ghsystem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-glosmathtools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gotoh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grundgesetze.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-helmholtz-ellis-ji-notation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hep.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepnames.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepparticles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hepunits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-includernw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interval.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ionumbers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-isomath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jkmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jupynotex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaugh-map.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaughmap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvmap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letterswitharrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lie-hasse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logicproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-longdivision.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lpform.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lplfitch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstbayes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcommand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcomp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfixs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpartir.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpunctspace.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matrix-skeleton.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matlab-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mattens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-membranecomputing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-memorygraphs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mgltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mhchem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mhequ.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miller.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mismath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiobjective.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-natded.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicematrix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nuc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nucleardata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numerica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-objectz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oplotsymbl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ot-tableau.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oubraces.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-perfectcut.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physconst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physunits.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pinoutikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pm-isomath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-polexpr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prftree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-principia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proba.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proof-at-the-end.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prooftrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pseudo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pseudocode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pythonhighlight.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsharp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rank-2-roots.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rec-thy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rest-api.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revquantum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ribbonproofs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rmathbr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sankey.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sasnrdisplay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sciposter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sclang-prettifier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratchx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesamanuel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sfg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shuffle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplebnf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpler-wick.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplewick.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-siunitx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spalign.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stanli.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statex2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistik.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-steinmetz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stmaryrd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-structmech.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-struktex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-substances.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subsupscripts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-subtext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-susy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syllogism.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sympytexpackage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-synproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-t-angles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tablor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tensind.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tensor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ewd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textgreek.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textopo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turnstile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulqda.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitsdef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-witharrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xymtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yhmath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-youngtab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yquant.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ytableau.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-12many.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIstyle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-SIunits.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-alg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algobox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algorithms.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-algxpar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aligned-overset.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-amscdx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apxproof.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autobreak.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-axodraw2.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-backnaur.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binomexp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitpattern.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bosisio.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bpchem.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bropd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bussproofs-extra.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bytefield.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-calculation.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascade.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccfonts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ccool.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemarrow.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemcompounds.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemschemex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemsec.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemstyle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-codeanatomy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-computational-complexity.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-concmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-conteq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cryptocode.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-decision-table.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delim.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-delimset.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drawmatrix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dyntree.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebproof.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eqnarray.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euclideangeometry.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-extpfeil.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-faktor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fascicules.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fouridx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-functan.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-galois.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gotoh.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grundgesetze.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-helmholtz-ellis-ji-notation.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ionumbers.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaugh-map.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-karnaughmap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kvmap.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letterswitharrows.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-logicproof.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lplfitch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lstbayes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcommand.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathcomp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathfixs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathpartir.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matlab-prettifier.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mattens.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mgltex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miller.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mismath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multiobjective.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nicematrix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nucleardata.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-objectz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physconst.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-physunits.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pm-isomath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proba.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proof-at-the-end.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qsharp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rest-api.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revquantum.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rmathbr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sankey.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sclang-prettifier.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sesamanuel.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shuffle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplewick.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-siunitx.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-skmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spalign.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statistik.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-statmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-steinmetz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stmaryrd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-struktex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sympytexpackage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tensor.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textgreek.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textopo.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thmbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turnstile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulqda.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitsdef.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-witharrows.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xymtex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yhmath.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-youngtab.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ytableau.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-12many.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIstyle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-SIunits.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-alg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algobox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algorithms.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-algxpar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aligned-overset.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-amscdx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apxproof.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autobreak.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-axodraw2.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-backnaur.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binomexp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitpattern.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bosisio.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bpchem.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bropd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bussproofs-extra.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bytefield.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-calculation.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascade.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccfonts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ccool.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemarrow.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemcompounds.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemschemex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemsec.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemstyle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-codeanatomy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-computational-complexity.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-concmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-conteq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cryptocode.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-decision-table.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delim.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-delimset.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drawmatrix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dyntree.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebproof.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eqnarray.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euclideangeometry.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-extpfeil.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-faktor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fascicules.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fouridx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-functan.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-galois.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gotoh.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grundgesetze.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-helmholtz-ellis-ji-notation.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ionumbers.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaugh-map.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-karnaughmap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kvmap.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letterswitharrows.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-logicproof.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lplfitch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lstbayes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcommand.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathcomp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathfixs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathpartir.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matlab-prettifier.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mattens.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mgltex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miller.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mismath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multiobjective.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nicematrix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nucleardata.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-objectz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physconst.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-physunits.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pm-isomath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proba.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proof-at-the-end.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qsharp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rest-api.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revquantum.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rmathbr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sankey.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sclang-prettifier.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sesamanuel.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shuffle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplewick.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-siunitx.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-skmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spalign.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statistik.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-statmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-steinmetz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stmaryrd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-struktex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sympytexpackage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tensor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textgreek.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textopo.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thmbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turnstile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulqda.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitsdef.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-witharrows.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xymtex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yhmath.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-youngtab.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ytableau.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-12many.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIstyle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-SIunits.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-alg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algobox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algorithms.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-algxpar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aligned-overset.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-amscdx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apxproof.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autobreak.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-axodraw2.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-backnaur.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binomexp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitpattern.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bosisio.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bpchem.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bropd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bussproofs-extra.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bytefield.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-calculation.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascade.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccfonts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ccool.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemarrow.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemcompounds.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemschemex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemsec.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemstyle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-codeanatomy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-computational-complexity.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-concmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-conteq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cryptocode.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-decision-table.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delim.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-delimset.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drawmatrix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dyntree.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebproof.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eqnarray.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euclideangeometry.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-extpfeil.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-faktor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fascicules.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fouridx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-functan.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-galois.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gotoh.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grundgesetze.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-helmholtz-ellis-ji-notation.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ionumbers.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaugh-map.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-karnaughmap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kvmap.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letterswitharrows.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-logicproof.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lplfitch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lstbayes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcommand.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathcomp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathfixs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathpartir.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matlab-prettifier.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mattens.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mgltex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miller.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mismath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multiobjective.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nicematrix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nucleardata.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-objectz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physconst.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-physunits.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pm-isomath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proba.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proof-at-the-end.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qsharp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rest-api.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revquantum.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rmathbr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sankey.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sclang-prettifier.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sesamanuel.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shuffle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplewick.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-siunitx.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-skmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spalign.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statistik.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-statmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-steinmetz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stmaryrd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-struktex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sympytexpackage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tensor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textgreek.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textopo.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thmbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turnstile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulqda.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitsdef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-witharrows.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xymtex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yhmath.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-youngtab.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ytableau.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=e735691a16b4a161c1c834fc076004a3 diff --git a/metadata/md5-cache/dev-texlive/texlive-mathscience-2023_p69485-r1 b/metadata/md5-cache/dev-texlive/texlive-mathscience-2023_p69485-r1 index 3716144c5594..d833878cb053 100644 --- a/metadata/md5-cache/dev-texlive/texlive-mathscience-2023_p69485-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-mathscience-2023_p69485-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.1 GPL-1 G RDEPEND=>=dev-texlive/texlive-fontsrecommended-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-mathscience.r69485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accents.r51497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algobox.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.r44846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algpseudocodex.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algxpar.r67495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aligned-overset.r47290.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscdx.r51532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.r67930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/annotate-equations.r67044.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apxproof.r64715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autobreak.r43337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitpattern.r39073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bodeplot.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.r16989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.r45120.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.r35383.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs-extra.r51299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.r68366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculation.r35973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cartonaugh.r59938.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascade.r65757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/causets.r66359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.r61431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccool.r60600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.r17146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.r17119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.r21632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemformula.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemgreek.r53437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.r62655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.r57490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemobabel.r64778.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemplants.r60606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemschemex.r46723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemsec.r46972.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.r31096.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.r51136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode3e.r51137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codeanatomy.r65648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commutative-diagrams.r68044.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.r45322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.r44847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.r17219.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.r37868.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/correctmathalign.r44131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cryptocode.r60249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csassignments.r63992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cvss.r65169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decision-table.r60673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.r23974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimseasy.r39589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimset.r49544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/derivative.r69746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diffcoeff.r68838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dijkstra.r64580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawmatrix.r44471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.r28582.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.r67016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easing.r59975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebproof.r57544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econometrics.r39396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emf.r42023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.r34486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.r28571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eolang.r69391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqexpl.r63629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.r20641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnnumwarn.r45511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euclideangeometry.r67608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.r54400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.r16243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fascicules.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fitch.r69160.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixdif.r66606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmath.r64648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnspe.r45360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formal-grammar.r61955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.r32214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/freealign.r69267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.r58505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ghsystem.r53822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glosmathtools.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gotoh.r44764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grundgesetze.r58997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/helmholtz-ellis-ji-notation.r55213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-graphic.r67641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-reference.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.r35722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.r35723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.r46054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibrackets.r67736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/includernw.r47557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.r50265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.r33457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.r27654.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isphysicalmath.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jkmath.r47109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jupynotex.r56715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.r21338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh-map.r61614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaughmap.r36989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvmap.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letterswitharrows.r59993.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lie-hasse.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logicproof.r33254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longdivision.r68609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lpform.r36918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.r31077.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstbayes.r48160.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luanumint.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcommand.r59512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfixs.r49547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathlig.r54244.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpartir.r39864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpunctspace.r46754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathsemantics.r63241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matlab-prettifier.r34323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matrix-skeleton.r65013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.r62326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mecaso.r60346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/medmath.r69510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/membranecomputing.r64627.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memorygraphs.r49631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/messagepassing.r69123.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mgltex.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.r69639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.r64978.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.r18789.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mismath.r69169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/naive-ebnf.r67892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namedtensor.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.r32693.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nchairx.r60196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicematrix.r69588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.r22256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nucleardata.r47307.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica.r68021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica-plus.r68019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica-tables.r68193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/odesandpdes.r69485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oplotsymbl.r44951.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.r67813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.r21833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overarrows.r65853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pascaltriangle.r61774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pfdicons.r60089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physconst.r58727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.r28590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physics2.r69369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physunits.r58728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pinoutikz.r55966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pm-isomath.r60368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmdraw.r69366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polexpr.r63337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prftree.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/principia.r66625.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proof-at-the-end.r69602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prooftrees.r67399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudo.r66638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythonhighlight.r43191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsharp.r49722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quickreaction.r66867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quiver.r67779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rank-2-roots.r68161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rbt-mathnotes.r61193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.r63982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resolsysteme.r66192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rest-api.r57068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revquantum.r43505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.r31137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rmathbr.r57173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sankey.r61874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sclang-prettifier.r35087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratchx.r44906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesamanuel.r36613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.r20209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplebnf.r68959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpler-wick.r39074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simples-matrices.r63802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sistyle.r59682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunits.r59702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.r52411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spalign.r42225.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spbmark.r69725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stanli.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.r20306.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.r23961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistics.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.r20334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statmath.r46925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.r22027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/string-diagrams.r67363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/structmech.r66724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.r47931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.r40989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.r16080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subtext.r51273.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sympytexpackage.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.r31855.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tensind.r51481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.r67667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.r44192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.r23796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thermodynamics.r69086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tiscreen.r62602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/witharrows.r68047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.r32182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.r54377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.r56500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yquant.r68997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.r59580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zx-calculus.r69455.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-mathscience.r69485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/12many.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accents.r51497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alg.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algobox.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithm2e.r44846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithmicx.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithms.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algpseudocodex.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algxpar.r67495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aligned-overset.r47290.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscdx.r51532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amstex.r67930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annotate-equations.r67044.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apxproof.r64715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autobreak.r43337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/backnaur.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/begriff.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binomexp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biocon.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitpattern.r39073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bodeplot.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bohr.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boldtensors.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bosisio.r16989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bpchem.r45120.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bropd.r35383.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bussproofs.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bussproofs-extra.r51299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bytefield.r68366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculation.r35973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cartonaugh.r59938.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascade.r65757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/causets.r66359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccfonts.r61431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccool.r60600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemarrow.r17146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemcompounds.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemcono.r17119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemexec.r21632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemformula.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemgreek.r53437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemmacros.r62655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemnum.r57490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemobabel.r64778.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemplants.r60606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemschemex.r46723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemsec.r46972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemstyle.r31096.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrscode.r51136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrscode3e.r51137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codeanatomy.r65648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commutative-diagrams.r68044.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/complexity.r45322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/computational-complexity.r44847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath.r17219.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concrete.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conteq.r37868.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/correctmathalign.r44131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cryptocode.r60249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csassignments.r63992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cvss.r65169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decision-table.r60673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delim.r23974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimseasy.r39589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimset.r49544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/derivative.r69746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diffcoeff.r68838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/digiconfigs.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dijkstra.r64580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawmatrix.r44471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawstack.r28582.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dyntree.r67016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easing.r59975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebproof.r57544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econometrics.r39396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eltex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emf.r42023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endiagram.r34486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engtlc.r28571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eolang.r69391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqexpl.r63629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnarray.r20641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnnumwarn.r45511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euclideangeometry.r67608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extarrows.r54400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extpfeil.r16243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/faktor.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fascicules.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fitch.r69160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixdif.r66606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmath.r64648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnspe.r45360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formal-grammar.r61955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fouridx.r32214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/freealign.r69267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/functan.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/galois.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gastex.r58505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gene-logic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ghsystem.r53822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glosmathtools.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gotoh.r44764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grundgesetze.r58997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gu.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/helmholtz-ellis-ji-notation.r55213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-graphic.r67641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-reference.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepnames.r35722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepparticles.r35723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepthesis.r46054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepunits.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibrackets.r67736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/includernw.r47557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interval.r50265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ionumbers.r33457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isomath.r27654.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isphysicalmath.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jkmath.r47109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jupynotex.r56715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaugh.r21338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaugh-map.r61614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaughmap.r36989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvmap.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letterswitharrows.r59993.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lie-hasse.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logicproof.r33254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longdivision.r68609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lpform.r36918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lplfitch.r31077.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstbayes.r48160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luanumint.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcommand.r59512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcomp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfixs.r49547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathlig.r54244.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpartir.r39864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpunctspace.r46754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathsemantics.r63241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matlab-prettifier.r34323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matrix-skeleton.r65013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mattens.r62326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mecaso.r60346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/medmath.r69510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/membranecomputing.r64627.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memorygraphs.r49631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/messagepassing.r69123.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mgltex.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mhchem.r69639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mhequ.r64978.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miller.r18789.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mismath.r69169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiobjective.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/naive-ebnf.r67892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namedtensor.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/natded.r32693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nchairx.r60196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicematrix.r69588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nuc.r22256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nucleardata.r47307.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica.r68021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica-plus.r68019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica-tables.r68193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/objectz.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/odesandpdes.r69485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oplotsymbl.r44951.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ot-tableau.r67813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oubraces.r21833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overarrows.r65853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pascaltriangle.r61774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perfectcut.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pfdicons.r60089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physconst.r58727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physics.r28590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physics2.r69369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physunits.r58728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pinoutikz.r55966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pm-isomath.r60368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmdraw.r69366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polexpr.r63337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prftree.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/principia.r66625.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proba.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proof-at-the-end.r69602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prooftrees.r67399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pseudo.r66638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pseudocode.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythonhighlight.r43191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsharp.r49722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quickreaction.r66867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quiver.r67779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rank-2-roots.r68161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rbt-mathnotes.r61193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rec-thy.r63982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resolsysteme.r66192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rest-api.r57068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revquantum.r43505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ribbonproofs.r31137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rmathbr.r57173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sankey.r61874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sasnrdisplay.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sciposter.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sclang-prettifier.r35087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratchx.r44906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesamanuel.r36613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sfg.r20209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shuffle.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplebnf.r68959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpler-wick.r39074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simples-matrices.r63802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplewick.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sistyle.r59682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunits.r59702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunitx.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skmath.r52411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spalign.r42225.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spbmark.r69725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stanli.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statex.r20306.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statex2.r23961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistics.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistik.r20334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statmath.r46925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/steinmetz.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stmaryrd.r22027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/string-diagrams.r67363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/structmech.r66724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/struktex.r47931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/substances.r40989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subsupscripts.r16080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subtext.r51273.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/susy.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syllogism.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sympytexpackage.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synproof.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t-angles.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablor.r31855.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tensind.r51481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tensor.r67667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ewd.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textgreek.r44192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textopo.r23796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thermodynamics.r69086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmbox.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tiscreen.r62602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turnstile.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulqda.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitsdef.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venn.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/witharrows.r68047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xymtex.r32182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yhmath.r54377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/youngtab.r56500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yquant.r68997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ytableau.r59580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zx-calculus.r69455.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accents.doc.r51497.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algobox.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithm2e.doc.r44846.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithmicx.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algpseudocodex.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algxpar.doc.r67495.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aligned-overset.doc.r47290.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscdx.doc.r51532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amstex.doc.r67930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/annotate-equations.doc.r67044.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apxproof.doc.r64715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autobreak.doc.r43337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/begriff.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/biocon.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitpattern.doc.r39073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bodeplot.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bohr.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/boldtensors.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.doc.r16989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.doc.r45120.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.doc.r35383.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs-extra.doc.r51299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.doc.r68366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculation.doc.r35973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cartonaugh.doc.r59938.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascade.doc.r65757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/causets.doc.r66359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.doc.r61431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccool.doc.r60600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.doc.r17146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcono.doc.r17119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemexec.doc.r21632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemformula.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemgreek.doc.r53437.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemmacros.doc.r62655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemnum.doc.r57490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemobabel.doc.r64778.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemplants.doc.r60606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemschemex.doc.r46723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemsec.doc.r46972.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.doc.r31096.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode.doc.r51136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/clrscode3e.doc.r51137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codeanatomy.doc.r65648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/commutative-diagrams.doc.r68044.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/complexity.doc.r45322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.doc.r44847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.doc.r17219.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concrete.doc.r57963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.doc.r37868.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/correctmathalign.doc.r44131.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cryptocode.doc.r60249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csassignments.doc.r63992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cvss.doc.r65169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decision-table.doc.r60673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.doc.r23974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimseasy.doc.r39589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimset.doc.r49544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/derivative.doc.r69746.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diffcoeff.doc.r68838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/digiconfigs.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dijkstra.doc.r64580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawmatrix.doc.r44471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawstack.doc.r28582.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.doc.r67016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easing.doc.r59975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebproof.doc.r57544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/econometrics.doc.r39396.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eltex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emf.doc.r42023.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endiagram.doc.r34486.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/engtlc.doc.r28571.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eolang.doc.r69391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqexpl.doc.r63629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.doc.r20641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnnumwarn.doc.r45511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euclideangeometry.doc.r67608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extarrows.doc.r54400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.doc.r16243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fascicules.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fitch.doc.r69160.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixdif.doc.r66606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmath.doc.r64648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fnspe.doc.r45360.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formal-grammar.doc.r61955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.doc.r32214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/freealign.doc.r69267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gastex.doc.r58505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gene-logic.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ghsystem.doc.r53822.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/glosmathtools.doc.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gotoh.doc.r44764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grundgesetze.doc.r58997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gu.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/helmholtz-ellis-ji-notation.doc.r55213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-graphic.doc.r67641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-reference.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepnames.doc.r35722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepparticles.doc.r35723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepthesis.doc.r46054.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hepunits.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibrackets.doc.r67736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/includernw.doc.r47557.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interval.doc.r50265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.doc.r33457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isomath.doc.r27654.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isphysicalmath.doc.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jkmath.doc.r47109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jupynotex.doc.r56715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh.doc.r21338.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh-map.doc.r61614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaughmap.doc.r36989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvmap.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letterswitharrows.doc.r59993.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lie-hasse.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logicproof.doc.r33254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/longdivision.doc.r68609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lpform.doc.r36918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.doc.r31077.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstbayes.doc.r48160.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luanumint.doc.r68918.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcommand.doc.r59512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfixs.doc.r49547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpartir.doc.r39864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpunctspace.doc.r46754.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathsemantics.doc.r63241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matlab-prettifier.doc.r34323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matrix-skeleton.doc.r65013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.doc.r62326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mecaso.doc.r60346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/medmath.doc.r69510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/membranecomputing.doc.r64627.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memorygraphs.doc.r49631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/messagepassing.doc.r69123.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mgltex.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mhchem.doc.r69639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mhequ.doc.r64978.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.doc.r18789.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mismath.doc.r69169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/naive-ebnf.doc.r67892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namedtensor.doc.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/natded.doc.r32693.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nchairx.doc.r60196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicematrix.doc.r69588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nuc.doc.r22256.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nucleardata.doc.r47307.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica.doc.r68021.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica-plus.doc.r68019.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numerica-tables.doc.r68193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/odesandpdes.doc.r69485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oplotsymbl.doc.r44951.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ot-tableau.doc.r67813.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oubraces.doc.r21833.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overarrows.doc.r65853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pascaltriangle.doc.r61774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/perfectcut.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pfdicons.doc.r60089.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physconst.doc.r58727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physics.doc.r28590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physics2.doc.r69369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physunits.doc.r58728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pinoutikz.doc.r55966.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pm-isomath.doc.r60368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmdraw.doc.r69366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polexpr.doc.r63337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prftree.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/principia.doc.r66625.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proof-at-the-end.doc.r69602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prooftrees.doc.r67399.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudo.doc.r66638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pseudocode.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pythonhighlight.doc.r43191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsharp.doc.r49722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quickreaction.doc.r66867.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quiver.doc.r67779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rank-2-roots.doc.r68161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rbt-mathnotes.doc.r61193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rec-thy.doc.r63982.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resolsysteme.doc.r66192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rest-api.doc.r57068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revquantum.doc.r43505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ribbonproofs.doc.r31137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rmathbr.doc.r57173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sankey.doc.r61874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sasnrdisplay.doc.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sciposter.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sclang-prettifier.doc.r35087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratchx.doc.r44906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesamanuel.doc.r36613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sfg.doc.r20209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplebnf.doc.r68959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpler-wick.doc.r39074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simples-matrices.doc.r63802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sistyle.doc.r59682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunits.doc.r59702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.doc.r52411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spalign.doc.r42225.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spbmark.doc.r69725.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stanli.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statex.doc.r20306.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statex2.doc.r23961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistics.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.doc.r20334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statmath.doc.r46925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.doc.r22027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/string-diagrams.doc.r67363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/structmech.doc.r66724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.doc.r47931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/substances.doc.r40989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subsupscripts.doc.r16080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/subtext.doc.r51273.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/susy.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syllogism.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sympytexpackage.doc.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/synproof.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/t-angles.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tablor.doc.r31855.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tensind.doc.r51481.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.doc.r67667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ewd.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.doc.r44192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.doc.r23796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thermodynamics.doc.r69086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tiscreen.doc.r62602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venn.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/witharrows.doc.r68047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.doc.r32182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.doc.r54377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.doc.r56500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yquant.doc.r68997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.doc.r59580.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zx-calculus.doc.r69455.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/12many.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accents.doc.r51497.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alg.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algobox.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithm2e.doc.r44846.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithmicx.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithms.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algpseudocodex.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algxpar.doc.r67495.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aligned-overset.doc.r47290.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscdx.doc.r51532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amstex.doc.r67930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/annotate-equations.doc.r67044.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apxproof.doc.r64715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autobreak.doc.r43337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/backnaur.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/begriff.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binomexp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/biocon.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitpattern.doc.r39073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bodeplot.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bohr.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/boldtensors.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bosisio.doc.r16989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bpchem.doc.r45120.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bropd.doc.r35383.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bussproofs.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bussproofs-extra.doc.r51299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bytefield.doc.r68366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculation.doc.r35973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cartonaugh.doc.r59938.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascade.doc.r65757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/causets.doc.r66359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccfonts.doc.r61431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccool.doc.r60600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemarrow.doc.r17146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemcompounds.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemcono.doc.r17119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemexec.doc.r21632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemformula.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemgreek.doc.r53437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemmacros.doc.r62655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemnum.doc.r57490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemobabel.doc.r64778.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemplants.doc.r60606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemschemex.doc.r46723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemsec.doc.r46972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemstyle.doc.r31096.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrscode.doc.r51136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/clrscode3e.doc.r51137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codeanatomy.doc.r65648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/commutative-diagrams.doc.r68044.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/complexity.doc.r45322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/computational-complexity.doc.r44847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath.doc.r17219.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concrete.doc.r57963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conteq.doc.r37868.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/correctmathalign.doc.r44131.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cryptocode.doc.r60249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csassignments.doc.r63992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cvss.doc.r65169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decision-table.doc.r60673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delim.doc.r23974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimseasy.doc.r39589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimset.doc.r49544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/derivative.doc.r69746.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diffcoeff.doc.r68838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/digiconfigs.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dijkstra.doc.r64580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawmatrix.doc.r44471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawstack.doc.r28582.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dyntree.doc.r67016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easing.doc.r59975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebproof.doc.r57544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/econometrics.doc.r39396.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eltex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emf.doc.r42023.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endiagram.doc.r34486.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/engtlc.doc.r28571.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eolang.doc.r69391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqexpl.doc.r63629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnarray.doc.r20641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnnumwarn.doc.r45511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euclideangeometry.doc.r67608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extarrows.doc.r54400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extpfeil.doc.r16243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/faktor.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fascicules.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fitch.doc.r69160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixdif.doc.r66606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmath.doc.r64648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fnspe.doc.r45360.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formal-grammar.doc.r61955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fouridx.doc.r32214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/freealign.doc.r69267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/functan.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/galois.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gastex.doc.r58505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gene-logic.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ghsystem.doc.r53822.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/glosmathtools.doc.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gotoh.doc.r44764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grundgesetze.doc.r58997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gu.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/helmholtz-ellis-ji-notation.doc.r55213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-graphic.doc.r67641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-reference.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepnames.doc.r35722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepparticles.doc.r35723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepthesis.doc.r46054.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hepunits.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibrackets.doc.r67736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/includernw.doc.r47557.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interval.doc.r50265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ionumbers.doc.r33457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isomath.doc.r27654.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isphysicalmath.doc.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jkmath.doc.r47109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jupynotex.doc.r56715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaugh.doc.r21338.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaugh-map.doc.r61614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaughmap.doc.r36989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvmap.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letterswitharrows.doc.r59993.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lie-hasse.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logicproof.doc.r33254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/longdivision.doc.r68609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lpform.doc.r36918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lplfitch.doc.r31077.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstbayes.doc.r48160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luanumint.doc.r68918.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcommand.doc.r59512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcomp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfixs.doc.r49547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpartir.doc.r39864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpunctspace.doc.r46754.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathsemantics.doc.r63241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matlab-prettifier.doc.r34323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matrix-skeleton.doc.r65013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mattens.doc.r62326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mecaso.doc.r60346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/medmath.doc.r69510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/membranecomputing.doc.r64627.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memorygraphs.doc.r49631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/messagepassing.doc.r69123.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mgltex.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mhchem.doc.r69639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mhequ.doc.r64978.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miller.doc.r18789.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mismath.doc.r69169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiobjective.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/naive-ebnf.doc.r67892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namedtensor.doc.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/natded.doc.r32693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nchairx.doc.r60196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicematrix.doc.r69588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nuc.doc.r22256.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nucleardata.doc.r47307.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica.doc.r68021.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica-plus.doc.r68019.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numerica-tables.doc.r68193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/objectz.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/odesandpdes.doc.r69485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oplotsymbl.doc.r44951.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ot-tableau.doc.r67813.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oubraces.doc.r21833.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overarrows.doc.r65853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pascaltriangle.doc.r61774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/perfectcut.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pfdicons.doc.r60089.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physconst.doc.r58727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physics.doc.r28590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physics2.doc.r69369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physunits.doc.r58728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pinoutikz.doc.r55966.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pm-isomath.doc.r60368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmdraw.doc.r69366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polexpr.doc.r63337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prftree.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/principia.doc.r66625.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proba.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proof-at-the-end.doc.r69602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prooftrees.doc.r67399.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pseudo.doc.r66638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pseudocode.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pythonhighlight.doc.r43191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsharp.doc.r49722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quickreaction.doc.r66867.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quiver.doc.r67779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rank-2-roots.doc.r68161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rbt-mathnotes.doc.r61193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rec-thy.doc.r63982.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resolsysteme.doc.r66192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rest-api.doc.r57068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revquantum.doc.r43505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ribbonproofs.doc.r31137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rmathbr.doc.r57173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sankey.doc.r61874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sasnrdisplay.doc.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sciposter.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sclang-prettifier.doc.r35087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratchx.doc.r44906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesamanuel.doc.r36613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sfg.doc.r20209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shuffle.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplebnf.doc.r68959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpler-wick.doc.r39074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simples-matrices.doc.r63802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplewick.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sistyle.doc.r59682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunits.doc.r59702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunitx.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skmath.doc.r52411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spalign.doc.r42225.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spbmark.doc.r69725.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stanli.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statex.doc.r20306.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statex2.doc.r23961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistics.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistik.doc.r20334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statmath.doc.r46925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/steinmetz.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stmaryrd.doc.r22027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/string-diagrams.doc.r67363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/structmech.doc.r66724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/struktex.doc.r47931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/substances.doc.r40989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subsupscripts.doc.r16080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/subtext.doc.r51273.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/susy.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syllogism.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sympytexpackage.doc.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/synproof.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/t-angles.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tablor.doc.r31855.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tensind.doc.r51481.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tensor.doc.r67667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ewd.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textgreek.doc.r44192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textopo.doc.r23796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thermodynamics.doc.r69086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmbox.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tiscreen.doc.r62602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turnstile.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulqda.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitsdef.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venn.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/witharrows.doc.r68047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xymtex.doc.r32182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yhmath.doc.r54377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/youngtab.doc.r56500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yquant.doc.r68997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ytableau.doc.r59580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zx-calculus.doc.r69455.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/12many.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/alg.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algobox.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/algorithms.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aligned-overset.source.r47290.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amscdx.source.r51532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apxproof.source.r64715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autobreak.source.r43337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/backnaur.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binomexp.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitpattern.source.r39073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bodeplot.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bosisio.source.r16989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bpchem.source.r45120.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bropd.source.r35383.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bussproofs-extra.source.r51299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bytefield.source.r68366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calculation.source.r35973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cartonaugh.source.r59938.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascade.source.r65757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccfonts.source.r61431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ccool.source.r60600.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemarrow.source.r17146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemcompounds.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemobabel.source.r64778.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemschemex.source.r46723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemsec.source.r46972.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemstyle.source.r31096.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/codeanatomy.source.r65648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/computational-complexity.source.r44847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/concmath.source.r17219.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/conteq.source.r37868.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cryptocode.source.r60249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csassignments.source.r63992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cvss.source.r65169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/decision-table.source.r60673.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delim.source.r23974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/delimset.source.r49544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drawmatrix.source.r44471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dyntree.source.r67016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/easing.source.r59975.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebproof.source.r57544.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eolang.source.r69391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eqnarray.source.r20641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euclideangeometry.source.r67608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/extpfeil.source.r16243.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/faktor.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fascicules.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixdif.source.r66606.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixmath.source.r64648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/formal-grammar.source.r61955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fouridx.source.r32214.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/functan.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/galois.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gotoh.source.r44764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grundgesetze.source.r58997.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/helmholtz-ellis-ji-notation.source.r55213.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-graphic.source.r67641.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-reference.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ibrackets.source.r67736.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ionumbers.source.r33457.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/isphysicalmath.source.r69343.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaugh-map.source.r61614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/karnaughmap.source.r36989.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kvmap.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letterswitharrows.source.r59993.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/logicproof.source.r33254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lplfitch.source.r31077.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lstbayes.source.r48160.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcommand.source.r59512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathcomp.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathfixs.source.r49547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathpartir.source.r39864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matlab-prettifier.source.r34323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mattens.source.r62326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/messagepassing.source.r69123.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mgltex.source.r63255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miller.source.r18789.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mismath.source.r69169.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multiobjective.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/naive-ebnf.source.r67892.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nchairx.source.r60196.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nicematrix.source.r69588.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nucleardata.source.r47307.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/objectz.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/odesandpdes.source.r69485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/overarrows.source.r65853.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physconst.source.r58727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physics2.source.r69369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/physunits.source.r58728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pm-isomath.source.r60368.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proba.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proof-at-the-end.source.r69602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qsharp.source.r49722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rest-api.source.r57068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revquantum.source.r43505.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rmathbr.source.r57173.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sankey.source.r61874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sclang-prettifier.source.r35087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sesamanuel.source.r36613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shuffle.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simples-matrices.source.r63802.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplewick.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sistyle.source.r59682.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunits.source.r59702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/siunitx.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/skmath.source.r52411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spalign.source.r42225.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistics.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statistik.source.r20334.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/statmath.source.r46925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/steinmetz.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stmaryrd.source.r22027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/string-diagrams.source.r67363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/struktex.source.r47931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sympytexpackage.source.r57090.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tensor.source.r67667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textgreek.source.r44192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textopo.source.r23796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thermodynamics.source.r69086.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thmbox.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turnstile.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulqda.source.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitsdef.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/witharrows.source.r68047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xymtex.source.r32182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yhmath.source.r54377.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/youngtab.source.r56500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ytableau.source.r59580.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/12many.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/alg.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algobox.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/algorithms.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aligned-overset.source.r47290.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amscdx.source.r51532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apxproof.source.r64715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autobreak.source.r43337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/backnaur.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binomexp.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitpattern.source.r39073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bodeplot.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bosisio.source.r16989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bpchem.source.r45120.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bropd.source.r35383.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bussproofs-extra.source.r51299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bytefield.source.r68366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calculation.source.r35973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cartonaugh.source.r59938.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascade.source.r65757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccfonts.source.r61431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ccool.source.r60600.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemarrow.source.r17146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemcompounds.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemobabel.source.r64778.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemschemex.source.r46723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemsec.source.r46972.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemstyle.source.r31096.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/codeanatomy.source.r65648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/computational-complexity.source.r44847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/concmath.source.r17219.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/conteq.source.r37868.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cryptocode.source.r60249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csassignments.source.r63992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cvss.source.r65169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/decision-table.source.r60673.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delim.source.r23974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/delimset.source.r49544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drawmatrix.source.r44471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dyntree.source.r67016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/easing.source.r59975.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebproof.source.r57544.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eolang.source.r69391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eqnarray.source.r20641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euclideangeometry.source.r67608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/extpfeil.source.r16243.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/faktor.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fascicules.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixdif.source.r66606.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixmath.source.r64648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/formal-grammar.source.r61955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fouridx.source.r32214.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/functan.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/galois.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gotoh.source.r44764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grundgesetze.source.r58997.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/helmholtz-ellis-ji-notation.source.r55213.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-graphic.source.r67641.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-reference.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ibrackets.source.r67736.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ionumbers.source.r33457.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/isphysicalmath.source.r69343.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaugh-map.source.r61614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/karnaughmap.source.r36989.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kvmap.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letterswitharrows.source.r59993.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/logicproof.source.r33254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lplfitch.source.r31077.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lstbayes.source.r48160.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcommand.source.r59512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathcomp.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathfixs.source.r49547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathpartir.source.r39864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matlab-prettifier.source.r34323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mattens.source.r62326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/messagepassing.source.r69123.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mgltex.source.r63255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miller.source.r18789.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mismath.source.r69169.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multiobjective.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/naive-ebnf.source.r67892.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nchairx.source.r60196.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nicematrix.source.r69588.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nucleardata.source.r47307.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/objectz.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/odesandpdes.source.r69485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/overarrows.source.r65853.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physconst.source.r58727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physics2.source.r69369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/physunits.source.r58728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pm-isomath.source.r60368.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proba.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proof-at-the-end.source.r69602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qsharp.source.r49722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rest-api.source.r57068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revquantum.source.r43505.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rmathbr.source.r57173.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sankey.source.r61874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sclang-prettifier.source.r35087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sesamanuel.source.r36613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shuffle.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simples-matrices.source.r63802.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplewick.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sistyle.source.r59682.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunits.source.r59702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/siunitx.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/skmath.source.r52411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spalign.source.r42225.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistics.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statistik.source.r20334.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/statmath.source.r46925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/steinmetz.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stmaryrd.source.r22027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/string-diagrams.source.r67363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/struktex.source.r47931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sympytexpackage.source.r57090.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tensor.source.r67667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textgreek.source.r44192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textopo.source.r23796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thermodynamics.source.r69086.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thmbox.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turnstile.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulqda.source.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitsdef.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/witharrows.source.r68047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xymtex.source.r32182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yhmath.source.r54377.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/youngtab.source.r56500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ytableau.source.r59580.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=c2f5b6f307fb32976bc3a125271cfab8 diff --git a/metadata/md5-cache/dev-texlive/texlive-metapost-2021 b/metadata/md5-cache/dev-texlive/texlive-metapost-2021 index 22b27c12934c..9171ab217f2d 100644 --- a/metadata/md5-cache/dev-texlive/texlive-metapost-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-metapost-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 GPL-3+ LGPL-2 LPPL-1.3 MIT public-domain TeX-other-free RDEPEND=>=dev-texlive/texlive-basic-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-automata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbcard-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blockdraw_mp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bpolynomial-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmarrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dviincl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsincl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expressg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exteps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-featpost-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmp-auto-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fiziko-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garrigues-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hatching-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexmp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcf2graph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metago-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metaobj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metaplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost-colorbrewer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metauml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic4ode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mp3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mparrows-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpattern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpcolornames-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpgraphics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mptrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piechartmp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repere-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roundrect-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shapes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-slideshow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suanpan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textpath-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeddice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-metapost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-automata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbcard-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blockdraw_mp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bpolynomial-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmarrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dviincl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsincl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expressg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exteps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-featpost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmp-auto-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fiziko-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garrigues-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hatching-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexmp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcf2graph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metago-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metaobj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metaplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost-colorbrewer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metauml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic4ode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mp3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mparrows-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpattern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpcolornames-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpgraphics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mptrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piechartmp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repere-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roundrect-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shapes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-slideshow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suanpan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textpath-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeddice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-metapost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-automata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbcard-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blockdraw_mp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bpolynomial-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmarrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviincl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsincl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expressg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exteps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-featpost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmp-auto-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fiziko-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garrigues-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hatching-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexmp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcf2graph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metago-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metaobj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metaplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost-colorbrewer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metauml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic4ode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mp3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mparrows-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpattern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpcolornames-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpgraphics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mptrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piechartmp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repere-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roundrect-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shapes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-slideshow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suanpan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textpath-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeddice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-metapost-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-automata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bbcard.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blockdraw_mp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bpolynomial.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmarrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dviincl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsincl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expressg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-exteps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-featpost.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmp-auto.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fiziko.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-garrigues.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hatching.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latexmp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcf2graph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metago.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metaobj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metaplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metapost-colorbrewer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metauml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic4ode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mp3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mparrows.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpattern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpcolornames.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpgraphics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mptrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piechartmp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-repere.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roundrect.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shapes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-slideshow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splines.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suanpan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-textpath.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-threeddice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-automata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bbcard.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blockdraw_mp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bpolynomial.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmarrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dviincl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsincl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expressg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-exteps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-featpost.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmp-auto.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fiziko.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-garrigues.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hatching.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latexmp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcf2graph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metago.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metaobj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metaplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metapost-colorbrewer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metauml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic4ode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mp3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mparrows.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpattern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpcolornames.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpgraphics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mptrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piechartmp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-repere.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roundrect.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shapes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-slideshow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splines.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suanpan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-textpath.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-threeddice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-automata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bbcard.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blockdraw_mp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bpolynomial.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmarrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dviincl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsincl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expressg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-exteps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-featpost.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmp-auto.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fiziko.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-garrigues.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hatching.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latexmp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcf2graph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metago.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metaobj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metaplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metapost-colorbrewer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metauml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic4ode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mp3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mparrows.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpattern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpcolornames.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpgraphics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mptrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piechartmp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-repere.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roundrect.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shapes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-slideshow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splines.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suanpan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-textpath.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-threeddice.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expressg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-feynmp-auto.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gmp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mfpic4ode.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpcolornames.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mpgraphics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-roundrect.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shapes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-splines.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expressg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-feynmp-auto.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gmp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mfpic4ode.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpcolornames.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mpgraphics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-roundrect.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shapes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-splines.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expressg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-feynmp-auto.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gmp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mfpic4ode.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpcolornames.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mpgraphics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-roundrect.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shapes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-splines.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=607698cd6369fe81f84dd730827c5076 diff --git a/metadata/md5-cache/dev-texlive/texlive-metapost-2023_p67071 b/metadata/md5-cache/dev-texlive/texlive-metapost-2023_p67071 index e41fa80b1a5f..40efed0c5dc7 100644 --- a/metadata/md5-cache/dev-texlive/texlive-metapost-2023_p67071 +++ b/metadata/md5-cache/dev-texlive/texlive-metapost-2023_p67071 @@ -11,5 +11,5 @@ LICENSE=CC-BY-SA-4.0 GPL-1 GPL-2+ GPL-3+ LGPL-2 LPPL-1.3 LPPL-1.3c MIT TeX-other RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-metapost.r67071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.r19717.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.r24378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.r23483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.r19859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.r35346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.r17259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.r30223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fiziko.r61944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.r21691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.r23818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hershey-mp.r64878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huffman.r67071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.r66815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost-colorbrewer.r48753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.r49923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.r28444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.r17745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-hatching.r62395.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mparrows.r39729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpchess.r67704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.r23252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.r29776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mptrees.r66952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.r66998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.r45818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roundrect.r39796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shapes.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.r20675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-metapost.r67071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/automata.r19717.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbcard.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blockdraw_mp.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bpolynomial.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmarrows.r24378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drv.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviincl.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emp.r23483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsincl.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expressg.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exteps.r19859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/featpost.r35346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmf.r17259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmp-auto.r30223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fiziko.r61944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garrigues.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmp.r21691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hatching.r23818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hershey-mp.r64878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huffman.r67071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexmp.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metago.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metaobj.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metaplot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metapost.r66815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metapost-colorbrewer.r48753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metauml.r49923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic.r28444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic4ode.r17745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-hatching.r62395.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mp3d.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mparrows.r39729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpattern.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpchess.r67704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpcolornames.r23252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpgraphics.r29776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mptrees.r66952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piechartmp.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repere.r66998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roex.r45818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roundrect.r39796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shapes.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/slideshow.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splines.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suanpan.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textpath.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeddice.r20675.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/automata.doc.r19717.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bbcard.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blockdraw_mp.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bpolynomial.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmarrows.doc.r24378.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drv.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dviincl.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.doc.r23483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsincl.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/exteps.doc.r19859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/featpost.doc.r35346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.doc.r17259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.doc.r30223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fiziko.doc.r61944.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/garrigues.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.doc.r21691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hatching.doc.r23818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hershey-mp.doc.r64878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/huffman.doc.r67071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexmp.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcf2graph.doc.r69521.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metago.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metaobj.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metaplot.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost.doc.r66815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metapost-colorbrewer.doc.r48753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metauml.doc.r49923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.doc.r28444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.doc.r17745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/minim-hatching.doc.r62395.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mp3d.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mparrows.doc.r39729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpattern.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpchess.doc.r67704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.doc.r23252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.doc.r29776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mptrees.doc.r66952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piechartmp.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/repere.doc.r66998.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roundrect.doc.r39796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shapes.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/slideshow.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suanpan.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/textpath.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/threeddice.doc.r20675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/automata.doc.r19717.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bbcard.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blockdraw_mp.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bpolynomial.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmarrows.doc.r24378.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drv.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dviincl.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emp.doc.r23483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsincl.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expressg.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/exteps.doc.r19859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/featpost.doc.r35346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmf.doc.r17259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmp-auto.doc.r30223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fiziko.doc.r61944.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/garrigues.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmp.doc.r21691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hatching.doc.r23818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hershey-mp.doc.r64878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/huffman.doc.r67071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexmp.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcf2graph.doc.r69521.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metago.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metaobj.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metaplot.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metapost.doc.r66815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metapost-colorbrewer.doc.r48753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metauml.doc.r49923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic.doc.r28444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic4ode.doc.r17745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/minim-hatching.doc.r62395.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mp3d.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mparrows.doc.r39729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpattern.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpchess.doc.r67704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpcolornames.doc.r23252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpgraphics.doc.r29776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mptrees.doc.r66952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piechartmp.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/repere.doc.r66998.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roundrect.doc.r39796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shapes.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/slideshow.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splines.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suanpan.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/textpath.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/threeddice.doc.r20675.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/emp.source.r23483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expressg.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmf.source.r17259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feynmp-auto.source.r30223.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gmp.source.r21691.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic.source.r28444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mfpic4ode.source.r17745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpcolornames.source.r23252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mpgraphics.source.r29776.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roex.source.r45818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/roundrect.source.r39796.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shapes.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/splines.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emp.source.r23483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expressg.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmf.source.r17259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feynmp-auto.source.r30223.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gmp.source.r21691.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic.source.r28444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mfpic4ode.source.r17745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpcolornames.source.r23252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mpgraphics.source.r29776.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roex.source.r45818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/roundrect.source.r39796.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shapes.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/splines.source.r15878.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=f0f1ea981933f20d515cc38d16987451 diff --git a/metadata/md5-cache/dev-texlive/texlive-music-2021 b/metadata/md5-cache/dev-texlive/texlive-music-2021 index cbe36a7f327d..8aed6f7cb007 100644 --- a/metadata/md5-cache/dev-texlive/texlive-music-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-music-2021 @@ -11,5 +11,5 @@ LICENSE=FDL-1.1 GPL-1 GPL-2 GPL-2+ RDEPEND=>=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autosp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bagpipe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chordbars-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chordbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ddphonism-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figbas-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gchords-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtrcrd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitarchordschemes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitartabs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harmony-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leadsheets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4musicians-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lilyglyphs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lyluatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-m-tx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musical-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musicography-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixguit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtex-fonts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-octave-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piano-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmxchords-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpiano-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-music-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autosp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bagpipe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chordbars-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chordbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ddphonism-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figbas-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gchords-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtrcrd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitarchordschemes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitartabs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harmony-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leadsheets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4musicians-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lilyglyphs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lyluatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-m-tx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musical-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musicography-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixguit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtex-fonts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-octave-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piano-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmxchords-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpiano-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-music-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autosp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bagpipe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chordbars-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chordbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ddphonism-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figbas-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gchords-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtrcrd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitarchordschemes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitartabs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harmony-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leadsheets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4musicians-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lilyglyphs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lyluatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-m-tx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musical-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musicography-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixguit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtex-fonts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-octave-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piano-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmxchords-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpiano-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-music-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autosp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bagpipe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chordbars.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chordbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ddphonism.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figbas.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gchords.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtrcrd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitarchordschemes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitartabs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harmony.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-leadsheets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex4musicians.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lilyglyphs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lyluatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-m-tx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musical.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musicography.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixguit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-octave.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-piano.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmxchords.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpiano.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autosp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bagpipe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chordbars.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chordbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ddphonism.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figbas.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gchords.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtrcrd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitarchordschemes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitartabs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harmony.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-leadsheets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex4musicians.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lilyglyphs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lyluatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-m-tx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musical.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musicography.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixguit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-octave.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-piano.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmxchords.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpiano.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autosp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bagpipe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chordbars.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chordbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ddphonism.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figbas.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gchords.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtrcrd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitarchordschemes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitartabs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harmony.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-leadsheets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex4musicians.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lilyglyphs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lyluatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-m-tx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musical.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musicography.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixguit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtex-fonts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-octave.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-piano.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmxchords.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpiano.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-guitar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lilyglyphs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musixtex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songbook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-songs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpiano.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-guitar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lilyglyphs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musixtex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songbook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-songs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpiano.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-guitar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lilyglyphs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musixtex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songbook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-songs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpiano.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=dddc21ea4c32a13f9ac517dddd1e750d diff --git a/metadata/md5-cache/dev-texlive/texlive-music-2023_p69613 b/metadata/md5-cache/dev-texlive/texlive-music-2023_p69613 index 083e2a32f8b2..7e51078b88d9 100644 --- a/metadata/md5-cache/dev-texlive/texlive-music-2023_p69613 +++ b/metadata/md5-cache/dev-texlive/texlive-music-2023_p69613 @@ -11,5 +11,5 @@ LICENSE=BSD CC-BY-SA-4.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1 LPPL-1 RDEPEND=>=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-music.r69613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.r41157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bagpipe.r34393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chordbars.r49569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chordbox.r51000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ddphonism.r52009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figbas.r28943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gregoriotex.r58331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.r32484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.r32258.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitartabs.r48102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leadsheets.r61504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.r56473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lyluatex.r66880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musical.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musicography.r68220.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.r21649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.r65517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtnt.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/octave.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.r21574.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.r39249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recorder-fingering.r68595.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.r18136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songproj.r66704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.r51494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undar-digitacion.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpiano.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-music.r69613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abc.r41157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bagpipe.r34393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chordbars.r49569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chordbox.r51000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ddphonism.r52009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figbas.r28943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gchords.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gregoriotex.r58331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtrcrd.r32484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitar.r32258.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitarchordschemes.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitartabs.r48102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harmony.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leadsheets.r61504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lilyglyphs.r56473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lyluatex.r66880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musical.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musicography.r68220.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixguit.r21649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtex.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtex-fonts.r65517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtnt.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/octave.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piano.r21574.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmxchords.r39249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recorder-fingering.r68595.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songbook.r18136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songproj.r66704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songs.r51494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undar-digitacion.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpiano.r61719.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.doc.r41157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bagpipe.doc.r34393.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chordbars.doc.r49569.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chordbox.doc.r51000.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ddphonism.doc.r52009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figbas.doc.r28943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gchords.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gregoriotex.doc.r58331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrcrd.doc.r32484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.doc.r32258.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitarchordschemes.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitartabs.doc.r48102.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harmony.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex4musicians.doc.r49759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/leadsheets.doc.r61504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.doc.r56473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lyluatex.doc.r66880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musical.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musicography.doc.r68220.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixguit.doc.r21649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex-fonts.doc.r65517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtnt.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/octave.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/piano.doc.r21574.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmxchords.doc.r39249.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/recorder-fingering.doc.r68595.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.doc.r18136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songproj.doc.r66704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.doc.r51494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undar-digitacion.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpiano.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abc.doc.r41157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bagpipe.doc.r34393.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chordbars.doc.r49569.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chordbox.doc.r51000.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ddphonism.doc.r52009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figbas.doc.r28943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gchords.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gregoriotex.doc.r58331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtrcrd.doc.r32484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitar.doc.r32258.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitarchordschemes.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitartabs.doc.r48102.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harmony.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex4musicians.doc.r49759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/leadsheets.doc.r61504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lilyglyphs.doc.r56473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lyluatex.doc.r66880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musical.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musicography.doc.r68220.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixguit.doc.r21649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtex.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtex-fonts.doc.r65517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtnt.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/octave.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/piano.doc.r21574.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmxchords.doc.r39249.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/recorder-fingering.doc.r68595.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songbook.doc.r18136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songproj.doc.r66704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songs.doc.r51494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undar-digitacion.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpiano.doc.r61719.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/abc.source.r41157.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gregoriotex.source.r58331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/guitar.source.r32258.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lilyglyphs.source.r56473.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musixtex.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songbook.source.r18136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songproj.source.r66704.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/songs.source.r51494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/undar-digitacion.source.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpiano.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abc.source.r41157.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gregoriotex.source.r58331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/guitar.source.r32258.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lilyglyphs.source.r56473.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musixtex.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songbook.source.r18136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songproj.source.r66704.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/songs.source.r51494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/undar-digitacion.source.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpiano.source.r61719.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=806d6683d5068baee239fea6f23c0a45 diff --git a/metadata/md5-cache/dev-texlive/texlive-pictures-2021 b/metadata/md5-cache/dev-texlive/texlive-pictures-2021 index 5ce0ae50330f..cb50aa2dcef7 100644 --- a/metadata/md5-cache/dev-texlive/texlive-pictures-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-pictures-2021 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD-2 GPL-2 CC0-1.0 RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-tex/pgf-3.0.1 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adigraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aobs-tikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-askmaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asyfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asypictureb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autoarea-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bardiag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerswitch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binarytree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blochsphere-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bloques-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bodegraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bondgraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bondgraphs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braids-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxeepic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cachepic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-callouts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-celtic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circuit-macros-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circuitikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combinedgraphics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curves-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dcpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagmac2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ditaa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doc-pictex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dot2texi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dottex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dpcircling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dratex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duotenzor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynkin-diagrams-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecgdraw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eepic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipse-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endofproofwd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epspdfconversion-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euflag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fast-diagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fig4latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fitbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowchart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forest-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genealogytree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getmap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gincltex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnuplottex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gradientframe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grafcet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graph35-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicxpsd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphviz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtrlib-largetrees-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harveyballs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-here-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hf-tikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobby-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvfloat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-istgame-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kblocks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knitting-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knittingpattern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ladder-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lapdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-make-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lroundrect-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luamesh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luasseq-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maker-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeshape-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathspic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mercatormap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-milsymb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miniplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modiagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-neuralnetwork-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nl-interval-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numericplots-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pb-diagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-penrose-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-petri-nets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-blur-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-cmykshadings-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-pie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-soroban-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-spectra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-umlcd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-umlsd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfgantt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfkeyx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfmolbio-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfmorepages-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfopts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfornament-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfplots-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-picinpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pict2e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pictex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pictex2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pinlabel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pixelart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmgraph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-postage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prerex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-productbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptolemaicastronomy-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-puyotikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxpgfmark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxpic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qcircuit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quantikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randbild-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomwalk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realhats-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reotex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rviewport-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sa-tikz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schemabloc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratch3-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scsnowman-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-setdeck-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-signchart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpleoptics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartdiagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spath3-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spectralsequences-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swimgraf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntaxdi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-table-fct-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texdraw-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ticollege-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-3dplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-among-us-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-bayesnet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-bbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-cd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-dependency-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-dimline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-feynhand-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-feynman-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-imagelabels-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-inet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-kalender-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-karnaugh-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-ladder-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-lake-fig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-layers-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-nef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-network-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-opm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-optics-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-page-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-palattice-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-planets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-qtree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-relay-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-sfc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-timing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-trackschematic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-truchet-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzcodeblocks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzducks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzinclude-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzlings-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzmark-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzmarmots-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzorbital-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpackets-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpagenodes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpeople-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpfeile-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzposter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzscale-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzsymbols-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikztosvg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tile-graphic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timing-diagrams-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipfr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-base-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-berge-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-euclide-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-fct-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-graph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-orm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-tab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tqft-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tsemlines-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tufte-latex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tzplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utfsym-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venndiagram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualpstricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpicture-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xypic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-pictures-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adigraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aobs-tikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-askmaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asyfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asypictureb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autoarea-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bardiag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerswitch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binarytree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blochsphere-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bloques-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bodegraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bondgraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bondgraphs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braids-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxeepic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cachepic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-callouts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-celtic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circuit-macros-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circuitikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combinedgraphics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curves-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dcpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagmac2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ditaa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doc-pictex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dot2texi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dottex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dpcircling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dratex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duotenzor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynkin-diagrams-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecgdraw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eepic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipse-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endofproofwd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epspdfconversion-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euflag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fast-diagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fig4latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fitbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowchart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forest-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genealogytree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getmap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gincltex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnuplottex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gradientframe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grafcet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graph35-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicxpsd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphviz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtrlib-largetrees-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harveyballs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-here-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hf-tikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobby-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvfloat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-istgame-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kblocks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knitting-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knittingpattern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ladder-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lapdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-make-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lroundrect-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luamesh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luasseq-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maker-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeshape-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathspic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mercatormap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-milsymb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miniplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modiagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-neuralnetwork-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nl-interval-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numericplots-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pb-diagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-penrose-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-petri-nets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-blur-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-cmykshadings-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-pie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-soroban-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-spectra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-umlcd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-umlsd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfgantt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfkeyx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfmolbio-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfmorepages-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfopts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfornament-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfplots-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-picinpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pict2e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pictex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pictex2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pinlabel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pixelart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmgraph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-postage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prerex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-productbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptolemaicastronomy-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-puyotikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxpgfmark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxpic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qcircuit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quantikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randbild-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomwalk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realhats-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reotex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rviewport-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sa-tikz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schemabloc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratch3-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scsnowman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-setdeck-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-signchart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpleoptics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartdiagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spath3-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spectralsequences-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swimgraf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntaxdi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-table-fct-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texdraw-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ticollege-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-3dplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-among-us-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-bayesnet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-bbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-cd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-dependency-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-dimline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-feynhand-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-feynman-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-imagelabels-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-inet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-kalender-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-karnaugh-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-ladder-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-lake-fig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-layers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-nef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-network-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-opm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-optics-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-page-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-palattice-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-planets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-qtree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-relay-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-sfc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-timing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-trackschematic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-truchet-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzcodeblocks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzducks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzinclude-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzlings-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzmark-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzmarmots-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzorbital-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpackets-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpagenodes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpeople-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpfeile-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzposter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzscale-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzsymbols-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikztosvg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tile-graphic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timing-diagrams-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipfr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-base-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-berge-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-euclide-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-fct-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-graph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-orm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-tab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tqft-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tsemlines-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tufte-latex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tzplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utfsym-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venndiagram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualpstricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpicture-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xypic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-pictures-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adigraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aobs-tikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-askmaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asyfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asypictureb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autoarea-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bardiag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerswitch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binarytree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blochsphere-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bloques-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bodegraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bondgraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bondgraphs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braids-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxeepic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cachepic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-callouts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-celtic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circuit-macros-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circuitikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combinedgraphics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curves-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dcpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagmac2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ditaa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doc-pictex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dot2texi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dottex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dpcircling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dratex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duotenzor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynkin-diagrams-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecgdraw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eepic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipse-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endofproofwd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epspdfconversion-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euflag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fast-diagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fig4latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fitbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowchart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forest-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genealogytree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getmap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gincltex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnuplottex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gradientframe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grafcet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graph35-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicxpsd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphviz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtrlib-largetrees-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harveyballs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-here-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hf-tikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobby-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvfloat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-istgame-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kblocks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knitting-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knittingpattern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ladder-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lapdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-make-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lroundrect-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luamesh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luasseq-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maker-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeshape-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathspic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mercatormap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-milsymb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miniplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modiagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-neuralnetwork-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nl-interval-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numericplots-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pb-diagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-penrose-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-petri-nets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-blur-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-cmykshadings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-pie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-soroban-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-spectra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-umlcd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-umlsd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfgantt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfkeyx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfmolbio-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfmorepages-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfopts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfornament-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfplots-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-picinpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pict2e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pictex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pictex2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pinlabel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pixelart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmgraph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-postage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prerex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-productbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptolemaicastronomy-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-puyotikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxpgfmark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxpic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qcircuit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quantikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randbild-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomwalk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realhats-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reotex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rviewport-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sa-tikz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schemabloc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratch3-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scsnowman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-setdeck-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-signchart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpleoptics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartdiagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spath3-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spectralsequences-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swimgraf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntaxdi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-table-fct-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdraw-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ticollege-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-3dplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-among-us-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-bayesnet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-bbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-cd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-dependency-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-dimline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-feynhand-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-feynman-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-imagelabels-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-inet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-kalender-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-karnaugh-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-ladder-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-lake-fig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-layers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-nef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-network-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-opm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-optics-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-page-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-palattice-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-planets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-qtree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-relay-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-sfc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-timing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-trackschematic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-truchet-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzcodeblocks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzducks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzinclude-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzlings-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzmark-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzmarmots-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzorbital-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpackets-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpagenodes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpeople-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpfeile-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzposter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzscale-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzsymbols-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikztosvg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tile-graphic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timing-diagrams-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipfr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-base-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-berge-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-euclide-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-fct-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-graph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-orm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-tab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tqft-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tsemlines-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tufte-latex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tzplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utfsym-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venndiagram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualpstricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpicture-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xypic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-pictures-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adigraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aobs-tikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-askmaps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asyfig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asypictureb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autoarea.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bardiag.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerswitch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binarytree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blochsphere.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bloques.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bodegraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bondgraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bondgraphs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braids.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bxeepic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cachepic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-callouts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-celtic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chemfig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circuit-macros.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-circuitikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combinedgraphics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curves.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dcpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-diagmac2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ditaa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-doc-pictex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dot2texi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dottex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dpcircling.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dratex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-drs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-duotenzor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dynkin-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecgdraw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eepic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipse.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-endofproofwd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epspdfconversion.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euflag.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fast-diagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fig4latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fitbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowchart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forest.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-genealogytree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getmap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gincltex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnuplottex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gradientframe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grafcet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graph35.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphicxpsd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphviz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtrlib-largetrees.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-harveyballs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-here.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hf-tikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobby.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hvfloat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-istgame.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kblocks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knitting.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-knittingpattern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ladder.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lapdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-make.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lroundrect.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luamesh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luasseq.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-maker.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeshape.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathspic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mercatormap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-milsymb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-miniplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modiagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-neuralnetwork.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nl-interval.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-numericplots.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pb-diagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-penrose.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-petri-nets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-blur.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-cmykshadings.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-pie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-soroban.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-spectra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-umlcd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-umlsd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfgantt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfkeyx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfmolbio.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfmorepages.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfopts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfornament.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfplots.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-picinpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pict2e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pictex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pinlabel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pixelart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pmgraph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-postage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prerex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-productbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptolemaicastronomy.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-puyotikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxpgfmark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxpic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qcircuit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quantikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randbild.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomwalk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realhats.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-reotex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rviewport.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sa-tikz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schemabloc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scratch3.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scsnowman.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-setdeck.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-signchart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simpleoptics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartdiagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spath3.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spectralsequences.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swimgraf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-syntaxdi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-table-fct.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texdraw.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ticollege.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-among-us.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-bayesnet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-bbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-cd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-dependency.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-dimline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-feynhand.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-feynman.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-imagelabels.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-inet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-kalender.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-ladder.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-lake-fig.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-layers.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-nef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-network.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-opm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-optics.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-page.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-palattice.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-planets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-qtree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-relay.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-sfc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-timing.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-trackschematic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-truchet.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzcodeblocks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzducks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzinclude.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzlings.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzmark.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzmarmots.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzorbital.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpackets.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpagenodes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpeople.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpfeile.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzposter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzscale.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzsymbols.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikztosvg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tile-graphic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timing-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tipfr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-base.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-berge.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-doc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-euclide.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-fct.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-graph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-orm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tkz-tab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tqft.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tufte-latex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tzplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utfsym.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venndiagram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-visualpstricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpicture.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xypic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adigraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aobs-tikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-askmaps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asyfig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asypictureb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autoarea.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bardiag.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerswitch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binarytree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blochsphere.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bloques.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bodegraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bondgraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bondgraphs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braids.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bxeepic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cachepic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-callouts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-celtic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chemfig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circuit-macros.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-circuitikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combinedgraphics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curves.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dcpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-diagmac2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ditaa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-doc-pictex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dot2texi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dottex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dpcircling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dratex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-drs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-duotenzor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dynkin-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecgdraw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eepic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipse.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-endofproofwd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epspdfconversion.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euflag.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fast-diagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fig4latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fitbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowchart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forest.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-genealogytree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getmap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gincltex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnuplottex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gradientframe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grafcet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graph35.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphicxpsd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphviz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtrlib-largetrees.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-harveyballs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-here.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hf-tikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobby.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hvfloat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-istgame.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kblocks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knitting.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-knittingpattern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ladder.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lapdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-make.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lroundrect.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luamesh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luasseq.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-maker.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeshape.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathspic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mercatormap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-milsymb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-miniplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modiagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-neuralnetwork.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nl-interval.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-numericplots.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pb-diagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-penrose.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-petri-nets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-blur.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-cmykshadings.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-pie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-soroban.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-spectra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-umlcd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-umlsd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfgantt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfkeyx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfmolbio.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfmorepages.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfopts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfornament.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfplots.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-picinpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pict2e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pictex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pinlabel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pixelart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pmgraph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-postage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prerex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-productbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptolemaicastronomy.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-puyotikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxpgfmark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxpic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qcircuit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quantikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randbild.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomwalk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realhats.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-reotex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rviewport.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sa-tikz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schemabloc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scratch3.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scsnowman.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-setdeck.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-signchart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simpleoptics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartdiagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spath3.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spectralsequences.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swimgraf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-syntaxdi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-table-fct.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texdraw.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ticollege.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-among-us.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-bayesnet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-bbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-cd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-dependency.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-dimline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-feynhand.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-feynman.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-imagelabels.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-inet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-kalender.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-ladder.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-lake-fig.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-layers.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-nef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-network.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-opm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-optics.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-page.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-palattice.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-planets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-qtree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-relay.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-sfc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-timing.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-trackschematic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-truchet.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzcodeblocks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzducks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzinclude.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzlings.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzmark.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzmarmots.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzorbital.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpackets.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpagenodes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpeople.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpfeile.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzposter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzscale.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzsymbols.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikztosvg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tile-graphic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timing-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tipfr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-base.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-berge.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-doc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-euclide.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-fct.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-graph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-orm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tkz-tab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tqft.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tufte-latex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tzplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utfsym.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venndiagram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-visualpstricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpicture.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xypic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adigraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aobs-tikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-askmaps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asyfig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asypictureb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autoarea.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bardiag.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerswitch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binarytree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blochsphere.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bloques.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bodegraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bondgraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bondgraphs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braids.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bxeepic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cachepic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-callouts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-celtic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chemfig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circuit-macros.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-circuitikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combinedgraphics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curves.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dcpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-diagmac2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ditaa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-doc-pictex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dot2texi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dottex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dpcircling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dratex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-drs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-duotenzor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dynkin-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecgdraw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eepic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipse.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-endofproofwd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epspdfconversion.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euflag.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fast-diagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fig4latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fitbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowchart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forest.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-genealogytree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getmap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gincltex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnuplottex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gradientframe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grafcet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graph35.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphicxpsd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphviz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtrlib-largetrees.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-harveyballs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-here.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hf-tikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobby.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hvfloat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-istgame.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kblocks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knitting.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-knittingpattern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ladder.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lapdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-make.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lroundrect.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luamesh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luasseq.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-maker.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeshape.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathspic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mercatormap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-milsymb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-miniplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modiagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-neuralnetwork.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nl-interval.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-numericplots.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pb-diagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-penrose.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-petri-nets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-blur.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-cmykshadings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-pie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-soroban.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-spectra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-umlcd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-umlsd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfgantt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfkeyx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfmolbio.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfmorepages.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfopts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfornament.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfplots.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-picinpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pict2e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pictex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pinlabel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pixelart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pmgraph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-postage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prerex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-productbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptolemaicastronomy.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-puyotikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxpgfmark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxpic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qcircuit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quantikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randbild.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomwalk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realhats.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-reotex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rviewport.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sa-tikz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schemabloc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scratch3.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scsnowman.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-setdeck.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-signchart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simpleoptics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartdiagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spath3.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spectralsequences.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swimgraf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-syntaxdi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-table-fct.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdraw.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ticollege.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-among-us.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-bayesnet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-bbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-cd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-dependency.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-dimline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-feynhand.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-feynman.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-imagelabels.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-inet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-kalender.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-karnaugh.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-ladder.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-lake-fig.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-layers.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-nef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-network.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-opm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-optics.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-page.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-palattice.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-planets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-qtree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-relay.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-sfc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-timing.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-trackschematic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-truchet.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzcodeblocks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzducks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzinclude.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzlings.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzmark.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzmarmots.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzorbital.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpackets.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpagenodes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpeople.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpfeile.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzposter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzscale.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzsymbols.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikztosvg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tile-graphic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timing-diagrams.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tipfr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-base.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-berge.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-doc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-euclide.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-fct.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-graph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-orm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tkz-tab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tqft.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tufte-latex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tzplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utfsym.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venndiagram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-visualpstricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpicture.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xypic.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aobs-tikz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asyfig.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asypictureb.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamerswitch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-binarytree.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blochsphere.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-blox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bondgraphs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-braids.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-celtic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-combinedgraphics.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curve2e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-curves.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dottex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecgdraw.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ellipse.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-esk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-euflag.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fitbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-flowchart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-forest.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gincltex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gnuplottex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gradientframe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graph35.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphviz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtrlib-largetrees.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hf-tikz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobby.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-latex-make.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lroundrect.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-luasseq.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeshape.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-penrose.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-blur.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgf-cmykshadings.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfgantt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfmolbio.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfopts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pgfplots.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pict2e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pixelart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-postage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-productbox.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptolemaicastronomy.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pxpic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrcode.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randbild.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomwalk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realhats.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rviewport.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-signchart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-smartdiagram.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spath3.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-imagelabels.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-page.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-timing.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikz-truchet.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzinclude.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzmark.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpagenodes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzpfeile.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzposter.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzscale.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tikzsymbols.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tile-graphic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tqft.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-venndiagram.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xpicture.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aobs-tikz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asyfig.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asypictureb.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamerswitch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-binarytree.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blochsphere.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-blox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bondgraphs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-braids.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-celtic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-combinedgraphics.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curve2e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-curves.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dottex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecgdraw.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ellipse.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-esk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-euflag.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fitbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-flowchart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-forest.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gincltex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gnuplottex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gradientframe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graph35.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphviz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtrlib-largetrees.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hf-tikz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobby.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-latex-make.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lroundrect.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-luasseq.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeshape.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-penrose.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-blur.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgf-cmykshadings.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfgantt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfmolbio.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfopts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pgfplots.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pict2e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pixelart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-postage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-productbox.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptolemaicastronomy.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pxpic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrcode.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randbild.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomwalk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realhats.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rviewport.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-signchart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-smartdiagram.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spath3.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-imagelabels.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-page.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-timing.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikz-truchet.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzinclude.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzmark.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpagenodes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzpfeile.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzposter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzscale.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tikzsymbols.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tile-graphic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tqft.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-venndiagram.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xpicture.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aobs-tikz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asyfig.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asypictureb.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamerswitch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-binarytree.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blochsphere.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-blox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bondgraphs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-braids.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-celtic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-combinedgraphics.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curve2e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-curves.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dottex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecgdraw.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ellipse.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-esk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-euflag.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fitbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-flowchart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-forest.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gincltex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gnuplottex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gradientframe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graph35.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphviz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtrlib-largetrees.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hf-tikz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobby.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-latex-make.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lroundrect.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-luasseq.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeshape.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-penrose.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-blur.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgf-cmykshadings.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfgantt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfmolbio.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfopts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pgfplots.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pict2e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pixelart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-postage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-productbox.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptolemaicastronomy.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pxpic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrcode.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randbild.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomwalk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realhats.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rviewport.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-signchart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-smartdiagram.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spath3.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-imagelabels.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-page.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-timing.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikz-truchet.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzinclude.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzmark.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpagenodes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzpfeile.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzposter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzscale.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tikzsymbols.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tile-graphic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tqft.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-venndiagram.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xpicture.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=3059c0688f660ae644ce079c0aeb240e diff --git a/metadata/md5-cache/dev-texlive/texlive-pictures-2023_p69409-r1 b/metadata/md5-cache/dev-texlive/texlive-pictures-2023_p69409-r1 index 78700626b1f0..9cbf58fa1d89 100644 --- a/metadata/md5-cache/dev-texlive/texlive-pictures-2023_p69409-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-pictures-2023_p69409-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD-2 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-1.0 CC-BY-SA-3.0 CC-BY-SA- RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-tex/pgf-3.1.10 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-pictures.r69409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adigraph.r49862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.r32662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.r56730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.r17512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asypictureb.r33490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.r59552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.r22013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerswitch.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binarytree.r41777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blochsphere.r38388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.r22490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blox.r57949.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.r68785.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.r21670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraphs.r36605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.r69398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.r30559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/byo-twemojis.r58917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/byrne.r61943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/callouts.r44899.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/celtic.r39797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.r69227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circuit-macros.r69263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.r69757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circularglyphs.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coffeestains.r59703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coloredbelts.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.r27198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.r20745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.r67599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.r45255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.r30206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ditaa.r48932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.r26237.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dpcircling.r54994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.r19232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.r18728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynkin-diagrams.r67267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecgdraw.r41617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egpeirce.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipse.r39025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endofproofwd.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.r18703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.r18115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euflag.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.r29264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fenetrecas.r68779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figchild.r62945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figput.r63957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fitbox.r50088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.r36572.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.r57398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogytree.r66513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getmap.r50589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.r21387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.r22509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graph35.r66772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxpsd.r57341.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.r31517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrlib-largetrees.r49062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.r32003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/here.r16135.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.r34733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.r68137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.r68586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/istgame.r62946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kblocks.r57617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kinematikz.r61392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.r50782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.r17205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ladder.r44394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.r23806.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-make.r60874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/liftarm.r62981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.r20843.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lroundrect.r39804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamesh.r63875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.r65511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maker.r44823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.r28973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.r31957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoize.r69522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mercatormap.r56060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/milsymb.r66697.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.r17483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpic.r33700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.r56886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.r31500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nl-interval.r58328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nndraw.r59674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.r31729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outilsgeomtikz.r69124.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papiergurvan.r68239.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.r39165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-interference.r61562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-periodictable.r67250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-pie.r63603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.r32269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-spectra.r66961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlcd.r63386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.r55342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.r52662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeysearch.r69385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.r26093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.r35152.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmorepages.r54770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfornament.r55326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.r65097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.r56504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.r59551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex2.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.r24769.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pixelart.r66012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pixelarttikz.r68520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polyhedra.r68770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postage.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postit.r67344.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.r20886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptolemaicastronomy.r50810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/puyotikz.r57254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.r30212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpic.r67955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qcircuit.r48400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrcode.r36065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quantikz.r67206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.r49513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realhats.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.r34924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robotarm.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.r23739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.r32815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sacsymb.r65768.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.r68445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratch.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratch3.r61921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scsnowman.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.r40613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/signchart.r39707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplenodes.r62888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleoptics.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.r42781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.r64818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spectralsequences.r65667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/strands.r59906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.r25446.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntaxdi.r56685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/table-fct.r41849.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ticollege.r36306.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.r25087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-among-us.r60880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bagua.r64103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bayesnet.r38295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bbox.r57444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.r59133.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dimline.r35805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-ext.r66737.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-feynhand.r51915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-feynman.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-imagelabels.r51490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-kalender.r52890.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-karnaugh.r62040.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-ladder.r62992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-lake-fig.r55288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-layers.r46660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-mirror-lens.r65500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-nef.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-network.r51884.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-nfold.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.r32769.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-optics.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-osci.r68636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-page.r42039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-palattice.r43442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-planets.r55002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.r26108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-relay.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-sfc.r49424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-swigs.r59889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-trackschematic.r63480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-truchet.r50020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz2d-fr.r67239.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz3d-fr.r67774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzbricks.r63952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzcodeblocks.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzdotncross.r69382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzducks.r66773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzfill.r67847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.r28715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzlings.r63628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.r64819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmarmots.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.r36439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpackets.r55827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpeople.r67840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.r25777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpingus.r68310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.r32732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzquads.r69409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzquests.r69388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.r30637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.r61300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikztosvg.r60289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzviolinplots.r66659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tile-graphic.r55325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tilings.r67292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.r31491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipfr.r38646.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.r69460.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.r57485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-bernoulli.r68780.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.r68665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-elements.r69715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.r69702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.r61949.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.r57484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkzexample.r63908.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tonevalue.r60058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.r44455.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tsemlines.r23440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.r37649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twemojis.r62930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tzplot.r64537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utfsym.r63076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vectorlogos.r69010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.r47952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wheelchart.r69040.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordcloud.r68209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/worldflags.r68827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xistercian.r61366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.r28770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-pictures.r69409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adigraph.r49862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aobs-tikz.r32662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/askmaps.r56730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asyfig.r17512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asypictureb.r33490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autoarea.r59552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bardiag.r22013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerswitch.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binarytree.r41777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blochsphere.r38388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bloques.r22490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blox.r57949.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bodegraph.r68785.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bondgraph.r21670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bondgraphs.r36605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braids.r69398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxeepic.r30559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/byo-twemojis.r58917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/byrne.r61943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cachepic.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/callouts.r44899.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/celtic.r39797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemfig.r69227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circuit-macros.r69263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circuitikz.r69757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circularglyphs.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coffeestains.r59703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coloredbelts.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combinedgraphics.r27198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve.r20745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve2e.r67599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curves.r45255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dcpic.r30206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagmac2.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ditaa.r48932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dot2texi.r26237.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dottex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dpcircling.r54994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dratex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drs.r19232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duotenzor.r18728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynkin-diagrams.r67267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecgdraw.r41617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eepic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egpeirce.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipse.r39025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endofproofwd.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epspdf.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epspdfconversion.r18703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esk.r18115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euflag.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fast-diagram.r29264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fenetrecas.r68779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fig4latex.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figchild.r62945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figput.r63957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fitbox.r50088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowchart.r36572.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forest.r57398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogytree.r66513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getmap.r50589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gincltex.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnuplottex.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradientframe.r21387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grafcet.r22509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graph35.r66772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicxpsd.r57341.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphviz.r31517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtrlib-largetrees.r49062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harveyballs.r32003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/here.r16135.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hf-tikz.r34733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobby.r68137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvfloat.r68586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/istgame.r62946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kblocks.r57617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kinematikz.r61392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knitting.r50782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knittingpattern.r17205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ladder.r44394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lapdf.r23806.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-make.r60874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/liftarm.r62981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lpic.r20843.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lroundrect.r39804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamesh.r63875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luasseq.r65511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maker.r44823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeshape.r28973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathspic.r31957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoize.r69522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mercatormap.r56060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/milsymb.r66697.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miniplot.r17483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkpic.r33700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modiagram.r56886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/neuralnetwork.r31500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nl-interval.r58328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nndraw.r59674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numericplots.r31729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outilsgeomtikz.r69124.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papiergurvan.r68239.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pb-diagram.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/petri-nets.r39165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-blur.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-interference.r61562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-periodictable.r67250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-pie.r63603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-soroban.r32269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-spectra.r66961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-umlcd.r63386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-umlsd.r55342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfgantt.r52662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfkeysearch.r69385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfkeyx.r26093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmolbio.r35152.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmorepages.r54770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfopts.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfornament.r55326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfplots.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/picinpar.r65097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pict2e.r56504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pictex.r59551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pictex2.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pinlabel.r24769.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pixelart.r66012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pixelarttikz.r68520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmgraph.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polyhedra.r68770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postage.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postit.r67344.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prerex.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/productbox.r20886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptolemaicastronomy.r50810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/puyotikz.r57254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxpgfmark.r30212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxpic.r67955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qcircuit.r48400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrcode.r36065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quantikz.r67206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randbild.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomwalk.r49513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realhats.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reotex.r34924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robotarm.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rviewport.r23739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sa-tikz.r32815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sacsymb.r65768.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schemabloc.r68445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratch.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratch3.r61921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scsnowman.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setdeck.r40613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/signchart.r39707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplenodes.r62888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleoptics.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartdiagram.r42781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spath3.r64818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spectralsequences.r65667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/strands.r59906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swimgraf.r25446.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntaxdi.r56685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/table-fct.r41849.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdraw.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ticollege.r36306.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-3dplot.r25087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-among-us.r60880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bagua.r64103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bayesnet.r38295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bbox.r57444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-cd.r59133.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-dependency.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-dimline.r35805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-ext.r66737.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-feynhand.r51915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-feynman.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-imagelabels.r51490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-inet.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-kalender.r52890.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-karnaugh.r62040.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-ladder.r62992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-lake-fig.r55288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-layers.r46660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-mirror-lens.r65500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-nef.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-network.r51884.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-nfold.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-opm.r32769.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-optics.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-osci.r68636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-page.r42039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-palattice.r43442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-planets.r55002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-qtree.r26108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-relay.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-sfc.r49424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-swigs.r59889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-timing.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-trackschematic.r63480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-truchet.r50020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz2d-fr.r67239.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz3d-fr.r67774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzbricks.r63952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzcodeblocks.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzdotncross.r69382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzducks.r66773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzfill.r67847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzinclude.r28715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzlings.r63628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzmark.r64819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzmarmots.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzorbital.r36439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpackets.r55827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpagenodes.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpeople.r67840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpfeile.r25777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpingus.r68310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzposter.r32732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzquads.r69409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzquests.r69388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzscale.r30637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzsymbols.r61300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikztosvg.r60289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzviolinplots.r66659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tile-graphic.r55325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tilings.r67292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timing-diagrams.r31491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipfr.r38646.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-base.r69460.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-berge.r57485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-bernoulli.r68780.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-doc.r68665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-elements.r69715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-euclide.r69702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-fct.r61949.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-graph.r57484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-orm.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-tab.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkzexample.r63908.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tonevalue.r60058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tqft.r44455.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tsemlines.r23440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tufte-latex.r37649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twemojis.r62930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tzplot.r64537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utfsym.r63076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vectorlogos.r69010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venndiagram.r47952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wheelchart.r69040.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordcloud.r68209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/worldflags.r68827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xistercian.r61366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpicture.r28770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xypic.r61719.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/adigraph.doc.r49862.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.doc.r32662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/askmaps.doc.r56730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.doc.r17512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asypictureb.doc.r33490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autoarea.doc.r59552.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bardiag.doc.r22013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerswitch.doc.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binarytree.doc.r41777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blochsphere.doc.r38388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bloques.doc.r22490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blox.doc.r57949.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bodegraph.doc.r68785.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraph.doc.r21670.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraphs.doc.r36605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.doc.r69398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bxeepic.doc.r30559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/byo-twemojis.doc.r58917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/byrne.doc.r61943.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cachepic.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/callouts.doc.r44899.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/celtic.doc.r39797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chemfig.doc.r69227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circuit-macros.doc.r69263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circuitikz.doc.r69757.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/circularglyphs.doc.r68476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coffeestains.doc.r59703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/coloredbelts.doc.r68747.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.doc.r27198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.doc.r20745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.doc.r67599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.doc.r45255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dcpic.doc.r30206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/diagmac2.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ditaa.doc.r48932.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/doc-pictex.doc.r24927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dot2texi.doc.r26237.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dpcircling.doc.r54994.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dratex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/drs.doc.r19232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/duotenzor.doc.r18728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dynkin-diagrams.doc.r67267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecgdraw.doc.r41617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eepic.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/egpeirce.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipse.doc.r39025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/endofproofwd.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdf.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epspdfconversion.doc.r18703.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.doc.r18115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euflag.doc.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fast-diagram.doc.r29264.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fenetrecas.doc.r68779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fig4latex.doc.r26313.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figchild.doc.r62945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figput.doc.r63957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fitbox.doc.r50088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.doc.r36572.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.doc.r57398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/genealogytree.doc.r66513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getmap.doc.r50589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.doc.r21387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grafcet.doc.r22509.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graph35.doc.r66772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphicxpsd.doc.r57341.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.doc.r31517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrlib-largetrees.doc.r49062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/harveyballs.doc.r32003.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/here.doc.r16135.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.doc.r34733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.doc.r68137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hvfloat.doc.r68586.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/istgame.doc.r62946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kblocks.doc.r57617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kinematikz.doc.r61392.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knitting.doc.r50782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/knittingpattern.doc.r17205.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ladder.doc.r44394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lapdf.doc.r23806.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-make.doc.r60874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/liftarm.doc.r62981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lpic.doc.r20843.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lroundrect.doc.r39804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luamesh.doc.r63875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.doc.r65511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/maker.doc.r44823.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.doc.r28973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathspic.doc.r31957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoize.doc.r69522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mercatormap.doc.r56060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/milsymb.doc.r66697.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/miniplot.doc.r17483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpic.doc.r33700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modiagram.doc.r56886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/neuralnetwork.doc.r31500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nl-interval.doc.r58328.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nndraw.doc.r59674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numericplots.doc.r31729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outilsgeomtikz.doc.r69124.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/papiergurvan.doc.r68239.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pb-diagram.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/petri-nets.doc.r39165.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-interference.doc.r61562.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-periodictable.doc.r67250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-pie.doc.r63603.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-soroban.doc.r32269.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-spectra.doc.r66961.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlcd.doc.r63386.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-umlsd.doc.r55342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.doc.r52662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeysearch.doc.r69385.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfkeyx.doc.r26093.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.doc.r35152.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmorepages.doc.r54770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.doc.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfornament.doc.r55326.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/picinpar.doc.r65097.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.doc.r56504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pictex.doc.r59551.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pinlabel.doc.r24769.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pixelart.doc.r66012.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pixelarttikz.doc.r68520.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmgraph.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/polyhedra.doc.r68770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postage.doc.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postit.doc.r67344.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prerex.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.doc.r20886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptolemaicastronomy.doc.r50810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/puyotikz.doc.r57254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpgfmark.doc.r30212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpic.doc.r67955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qcircuit.doc.r48400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrcode.doc.r36065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quantikz.doc.r67206.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.doc.r49513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realhats.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/reotex.doc.r34924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robotarm.doc.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.doc.r23739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sa-tikz.doc.r32815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sacsymb.doc.r65768.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schemabloc.doc.r68445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratch.doc.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scratch3.doc.r61921.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scsnowman.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/setdeck.doc.r40613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/signchart.doc.r39707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplenodes.doc.r62888.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simpleoptics.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.doc.r42781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.doc.r64818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spectralsequences.doc.r65667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/strands.doc.r59906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swimgraf.doc.r25446.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/syntaxdi.doc.r56685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/table-fct.doc.r41849.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdraw.doc.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ticollege.doc.r36306.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-3dplot.doc.r25087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-among-us.doc.r60880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bagua.doc.r64103.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bayesnet.doc.r38295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-bbox.doc.r57444.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-cd.doc.r59133.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dependency.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-dimline.doc.r35805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-ext.doc.r66737.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-feynhand.doc.r51915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-feynman.doc.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-imagelabels.doc.r51490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-inet.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-kalender.doc.r52890.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-karnaugh.doc.r62040.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-ladder.doc.r62992.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-lake-fig.doc.r55288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-layers.doc.r46660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-mirror-lens.doc.r65500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-nef.doc.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-network.doc.r51884.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-nfold.doc.r67718.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-opm.doc.r32769.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-optics.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-osci.doc.r68636.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-page.doc.r42039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-palattice.doc.r43442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-planets.doc.r55002.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-qtree.doc.r26108.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-relay.doc.r64072.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-sfc.doc.r49424.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-swigs.doc.r59889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-trackschematic.doc.r63480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-truchet.doc.r50020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz2d-fr.doc.r67239.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz3d-fr.doc.r67774.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzbricks.doc.r63952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzcodeblocks.doc.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzdotncross.doc.r69382.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzducks.doc.r66773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzfill.doc.r67847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.doc.r28715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzlings.doc.r63628.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.doc.r64819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmarmots.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzorbital.doc.r36439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpackets.doc.r55827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpeople.doc.r67840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.doc.r25777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpingus.doc.r68310.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.doc.r32732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzquads.doc.r69409.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzquests.doc.r69388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.doc.r30637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.doc.r61300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikztosvg.doc.r60289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzviolinplots.doc.r66659.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tile-graphic.doc.r55325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tilings.doc.r67292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timing-diagrams.doc.r31491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tipfr.doc.r38646.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-base.doc.r69460.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-berge.doc.r57485.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-bernoulli.doc.r68780.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-doc.doc.r68665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-elements.doc.r69715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-euclide.doc.r69702.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-fct.doc.r61949.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-graph.doc.r57484.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-orm.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkz-tab.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tkzexample.doc.r63908.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tonevalue.doc.r60058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.doc.r44455.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tufte-latex.doc.r37649.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twemojis.doc.r62930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tzplot.doc.r64537.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utfsym.doc.r63076.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vectorlogos.doc.r69010.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.doc.r47952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/visualpstricks.doc.r39799.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wheelchart.doc.r69040.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wordcloud.doc.r68209.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/worldflags.doc.r68827.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xistercian.doc.r61366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.doc.r28770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adigraph.doc.r49862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aobs-tikz.doc.r32662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/askmaps.doc.r56730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asyfig.doc.r17512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asypictureb.doc.r33490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autoarea.doc.r59552.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bardiag.doc.r22013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerswitch.doc.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binarytree.doc.r41777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blochsphere.doc.r38388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bloques.doc.r22490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blox.doc.r57949.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bodegraph.doc.r68785.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bondgraph.doc.r21670.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bondgraphs.doc.r36605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braids.doc.r69398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bxeepic.doc.r30559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/byo-twemojis.doc.r58917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/byrne.doc.r61943.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cachepic.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/callouts.doc.r44899.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/celtic.doc.r39797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chemfig.doc.r69227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circuit-macros.doc.r69263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circuitikz.doc.r69757.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/circularglyphs.doc.r68476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coffeestains.doc.r59703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/coloredbelts.doc.r68747.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combinedgraphics.doc.r27198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve.doc.r20745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve2e.doc.r67599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curves.doc.r45255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dcpic.doc.r30206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/diagmac2.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ditaa.doc.r48932.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/doc-pictex.doc.r24927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dot2texi.doc.r26237.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dottex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dpcircling.doc.r54994.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dratex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/drs.doc.r19232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/duotenzor.doc.r18728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dynkin-diagrams.doc.r67267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecgdraw.doc.r41617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eepic.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/egpeirce.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipse.doc.r39025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/endofproofwd.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epspdf.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epspdfconversion.doc.r18703.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esk.doc.r18115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euflag.doc.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fast-diagram.doc.r29264.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fenetrecas.doc.r68779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fig4latex.doc.r26313.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figchild.doc.r62945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figput.doc.r63957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fitbox.doc.r50088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowchart.doc.r36572.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forest.doc.r57398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/genealogytree.doc.r66513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getmap.doc.r50589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gincltex.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnuplottex.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradientframe.doc.r21387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grafcet.doc.r22509.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graph35.doc.r66772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphicxpsd.doc.r57341.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphviz.doc.r31517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtrlib-largetrees.doc.r49062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/harveyballs.doc.r32003.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/here.doc.r16135.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hf-tikz.doc.r34733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobby.doc.r68137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hvfloat.doc.r68586.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/istgame.doc.r62946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kblocks.doc.r57617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kinematikz.doc.r61392.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knitting.doc.r50782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/knittingpattern.doc.r17205.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ladder.doc.r44394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lapdf.doc.r23806.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-make.doc.r60874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/liftarm.doc.r62981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lpic.doc.r20843.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lroundrect.doc.r39804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luamesh.doc.r63875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luasseq.doc.r65511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/maker.doc.r44823.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeshape.doc.r28973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathspic.doc.r31957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoize.doc.r69522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mercatormap.doc.r56060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/milsymb.doc.r66697.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/miniplot.doc.r17483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkpic.doc.r33700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modiagram.doc.r56886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/neuralnetwork.doc.r31500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nl-interval.doc.r58328.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nndraw.doc.r59674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numericplots.doc.r31729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outilsgeomtikz.doc.r69124.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/papiergurvan.doc.r68239.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pb-diagram.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/petri-nets.doc.r39165.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-blur.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-interference.doc.r61562.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-periodictable.doc.r67250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-pie.doc.r63603.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-soroban.doc.r32269.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-spectra.doc.r66961.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-umlcd.doc.r63386.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-umlsd.doc.r55342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfgantt.doc.r52662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfkeysearch.doc.r69385.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfkeyx.doc.r26093.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmolbio.doc.r35152.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmorepages.doc.r54770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfopts.doc.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfornament.doc.r55326.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfplots.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/picinpar.doc.r65097.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pict2e.doc.r56504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pictex.doc.r59551.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pinlabel.doc.r24769.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pixelart.doc.r66012.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pixelarttikz.doc.r68520.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmgraph.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/polyhedra.doc.r68770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postage.doc.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postit.doc.r67344.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prerex.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/productbox.doc.r20886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptolemaicastronomy.doc.r50810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/puyotikz.doc.r57254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxpgfmark.doc.r30212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxpic.doc.r67955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qcircuit.doc.r48400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrcode.doc.r36065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quantikz.doc.r67206.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randbild.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomwalk.doc.r49513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realhats.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/reotex.doc.r34924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robotarm.doc.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rviewport.doc.r23739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sa-tikz.doc.r32815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sacsymb.doc.r65768.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schemabloc.doc.r68445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratch.doc.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scratch3.doc.r61921.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scsnowman.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/setdeck.doc.r40613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/signchart.doc.r39707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplenodes.doc.r62888.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simpleoptics.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartdiagram.doc.r42781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spath3.doc.r64818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spectralsequences.doc.r65667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/strands.doc.r59906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swimgraf.doc.r25446.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/syntaxdi.doc.r56685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/table-fct.doc.r41849.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdraw.doc.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ticollege.doc.r36306.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-3dplot.doc.r25087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-among-us.doc.r60880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bagua.doc.r64103.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bayesnet.doc.r38295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-bbox.doc.r57444.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-cd.doc.r59133.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-dependency.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-dimline.doc.r35805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-ext.doc.r66737.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-feynhand.doc.r51915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-feynman.doc.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-imagelabels.doc.r51490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-inet.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-kalender.doc.r52890.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-karnaugh.doc.r62040.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-ladder.doc.r62992.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-lake-fig.doc.r55288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-layers.doc.r46660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-mirror-lens.doc.r65500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-nef.doc.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-network.doc.r51884.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-nfold.doc.r67718.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-opm.doc.r32769.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-optics.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-osci.doc.r68636.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-page.doc.r42039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-palattice.doc.r43442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-planets.doc.r55002.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-qtree.doc.r26108.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-relay.doc.r64072.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-sfc.doc.r49424.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-swigs.doc.r59889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-timing.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-trackschematic.doc.r63480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-truchet.doc.r50020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz2d-fr.doc.r67239.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz3d-fr.doc.r67774.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzbricks.doc.r63952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzcodeblocks.doc.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzdotncross.doc.r69382.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzducks.doc.r66773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzfill.doc.r67847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzinclude.doc.r28715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzlings.doc.r63628.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzmark.doc.r64819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzmarmots.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzorbital.doc.r36439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpackets.doc.r55827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpagenodes.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpeople.doc.r67840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpfeile.doc.r25777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpingus.doc.r68310.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzposter.doc.r32732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzquads.doc.r69409.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzquests.doc.r69388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzscale.doc.r30637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzsymbols.doc.r61300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikztosvg.doc.r60289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzviolinplots.doc.r66659.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tile-graphic.doc.r55325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tilings.doc.r67292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timing-diagrams.doc.r31491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tipfr.doc.r38646.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-base.doc.r69460.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-berge.doc.r57485.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-bernoulli.doc.r68780.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-doc.doc.r68665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-elements.doc.r69715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-euclide.doc.r69702.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-fct.doc.r61949.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-graph.doc.r57484.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-orm.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkz-tab.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tkzexample.doc.r63908.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tonevalue.doc.r60058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tqft.doc.r44455.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tufte-latex.doc.r37649.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twemojis.doc.r62930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tzplot.doc.r64537.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utfsym.doc.r63076.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vectorlogos.doc.r69010.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venndiagram.doc.r47952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/visualpstricks.doc.r39799.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wheelchart.doc.r69040.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wordcloud.doc.r68209.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/worldflags.doc.r68827.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xistercian.doc.r61366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpicture.doc.r28770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xypic.doc.r61719.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aobs-tikz.source.r32662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asyfig.source.r17512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asypictureb.source.r33490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamerswitch.source.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/binarytree.source.r41777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blochsphere.source.r38388.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/blox.source.r57949.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bondgraphs.source.r36605.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/braids.source.r69398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/byo-twemojis.source.r58917.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/celtic.source.r39797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/combinedgraphics.source.r27198.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve.source.r20745.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curve2e.source.r67599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/curves.source.r45255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dottex.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecgdraw.source.r41617.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ellipse.source.r39025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/esk.source.r18115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/euflag.source.r55265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fitbox.source.r50088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/flowchart.source.r36572.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/forest.source.r57398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gincltex.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gnuplottex.source.r54758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradientframe.source.r21387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graph35.source.r66772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphviz.source.r31517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtrlib-largetrees.source.r49062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hf-tikz.source.r34733.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobby.source.r68137.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-make.source.r60874.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lroundrect.source.r39804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luasseq.source.r65511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeshape.source.r28973.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/memoize.source.r69522.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nndraw.source.r59674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgf-blur.source.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfgantt.source.r52662.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfmolbio.source.r35152.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfopts.source.r56615.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pgfplots.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pict2e.source.r56504.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/postage.source.r55920.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/productbox.source.r20886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptolemaicastronomy.source.r50810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pxpic.source.r67955.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrcode.source.r36065.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randbild.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomwalk.source.r49513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realhats.source.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/robotarm.source.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rviewport.source.r23739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/signchart.source.r39707.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smartdiagram.source.r42781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spath3.source.r64818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/strands.source.r59906.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-imagelabels.source.r51490.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-page.source.r42039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-timing.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikz-truchet.source.r50020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzinclude.source.r28715.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzmark.source.r64819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpagenodes.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzpfeile.source.r25777.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzposter.source.r32732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzscale.source.r30637.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tikzsymbols.source.r61300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tile-graphic.source.r55325.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tilings.source.r67292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tqft.source.r44455.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/twemojis.source.r62930.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/venndiagram.source.r47952.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xistercian.source.r61366.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xpicture.source.r28770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aobs-tikz.source.r32662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asyfig.source.r17512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asypictureb.source.r33490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamerswitch.source.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/binarytree.source.r41777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blochsphere.source.r38388.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/blox.source.r57949.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bondgraphs.source.r36605.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/braids.source.r69398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/byo-twemojis.source.r58917.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/celtic.source.r39797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/combinedgraphics.source.r27198.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve.source.r20745.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curve2e.source.r67599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/curves.source.r45255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dottex.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecgdraw.source.r41617.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ellipse.source.r39025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/esk.source.r18115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/euflag.source.r55265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fitbox.source.r50088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/flowchart.source.r36572.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/forest.source.r57398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gincltex.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gnuplottex.source.r54758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradientframe.source.r21387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graph35.source.r66772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphviz.source.r31517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtrlib-largetrees.source.r49062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hf-tikz.source.r34733.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobby.source.r68137.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-make.source.r60874.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lroundrect.source.r39804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luasseq.source.r65511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeshape.source.r28973.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/memoize.source.r69522.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nndraw.source.r59674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgf-blur.source.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfgantt.source.r52662.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfmolbio.source.r35152.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfopts.source.r56615.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pgfplots.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pict2e.source.r56504.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/postage.source.r55920.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/productbox.source.r20886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptolemaicastronomy.source.r50810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pxpic.source.r67955.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrcode.source.r36065.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randbild.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomwalk.source.r49513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realhats.source.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/robotarm.source.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rviewport.source.r23739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/signchart.source.r39707.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smartdiagram.source.r42781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spath3.source.r64818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/strands.source.r59906.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-imagelabels.source.r51490.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-page.source.r42039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-timing.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikz-truchet.source.r50020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzinclude.source.r28715.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzmark.source.r64819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpagenodes.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzpfeile.source.r25777.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzposter.source.r32732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzscale.source.r30637.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tikzsymbols.source.r61300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tile-graphic.source.r55325.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tilings.source.r67292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tqft.source.r44455.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/twemojis.source.r62930.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/venndiagram.source.r47952.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xistercian.source.r61366.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xpicture.source.r28770.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=337062b184c13bb3b13aa024187fe21c diff --git a/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2021 b/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2021 index fb1771e4b6b9..31f8bd38b0b9 100644 --- a/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c MIT public-domain TeX TeX-other-fre RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-basic-2019 !dev-texlive/texlive-genericextra !dev-texlive/texlive-genericrecommended !dev-texlive/texlive-plainextra >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abbr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abstyles-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apnum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autoaligne-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitelist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-borceux-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-c-pascal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catcodes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chronosys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-colorsep-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-compare-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cweb-old-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dinat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docbytex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dowith-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-eijkhout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-encxvlna-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epigram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsf-dvipdfmx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-cs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-def-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-opt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fenixpar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figflow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixpdfmag-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fltpoint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fntproof-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-font-change-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontname-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gates-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getoptk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfnotation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gobble-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-pln-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyplain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-insbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-js-misc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kastrup-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lambda-lists-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lecturer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-letterspacing-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librarian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listofitems-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-localloc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathdots-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metatex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-midnight-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkpattern-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modulus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multido-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namedef-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-navigator-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newsletr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nth-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ofs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-olsak-misc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-outerhbox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-path-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdf-trans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pitex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-placeins-plain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plainpkg-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plipsum-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plnfss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plstmary-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poormanlog-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-present-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pwebmac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-random-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomlist-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resumemac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ruler-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schemata-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shade-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplekv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soul-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-swrule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-systeme-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabto-generic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termmenu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex4ht-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texapi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texdate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timetable-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tracklang-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-treetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trigonometry-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upca-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varisize-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xii-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xii-lat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xlop-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yax-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zztex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-plaingeneric-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abbr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abstyles-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apnum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autoaligne-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitelist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-borceux-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-c-pascal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catcodes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chronosys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-colorsep-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-compare-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cweb-old-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dinat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docbytex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dowith-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-eijkhout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-encxvlna-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epigram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsf-dvipdfmx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-cs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-def-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-opt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fenixpar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figflow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixpdfmag-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fltpoint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fntproof-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-font-change-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontname-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gates-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getoptk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfnotation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gobble-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-pln-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyplain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-insbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-js-misc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kastrup-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lambda-lists-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lecturer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-letterspacing-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librarian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listofitems-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-localloc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathdots-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metatex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-midnight-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkpattern-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modulus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multido-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namedef-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-navigator-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newsletr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nth-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ofs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-olsak-misc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-outerhbox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-path-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdf-trans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pitex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-placeins-plain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plainpkg-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plipsum-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plnfss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plstmary-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poormanlog-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-present-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pwebmac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-random-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomlist-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resumemac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ruler-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schemata-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shade-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplekv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soul-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-swrule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-systeme-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabto-generic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termmenu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex4ht-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texapi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texdate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timetable-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tracklang-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-treetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trigonometry-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upca-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varisize-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xii-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xii-lat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xlop-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yax-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zztex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-plaingeneric-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abbr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abstyles-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apnum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autoaligne-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitelist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-borceux-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-c-pascal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catcodes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chronosys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-colorsep-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-compare-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cweb-old-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dinat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docbytex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dowith-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-eijkhout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-encxvlna-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epigram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsf-dvipdfmx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-cs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-def-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-opt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fenixpar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figflow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixpdfmag-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fltpoint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fntproof-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-font-change-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontname-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gates-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getoptk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfnotation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gobble-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-pln-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyplain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-insbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-js-misc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kastrup-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lambda-lists-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lecturer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-letterspacing-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librarian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listofitems-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-localloc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathdots-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metatex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-midnight-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkpattern-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modulus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multido-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namedef-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-navigator-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newsletr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nth-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ofs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-olsak-misc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-outerhbox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-path-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdf-trans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pitex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-placeins-plain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plainpkg-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plipsum-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plnfss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plstmary-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poormanlog-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-present-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pwebmac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-random-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomlist-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resumemac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ruler-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schemata-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shade-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplekv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soul-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-swrule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-systeme-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabto-generic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termmenu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ht-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texapi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timetable-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tracklang-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-treetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trigonometry-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upca-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varisize-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xii-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xii-lat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xlop-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yax-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zztex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-plaingeneric-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abbr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abstyles.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apnum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-autoaligne.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-barr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitelist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-borceux.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-c-pascal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catcodes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chronosys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dinat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-docbytex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dowith.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-encxvlna.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-epsf-dvipdfmx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-cs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-def.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-opt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fenixpar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-figflow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fltpoint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fntproof.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-font-change.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontname.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gates.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-getoptk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gfnotation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gobble.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-graphics-pln.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hyplain.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-insbox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-js-misc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kastrup.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lambda-lists.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lecturer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-librarian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-listofitems.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-localloc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathdots.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-metatex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-midnight.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mkpattern.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modulus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multido.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namedef.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-navigator.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-newsletr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ofs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-olsak-misc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-path.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdf-trans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pitex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plainpkg.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plipsum.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plnfss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plstmary.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-poormanlog.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-present.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pwebmac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-random.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomlist.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resumemac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schemata.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shade.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simplekv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soul.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-systeme.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termmenu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex-ps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tex4ht.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texapi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texdate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tracklang.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-treetex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-trigonometry.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-upca.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-varisize.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xii.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xii-lat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xlop.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yax.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zztex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abbr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abstyles.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apnum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-autoaligne.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-barr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitelist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-borceux.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-c-pascal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catcodes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chronosys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dinat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-docbytex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dowith.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-encxvlna.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-epsf-dvipdfmx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-cs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-def.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-opt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fenixpar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-figflow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fltpoint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fntproof.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-font-change.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontname.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gates.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-getoptk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gfnotation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gobble.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-graphics-pln.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hyplain.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-insbox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-js-misc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kastrup.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lambda-lists.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lecturer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-librarian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-listofitems.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-localloc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathdots.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-metatex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-midnight.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mkpattern.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modulus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multido.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namedef.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-navigator.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-newsletr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ofs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-olsak-misc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-path.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdf-trans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pitex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plainpkg.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plipsum.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plnfss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plstmary.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-poormanlog.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-present.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pwebmac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-random.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomlist.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resumemac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schemata.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shade.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simplekv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soul.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-systeme.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termmenu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex-ps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tex4ht.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texapi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texdate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tracklang.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-treetex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-trigonometry.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-upca.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-varisize.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xii.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xii-lat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xlop.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yax.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zztex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abbr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abstyles.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apnum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-autoaligne.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-barr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitelist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-borceux.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-c-pascal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catcodes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chronosys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dinat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-docbytex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dowith.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-encxvlna.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-epsf-dvipdfmx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-cs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-def.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-opt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fenixpar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-figflow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fltpoint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fntproof.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-font-change.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontname.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gates.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-getoptk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gfnotation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gobble.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-graphics-pln.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hyplain.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-insbox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-js-misc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kastrup.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lambda-lists.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lecturer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-librarian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-listofitems.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-localloc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathdots.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-metatex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-midnight.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mkpattern.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modulus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multido.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namedef.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-navigator.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-newsletr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ofs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-olsak-misc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-path.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdf-trans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pitex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plainpkg.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plipsum.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plnfss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plstmary.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-poormanlog.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-present.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pwebmac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-random.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomlist.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resumemac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schemata.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shade.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simplekv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soul.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-systeme.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termmenu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex-ps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tex4ht.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texapi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tracklang.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-treetex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-trigonometry.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-upca.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-varisize.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xii.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xii-lat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xlop.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yax.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zztex.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bitelist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-catcodes.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dirtree.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dowith.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-cs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-def.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-expkv-opt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fltpoint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gobble.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gtl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kastrup.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langcode.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-localloc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mathdots.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modulus.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-multido.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-namedef.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-plainpkg.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-randomlist.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schemata.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soul.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-termmenu.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texdate.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tracklang.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bitelist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-catcodes.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dirtree.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dowith.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-cs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-def.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-expkv-opt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fltpoint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gobble.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gtl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kastrup.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langcode.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-localloc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mathdots.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modulus.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-multido.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-namedef.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-plainpkg.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-randomlist.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schemata.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soul.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-termmenu.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texdate.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tracklang.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bitelist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-catcodes.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dirtree.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dowith.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-cs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-def.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-expkv-opt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fltpoint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gobble.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gtl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kastrup.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langcode.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-localloc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mathdots.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modulus.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-multido.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-namedef.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-plainpkg.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-randomlist.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schemata.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soul.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-termmenu.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texdate.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tracklang.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=eda0cd5f5d2dc4c8fc7e66320ae06c28 diff --git a/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2023_p68675-r1 b/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2023_p68675-r1 index 2982b2a8e8df..107b4fc39818 100644 --- a/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2023_p68675-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-plaingeneric-2023_p68675-r1 @@ -11,5 +11,5 @@ LICENSE=CC0-1.0 FDL-1.1 GPL-1 GPL-2 GPL-3 GPL-3+ LPPL-1.0 LPPL-1.3 LPPL-1.3c MIT RDEPEND=>=dev-texlive/texlive-basic-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-plaingeneric.r68675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/advice.r69283.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apnum.r47510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autoaligne.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.r38479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.r25779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.r21047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.r18337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calcfrac.r68684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.r38859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.r26700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collargs.r69284.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/colorsep.r13293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/compare.r54265.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossrefenum.r66014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cweb-old.r49271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docbytex.r34294.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.r38860.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/eijkhout.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.r34087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epigram.r20513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.r21461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf-dvipdfmx.r35575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox-generic.r68513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex-acro.r68046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expkv-bundle.r65623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.r24730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.r21462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixpdfmag.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.r20638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.r40403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.r17859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.r23567.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfnotation.r37156.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gobble.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.r68760.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.r69297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hlist.r44983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputnormalization.r59850.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.r34299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.r16211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.r31402.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.r27764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.r23916.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/letterspacing.r54266.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.r19880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listofitems.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.r56496.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.r34301.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlawriter.r67558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modulus.r47599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.r18302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namedef.r55881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.r41413.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nth.r54252.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.r16991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/olsak-misc.r65631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/outerhbox.r54254.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/path.r22045.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.r32809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmsym.r66618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.r24731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/placeins-plain.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.r27765.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.r30353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.r31088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poormanlog.r63400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/present.r50048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pwebmac.r69027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/random.r54723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomlist.r45281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ruler.r54251.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.r58020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.r22212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplekv.r68439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.r67365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/swrule.r54267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabto-generic.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termmenu.r37700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdate.r49362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdimens.r61070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texinfo.r68342.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timetable.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tracklang.r65263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.r28176.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trigonometry.r43006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.r53365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.r22511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xintsession.r60926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.r56910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zztex.r55862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-plaingeneric.r68675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abbr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abstyles.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/advice.r69283.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apnum.r47510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autoaligne.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barr.r38479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitelist.r25779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/borceux.r21047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/c-pascal.r18337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calcfrac.r68684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catcodes.r38859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chronosys.r26700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collargs.r69284.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/colorsep.r13293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/compare.r54265.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossrefenum.r66014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cweb-old.r49271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dinat.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtree.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docbytex.r34294.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dowith.r38860.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/eijkhout.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/encxvlna.r34087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epigram.r20513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsf.r21461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsf-dvipdfmx.r35575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoolbox-generic.r68513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex-acro.r68046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expkv-bundle.r65623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fenixpar.r24730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figflow.r21462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixpdfmag.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fltpoint.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fntproof.r20638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/font-change.r40403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontch.r17859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontname.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gates.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getoptk.r23567.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfnotation.r37156.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gobble.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-pln.r68760.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtl.r69297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hlist.r44983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyplain.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputnormalization.r59850.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/insbox.r34299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/js-misc.r16211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kastrup.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambda-lists.r31402.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langcode.r27764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lecturer.r23916.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/letterspacing.r54266.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librarian.r19880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listofitems.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/localloc.r56496.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathdots.r34301.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metatex.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/midnight.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkpattern.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlawriter.r67558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modulus.r47599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multido.r18302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namedef.r55881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/navigator.r41413.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newsletr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nth.r54252.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ofs.r16991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/olsak-misc.r65631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/outerhbox.r54254.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/path.r22045.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdf-trans.r32809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmsym.r66618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pitex.r24731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/placeins-plain.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plainpkg.r27765.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plipsum.r30353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plnfss.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plstmary.r31088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poormanlog.r63400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/present.r50048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pwebmac.r69027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/random.r54723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomlist.r45281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resumemac.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ruler.r54251.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schemata.r58020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shade.r22212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplekv.r68439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soul.r67365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/swrule.r54267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/systeme.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabto-generic.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termmenu.r37700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ps.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texapi.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdate.r49362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdimens.r61070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texinfo.r68342.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timetable.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tracklang.r65263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/treetex.r28176.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trigonometry.r43006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulem.r53365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upca.r22511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varisize.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xintsession.r60926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xlop.r56910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yax.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zztex.r55862.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/abbr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abstyles.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/advice.doc.r69283.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apnum.doc.r47510.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/autoaligne.doc.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/barr.doc.r38479.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.doc.r25779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/borceux.doc.r21047.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/c-pascal.doc.r18337.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/calcfrac.doc.r68684.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.doc.r38859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chronosys.doc.r26700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collargs.doc.r69284.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/crossrefenum.doc.r66014.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dinat.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.doc.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/docbytex.doc.r34294.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.doc.r38860.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/encxvlna.doc.r34087.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf.doc.r21461.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epsf-dvipdfmx.doc.r35575.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etoolbox-generic.doc.r68513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex-acro.doc.r68046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expkv-bundle.doc.r65623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fenixpar.doc.r24730.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/figflow.doc.r21462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.doc.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fntproof.doc.r20638.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change.doc.r40403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontch.doc.r17859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontname.doc.r64477.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gates.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/getoptk.doc.r23567.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfnotation.doc.r37156.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gobble.doc.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/graphics-pln.doc.r68760.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.doc.r69297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hlist.doc.r44983.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyplain.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputnormalization.doc.r59850.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/insbox.doc.r34299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/js-misc.doc.r16211.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lambda-lists.doc.r31402.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.doc.r27764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lecturer.doc.r23916.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/librarian.doc.r19880.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/listofitems.doc.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.doc.r56496.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.doc.r34301.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metatex.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/midnight.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mkpattern.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlawriter.doc.r67558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modulus.doc.r47599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.doc.r18302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namedef.doc.r55881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/navigator.doc.r41413.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/newsletr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ofs.doc.r16991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/olsak-misc.doc.r65631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/path.doc.r22045.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdf-trans.doc.r32809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdfmsym.doc.r66618.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pitex.doc.r24731.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.doc.r27765.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plipsum.doc.r30353.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plnfss.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plstmary.doc.r31088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/poormanlog.doc.r63400.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/present.doc.r50048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pwebmac.doc.r69027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/random.doc.r54723.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomlist.doc.r45281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resumemac.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.doc.r58020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shade.doc.r22212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simplekv.doc.r68439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.doc.r67365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/systeme.doc.r66655.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termmenu.doc.r37700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tex-ps.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texapi.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdate.doc.r49362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdimens.doc.r61070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tracklang.doc.r65263.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/transparent-io.doc.r64113.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/treetex.doc.r28176.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/trigonometry.doc.r43006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulem.doc.r53365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/upca.doc.r22511.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/varisize.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xii.doc.r45804.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xii-lat.doc.r45805.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xintsession.doc.r60926.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xlop.doc.r56910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yax.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zztex.doc.r55862.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abbr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abstyles.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/advice.doc.r69283.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apnum.doc.r47510.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/autoaligne.doc.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/barr.doc.r38479.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitelist.doc.r25779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/borceux.doc.r21047.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/c-pascal.doc.r18337.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/calcfrac.doc.r68684.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catcodes.doc.r38859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chronosys.doc.r26700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collargs.doc.r69284.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/crossrefenum.doc.r66014.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dinat.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtree.doc.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/docbytex.doc.r34294.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dowith.doc.r38860.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/encxvlna.doc.r34087.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsf.doc.r21461.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epsf-dvipdfmx.doc.r35575.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etoolbox-generic.doc.r68513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex-acro.doc.r68046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expkv-bundle.doc.r65623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fenixpar.doc.r24730.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/figflow.doc.r21462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fltpoint.doc.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fntproof.doc.r20638.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/font-change.doc.r40403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontch.doc.r17859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontname.doc.r64477.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gates.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/getoptk.doc.r23567.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfnotation.doc.r37156.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gobble.doc.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/graphics-pln.doc.r68760.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtl.doc.r69297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hlist.doc.r44983.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyplain.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputnormalization.doc.r59850.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/insbox.doc.r34299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/js-misc.doc.r16211.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kastrup.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lambda-lists.doc.r31402.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langcode.doc.r27764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lecturer.doc.r23916.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/librarian.doc.r19880.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/listofitems.doc.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/localloc.doc.r56496.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathdots.doc.r34301.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metatex.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/midnight.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mkpattern.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlawriter.doc.r67558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modulus.doc.r47599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multido.doc.r18302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namedef.doc.r55881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/navigator.doc.r41413.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/newsletr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ofs.doc.r16991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/olsak-misc.doc.r65631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/path.doc.r22045.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdf-trans.doc.r32809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdfmsym.doc.r66618.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pitex.doc.r24731.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plainpkg.doc.r27765.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plipsum.doc.r30353.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plnfss.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plstmary.doc.r31088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/poormanlog.doc.r63400.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/present.doc.r50048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pwebmac.doc.r69027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/random.doc.r54723.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomlist.doc.r45281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resumemac.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schemata.doc.r58020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shade.doc.r22212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simplekv.doc.r68439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soul.doc.r67365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/systeme.doc.r66655.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termmenu.doc.r37700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tex-ps.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texapi.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdate.doc.r49362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdimens.doc.r61070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tracklang.doc.r65263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/transparent-io.doc.r64113.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/treetex.doc.r28176.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/trigonometry.doc.r43006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulem.doc.r53365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/upca.doc.r22511.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/varisize.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xii.doc.r45804.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xii-lat.doc.r45805.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xintsession.doc.r60926.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xlop.doc.r56910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yax.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zztex.doc.r55862.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/advice.source.r69283.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bitelist.source.r25779.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/catcodes.source.r38859.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/collargs.source.r69284.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dirtree.source.r42428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dowith.source.r38860.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expex-acro.source.r68046.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/expkv-bundle.source.r65623.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fltpoint.source.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gobble.source.r64967.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gtl.source.r69297.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inputnormalization.source.r59850.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kastrup.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langcode.source.r27764.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/localloc.source.r56496.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mathdots.source.r34301.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modulus.source.r47599.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/multido.source.r18302.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/namedef.source.r55881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/plainpkg.source.r27765.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/randomlist.source.r45281.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schemata.source.r58020.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soul.source.r67365.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/termmenu.source.r37700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texdate.source.r49362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tracklang.source.r65263.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/advice.source.r69283.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bitelist.source.r25779.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/catcodes.source.r38859.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collargs.source.r69284.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dirtree.source.r42428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dowith.source.r38860.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expex-acro.source.r68046.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/expkv-bundle.source.r65623.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fltpoint.source.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gobble.source.r64967.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gtl.source.r69297.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inputnormalization.source.r59850.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kastrup.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langcode.source.r27764.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/localloc.source.r56496.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mathdots.source.r34301.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modulus.source.r47599.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/multido.source.r18302.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/namedef.source.r55881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/plainpkg.source.r27765.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/randomlist.source.r45281.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schemata.source.r58020.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soul.source.r67365.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/termmenu.source.r37700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texdate.source.r49362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tracklang.source.r65263.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=648e77e4308cee04b64f472e29e7da49 diff --git a/metadata/md5-cache/dev-texlive/texlive-pstricks-2021 b/metadata/md5-cache/dev-texlive/texlive-pstricks-2021 index 0c73c05f9830..a7fe1dcedf67 100644 --- a/metadata/md5-cache/dev-texlive/texlive-pstricks-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-pstricks-2021 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LGPL-2 LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-plaingeneric-2021 dev-tex/pgf >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auto-pst-pdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bclogo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dsptricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftricks2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pedigree-perl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psbao-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-2dplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-3dplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-abspos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-arrow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-am-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-antiprism-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-asr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-barcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bezier-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-blur-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bspline-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-calculate-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-calendar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-cie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-circ-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-coil-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-contourplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-cox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-dart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-dbicons-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-diffraction-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-electricfield-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eucl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-exa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-feyn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fill-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fit-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fr3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fractal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fun-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-func-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-gantt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-geo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-geometrictools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ghsb-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-gr3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-grad-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-graphicx-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-infixplot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-intersect-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-jtree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-knot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-labo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-layout-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-lens-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-light3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-lsystem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-magneticfield-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-marble-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-math-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-mirror-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-moire-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-node-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ob3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-optexp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-optic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-osci-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ovl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pad-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdgr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-perspective-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-platon-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-plot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-poker-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-poly-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pulley-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-qtree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-rputover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-rubans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-shell-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-sigsys-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-slpe-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-solarsystem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-solides3d-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-soroban-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-spectra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-spinner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-stru-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-support-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-text-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-thick-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tools-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tree-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-turtle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tvz-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-uml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vectorian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vehicle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-venn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vowel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst2pdf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks-add-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks_calcnotes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uml-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vaucanson-g-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vocaltract-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-pstricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auto-pst-pdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bclogo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dsptricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftricks2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pedigree-perl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psbao-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-2dplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-3dplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-abspos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-arrow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-am-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-antiprism-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-asr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-barcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bezier-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-blur-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bspline-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-calculate-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-calendar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-cie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-circ-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-coil-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-contourplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-cox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-dart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-dbicons-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-diffraction-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-electricfield-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eucl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-exa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-feyn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fill-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fit-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fr3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fractal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fun-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-func-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-gantt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-geo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-geometrictools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ghsb-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-gr3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-grad-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-graphicx-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-infixplot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-intersect-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-jtree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-knot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-labo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-layout-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-lens-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-light3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-lsystem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-magneticfield-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-marble-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-math-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-mirror-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-moire-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-node-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ob3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-optexp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-optic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-osci-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ovl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pad-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdgr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-perspective-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-platon-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-plot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-poker-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-poly-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pulley-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-qtree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-rputover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-rubans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-shell-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-sigsys-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-slpe-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-solarsystem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-solides3d-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-soroban-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-spectra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-spinner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-stru-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-support-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-text-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-thick-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tools-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tree-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-turtle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tvz-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-uml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vectorian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vehicle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-venn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vowel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst2pdf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks-add-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks_calcnotes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uml-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vaucanson-g-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vocaltract-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-pstricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auto-pst-pdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bclogo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dsptricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftricks2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pedigree-perl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psbao-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-2dplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-3dplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-abspos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-arrow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-am-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-antiprism-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-asr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-barcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bezier-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-blur-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bspline-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-calculate-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-calendar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-cie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-circ-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-coil-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-contourplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-cox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-dart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-dbicons-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-diffraction-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-electricfield-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eucl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-exa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-feyn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fill-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fit-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fr3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fractal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fun-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-func-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-gantt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-geo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-geometrictools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ghsb-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-gr3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-grad-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-graphicx-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-infixplot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-intersect-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-jtree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-knot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-labo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-layout-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-lens-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-light3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-lsystem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-magneticfield-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-marble-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-math-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-mirror-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-moire-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-node-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ob3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-optexp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-optic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-osci-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ovl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pad-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdgr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-perspective-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-platon-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-plot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-poker-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-poly-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pulley-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-qtree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-rputover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-rubans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-shell-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-sigsys-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-slpe-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-solarsystem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-solides3d-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-soroban-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-spectra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-spinner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-stru-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-support-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-text-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-thick-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tools-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tree-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-turtle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tvz-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-uml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vectorian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vehicle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-venn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vowel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst2pdf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks-add-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks_calcnotes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uml-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vaucanson-g-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vocaltract-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-pstricks-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auto-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bclogo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dsptricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pdftricks2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pedigree-perl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-psbao.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-2dplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-abspos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-arrow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-am.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-antiprism.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-asr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-barcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bezier.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-blur.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bspline.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-calculate.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-calendar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-cie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-circ.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-coil.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-contourplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-cox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-dart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-dbicons.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-diffraction.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-electricfield.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eucl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-exa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-feyn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fill.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fit.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fr3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fractal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fun.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-func.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-gantt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-geo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-geometrictools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ghsb.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-gr3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-grad.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-graphicx.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-infixplot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-intersect.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-jtree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-knot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-labo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-layout.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-lens.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-light3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-lsystem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-magneticfield.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-marble.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-math.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-mirror.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-moire.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-node.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ob3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-optexp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-optic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-osci.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ovl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pad.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdgr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-perspective.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-platon.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-plot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-poker.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-poly.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pulley.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-qtree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-rputover.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-rubans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-shell.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-sigsys.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-slpe.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-solarsystem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-solides3d.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-soroban.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-spectra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-spinner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-stru.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-support.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-text.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-thick.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tools.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tree.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-turtle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tvz.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-uml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vectorian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vehicle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-venn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-vowel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst2pdf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks-add.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pstricks_calcnotes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uml.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vaucanson-g.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vocaltract.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auto-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bclogo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dsptricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pdftricks2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pedigree-perl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-psbao.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-2dplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-abspos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-arrow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-am.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-antiprism.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-asr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-barcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bezier.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-blur.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bspline.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-calculate.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-calendar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-cie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-circ.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-coil.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-contourplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-cox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-dart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-dbicons.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-diffraction.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-electricfield.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eucl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-exa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-feyn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fill.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fit.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fr3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fractal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fun.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-func.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-gantt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-geo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-geometrictools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ghsb.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-gr3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-grad.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-graphicx.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-infixplot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-intersect.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-jtree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-knot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-labo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-layout.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-lens.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-light3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-lsystem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-magneticfield.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-marble.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-math.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-mirror.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-moire.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-node.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ob3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-optexp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-optic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-osci.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ovl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pad.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdgr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-perspective.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-platon.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-plot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-poker.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-poly.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pulley.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-qtree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-rputover.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-rubans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-shell.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-sigsys.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-slpe.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-solarsystem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-solides3d.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-soroban.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-spectra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-spinner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-stru.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-support.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-text.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-thick.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tools.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tree.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-turtle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tvz.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-uml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vectorian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vehicle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-venn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-vowel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst2pdf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks-add.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pstricks_calcnotes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uml.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vaucanson-g.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vocaltract.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auto-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bclogo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dsptricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pdftricks2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pedigree-perl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-psbao.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-2dplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-3dplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-abspos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-arrow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-am.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-antiprism.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-asr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-barcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bezier.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-blur.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bspline.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-calculate.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-calendar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-cie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-circ.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-coil.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-contourplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-cox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-dart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-dbicons.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-diffraction.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-electricfield.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eucl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-exa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-feyn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fill.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fit.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fr3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fractal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fun.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-func.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-gantt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-geo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-geometrictools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ghsb.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-gr3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-grad.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-graphicx.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-infixplot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-intersect.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-jtree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-knot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-labo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-layout.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-lens.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-light3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-lsystem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-magneticfield.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-marble.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-math.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-mirror.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-moire.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-node.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ob3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-optexp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-optic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-osci.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ovl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pad.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdgr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-perspective.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-platon.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-plot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-poker.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-poly.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pulley.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-qtree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-rputover.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-rubans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-shell.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-sigsys.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-slpe.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-solarsystem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-solides3d.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-soroban.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-spectra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-spinner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-stru.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-support.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-text.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-thick.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tools.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tree.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-turtle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tvz.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-uml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vectorian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vehicle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-venn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-vowel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst2pdf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks-add.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pstricks_calcnotes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uml.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vaucanson-g.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vocaltract.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-auto-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-makeplot.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-3d.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-abspos.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-am.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-bar.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-blur.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-dbicons.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-diffraction.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-electricfield.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-eps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fill.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fr3d.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-fun.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-gr3d.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-intersect.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-lens.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-light3d.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-ob3d.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-optexp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pad.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdgr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-platon.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-rubans.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-shell.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-slpe.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-soroban.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-thick.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-tvz.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pst-uml.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uml.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-auto-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-makeplot.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-3d.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-abspos.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-am.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-bar.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-blur.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-dbicons.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-diffraction.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-electricfield.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-eps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fill.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fr3d.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-fun.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-gr3d.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-intersect.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-lens.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-light3d.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-ob3d.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-optexp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pad.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdgr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-platon.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-rubans.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-shell.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-slpe.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-soroban.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-thick.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-tvz.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pst-uml.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uml.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-auto-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-makeplot.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-3d.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-abspos.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-am.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-bar.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-blur.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-dbicons.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-diffraction.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-electricfield.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-eps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fill.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fr3d.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-fun.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-gr3d.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-intersect.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-lens.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-light3d.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-ob3d.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-optexp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pad.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdgr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-pdf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-platon.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-rubans.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-shell.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-slpe.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-soroban.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-thick.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-tvz.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pst-uml.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uml.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=7d1e7ec9ef84fb28ad657cd05232a0aa diff --git a/metadata/md5-cache/dev-texlive/texlive-pstricks-2023_p65367 b/metadata/md5-cache/dev-texlive/texlive-pstricks-2023_p65367 index b1fd490d1f84..141f77ffb021 100644 --- a/metadata/md5-cache/dev-texlive/texlive-pstricks-2023_p65367 +++ b/metadata/md5-cache/dev-texlive/texlive-pstricks-2023_p65367 @@ -11,5 +11,5 @@ LICENSE=GPL-1 GPL-2 LGPL-2 LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c RDEPEND=>=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-plaingeneric-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-pstricks.r65367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.r56596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.r69578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dsptricks.r68753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luapstricks.r67207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks2.r31016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.r64227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.r55013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.r17257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.r68727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.r19591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-antiprism.r46643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-arrow.r61069.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.r22138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.r64331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.r41981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.r40685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calculate.r49817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.r60480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cie.r60959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.r60464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-contourplot.r48230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dart.r60476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.r17556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.r45289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-feyn.r48781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.r60671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fit.r45109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-flags.r65501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.r64714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.r17909.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.r66845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.r35832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.r60387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geometrictools.r61430.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.r21717.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-hsb.r66739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-intersect.r33210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.r20946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.r16033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.r67147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lsystem.r49556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.r69493.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-marble.r50925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.r67535.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.r60506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-moire.r60411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.r61838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.r54514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ode.r69296.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.r67052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.r68781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ovl.r54963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.r56622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.r45875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-perspective.r39585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.r16538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poker.r65818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.r35062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rputover.r44724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.r23464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-shell.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.r21667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.r24391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.r69675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.r68786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spinner.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.r38613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.r49542.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.r16369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.r60621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.r60421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-turtle.r52261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.r23451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vectorian.r60488.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vehicle.r61438.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-venn.r49316.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.r25228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.r56172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.r69674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.r66887.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.r17476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.r25629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-pstricks.r65367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auto-pst-pdf.r56596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bclogo.r69578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dsptricks.r68753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luapstricks.r67207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeplot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftricks.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftricks2.r31016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pedigree-perl.r64227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psbao.r55013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-2dplot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-3d.r17257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-3dplot.r68727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-abspos.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-am.r19591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-antiprism.r46643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-arrow.r61069.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-asr.r22138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bar.r64331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-barcode.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bezier.r41981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-blur.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bspline.r40685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-calculate.r49817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-calendar.r60480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-cie.r60959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-circ.r60464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-coil.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-contourplot.r48230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-cox.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-dart.r60476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-dbicons.r17556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-diffraction.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-electricfield.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eps.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eucl.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-exa.r45289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-feyn.r48781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fill.r60671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fit.r45109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-flags.r65501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fr3d.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fractal.r64714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fun.r17909.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-func.r66845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-gantt.r35832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-geo.r60387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-geometrictools.r61430.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-gr3d.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-grad.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-graphicx.r21717.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-hsb.r66739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-infixplot.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-intersect.r33210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-jtree.r20946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-knot.r16033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-labo.r67147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-layout.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-lens.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-light3d.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-lsystem.r49556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-magneticfield.r69493.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-marble.r50925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-math.r67535.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-mirror.r60506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-moire.r60411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-node.r61838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ob3d.r54514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ode.r69296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-optexp.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-optic.r67052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-osci.r68781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ovl.r54963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pad.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdf.r56622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdgr.r45875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-perspective.r39585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-platon.r16538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-plot.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-poker.r65818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-poly.r35062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pulley.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-qtree.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-rputover.r44724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-rubans.r23464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-shell.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-sigsys.r21667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-slpe.r24391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-solarsystem.r69675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-solides3d.r68786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-soroban.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-spectra.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-spinner.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-stru.r38613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-text.r49542.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-thick.r16369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tools.r60621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tree.r60421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-turtle.r52261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tvz.r23451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-uml.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vectorian.r60488.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vehicle.r61438.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-venn.r49316.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vowel.r25228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst2pdf.r56172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstricks.r69674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstricks-add.r66887.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uml.r17476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vaucanson-g.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vocaltract.r25629.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.doc.r56596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bclogo.doc.r69578.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dsptricks.doc.r68753.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luapstricks.doc.r67207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pdftricks2.doc.r31016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.doc.r64227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/psbao.doc.r55013.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-2dplot.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.doc.r17257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3dplot.doc.r68727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.doc.r19591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-antiprism.doc.r46643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-arrow.doc.r61069.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-asr.doc.r22138.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bar.doc.r64331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-barcode.doc.r64182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bezier.doc.r41981.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-bspline.doc.r40685.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calculate.doc.r49817.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-calendar.doc.r60480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cie.doc.r60959.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-circ.doc.r60464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-coil.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-contourplot.doc.r48230.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-cox.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dart.doc.r60476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.doc.r17556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eucl.doc.r66924.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-exa.doc.r45289.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-feyn.doc.r48781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fill.doc.r60671.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fit.doc.r45109.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-flags.doc.r65501.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fractal.doc.r64714.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.doc.r17909.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-func.doc.r66845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gantt.doc.r35832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geo.doc.r60387.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-geometrictools.doc.r61430.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-grad.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-graphicx.doc.r21717.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-hsb.doc.r66739.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-infixplot.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-intersect.doc.r33210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-jtree.doc.r20946.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-knot.doc.r16033.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-labo.doc.r67147.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-layout.doc.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lsystem.doc.r49556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-magneticfield.doc.r69493.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-marble.doc.r50925.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-math.doc.r67535.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-mirror.doc.r60506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-moire.doc.r60411.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-node.doc.r61838.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.doc.r54514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ode.doc.r69296.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optic.doc.r67052.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-osci.doc.r68781.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ovl.doc.r54963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.doc.r56622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.doc.r45875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-perspective.doc.r39585.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.doc.r16538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-plot.doc.r65346.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poker.doc.r65818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-poly.doc.r35062.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pulley.doc.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-qtree.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rputover.doc.r44724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.doc.r23464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-shell.doc.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-sigsys.doc.r21667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.doc.r24391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solarsystem.doc.r69675.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-solides3d.doc.r68786.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spectra.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-spinner.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-stru.doc.r38613.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-support.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-text.doc.r49542.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.doc.r16369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tools.doc.r60621.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tree.doc.r60421.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-turtle.doc.r52261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.doc.r23451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vectorian.doc.r60488.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vehicle.doc.r61438.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-venn.doc.r49316.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-vowel.doc.r25228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst2pdf.doc.r56172.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks.doc.r69674.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks-add.doc.r66887.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pstricks_calcnotes.doc.r34363.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.doc.r17476.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vaucanson-g.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vocaltract.doc.r25629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auto-pst-pdf.doc.r56596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bclogo.doc.r69578.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dsptricks.doc.r68753.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luapstricks.doc.r67207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeplot.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftricks.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pdftricks2.doc.r31016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pedigree-perl.doc.r64227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/psbao.doc.r55013.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-2dplot.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-3d.doc.r17257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-3dplot.doc.r68727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-abspos.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-am.doc.r19591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-antiprism.doc.r46643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-arrow.doc.r61069.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-asr.doc.r22138.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bar.doc.r64331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-barcode.doc.r64182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bezier.doc.r41981.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-blur.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-bspline.doc.r40685.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-calculate.doc.r49817.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-calendar.doc.r60480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-cie.doc.r60959.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-circ.doc.r60464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-coil.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-contourplot.doc.r48230.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-cox.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-dart.doc.r60476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-dbicons.doc.r17556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-diffraction.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-electricfield.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eps.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eucl.doc.r66924.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-exa.doc.r45289.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-feyn.doc.r48781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fill.doc.r60671.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fit.doc.r45109.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-flags.doc.r65501.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fr3d.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fractal.doc.r64714.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fun.doc.r17909.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-func.doc.r66845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-gantt.doc.r35832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-geo.doc.r60387.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-geometrictools.doc.r61430.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-gr3d.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-grad.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-graphicx.doc.r21717.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-hsb.doc.r66739.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-infixplot.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-intersect.doc.r33210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-jtree.doc.r20946.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-knot.doc.r16033.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-labo.doc.r67147.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-layout.doc.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-lens.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-light3d.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-lsystem.doc.r49556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-magneticfield.doc.r69493.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-marble.doc.r50925.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-math.doc.r67535.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-mirror.doc.r60506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-moire.doc.r60411.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-node.doc.r61838.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ob3d.doc.r54514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ode.doc.r69296.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-optexp.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-optic.doc.r67052.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-osci.doc.r68781.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ovl.doc.r54963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pad.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdf.doc.r56622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdgr.doc.r45875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-perspective.doc.r39585.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-platon.doc.r16538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-plot.doc.r65346.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-poker.doc.r65818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-poly.doc.r35062.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pulley.doc.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-qtree.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-rputover.doc.r44724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-rubans.doc.r23464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-shell.doc.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-sigsys.doc.r21667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-slpe.doc.r24391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-solarsystem.doc.r69675.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-solides3d.doc.r68786.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-soroban.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-spectra.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-spinner.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-stru.doc.r38613.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-support.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-text.doc.r49542.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-thick.doc.r16369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tools.doc.r60621.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tree.doc.r60421.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-turtle.doc.r52261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tvz.doc.r23451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-uml.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vectorian.doc.r60488.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vehicle.doc.r61438.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-venn.doc.r49316.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-vowel.doc.r25228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst2pdf.doc.r56172.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstricks.doc.r69674.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstricks-add.doc.r66887.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pstricks_calcnotes.doc.r34363.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uml.doc.r17476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vaucanson-g.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vocaltract.doc.r25629.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/auto-pst-pdf.source.r56596.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/makeplot.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pedigree-perl.source.r64227.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-3d.source.r17257.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-abspos.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-am.source.r19591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-blur.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-dbicons.source.r17556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-diffraction.source.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-electricfield.source.r29803.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-eps.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fr3d.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-fun.source.r17909.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-gr3d.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-intersect.source.r33210.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-lens.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-light3d.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-ob3d.source.r54514.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-optexp.source.r62977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pad.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdf.source.r56622.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-pdgr.source.r45875.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-platon.source.r16538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-rubans.source.r23464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-shell.source.r56070.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-slpe.source.r24391.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-soroban.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-thick.source.r16369.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-tvz.source.r23451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pst-uml.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uml.source.r17476.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/auto-pst-pdf.source.r56596.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/makeplot.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pedigree-perl.source.r64227.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-3d.source.r17257.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-abspos.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-am.source.r19591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-blur.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-dbicons.source.r17556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-diffraction.source.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-electricfield.source.r29803.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-eps.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fr3d.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-fun.source.r17909.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-gr3d.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-intersect.source.r33210.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-lens.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-light3d.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-ob3d.source.r54514.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-optexp.source.r62977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pad.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdf.source.r56622.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-pdgr.source.r45875.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-platon.source.r16538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-rubans.source.r23464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-shell.source.r56070.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-slpe.source.r24391.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-soroban.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-thick.source.r16369.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-tvz.source.r23451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pst-uml.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uml.source.r17476.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=2205a11d1d8f0f872fe2dc1f8aebec82 diff --git a/metadata/md5-cache/dev-texlive/texlive-publishers-2021 b/metadata/md5-cache/dev-texlive/texlive-publishers-2021 index f783d4ef7eb5..fa48c50beafb 100644 --- a/metadata/md5-cache/dev-texlive/texlive-publishers-2021 +++ b/metadata/md5-cache/dev-texlive/texlive-publishers-2021 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 BSD GPL-2 CC0-1.0 RDEPEND=>=dev-texlive/texlive-latex-2021 >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-IEEEconf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-IEEEtran-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aastex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abnt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abntex2-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmconf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-active-conf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adfathesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afparticle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aguplus-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aiaa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ametsoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonymous-acm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anufinalexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aomart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6e-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa7-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arsclassica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-articleingud-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asaetr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascelike-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asmeconf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asmejour-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aucklandthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorcsthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bath-bst-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-FUBerlin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-verona-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beilstein-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bgteubner-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-br-lex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-dissertation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-problemset-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascadilla-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cesenaexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chem-journal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chifoot-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chs-physics-report-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cje-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classicthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cleanthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmpj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-confproc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cquthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dccpaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dithesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebsthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecothesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ejpecp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekaia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elbioimp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-els-cas-templates-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elsarticle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elteikthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emisa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erdc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-estcpmm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etsvthor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facture-belge-simple-sans-tva-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbithesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcavtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcltxdoc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fei-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftc-notebook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gaceta-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gammas-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gatech-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gradstudentresume-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grant-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gsemthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gzt-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-h2020proposal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hagenberg-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-har2nat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hecthese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hep-paper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hithesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszbeamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobete-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hu-berlin-bundle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hustthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icsv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ieeepes-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijmart-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijsra-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imtekda-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inkpaper-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iodhbwm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iscram-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jacow-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jmlr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jnuexam-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jpsj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kdgdocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kluwer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ksp-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ku-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langsci-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langsci-avm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limecv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lion-msc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-llncsconf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lni-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3mem-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcmthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mentis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlacls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mluexercise-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnras-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modeles-factures-belges-assocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msu-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mucproc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mugsthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-muling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musuos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-muthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mynsfc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nature-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-navydocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nddiss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ndsu-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-novel-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nwejm-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nih-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nihbiosketch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nostarch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nrc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onrannual-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opteng-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oup-authoring-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philosophersimprint-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pittetd-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pkuthss-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot-fuberlin-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot-tuliplab-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pracjourn-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-procIAGssymp-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proposal-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prtec-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptptex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrbill-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quantumarticle-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resphilosophica-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resumecls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4-1-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rutitlepage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ryersonsgsthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ryethesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sageep-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sapthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schule-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrjrnl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scientific-thesis-cover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sduthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesix-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shortmathj-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shtthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soton-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sphdthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spie-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sr-vorl-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srdp-mathematik-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stellenbosch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suftesi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sugconf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabriz-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-technion-thesis-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texilikechaps-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-texilikecover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-ekf-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-gwu-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-qom-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-titlepage-fhac-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thuaslogos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thucoursework-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thuthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timbreicmc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlc-article-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topletter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toptesi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tuda-ci-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tudscr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tugboat-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tugboat-plain-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turabian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tui-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uaclasses-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uafthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uantwerpendocs-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucalgmthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucbthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucdavisthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucsmonograph-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uestcthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhhassignment-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucredborder-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulthese-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umbclegislation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umich-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unam-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unamth-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unamthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unifith-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitn-bimrep-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-univie-ling-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unizgklasa-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unswcover-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uothesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urcls-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uowthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uowthesistitlepage-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uspatent-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ut-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utexasthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uwthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vancouver-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xduthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmuthesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wsemclassic-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yathesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yazd-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-york-thesis-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-publishers-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-IEEEconf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-IEEEtran-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aastex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abnt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abntex2-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmconf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-active-conf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adfathesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afparticle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aguplus-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aiaa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ametsoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonymous-acm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anufinalexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aomart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6e-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa7-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arsclassica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-articleingud-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asaetr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascelike-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asmeconf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asmejour-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aucklandthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorcsthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bath-bst-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-FUBerlin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-verona-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beilstein-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bgteubner-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-br-lex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-dissertation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-problemset-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascadilla-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cesenaexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chem-journal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chifoot-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chs-physics-report-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cje-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classicthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cleanthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmpj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-confproc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cquthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dccpaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dithesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebsthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecothesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ejpecp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekaia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elbioimp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-els-cas-templates-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elsarticle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elteikthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emisa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erdc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-estcpmm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etsvthor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facture-belge-simple-sans-tva-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbithesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcavtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcltxdoc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fei-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftc-notebook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gaceta-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gammas-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gatech-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gradstudentresume-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grant-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gsemthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gzt-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-h2020proposal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hagenberg-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-har2nat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hecthese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hep-paper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hithesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszbeamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobete-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hu-berlin-bundle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hustthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icsv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ieeepes-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijmart-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijsra-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imtekda-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inkpaper-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iodhbwm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iscram-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jacow-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jmlr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jnuexam-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jpsj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kdgdocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kluwer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ksp-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ku-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langsci-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langsci-avm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limecv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lion-msc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-llncsconf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lni-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3mem-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcmthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mentis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlacls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mluexercise-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnras-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modeles-factures-belges-assocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msu-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mucproc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mugsthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-muling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musuos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-muthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mynsfc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nature-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-navydocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nddiss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ndsu-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-novel-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nwejm-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nih-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nihbiosketch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nostarch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nrc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onrannual-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opteng-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oup-authoring-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philosophersimprint-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pittetd-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pkuthss-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot-fuberlin-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot-tuliplab-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pracjourn-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-procIAGssymp-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proposal-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prtec-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptptex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrbill-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quantumarticle-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resphilosophica-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resumecls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4-1-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rutitlepage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ryersonsgsthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ryethesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sageep-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sapthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schule-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrjrnl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scientific-thesis-cover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sduthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesix-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shortmathj-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shtthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soton-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sphdthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spie-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sr-vorl-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srdp-mathematik-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stellenbosch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suftesi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sugconf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabriz-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-technion-thesis-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texilikechaps-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-texilikecover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-ekf-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-gwu-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-qom-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-titlepage-fhac-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thuaslogos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thucoursework-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thuthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timbreicmc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlc-article-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topletter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toptesi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tuda-ci-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tudscr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tugboat-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tugboat-plain-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turabian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tui-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uaclasses-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uafthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uantwerpendocs-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucalgmthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucbthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucdavisthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucsmonograph-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uestcthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhhassignment-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucredborder-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulthese-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umbclegislation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umich-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unam-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unamth-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unamthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unifith-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitn-bimrep-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-univie-ling-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unizgklasa-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unswcover-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uothesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urcls-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uowthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uowthesistitlepage-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uspatent-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ut-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utexasthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uwthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vancouver-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xduthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmuthesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wsemclassic-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yathesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yazd-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-york-thesis-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-publishers-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-IEEEconf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-IEEEtran-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aastex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abnt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abntex2-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmconf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-active-conf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adfathesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afparticle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aguplus-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aiaa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ametsoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonymous-acm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anufinalexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aomart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6e-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa7-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arsclassica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-articleingud-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asaetr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascelike-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asmeconf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asmejour-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aucklandthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorcsthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bath-bst-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-FUBerlin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-verona-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beilstein-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bgteubner-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-br-lex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-dissertation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-problemset-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascadilla-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cesenaexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chem-journal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chifoot-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chs-physics-report-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cje-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classicthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cleanthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmpj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-confproc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cquthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dccpaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dithesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebsthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecothesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ejpecp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekaia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elbioimp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-els-cas-templates-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elsarticle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elteikthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emisa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erdc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-estcpmm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etsvthor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facture-belge-simple-sans-tva-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbithesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcavtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcltxdoc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fei-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftc-notebook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gaceta-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gammas-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gatech-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gradstudentresume-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grant-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsemthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gzt-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-h2020proposal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hagenberg-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-har2nat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hecthese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hep-paper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hithesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszbeamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobete-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hu-berlin-bundle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hustthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icsv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ieeepes-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijmart-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijsra-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imtekda-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inkpaper-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iodhbwm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iscram-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jacow-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jmlr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jnuexam-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jpsj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kdgdocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kluwer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ksp-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ku-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langsci-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langsci-avm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limecv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lion-msc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-llncsconf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lni-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3mem-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcmthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mentis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlacls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mluexercise-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnras-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modeles-factures-belges-assocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msu-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mucproc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mugsthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-muling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musuos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-muthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mynsfc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nature-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-navydocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nddiss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ndsu-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-novel-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nwejm-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nih-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nihbiosketch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nostarch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nrc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onrannual-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opteng-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oup-authoring-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philosophersimprint-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pittetd-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkuthss-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot-fuberlin-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot-tuliplab-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pracjourn-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-procIAGssymp-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proposal-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prtec-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptptex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrbill-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quantumarticle-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resphilosophica-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resumecls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4-1-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rutitlepage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ryersonsgsthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ryethesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sageep-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sapthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schule-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrjrnl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scientific-thesis-cover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sduthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesix-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shortmathj-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shtthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soton-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sphdthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spie-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sr-vorl-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srdp-mathematik-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stellenbosch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suftesi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sugconf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabriz-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-technion-thesis-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texilikechaps-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-texilikecover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-ekf-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-gwu-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-qom-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-titlepage-fhac-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thuaslogos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thucoursework-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thuthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timbreicmc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlc-article-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topletter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toptesi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tuda-ci-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tudscr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tugboat-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tugboat-plain-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turabian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tui-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uaclasses-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uafthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uantwerpendocs-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucalgmthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucbthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucdavisthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucsmonograph-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uestcthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhhassignment-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucredborder-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulthese-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umbclegislation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umich-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unam-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unamth-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unamthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unifith-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitn-bimrep-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-univie-ling-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unizgklasa-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unswcover-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uothesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urcls-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uowthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uowthesistitlepage-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uspatent-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ut-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utexasthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uwthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vancouver-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xduthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmuthesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wsemclassic-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yathesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yazd-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-york-thesis-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-publishers-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-IEEEconf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-IEEEtran.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aastex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abnt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-abntex2.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmconf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-active-conf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adfathesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afparticle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aguplus.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aiaa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ametsoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anonymous-acm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-anufinalexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aomart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6e.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa7.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arsclassica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-articleingud.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asaetr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ascelike.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asmeconf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-asmejour.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aucklandthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorcsthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bath-bst.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-FUBerlin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beamer-verona.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beilstein.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bgteubner.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-br-lex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-problemset.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cascadilla.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cesenaexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chifoot.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-chs-physics-report.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cje.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-classicthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cleanthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cmpj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-confproc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cquthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dccpaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dithesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebsthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ecothesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ejpecp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekaia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elbioimp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-els-cas-templates.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elsarticle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elteikthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emisa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erdc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-estcpmm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-etsvthor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-facture-belge-simple-sans-tva.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbithesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcavtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fei.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ftc-notebook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gaceta.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gammas.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gatech-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gradstudentresume.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grant.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gsemthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gzt.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-h2020proposal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hagenberg-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-har2nat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hecthese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hep-paper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hithesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszbeamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hobete.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hu-berlin-bundle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hustthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icsv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ieeepes.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijmart.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imtekda.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-inkpaper.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iodhbwm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-iscram.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jacow.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jmlr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jnuexam.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jpsj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kdgdocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kluwer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ksp-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ku-template.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langsci.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langsci-avm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limecv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lion-msc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-llncsconf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lni.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lps.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3mem.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcmthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mentis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlacls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mluexercise.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mnras.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-modeles-factures-belges-assocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-msu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mucproc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mugsthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-muling.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musuos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-muthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mynsfc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nature.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-navydocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nddiss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ndsu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-novel.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nwejm.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nih.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nihbiosketch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nostarch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nrc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-onrannual.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-opteng.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-oup-authoring-template.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philosophersimprint.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pittetd.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pkuthss.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot-fuberlin.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-powerdot-tuliplab.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pracjourn.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-procIAGssymp.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proposal.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-prtec.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptptex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrbill.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-quantumarticle.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resphilosophica.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resumecls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4-1.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rutitlepage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ryersonsgsthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ryethesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sageep.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sapthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-schule.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrjrnl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scientific-thesis-cover.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sduthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesix.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shortmathj.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-shtthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-soton.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sphdthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-spie.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sr-vorl.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-srdp-mathematik.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stellenbosch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suftesi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sugconf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tabriz-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-technion-thesis-template.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-ekf.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-gwu.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-qom.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-titlepage-fhac.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thuaslogos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thucoursework.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thuthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timbreicmc.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tlc-article.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topletter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toptesi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tuda-ci.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tudscr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tugboat.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tugboat-plain.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-turabian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tui.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uaclasses.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uafthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uantwerpendocs.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucalgmthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucbthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucdavisthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucsmonograph.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uestcthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhhassignment.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucredborder.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulthese.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umbclegislation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-umich-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unam-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unamth-template.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unamthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unifith.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unitn-bimrep.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-univie-ling.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unizgklasa.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unswcover.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uothesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-urcls.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uowthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uowthesistitlepage.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uspatent.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ut-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-utexasthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uwthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xduthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmuthesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wsemclassic.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yathesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yazd-thesis.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-york-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-IEEEconf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-IEEEtran.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aastex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abnt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-abntex2.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmconf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-active-conf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adfathesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afparticle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aguplus.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aiaa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ametsoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anonymous-acm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-anufinalexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aomart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6e.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa7.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arsclassica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-articleingud.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asaetr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ascelike.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asmeconf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-asmejour.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aucklandthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorcsthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bath-bst.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-FUBerlin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beamer-verona.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beilstein.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bgteubner.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-br-lex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-problemset.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cascadilla.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cesenaexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chifoot.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-chs-physics-report.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cje.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-classicthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cleanthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cmpj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-confproc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cquthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dccpaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dithesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebsthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ecothesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ejpecp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekaia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elbioimp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-els-cas-templates.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elsarticle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elteikthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emisa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erdc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-estcpmm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-etsvthor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-facture-belge-simple-sans-tva.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbithesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcavtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fei.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ftc-notebook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gaceta.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gammas.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gatech-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gradstudentresume.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grant.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gsemthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gzt.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-h2020proposal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hagenberg-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-har2nat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hecthese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hep-paper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hithesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszbeamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hobete.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hu-berlin-bundle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hustthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icsv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ieeepes.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijmart.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imtekda.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-inkpaper.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iodhbwm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-iscram.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jacow.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jmlr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jnuexam.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jpsj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kdgdocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kluwer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ksp-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ku-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langsci.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langsci-avm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limecv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lion-msc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-llncsconf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lni.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lps.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3mem.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcmthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mentis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlacls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mluexercise.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mnras.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-modeles-factures-belges-assocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-msu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mucproc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mugsthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-muling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musuos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-muthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mynsfc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nature.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-navydocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nddiss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ndsu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-novel.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nwejm.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nih.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nihbiosketch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nostarch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nrc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-onrannual.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-opteng.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-oup-authoring-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philosophersimprint.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pittetd.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pkuthss.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot-fuberlin.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-powerdot-tuliplab.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pracjourn.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-procIAGssymp.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proposal.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-prtec.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptptex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrbill.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-quantumarticle.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resphilosophica.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resumecls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4-1.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rutitlepage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ryersonsgsthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ryethesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sageep.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sapthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-schule.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrjrnl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scientific-thesis-cover.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sduthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesix.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shortmathj.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-shtthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-soton.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sphdthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-spie.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sr-vorl.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-srdp-mathematik.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stellenbosch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suftesi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sugconf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tabriz-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-technion-thesis-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-ekf.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-gwu.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-qom.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-titlepage-fhac.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thuaslogos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thucoursework.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thuthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timbreicmc.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tlc-article.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topletter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toptesi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tuda-ci.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tudscr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tugboat.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tugboat-plain.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-turabian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tui.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uaclasses.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uafthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uantwerpendocs.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucalgmthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucbthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucdavisthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucsmonograph.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uestcthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhhassignment.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucredborder.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulthese.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umbclegislation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-umich-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unam-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unamth-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unamthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unifith.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unitn-bimrep.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-univie-ling.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unizgklasa.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unswcover.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uothesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-urcls.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uowthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uowthesistitlepage.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uspatent.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ut-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-utexasthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uwthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xduthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmuthesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wsemclassic.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yathesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yazd-thesis.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-york-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-IEEEconf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-IEEEtran.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aastex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abnt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-abntex2.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmconf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-active-conf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adfathesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afparticle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aguplus.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aiaa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ametsoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anonymous-acm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-anufinalexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aomart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6e.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa7.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arsclassica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-articleingud.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asaetr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ascelike.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asmeconf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-asmejour.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aucklandthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorcsthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bath-bst.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-FUBerlin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beamer-verona.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beilstein.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bgteubner.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-br-lex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-problemset.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cascadilla.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cesenaexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chifoot.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-chs-physics-report.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cje.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-classicthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cleanthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cmpj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-confproc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cquthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dccpaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dithesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebsthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ecothesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ejpecp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekaia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elbioimp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-els-cas-templates.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elsarticle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elteikthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emisa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erdc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-estcpmm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-etsvthor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-facture-belge-simple-sans-tva.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbithesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcavtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcltxdoc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fei.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ftc-notebook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gaceta.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gammas.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gatech-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gradstudentresume.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grant.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsemthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gzt.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-h2020proposal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hagenberg-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-har2nat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hecthese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hep-paper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hithesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszbeamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hobete.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hu-berlin-bundle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hustthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icsv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ieeepes.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijmart.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijsra.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imtekda.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-inkpaper.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iodhbwm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-iscram.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jacow.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jmlr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jnuexam.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jpsj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kdgdocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kluwer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ksp-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ku-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langsci.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langsci-avm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limecv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lion-msc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-llncsconf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lni.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lps.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3mem.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcmthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mentis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlacls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mluexercise.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mnras.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-modeles-factures-belges-assocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-msu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mucproc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mugsthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-muling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musuos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-muthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mynsfc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nature.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-navydocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nddiss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ndsu-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-novel.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nwejm.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nih.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nihbiosketch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nostarch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nrc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-onrannual.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-opteng.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-oup-authoring-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philosophersimprint.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pittetd.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pkuthss.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot-fuberlin.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-powerdot-tuliplab.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pracjourn.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-procIAGssymp.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proposal.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-prtec.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptptex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrbill.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-quantumarticle.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resphilosophica.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resumecls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4-1.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rutitlepage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ryersonsgsthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ryethesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sageep.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sapthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-schule.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrjrnl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scientific-thesis-cover.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sduthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesix.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shortmathj.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-shtthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-soton.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sphdthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-spie.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sr-vorl.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-srdp-mathematik.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stellenbosch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suftesi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sugconf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tabriz-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-technion-thesis-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-ekf.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-gwu.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-qom.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-titlepage-fhac.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thuaslogos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thucoursework.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thuthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timbreicmc.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tlc-article.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topletter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toptesi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tuda-ci.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tudscr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tugboat.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tugboat-plain.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-turabian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tui.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uaclasses.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uafthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uantwerpendocs.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucalgmthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucbthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucdavisthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucsmonograph.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uestcthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhhassignment.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucredborder.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulthese.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umbclegislation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-umich-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unam-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unamth-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unamthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unifith.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unitn-bimrep.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-univie-ling.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unizgklasa.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unswcover.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uothesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-urcls.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uowthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uowthesistitlepage.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uspatent.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ut-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-utexasthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uwthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-vancouver.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xduthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmuthesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wsemclassic.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yathesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yazd-thesis.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-york-thesis.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-IEEEconf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-acmconf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-active-conf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-adfathesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-afparticle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aiaa.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-aomart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa6e.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-apa7.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-articleingud.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorcsthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bangorexam.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bath-bst.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-beilstein.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bgteubner.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-dissertation.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-brandeis-thesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cesenaexam.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-confproc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cquthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-dccpaper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ebsthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ejpecp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ekaia.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elbioimp.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-elsarticle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-emisa.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-erdc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-estcpmm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fbithesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fcltxdoc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fei.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-grant.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gsemthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-gzt.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hecthese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hep-paper.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hithesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hitszbeamer.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hu-berlin-bundle.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-hustthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-icsv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ijmart.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-imtekda.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-jmlr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kdgdocs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-kluwer.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-langsci-avm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-limecv.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lni.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-lps.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-matc3mem.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mcmthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mentis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mlacls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mluexercise.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mucproc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mugsthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-muling.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-musuos.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-mynsfc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-navydocs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nddiss.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nwejm.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nostarch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-nrc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philosophersimprint.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pittetd.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-pracjourn.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-proposal.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-qrbill.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resphilosophica.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-resumecls.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-revtex4-1.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-rutitlepage.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ryethesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sageep.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scrjrnl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-scientific-thesis-cover.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sduthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-seuthesix.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-sr-vorl.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-stellenbosch.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-suftesi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-ekf.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thesis-titlepage-fhac.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thucoursework.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-thuthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-timbreicmc.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-topletter.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-toptesi.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tudscr.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tugboat.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uaclasses.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uantwerpendocs.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucdavisthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucsmonograph.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uhhassignment.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucredborder.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uiucthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ulthese.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-uothesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ut-thesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xduthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xmuthesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-wsemclassic.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-yathesis.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-york-thesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-IEEEconf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-acmconf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-active-conf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-adfathesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-afparticle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aiaa.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-aomart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa6e.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-apa7.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-articleingud.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorcsthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bangorexam.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bath-bst.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-beilstein.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bgteubner.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-dissertation.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-brandeis-thesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cesenaexam.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-confproc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cquthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-dccpaper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ebsthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ejpecp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ekaia.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elbioimp.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-elsarticle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-emisa.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-erdc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-estcpmm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fbithesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fcltxdoc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fei.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-grant.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gsemthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-gzt.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hecthese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hep-paper.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hithesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hitszbeamer.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hu-berlin-bundle.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-hustthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-icsv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ijmart.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-imtekda.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-jmlr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kdgdocs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-kluwer.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-langsci-avm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-limecv.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lni.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-lps.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-matc3mem.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mcmthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mentis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mlacls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mluexercise.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mucproc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mugsthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-muling.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-musuos.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-mynsfc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-navydocs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nddiss.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nwejm.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nostarch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-nrc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philosophersimprint.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pittetd.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-pracjourn.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-proposal.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-qrbill.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resphilosophica.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-resumecls.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-revtex4-1.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-rutitlepage.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ryethesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sageep.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scrjrnl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-scientific-thesis-cover.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sduthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-seuthesix.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-sr-vorl.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-stellenbosch.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-suftesi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-ekf.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thesis-titlepage-fhac.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thucoursework.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-thuthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-timbreicmc.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-topletter.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-toptesi.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tudscr.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tugboat.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uaclasses.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uantwerpendocs.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucdavisthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucsmonograph.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uhhassignment.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucredborder.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uiucthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ulthese.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-uothesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ut-thesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xduthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xmuthesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-wsemclassic.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-yathesis.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-york-thesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-IEEEconf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-acmconf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-active-conf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-adfathesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-afparticle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aiaa.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-aomart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa6e.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-apa7.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-articleingud.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorcsthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bangorexam.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bath-bst.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-beilstein.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bgteubner.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-dissertation.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-brandeis-thesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cesenaexam.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-confproc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cquthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-dccpaper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ebsthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ejpecp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ekaia.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elbioimp.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-elsarticle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-emisa.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-erdc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-estcpmm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fbithesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fcltxdoc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fei.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-grant.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gsemthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-gzt.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hecthese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hep-paper.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hithesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hitszbeamer.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hu-berlin-bundle.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-hustthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-icsv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ijmart.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-imtekda.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-jmlr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kdgdocs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-kluwer.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-langsci-avm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-limecv.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lni.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-lps.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-matc3mem.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mcmthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mentis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mlacls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mluexercise.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mucproc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mugsthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-muling.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-musuos.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-mynsfc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-navydocs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nddiss.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nwejm.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nostarch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-nrc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philosophersimprint.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pittetd.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-pracjourn.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-proposal.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-qrbill.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resphilosophica.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-resumecls.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-revtex4-1.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-rutitlepage.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ryethesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sageep.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scrjrnl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-scientific-thesis-cover.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sduthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-seuthesix.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-sr-vorl.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-stellenbosch.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-suftesi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-ekf.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thesis-titlepage-fhac.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thucoursework.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-thuthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-timbreicmc.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-topletter.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-toptesi.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tudscr.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tugboat.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uaclasses.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uantwerpendocs.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucdavisthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucsmonograph.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uhhassignment.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucredborder.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uiucthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ulthese.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-uothesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ut-thesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xduthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xmuthesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-wsemclassic.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-yathesis.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-york-thesis.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=33e890ced9ba7eb56a997b10b4382c9d diff --git a/metadata/md5-cache/dev-texlive/texlive-publishers-2023_p69759 b/metadata/md5-cache/dev-texlive/texlive-publishers-2023_p69759 index 5d2ef5738af1..6632117f5a89 100644 --- a/metadata/md5-cache/dev-texlive/texlive-publishers-2023_p69759 +++ b/metadata/md5-cache/dev-texlive/texlive-publishers-2023_p69759 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 Artistic-2 BSD CC-BY-4.0 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 FD RDEPEND=>=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-publishers.r69759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.r58057.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abnt.r55471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.r49248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abntexto.r68837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmart.r69721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.r26048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afparticle.r35900.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.r17156.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amnestyreport.r69439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonymous-acm.r55121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.r63442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.r67848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.r23350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa7.r63974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.r45656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.r38741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.r29129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asmeconf.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asmejour.r69722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aucklandthesis.r51323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorcsthesis.r61770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorexam.r65140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bath-bst.r63398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-fuberlin.r63161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-verona.r39180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beilstein.r56193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bfh-ci.r68828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bjfuthesis.r59809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bmstu.r65897.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bmstu-iu8.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/br-lex.r44939.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.r67935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-problemset.r50991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-thesis.r68092.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/buctthesis.r67818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.r25144.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cesenaexam.r44960.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chem-journal.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chifoot.r57312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chs-physics-report.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cidarticle.r68976.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cje.r68656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjs-rcs-article.r69006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.r48041.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleanthesis.r51472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.r58506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contract.r69759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cquthesis.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.r67890.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dithesis.r34295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.r29466.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.r60950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekaia.r49594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.r21758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/els-cas-templates.r62931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.r56999.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elteiktdk.r66821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.r66820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emisa.r60068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.r17335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etsvthor.r48186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facture-belge-simple-sans-tva.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.r21340.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcavtex.r38074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.r24500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fei.r65352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftc-notebook.r50043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gammas.r56403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geradwp.r63134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfdl.r65415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradstudentresume.r38832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grant.r56852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsemthesis.r56291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gzt.r63591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/h2020proposal.r38428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hagenberg-thesis.r65819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hecthese.r68584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-paper.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heria.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfutexam.r68829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfutthesis.r64025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hithesis.r64005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszbeamer.r54381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszthesis.r61073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.r27036.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hu-berlin-bundle.r67128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hustthesis.r42547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeeconf.r59665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.r17359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeetran.r59672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.r30958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijsra.r44886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.r17347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.r17667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inkpaper.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iodhbwm.r57773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iscram.r45801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jacow.r63060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.r61957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jnuexam.r69161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jourcl.r65290.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jourrr.r68556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jwjournal.r69162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.r24498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdpcover.r65150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kfupm-math-exam.r63977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ksp-thesis.r39080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ku-template.r45935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langsci.r65793.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langsci-avm.r66016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limecv.r61199.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lion-msc.r55415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/llncs.r69629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/llncsconf.r63136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lni.r69361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.r21322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.r29845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.r35773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcmthesis.r69538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mitthesis.r68732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlacls.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mluexercise.r56927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnras.r68878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modeles-factures-belges-assocs.r67840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.r68480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mucproc.r43445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mugsthesis.r64259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/muling.r66741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.r24857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.r23861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mynsfc.r60280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.r21819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/navydocs.r41643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.r45107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ndsu-thesis.r46639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ndsu-thesis-2022.r63881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nihbiosketch.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njustthesis.r62451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuthesis.r69051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuvisual.r65261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.r67683.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/novel.r69658.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.r29027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwafuthesis.r66895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwejm.r64462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.r17474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.r27331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oststud.r67217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oup-authoring-template.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.r56954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.r64869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-fuberlin.r52922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-tuliplab.r47963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prociagssymp.r63242.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.r40538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prtec.r51919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrbill.r67724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quantumarticle.r65242.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regulatory.r69611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.r50935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.r54815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.r67271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.r56589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4-1.r56590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rutitlepage.r62143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ryersonsgsthesis.r50119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.r33945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.r63810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schule.r68483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scientific-thesis-cover.r47923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scripture.r69232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.r27810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sduthesis.r41401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/se2thesis.r68255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seu-ml-assign.r62933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.r33042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesix.r40088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shortmathj.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shtthesis.r62441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smflatex.r58910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.r16215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sphdthesis.r34374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.r59333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srdp-mathematik.r69288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.r68039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch-2.r68183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.r58752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.r51729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/technion-thesis-template.r49889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikechaps.r28553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texilikecover.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-ekf.r60228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-gwu.r54287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-qom.r63524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thuaslogos.r51347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thubeamer.r61071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thucoursework.r56435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.r67127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tidyres.r67738.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timbreicmc.r49740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc-article.r51431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topletter.r48182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.r56276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tuda-ci.r69351.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tudscr.r64085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.r68694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.r68695.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.r27253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turabian.r36298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uantwerpendocs.r66819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucalgmthesis.r66602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucbthesis.r51690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.r40772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucph-revy.r69750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucsmonograph.r52698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udepcolor.r69701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udes-genie-these.r68141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.r36371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ufrgscca.r69042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhhassignment.r44026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.r29974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ukbill.r69362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.r60217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umbclegislation.r41348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unam-thesis.r51207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.r43639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unbtex.r69681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unifith.r60698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unigrazpub.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitn-bimrep.r45581.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/univie-ling.r66728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unizgklasa.r51647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uol-physics-report.r65761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.r25355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.r19700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urcls.r49903.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.r27744.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.r65767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utexasthesis.r48648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uvaletter.r66712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-colours.r60443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-letterhead.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pcf.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pif.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.r59192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.r31532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduthesis.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduts.r66661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmuthesis.r56614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yathesis.r66146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yazd-thesis.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yb-book.r67188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.r23348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-publishers.r69759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aastex.r58057.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abnt.r55471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abntex2.r49248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abntexto.r68837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmart.r69721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmconf.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/active-conf.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adfathesis.r26048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afparticle.r35900.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aguplus.r17156.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aiaa.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amnestyreport.r69439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonymous-acm.r55121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aomart.r63442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6.r67848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6e.r23350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa7.r63974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arsclassica.r45656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/articleingud.r38741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asaetr.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascelike.r29129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asmeconf.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asmejour.r69722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aucklandthesis.r51323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorcsthesis.r61770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorexam.r65140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bath-bst.r63398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-fuberlin.r63161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-verona.r39180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beilstein.r56193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bfh-ci.r68828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bgteubner.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bjfuthesis.r59809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bmstu.r65897.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bmstu-iu8.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/br-lex.r44939.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-dissertation.r67935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-problemset.r50991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-thesis.r68092.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/buctthesis.r67818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascadilla.r25144.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cesenaexam.r44960.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chem-journal.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chifoot.r57312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chs-physics-report.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cidarticle.r68976.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cje.r68656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjs-rcs-article.r69006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classicthesis.r48041.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleanthesis.r51472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmpj.r58506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/confproc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contract.r69759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cquthesis.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dccpaper.r67890.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dithesis.r34295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebook.r29466.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebsthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ejpecp.r60950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekaia.r49594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elbioimp.r21758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/els-cas-templates.r62931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elsarticle.r56999.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elteiktdk.r66821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elteikthesis.r66820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emisa.r60068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erdc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/estcpmm.r17335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etsvthor.r48186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facture-belge-simple-sans-tva.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbithesis.r21340.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcavtex.r38074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcltxdoc.r24500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fei.r65352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftc-notebook.r50043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gaceta.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gammas.r56403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geradwp.r63134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfdl.r65415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradstudentresume.r38832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grant.r56852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsemthesis.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gzt.r63591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/h2020proposal.r38428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hagenberg-thesis.r65819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/har2nat.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hecthese.r68584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-paper.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heria.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfutexam.r68829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfutthesis.r64025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hithesis.r64005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszbeamer.r54381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszthesis.r61073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobete.r27036.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hu-berlin-bundle.r67128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hustthesis.r42547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icsv.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeeconf.r59665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeepes.r17359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeetran.r59672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijmart.r30958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijsra.r44886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imac.r17347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imtekda.r17667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inkpaper.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iodhbwm.r57773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iscram.r45801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jacow.r63060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmlr.r61957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jnuexam.r69161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jourcl.r65290.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jourrr.r68556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpsj.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jwjournal.r69162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdgdocs.r24498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdpcover.r65150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kfupm-math-exam.r63977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kluwer.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ksp-thesis.r39080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ku-template.r45935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langsci.r65793.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langsci-avm.r66016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limecv.r61199.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lion-msc.r55415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/llncs.r69629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/llncsconf.r63136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lni.r69361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lps.r21322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3.r29845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3mem.r35773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcmthesis.r69538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mentis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mitthesis.r68732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlacls.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mluexercise.r56927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnras.r68878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modeles-factures-belges-assocs.r67840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msu-thesis.r68480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mucproc.r43445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mugsthesis.r64259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/muling.r66741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musuos.r24857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/muthesis.r23861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mynsfc.r60280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nature.r21819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/navydocs.r41643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nddiss.r45107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ndsu-thesis.r46639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ndsu-thesis-2022.r63881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nih.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nihbiosketch.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njustthesis.r62451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuthesis.r69051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuvisual.r65261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nostarch.r67683.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/novel.r69658.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nrc.r29027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwafuthesis.r66895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwejm.r64462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onrannual.r17474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opteng.r27331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oststud.r67217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oup-authoring-template.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philosophersimprint.r56954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pittetd.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkuthss.r64869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot-fuberlin.r52922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot-tuliplab.r47963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pracjourn.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prociagssymp.r63242.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proposal.r40538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prtec.r51919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptptex.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrbill.r67724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quantumarticle.r65242.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regulatory.r69611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resphilosophica.r50935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resumecls.r54815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex.r67271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4.r56589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4-1.r56590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rutitlepage.r62143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ryersonsgsthesis.r50119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ryethesis.r33945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sageep.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sapthesis.r63810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schule.r68483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scientific-thesis-cover.r47923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scripture.r69232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrjrnl.r27810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sduthesis.r41401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/se2thesis.r68255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seu-ml-assign.r62933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesis.r33042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesix.r40088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shortmathj.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shtthesis.r62441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smflatex.r58910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soton.r16215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sphdthesis.r34374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spie.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sr-vorl.r59333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srdp-mathematik.r69288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch.r68039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch-2.r68183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suftesi.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sugconf.r58752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabriz-thesis.r51729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/technion-thesis-template.r49889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texilikechaps.r28553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texilikecover.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-ekf.r60228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-gwu.r54287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-qom.r63524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-titlepage-fhac.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thuaslogos.r51347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thubeamer.r61071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thucoursework.r56435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thuthesis.r67127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tidyres.r67738.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timbreicmc.r49740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlc-article.r51431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topletter.r48182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toptesi.r56276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tuda-ci.r69351.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tudscr.r64085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tugboat.r68694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tugboat-plain.r68695.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tui.r27253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turabian.r36298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uaclasses.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uafthesis.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uantwerpendocs.r66819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucalgmthesis.r66602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucbthesis.r51690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucdavisthesis.r40772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucph-revy.r69750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucsmonograph.r52698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udepcolor.r69701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udes-genie-these.r68141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uestcthesis.r36371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ufrgscca.r69042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhhassignment.r44026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucredborder.r29974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ukbill.r69362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulthese.r60217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umbclegislation.r41348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umich-thesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unam-thesis.r51207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unamthesis.r43639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unbtex.r69681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unifith.r60698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unigrazpub.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitn-bimrep.r45581.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/univie-ling.r66728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unizgklasa.r51647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unswcover.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uol-physics-report.r65761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uothesis.r25355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uowthesis.r19700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uowthesistitlepage.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urcls.r49903.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uspatent.r27744.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ut-thesis.r65767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utexasthesis.r48648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uvaletter.r66712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-colours.r60443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-letterhead.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pcf.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pif.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwthesis.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vancouver.r59192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wsemclassic.r31532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduthesis.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduts.r66661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmuthesis.r56614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yathesis.r66146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yazd-thesis.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yb-book.r67188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/york-thesis.r23348.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/aastex.doc.r58057.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abnt.doc.r55471.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abntex2.doc.r49248.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/abntexto.doc.r68837.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmart.doc.r69721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.doc.r26048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afparticle.doc.r35900.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aguplus.doc.r17156.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amnestyreport.doc.r69439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anonymous-acm.doc.r55121.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/anufinalexam.doc.r26053.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.doc.r63442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.doc.r67848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.doc.r23350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa7.doc.r63974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arsclassica.doc.r45656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.doc.r38741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asaetr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ascelike.doc.r29129.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asmeconf.doc.r69742.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/asmejour.doc.r69722.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aucklandthesis.doc.r51323.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorcsthesis.doc.r61770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorexam.doc.r65140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bath-bst.doc.r63398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-fuberlin.doc.r63161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-verona.doc.r39180.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beilstein.doc.r56193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bfh-ci.doc.r68828.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bjfuthesis.doc.r59809.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bmstu.doc.r65897.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bmstu-iu8.doc.r61937.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/br-lex.doc.r44939.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.doc.r67935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-problemset.doc.r50991.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-thesis.doc.r68092.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/buctthesis.doc.r67818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cascadilla.doc.r25144.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cesenaexam.doc.r44960.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chifoot.doc.r57312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/chs-physics-report.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cidarticle.doc.r68976.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cje.doc.r68656.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjs-rcs-article.doc.r69006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/classicthesis.doc.r48041.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cleanthesis.doc.r51472.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cmpj.doc.r58506.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.doc.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contract.doc.r69759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cquthesis.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.doc.r67890.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dithesis.doc.r34295.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebook.doc.r29466.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ecothesis.doc.r48007.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.doc.r60950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekaia.doc.r49594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.doc.r21758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/els-cas-templates.doc.r62931.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.doc.r56999.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elteiktdk.doc.r66821.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elteikthesis.doc.r66820.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emisa.doc.r60068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.doc.r17335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/etsvthor.doc.r48186.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/facture-belge-simple-sans-tva.doc.r67573.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.doc.r21340.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcavtex.doc.r38074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.doc.r24500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fei.doc.r65352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ftc-notebook.doc.r50043.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gaceta.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gammas.doc.r56403.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geradwp.doc.r63134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfdl.doc.r65415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gradstudentresume.doc.r38832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grant.doc.r56852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsemthesis.doc.r56291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gzt.doc.r63591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/h2020proposal.doc.r38428.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hagenberg-thesis.doc.r65819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/har2nat.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hecthese.doc.r68584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-paper.doc.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heria.doc.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfutexam.doc.r68829.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hfutthesis.doc.r64025.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hithesis.doc.r64005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszbeamer.doc.r54381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszthesis.doc.r61073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hobete.doc.r27036.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hu-berlin-bundle.doc.r67128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hustthesis.doc.r42547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeeconf.doc.r59665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeepes.doc.r17359.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeetran.doc.r59672.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.doc.r30958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijsra.doc.r44886.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imac.doc.r17347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.doc.r17667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/inkpaper.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iodhbwm.doc.r57773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/iscram.doc.r45801.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jacow.doc.r63060.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.doc.r61957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jnuexam.doc.r69161.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jourcl.doc.r65290.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jourrr.doc.r68556.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jpsj.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jwjournal.doc.r69162.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.doc.r24498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdpcover.doc.r65150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kfupm-math-exam.doc.r63977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.doc.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ksp-thesis.doc.r39080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ku-template.doc.r45935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langsci.doc.r65793.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langsci-avm.doc.r66016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limecv.doc.r61199.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lion-msc.doc.r55415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/llncs.doc.r69629.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/llncsconf.doc.r63136.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lni.doc.r69361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.doc.r21322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.doc.r29845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.doc.r35773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcmthesis.doc.r69538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mitthesis.doc.r68732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlacls.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mluexercise.doc.r56927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mnras.doc.r68878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/modeles-factures-belges-assocs.doc.r67840.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/msu-thesis.doc.r68480.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mucproc.doc.r43445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mugsthesis.doc.r64259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/muling.doc.r66741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.doc.r24857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/muthesis.doc.r23861.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mynsfc.doc.r60280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nature.doc.r21819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/navydocs.doc.r41643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.doc.r45107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ndsu-thesis.doc.r46639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ndsu-thesis-2022.doc.r63881.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nih.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nihbiosketch.doc.r54191.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njustthesis.doc.r62451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuthesis.doc.r69051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuvisual.doc.r65261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.doc.r67683.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/novel.doc.r69658.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.doc.r29027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwafuthesis.doc.r66895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwejm.doc.r64462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/onrannual.doc.r17474.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/opteng.doc.r27331.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oststud.doc.r67217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oup-authoring-template.doc.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.doc.r56954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pkuthss.doc.r64869.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-fuberlin.doc.r52922.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/powerdot-tuliplab.doc.r47963.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prociagssymp.doc.r63242.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.doc.r40538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/prtec.doc.r51919.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptptex.doc.r19440.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrbill.doc.r67724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quantumarticle.doc.r65242.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/regulatory.doc.r69611.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.doc.r50935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.doc.r54815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.doc.r67271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.doc.r56589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4-1.doc.r56590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rutitlepage.doc.r62143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ryersonsgsthesis.doc.r50119.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.doc.r33945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sapthesis.doc.r63810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/schule.doc.r68483.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scientific-thesis-cover.doc.r47923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scripture.doc.r69232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.doc.r27810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sduthesis.doc.r41401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/se2thesis.doc.r68255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seu-ml-assign.doc.r62933.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.doc.r33042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesix.doc.r40088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shortmathj.doc.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/shtthesis.doc.r62441.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smflatex.doc.r58910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/soton.doc.r16215.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sphdthesis.doc.r34374.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/spie.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.doc.r59333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/srdp-mathematik.doc.r69288.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.doc.r68039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch-2.doc.r68183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.doc.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sugconf.doc.r58752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tabriz-thesis.doc.r51729.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/technion-thesis-template.doc.r49889.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-ekf.doc.r60228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-gwu.doc.r54287.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-qom.doc.r63524.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thuaslogos.doc.r51347.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thubeamer.doc.r61071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thucoursework.doc.r56435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.doc.r67127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tidyres.doc.r67738.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timbreicmc.doc.r49740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tlc-article.doc.r51431.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topletter.doc.r48182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.doc.r56276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tuda-ci.doc.r69351.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tudscr.doc.r64085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.doc.r68694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat-plain.doc.r68695.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tui.doc.r27253.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/turabian.doc.r36298.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uafthesis.doc.r57349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uantwerpendocs.doc.r66819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucalgmthesis.doc.r66602.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucbthesis.doc.r51690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.doc.r40772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucph-revy.doc.r69750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucsmonograph.doc.r52698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udepcolor.doc.r69701.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udes-genie-these.doc.r68141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uestcthesis.doc.r36371.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ufrgscca.doc.r69042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhhassignment.doc.r44026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.doc.r29974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ukbill.doc.r69362.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.doc.r60217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umbclegislation.doc.r41348.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umich-thesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/umthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unam-thesis.doc.r51207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unamth-template.doc.r68681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unamthesis.doc.r43639.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unbtex.doc.r69681.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unifith.doc.r60698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unigrazpub.doc.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unitn-bimrep.doc.r45581.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/univie-ling.doc.r66728.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unizgklasa.doc.r51647.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unswcover.doc.r66115.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uol-physics-report.doc.r65761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.doc.r25355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesis.doc.r19700.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uowthesistitlepage.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/urcls.doc.r49903.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uspatent.doc.r27744.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.doc.r65767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/utexasthesis.doc.r48648.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uvaletter.doc.r66712.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-colours.doc.r60443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-letterhead.doc.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pcf.doc.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pif.doc.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwthesis.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/vancouver.doc.r59192.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.doc.r31532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduthesis.doc.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduts.doc.r66661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmuthesis.doc.r56614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yathesis.doc.r66146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yazd-thesis.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yb-book.doc.r67188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.doc.r23348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aastex.doc.r58057.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abnt.doc.r55471.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abntex2.doc.r49248.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/abntexto.doc.r68837.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmart.doc.r69721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmconf.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/active-conf.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adfathesis.doc.r26048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afparticle.doc.r35900.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aguplus.doc.r17156.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aiaa.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amnestyreport.doc.r69439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anonymous-acm.doc.r55121.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/anufinalexam.doc.r26053.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aomart.doc.r63442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6.doc.r67848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6e.doc.r23350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa7.doc.r63974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arsclassica.doc.r45656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/articleingud.doc.r38741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asaetr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ascelike.doc.r29129.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asmeconf.doc.r69742.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/asmejour.doc.r69722.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aucklandthesis.doc.r51323.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorcsthesis.doc.r61770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorexam.doc.r65140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bath-bst.doc.r63398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-fuberlin.doc.r63161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-verona.doc.r39180.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beilstein.doc.r56193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bfh-ci.doc.r68828.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bgteubner.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bjfuthesis.doc.r59809.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bmstu.doc.r65897.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bmstu-iu8.doc.r61937.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/br-lex.doc.r44939.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-dissertation.doc.r67935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-problemset.doc.r50991.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-thesis.doc.r68092.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/buctthesis.doc.r67818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cascadilla.doc.r25144.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cesenaexam.doc.r44960.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chifoot.doc.r57312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/chs-physics-report.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cidarticle.doc.r68976.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cje.doc.r68656.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjs-rcs-article.doc.r69006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/classicthesis.doc.r48041.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cleanthesis.doc.r51472.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cmpj.doc.r58506.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/confproc.doc.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contract.doc.r69759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cquthesis.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dccpaper.doc.r67890.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dithesis.doc.r34295.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebook.doc.r29466.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebsthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ecothesis.doc.r48007.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ejpecp.doc.r60950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekaia.doc.r49594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elbioimp.doc.r21758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/els-cas-templates.doc.r62931.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elsarticle.doc.r56999.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elteiktdk.doc.r66821.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elteikthesis.doc.r66820.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emisa.doc.r60068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erdc.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/estcpmm.doc.r17335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/etsvthor.doc.r48186.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/facture-belge-simple-sans-tva.doc.r67573.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbithesis.doc.r21340.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcavtex.doc.r38074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcltxdoc.doc.r24500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fei.doc.r65352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ftc-notebook.doc.r50043.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gaceta.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gammas.doc.r56403.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geradwp.doc.r63134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfdl.doc.r65415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gradstudentresume.doc.r38832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grant.doc.r56852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsemthesis.doc.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gzt.doc.r63591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/h2020proposal.doc.r38428.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hagenberg-thesis.doc.r65819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/har2nat.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hecthese.doc.r68584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-paper.doc.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heria.doc.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfutexam.doc.r68829.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hfutthesis.doc.r64025.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hithesis.doc.r64005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszbeamer.doc.r54381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszthesis.doc.r61073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hobete.doc.r27036.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hu-berlin-bundle.doc.r67128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hustthesis.doc.r42547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icsv.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeeconf.doc.r59665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeepes.doc.r17359.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeetran.doc.r59672.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijmart.doc.r30958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijsra.doc.r44886.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imac.doc.r17347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imtekda.doc.r17667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/inkpaper.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iodhbwm.doc.r57773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/iscram.doc.r45801.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jacow.doc.r63060.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmlr.doc.r61957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jnuexam.doc.r69161.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jourcl.doc.r65290.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jourrr.doc.r68556.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jpsj.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jwjournal.doc.r69162.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdgdocs.doc.r24498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdpcover.doc.r65150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kfupm-math-exam.doc.r63977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kluwer.doc.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ksp-thesis.doc.r39080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ku-template.doc.r45935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langsci.doc.r65793.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langsci-avm.doc.r66016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limecv.doc.r61199.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lion-msc.doc.r55415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/llncs.doc.r69629.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/llncsconf.doc.r63136.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lni.doc.r69361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lps.doc.r21322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3.doc.r29845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3mem.doc.r35773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcmthesis.doc.r69538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mentis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mitthesis.doc.r68732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlacls.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mluexercise.doc.r56927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mnras.doc.r68878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/modeles-factures-belges-assocs.doc.r67840.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/msu-thesis.doc.r68480.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mucproc.doc.r43445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mugsthesis.doc.r64259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/muling.doc.r66741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musuos.doc.r24857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/muthesis.doc.r23861.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mynsfc.doc.r60280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nature.doc.r21819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/navydocs.doc.r41643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nddiss.doc.r45107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ndsu-thesis.doc.r46639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ndsu-thesis-2022.doc.r63881.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nih.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nihbiosketch.doc.r54191.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njustthesis.doc.r62451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuthesis.doc.r69051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuvisual.doc.r65261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nostarch.doc.r67683.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/novel.doc.r69658.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nrc.doc.r29027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwafuthesis.doc.r66895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwejm.doc.r64462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/onrannual.doc.r17474.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/opteng.doc.r27331.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oststud.doc.r67217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oup-authoring-template.doc.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philosophersimprint.doc.r56954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pittetd.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pkuthss.doc.r64869.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot-fuberlin.doc.r52922.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/powerdot-tuliplab.doc.r47963.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pracjourn.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prociagssymp.doc.r63242.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proposal.doc.r40538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/prtec.doc.r51919.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptptex.doc.r19440.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrbill.doc.r67724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quantumarticle.doc.r65242.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/regulatory.doc.r69611.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resphilosophica.doc.r50935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resumecls.doc.r54815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex.doc.r67271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4.doc.r56589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4-1.doc.r56590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rutitlepage.doc.r62143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ryersonsgsthesis.doc.r50119.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ryethesis.doc.r33945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sageep.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sapthesis.doc.r63810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/schule.doc.r68483.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scientific-thesis-cover.doc.r47923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scripture.doc.r69232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrjrnl.doc.r27810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sduthesis.doc.r41401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/se2thesis.doc.r68255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seu-ml-assign.doc.r62933.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesis.doc.r33042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesix.doc.r40088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shortmathj.doc.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/shtthesis.doc.r62441.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smflatex.doc.r58910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/soton.doc.r16215.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sphdthesis.doc.r34374.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/spie.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sr-vorl.doc.r59333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/srdp-mathematik.doc.r69288.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch.doc.r68039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch-2.doc.r68183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suftesi.doc.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sugconf.doc.r58752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tabriz-thesis.doc.r51729.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/technion-thesis-template.doc.r49889.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-ekf.doc.r60228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-gwu.doc.r54287.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-qom.doc.r63524.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-titlepage-fhac.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thuaslogos.doc.r51347.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thubeamer.doc.r61071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thucoursework.doc.r56435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thuthesis.doc.r67127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tidyres.doc.r67738.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timbreicmc.doc.r49740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tlc-article.doc.r51431.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topletter.doc.r48182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toptesi.doc.r56276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tuda-ci.doc.r69351.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tudscr.doc.r64085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tugboat.doc.r68694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tugboat-plain.doc.r68695.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tui.doc.r27253.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/turabian.doc.r36298.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uaclasses.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uafthesis.doc.r57349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uantwerpendocs.doc.r66819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucalgmthesis.doc.r66602.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucbthesis.doc.r51690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucdavisthesis.doc.r40772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucph-revy.doc.r69750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucsmonograph.doc.r52698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udepcolor.doc.r69701.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udes-genie-these.doc.r68141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uestcthesis.doc.r36371.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ufrgscca.doc.r69042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhhassignment.doc.r44026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucredborder.doc.r29974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ukbill.doc.r69362.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulthese.doc.r60217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umbclegislation.doc.r41348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umich-thesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/umthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unam-thesis.doc.r51207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unamth-template.doc.r68681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unamthesis.doc.r43639.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unbtex.doc.r69681.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unifith.doc.r60698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unigrazpub.doc.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unitn-bimrep.doc.r45581.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/univie-ling.doc.r66728.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unizgklasa.doc.r51647.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unswcover.doc.r66115.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uol-physics-report.doc.r65761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uothesis.doc.r25355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uowthesis.doc.r19700.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uowthesistitlepage.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/urcls.doc.r49903.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uspatent.doc.r27744.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ut-thesis.doc.r65767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/utexasthesis.doc.r48648.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uvaletter.doc.r66712.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-colours.doc.r60443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-letterhead.doc.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pcf.doc.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pif.doc.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwthesis.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/vancouver.doc.r59192.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wsemclassic.doc.r31532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduthesis.doc.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduts.doc.r66661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmuthesis.doc.r56614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yathesis.doc.r66146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yazd-thesis.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yb-book.doc.r67188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/york-thesis.doc.r23348.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmart.source.r69721.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/acmconf.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/active-conf.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/adfathesis.source.r26048.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afparticle.source.r35900.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aiaa.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/amnestyreport.source.r69439.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/aomart.source.r63442.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6.source.r67848.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa6e.source.r23350.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/apa7.source.r63974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/articleingud.source.r38741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorcsthesis.source.r61770.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bangorexam.source.r65140.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bath-bst.source.r63398.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beilstein.source.r56193.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bgteubner.source.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-dissertation.source.r67935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/brandeis-thesis.source.r68092.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/buctthesis.source.r67818.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cesenaexam.source.r44960.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cidarticle.source.r68976.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjs-rcs-article.source.r69006.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/confproc.source.r29349.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/contract.source.r69759.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cquthesis.source.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dccpaper.source.r67890.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ebsthesis.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ejpecp.source.r60950.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ekaia.source.r49594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elbioimp.source.r21758.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/elsarticle.source.r56999.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/emisa.source.r60068.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/erdc.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/estcpmm.source.r17335.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fbithesis.source.r21340.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fcltxdoc.source.r24500.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fei.source.r65352.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/geradwp.source.r63134.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gfdl.source.r65415.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/grant.source.r56852.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gsemthesis.source.r56291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/gzt.source.r63591.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hecthese.source.r68584.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hep-paper.source.r67632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/heria.source.r69058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hithesis.source.r64005.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszbeamer.source.r54381.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hitszthesis.source.r61073.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hu-berlin-bundle.source.r67128.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hustthesis.source.r42547.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/icsv.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ieeeconf.source.r59665.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ijmart.source.r30958.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/imtekda.source.r17667.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/jmlr.source.r61957.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdgdocs.source.r24498.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kdpcover.source.r65150.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kfupm-math-exam.source.r63977.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kluwer.source.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/langsci-avm.source.r66016.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/limecv.source.r61199.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lni.source.r69361.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lps.source.r21322.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3.source.r29845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/matc3mem.source.r35773.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mcmthesis.source.r69538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mentis.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mlacls.source.r67201.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mluexercise.source.r56927.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mucproc.source.r43445.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mugsthesis.source.r64259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/muling.source.r66741.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/musuos.source.r24857.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mynsfc.source.r60280.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/navydocs.source.r41643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nddiss.source.r45107.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njustthesis.source.r62451.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuthesis.source.r69051.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/njuvisual.source.r65261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nostarch.source.r67683.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nrc.source.r29027.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwafuthesis.source.r66895.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nwejm.source.r64462.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/oststud.source.r67217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philosophersimprint.source.r56954.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pittetd.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pracjourn.source.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/proposal.source.r40538.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/qrbill.source.r67724.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resphilosophica.source.r50935.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/resumecls.source.r54815.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex.source.r67271.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4.source.r56589.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/revtex4-1.source.r56590.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/rutitlepage.source.r62143.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ryethesis.source.r33945.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sageep.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scientific-thesis-cover.source.r47923.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scripture.source.r69232.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/scrjrnl.source.r27810.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sduthesis.source.r41401.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/se2thesis.source.r68255.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesis.source.r33042.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/seuthesix.source.r40088.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/smflatex.source.r58910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/sr-vorl.source.r59333.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch.source.r68039.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/stellenbosch-2.source.r68183.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/suftesi.source.r68204.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-ekf.source.r60228.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thesis-titlepage-fhac.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thubeamer.source.r61071.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thucoursework.source.r56435.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/thuthesis.source.r67127.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/timbreicmc.source.r49740.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/topletter.source.r48182.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/toptesi.source.r56276.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tudscr.source.r64085.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tugboat.source.r68694.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uaclasses.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uantwerpendocs.source.r66819.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucdavisthesis.source.r40772.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucph-revy.source.r69750.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucsmonograph.source.r52698.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/udes-genie-these.source.r68141.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhhassignment.source.r44026.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucredborder.source.r29974.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uiucthesis.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ulthese.source.r60217.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unigrazpub.source.r64797.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uol-physics-report.source.r65761.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uothesis.source.r25355.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ut-thesis.source.r65767.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-colours.source.r60443.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-letterhead.source.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pcf.source.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uwa-pif.source.r64491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/wsemclassic.source.r31532.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduthesis.source.r63116.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xduts.source.r66661.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xmuthesis.source.r56614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yathesis.source.r66146.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/yb-book.source.r67188.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/york-thesis.source.r23348.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmart.source.r69721.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/acmconf.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/active-conf.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/adfathesis.source.r26048.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afparticle.source.r35900.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aiaa.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/amnestyreport.source.r69439.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/aomart.source.r63442.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6.source.r67848.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa6e.source.r23350.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/apa7.source.r63974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/articleingud.source.r38741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorcsthesis.source.r61770.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bangorexam.source.r65140.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bath-bst.source.r63398.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beilstein.source.r56193.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bgteubner.source.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-dissertation.source.r67935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/brandeis-thesis.source.r68092.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/buctthesis.source.r67818.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cesenaexam.source.r44960.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cidarticle.source.r68976.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjs-rcs-article.source.r69006.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/confproc.source.r29349.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/contract.source.r69759.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cquthesis.source.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dccpaper.source.r67890.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ebsthesis.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ejpecp.source.r60950.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ekaia.source.r49594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elbioimp.source.r21758.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/elsarticle.source.r56999.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/emisa.source.r60068.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/erdc.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/estcpmm.source.r17335.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fbithesis.source.r21340.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fcltxdoc.source.r24500.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fei.source.r65352.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/geradwp.source.r63134.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gfdl.source.r65415.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/grant.source.r56852.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gsemthesis.source.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/gzt.source.r63591.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hecthese.source.r68584.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hep-paper.source.r67632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/heria.source.r69058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hithesis.source.r64005.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszbeamer.source.r54381.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hitszthesis.source.r61073.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hu-berlin-bundle.source.r67128.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hustthesis.source.r42547.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/icsv.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ieeeconf.source.r59665.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ijmart.source.r30958.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/imtekda.source.r17667.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/jmlr.source.r61957.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdgdocs.source.r24498.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kdpcover.source.r65150.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kfupm-math-exam.source.r63977.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kluwer.source.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/langsci-avm.source.r66016.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/limecv.source.r61199.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lni.source.r69361.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lps.source.r21322.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3.source.r29845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/matc3mem.source.r35773.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mcmthesis.source.r69538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mentis.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mlacls.source.r67201.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mluexercise.source.r56927.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mucproc.source.r43445.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mugsthesis.source.r64259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/muling.source.r66741.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/musuos.source.r24857.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mynsfc.source.r60280.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/navydocs.source.r41643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nddiss.source.r45107.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njustthesis.source.r62451.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuthesis.source.r69051.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/njuvisual.source.r65261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nostarch.source.r67683.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nrc.source.r29027.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwafuthesis.source.r66895.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nwejm.source.r64462.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/oststud.source.r67217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philosophersimprint.source.r56954.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pittetd.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pracjourn.source.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/proposal.source.r40538.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/qrbill.source.r67724.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resphilosophica.source.r50935.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/resumecls.source.r54815.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex.source.r67271.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4.source.r56589.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/revtex4-1.source.r56590.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/rutitlepage.source.r62143.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ryethesis.source.r33945.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sageep.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scientific-thesis-cover.source.r47923.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scripture.source.r69232.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/scrjrnl.source.r27810.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sduthesis.source.r41401.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/se2thesis.source.r68255.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesis.source.r33042.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/seuthesix.source.r40088.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/smflatex.source.r58910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/sr-vorl.source.r59333.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch.source.r68039.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/stellenbosch-2.source.r68183.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/suftesi.source.r68204.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-ekf.source.r60228.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thesis-titlepage-fhac.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thubeamer.source.r61071.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thucoursework.source.r56435.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/thuthesis.source.r67127.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/timbreicmc.source.r49740.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/topletter.source.r48182.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/toptesi.source.r56276.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tudscr.source.r64085.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tugboat.source.r68694.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uaclasses.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uantwerpendocs.source.r66819.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucdavisthesis.source.r40772.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucph-revy.source.r69750.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucsmonograph.source.r52698.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/udes-genie-these.source.r68141.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhhassignment.source.r44026.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucredborder.source.r29974.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uiucthesis.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ulthese.source.r60217.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unigrazpub.source.r64797.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uol-physics-report.source.r65761.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uothesis.source.r25355.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ut-thesis.source.r65767.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-colours.source.r60443.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-letterhead.source.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pcf.source.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uwa-pif.source.r64491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/wsemclassic.source.r31532.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduthesis.source.r63116.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xduts.source.r66661.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xmuthesis.source.r56614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yathesis.source.r66146.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/yb-book.source.r67188.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/york-thesis.source.r23348.tar.xz ) -_eclasses_=texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=ef63a7b00d047205b7bd5f0630d2bd2a diff --git a/metadata/md5-cache/dev-texlive/texlive-xetex-2021-r1 b/metadata/md5-cache/dev-texlive/texlive-xetex-2021-r1 index 58814222515f..f26be7baa5bf 100644 --- a/metadata/md5-cache/dev-texlive/texlive-xetex-2021-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-xetex-2021-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT publ RDEPEND=>=dev-texlive/texlive-basic-2021 >=dev-texlive/texlive-basic-2019 >=dev-texlive/texlive-latexextra-2010 >=app-text/texlive-core-2010[xetex] dev-texlive/texlive-mathscience dev-texlive/texlive-luatex >=app-text/texlive-core-2021 SLOT=0 SRC_URI=https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabxetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-awesomebox-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidi-atbegshi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidicontour-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidipagegrid-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidishadowtext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidipresentation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-businesscard-qrcode-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cqubeamer-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixlatvian-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-font-change-xetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontbook-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontwrap-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interchar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-na-position-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philokalia-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptext-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realscripts-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simple-resume-cv-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simple-thesis-dissertation-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tetragonos-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucharclasses-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-bidi-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unisugar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xebaposter-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xechangebar-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecjk-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecyr-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xeindex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xelatex-dev-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xesearch-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xespotcolor-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-itrans-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-pstricks-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-tibetan-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexconfig-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexfontinfo-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexko-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xevlna-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zbmath-review-template-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-collection-xetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabxetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-awesomebox-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidi-atbegshi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidicontour-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidipagegrid-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidishadowtext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidipresentation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-businesscard-qrcode-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cqubeamer-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixlatvian-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-font-change-xetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontbook-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontwrap-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interchar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-na-position-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philokalia-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptext-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realscripts-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simple-resume-cv-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simple-thesis-dissertation-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tetragonos-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucharclasses-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-bidi-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unisugar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xebaposter-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xechangebar-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecjk-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecyr-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xeindex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xelatex-dev-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xesearch-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xespotcolor-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-itrans-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-pstricks-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-tibetan-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexconfig-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexfontinfo-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexko-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xevlna-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zbmath-review-template-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-collection-xetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabxetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-awesomebox-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidi-atbegshi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidicontour-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidipagegrid-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidishadowtext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidipresentation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-businesscard-qrcode-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cqubeamer-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixlatvian-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-font-change-xetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontbook-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontwrap-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interchar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-na-position-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philokalia-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptext-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realscripts-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simple-resume-cv-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simple-thesis-dissertation-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tetragonos-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucharclasses-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-bidi-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unisugar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xebaposter-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xechangebar-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecjk-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecyr-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xeindex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xelatex-dev-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xesearch-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xespotcolor-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-itrans-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-pstricks-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-tibetan-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexconfig-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexfontinfo-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexko-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xevlna-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zbmath-review-template-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-collection-xetex-2021.tar.xz doc? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabxetex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-awesomebox.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidi-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidicontour.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidipagegrid.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidishadowtext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-bidipresentation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-businesscard-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-cqubeamer.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixlatvian.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-font-change-xetex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontbook.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontwrap.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-interchar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-na-position.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philokalia.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ptext.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realscripts.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simple-resume-cv.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-simple-thesis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-tetragonos.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-ucharclasses.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unicode-bidi.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-unisugar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xebaposter.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xechangebar.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecjk.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecyr.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xeindex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xesearch.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xespotcolor.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-itrans.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetex-tibetan.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexfontinfo.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xetexko.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xevlna.doc-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-zbmath-review-template.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabxetex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-awesomebox.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidi-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidicontour.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidipagegrid.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidishadowtext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-bidipresentation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-businesscard-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-cqubeamer.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixlatvian.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-font-change-xetex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontbook.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontwrap.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-interchar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-na-position.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philokalia.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ptext.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realscripts.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simple-resume-cv.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-simple-thesis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-tetragonos.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-ucharclasses.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unicode-bidi.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-unisugar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xebaposter.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xechangebar.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecjk.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecyr.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xeindex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xesearch.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xespotcolor.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-itrans.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetex-tibetan.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexfontinfo.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xetexko.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xevlna.doc-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-zbmath-review-template.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabxetex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-awesomebox.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidi-atbegshi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidicontour.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidipagegrid.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidishadowtext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-bidipresentation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-businesscard-qrcode.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-cqubeamer.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixlatvian.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-font-change-xetex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontbook.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontwrap.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-interchar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-na-position.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philokalia.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ptext.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realscripts.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simple-resume-cv.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-simple-thesis-dissertation.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-tetragonos.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-ucharclasses.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unicode-bidi.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-unisugar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xebaposter.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xechangebar.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecjk.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecyr.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xeindex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xesearch.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xespotcolor.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-itrans.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-pstricks.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetex-tibetan.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexfontinfo.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xetexko.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xevlna.doc-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-zbmath-review-template.doc-2021.tar.xz ) source? ( https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-arabxetex.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fixlatvian.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-fontbook.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-philokalia.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-realscripts.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xecjk.source-2021.tar.xz https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-xespotcolor.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-arabxetex.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fixlatvian.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-fontbook.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-philokalia.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-realscripts.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xecjk.source-2021.tar.xz https://dev.gentoo.org/~dilfridge/distfiles/texlive/tl-xespotcolor.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-arabxetex.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fixlatvian.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-fontbook.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-philokalia.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-realscripts.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xecjk.source-2021.tar.xz https://dev.gentoo.org/~sam/distfiles/texlive/tl-xespotcolor.source-2021.tar.xz ) -_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 font aa113a3df9cd0a9693a1c1ee7c34a6eb texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 font aa113a3df9cd0a9693a1c1ee7c34a6eb texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=06b661e8be1cf93ecd39a3fd7e054e3d diff --git a/metadata/md5-cache/dev-texlive/texlive-xetex-2023_p69452-r1 b/metadata/md5-cache/dev-texlive/texlive-xetex-2023_p69452-r1 index 0f82c46a1704..b1231d311411 100644 --- a/metadata/md5-cache/dev-texlive/texlive-xetex-2023_p69452-r1 +++ b/metadata/md5-cache/dev-texlive/texlive-xetex-2023_p69452-r1 @@ -11,5 +11,5 @@ LICENSE=Apache-2.0 CC-BY-4.0 CC-BY-SA-4.0 GPL-1 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 L RDEPEND=>=app-text/texlive-core-2023[xetex] >=dev-texlive/texlive-basic-2023 >=dev-texlive/texlive-latex-2023 >=app-text/texlive-core-2023 SLOT=0 SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-xetex.r69452.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.r38299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi-atbegshi.r62009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidicontour.r34631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidipagegrid.r34632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidipresentation.r35267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidishadowtext.r34633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/businesscard-qrcode.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cqubeamer.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.r21631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change-xetex.r40404.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.r23608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interchar.r36312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/na-position.r55559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.r45356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.r30171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simple-resume-cv.r43057.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simple-thesis-dissertation.r43058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tetragonos.r49732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.r64782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-bidi.r42482.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unimath-plain-xetex.r66394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.r22357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xebaposter.r63513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xechangebar.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.r29660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.r54308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.r35756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xelatex-dev.r62145.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.r51908.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xespotcolor.r58212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.r17055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.r28847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexconfig.r45845.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.r64894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.r43864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zbmath-review-template.r59693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-xetex.r69452.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabxetex.r38299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidi-atbegshi.r62009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidicontour.r34631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidipagegrid.r34632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidipresentation.r35267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidishadowtext.r34633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/businesscard-qrcode.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cqubeamer.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixlatvian.r21631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/font-change-xetex.r40404.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontbook.r23608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontwrap.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interchar.r36312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/na-position.r55559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philokalia.r45356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptext.r30171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realscripts.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simple-resume-cv.r43057.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simple-thesis-dissertation.r43058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tetragonos.r49732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucharclasses.r64782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-bidi.r42482.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unimath-plain-xetex.r66394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unisugar.r22357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xebaposter.r63513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xechangebar.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecolor.r29660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecyr.r54308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xeindex.r35756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xelatex-dev.r62145.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xesearch.r51908.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xespotcolor.r58212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-itrans.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-pstricks.r17055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-tibetan.r28847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexconfig.r45845.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexfontinfo.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexko.r64894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xevlna.r43864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zbmath-review-template.r59693.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.doc.r38299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidi-atbegshi.doc.r62009.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidicontour.doc.r34631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidipagegrid.doc.r34632.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidipresentation.doc.r35267.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/bidishadowtext.doc.r34633.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/businesscard-qrcode.doc.r61719.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cqubeamer.doc.r54512.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.doc.r21631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/font-change-xetex.doc.r40404.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.doc.r23608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontwrap.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/interchar.doc.r36312.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/na-position.doc.r55559.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.doc.r45356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptext.doc.r30171.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.doc.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simple-resume-cv.doc.r43057.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/simple-thesis-dissertation.doc.r43058.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/tetragonos.doc.r49732.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ucharclasses.doc.r64782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unicode-bidi.doc.r42482.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unimath-plain-xetex.doc.r66394.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unisugar.doc.r22357.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xebaposter.doc.r63513.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xechangebar.doc.r54080.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecolor.doc.r29660.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xecyr.doc.r54308.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xeindex.doc.r35756.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xesearch.doc.r51908.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xespotcolor.doc.r58212.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex.doc.r66203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-itrans.doc.r55475.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-pstricks.doc.r17055.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetex-tibetan.doc.r28847.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexfontinfo.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xetexko.doc.r64894.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xevlna.doc.r43864.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/zbmath-review-template.doc.r59693.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabxetex.doc.r38299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidi-atbegshi.doc.r62009.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidicontour.doc.r34631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidipagegrid.doc.r34632.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidipresentation.doc.r35267.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/bidishadowtext.doc.r34633.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/businesscard-qrcode.doc.r61719.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cqubeamer.doc.r54512.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixlatvian.doc.r21631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/font-change-xetex.doc.r40404.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontbook.doc.r23608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontwrap.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/interchar.doc.r36312.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/na-position.doc.r55559.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philokalia.doc.r45356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptext.doc.r30171.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realscripts.doc.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simple-resume-cv.doc.r43057.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/simple-thesis-dissertation.doc.r43058.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/tetragonos.doc.r49732.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ucharclasses.doc.r64782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unicode-bidi.doc.r42482.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unimath-plain-xetex.doc.r66394.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unisugar.doc.r22357.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xebaposter.doc.r63513.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xechangebar.doc.r54080.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecolor.doc.r29660.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xecyr.doc.r54308.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xeindex.doc.r35756.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xesearch.doc.r51908.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xespotcolor.doc.r58212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex.doc.r66203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-itrans.doc.r55475.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-pstricks.doc.r17055.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetex-tibetan.doc.r28847.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexfontinfo.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xetexko.doc.r64894.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xevlna.doc.r43864.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/zbmath-review-template.doc.r59693.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/arabxetex.source.r38299.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fixlatvian.source.r21631.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontbook.source.r23608.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/philokalia.source.r45356.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/realscripts.source.r56594.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xespotcolor.source.r58212.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/arabxetex.source.r38299.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fixlatvian.source.r21631.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontbook.source.r23608.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/philokalia.source.r45356.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/realscripts.source.r56594.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xespotcolor.source.r58212.tar.xz ) -_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb texlive-common 49dc59f69181547690c383a9de4099b1 texlive-module f769aafadafafd688f56ba7f4aa84a6e +_eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb texlive-common b455bc5d80def8972e393d9cc8f7777d texlive-module f769aafadafafd688f56ba7f4aa84a6e _md5_=0f0f6369dff8ee0a0548acc73bf5f517 diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index 621e01abadee..5da099760731 100644 Binary files a/metadata/md5-cache/dev-util/Manifest.gz and b/metadata/md5-cache/dev-util/Manifest.gz differ diff --git a/metadata/md5-cache/dev-util/bpftool-6.5.7 b/metadata/md5-cache/dev-util/bpftool-6.5.7 deleted file mode 100644 index 72bdf1ecd3ce..000000000000 --- a/metadata/md5-cache/dev-util/bpftool-6.5.7 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=dev-util/patchutils || ( dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/tar dev-python/docutils -DEFINED_PHASES=compile install postinst prepare setup unpack -DEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) >=sys-kernel/linux-headers-5.8 -DESCRIPTION=Tool for inspection and simple manipulation of eBPF programs and maps -EAPI=8 -HOMEPAGE=https://kernel.org/ -INHERIT=estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs -IUSE=caps -KEYWORDS=amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 -LICENSE=GPL-2 -RDEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) -SLOT=0 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.5.7.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.tar.xz -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff estack c61c368a76fdf3a82fdf8dbaebea3804 linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=bc721898dac9fdd63231778b5aed889d diff --git a/metadata/md5-cache/dev-util/bpftool-6.6.8 b/metadata/md5-cache/dev-util/bpftool-6.8.2 similarity index 75% rename from metadata/md5-cache/dev-util/bpftool-6.6.8 rename to metadata/md5-cache/dev-util/bpftool-6.8.2 index 23b07da28c52..09a33921f996 100644 --- a/metadata/md5-cache/dev-util/bpftool-6.6.8 +++ b/metadata/md5-cache/dev-util/bpftool-6.8.2 @@ -1,15 +1,15 @@ BDEPEND=dev-util/patchutils || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-arch/tar dev-python/docutils DEFINED_PHASES=compile install postinst prepare setup unpack -DEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) >=sys-kernel/linux-headers-5.8 +DEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) llvm? ( sys-devel/llvm:= ) >=sys-kernel/linux-headers-5.8 DESCRIPTION=Tool for inspection and simple manipulation of eBPF programs and maps EAPI=8 HOMEPAGE=https://kernel.org/ INHERIT=estack linux-info optfeature python-any-r1 bash-completion-r1 toolchain-funcs -IUSE=caps +IUSE=caps +llvm KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-2 -RDEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) +RDEPEND=sys-libs/binutils-libs:= sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) llvm? ( sys-devel/llvm:= ) SLOT=0 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.8.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.8.2.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff estack c61c368a76fdf3a82fdf8dbaebea3804 linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=8a114890ab57282fc199ba6d5c0295f5 +_md5_=8c8743ad600b30991ff079ba5c664f57 diff --git a/metadata/md5-cache/dev-util/ccache-4.9.1-r1 b/metadata/md5-cache/dev-util/ccache-4.9.1-r1 index 0c595cc415b8..541252a3b5db 100644 --- a/metadata/md5-cache/dev-util/ccache-4.9.1-r1 +++ b/metadata/md5-cache/dev-util/ccache-4.9.1-r1 @@ -7,11 +7,11 @@ HOMEPAGE=https://ccache.dev/ IDEPEND=dev-util/shadowman INHERIT=cmake toolchain-funcs flag-o-matic prefix verify-sig IUSE=doc redis +static-c++ test verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 ) elibc_mingw? ( LGPL-3 ISC PSF-2 ) RDEPEND=app-arch/zstd:= redis? ( dev-libs/hiredis:= ) dev-util/shadowman sys-apps/gentoo-functions RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz verify-sig? ( https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz.asc ) !doc? ( https://dev.gentoo.org/~sam/distfiles/dev-util/ccache/ccache-4.9-docs.tar.xz ) _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=2cc32618848c9648a074335954c9d968 +_md5_=aafda3e0e7a57c9554375f582ffcf9d5 diff --git a/metadata/md5-cache/dev-util/ccls-0.20240202 b/metadata/md5-cache/dev-util/ccls-0.20240202 new file mode 100644 index 000000000000..82b14f52df06 --- /dev/null +++ b/metadata/md5-cache/dev-util/ccls-0.20240202 @@ -0,0 +1,14 @@ +BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/rapidjson ccls-0.20240202.tar.gz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm 1eea65d11f743b8e256ef279b652a2e6 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=f1b8c62100fc7c989673d32c215adb6c diff --git a/metadata/md5-cache/dev-util/ccls-9999 b/metadata/md5-cache/dev-util/ccls-9999 index 84709c35f7d5..d32b5ae9d332 100644 --- a/metadata/md5-cache/dev-util/ccls-9999 +++ b/metadata/md5-cache/dev-util/ccls-9999 @@ -1,13 +1,13 @@ BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-libs/rapidjson cvise-2.10.0.tar.gz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=776217ceecad286d143b93cea7993d5d +_md5_=ba232a8d7eb8f5cb79964cef94024edd diff --git a/metadata/md5-cache/dev-util/dialog-1.3.20240307 b/metadata/md5-cache/dev-util/dialog-1.3.20240307 index 0a360d78f455..eda6522ce3a4 100644 --- a/metadata/md5-cache/dev-util/dialog-1.3.20240307 +++ b/metadata/md5-cache/dev-util/dialog-1.3.20240307 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://invisible-island.net/dialog/ INHERIT=verify-sig IUSE=examples minimal nls unicode verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=LGPL-2.1 RDEPEND=>=sys-libs/ncurses-5.2-r5:=[unicode(+)?] SLOT=0/15 SRC_URI=https://invisible-island.net/archives/dialog/dialog-1.3-20240307.tgz verify-sig? ( https://invisible-island.net/archives/dialog/dialog-1.3-20240307.tgz.asc ) _eclasses_=verify-sig a79ba011daaf532d71a219182474d150 -_md5_=d95248b57a07a1f7fda6069fdb528da0 +_md5_=ddb29bc5e230c27ae31a9ebf2528ed3f diff --git a/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 b/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 index e12efed5bdab..efb99d764cf8 100644 --- a/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 +++ b/metadata/md5-cache/dev-util/gtk-update-icon-cache-3.24.40 @@ -5,10 +5,10 @@ DESCRIPTION=GTK update icon cache EAPI=7 HOMEPAGE=https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache INHERIT=meson -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.53.4:2 >=x11-libs/gdk-pixbuf-2.30:2 !=dev-build/cmake-3.20.5 DEFINED_PHASES=compile configure install prepare setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-libs/capnproto:= sys-libs/zlib:= test? ( python_single_target_python3_10? ( dev-python/pexpect[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pexpect[python_targets_python3_11(-)] ) dev-debug/gdb[xml] ) +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-libs/capnproto:= sys-libs/zlib:= test? ( python_single_target_python3_10? ( dev-python/pexpect[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pexpect[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pexpect[python_targets_python3_12(-)] ) dev-debug/gdb[xml] ) DESCRIPTION=Record and Replay Framework EAPI=8 HOMEPAGE=https://rr-project.org/ INHERIT=cmake linux-info python-single-r1 -IUSE=multilib test python_single_target_python3_10 python_single_target_python3_11 +IUSE=multilib test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=MIT BSD-2 -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-libs/capnproto:= sys-libs/zlib:= dev-debug/gdb[xml] -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-libs/capnproto:= sys-libs/zlib:= dev-debug/gdb[xml] +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/rr-debugger/rr/archive/5.7.0.tar.gz -> mozilla-rr-5.7.0.tar.gz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b7f5152a58e354e4e49b7077ca5fbaf0 +_md5_=7695726bcc9f3e20c8dec631d24c1dee diff --git a/metadata/md5-cache/dev-vcs/Manifest.gz b/metadata/md5-cache/dev-vcs/Manifest.gz index 3aa441d186b3..a45a9d738673 100644 Binary files a/metadata/md5-cache/dev-vcs/Manifest.gz and b/metadata/md5-cache/dev-vcs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-vcs/git-2.45.0_rc1 b/metadata/md5-cache/dev-vcs/git-2.45.0 similarity index 87% rename from metadata/md5-cache/dev-vcs/git-2.45.0_rc1 rename to metadata/md5-cache/dev-vcs/git-2.45.0 index 90305c1b36ff..ea95eeb17c31 100644 --- a/metadata/md5-cache/dev-vcs/git-2.45.0_rc1 +++ b/metadata/md5-cache/dev-vcs/git-2.45.0 @@ -6,11 +6,12 @@ EAPI=8 HOMEPAGE=https://www.git-scm.com/ INHERIT=toolchain-funcs perl-module bash-completion-r1 optfeature plocale python-single-r1 systemd IUSE=+blksha1 +curl cgi doc keyring +gpg highlight +iconv mediawiki +nls +pcre perforce +perl +safe-directory selinux subversion tk +webdav xinetd cvs test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-2 RDEPEND=dev-libs/openssl:= sys-libs/zlib curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) keyring? ( app-crypt/libsecret dev-libs/glib:2 ) iconv? ( virtual/libiconv ) pcre? ( dev-libs/libpcre2:= ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:= ) gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error dev-perl/MailTools dev-perl/Authen-SASL >=virtual/perl-libnet-3.110.0-r4[ssl] cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite ) mediawiki? ( dev-perl/DateTime-Format-ISO8601 dev-perl/HTML-Tree dev-perl/MediaWiki-API ) subversion? ( dev-vcs/subversion[-dso(-),perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) perforce? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) selinux? ( sec-policy/selinux-git ) REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) perforce? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) subversion? ( perl ) webdav? ( curl ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://www.kernel.org/pub/software/scm/git/testing/git-2.45.0.rc1.tar.xz https://www.kernel.org/pub/software/scm/git/testing/git-manpages-2.45.0.rc1.tar.xz doc? ( https://www.kernel.org/pub/software/scm/git/testing/git-htmldocs-2.45.0.rc1.tar.xz ) +SRC_URI=https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.xz https://www.kernel.org/pub/software/scm/git/git-manpages-2.45.0.tar.xz doc? ( https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.45.0.tar.xz ) _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 perl-functions c3fca037246e877693badea0df3b0ef8 perl-module 4e37e1004a0a27e41bb7025c0b974676 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=4e7e982cdb5ba99b5a936472bc4cce8e diff --git a/metadata/md5-cache/games-emulation/Manifest.gz b/metadata/md5-cache/games-emulation/Manifest.gz index 2fba254e7d1c..8e9ff942cbba 100644 Binary files a/metadata/md5-cache/games-emulation/Manifest.gz and b/metadata/md5-cache/games-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/games-emulation/bsnes-jg-1.1.2-r1 b/metadata/md5-cache/games-emulation/bsnes-jg-1.2.0 similarity index 80% rename from metadata/md5-cache/games-emulation/bsnes-jg-1.1.2-r1 rename to metadata/md5-cache/games-emulation/bsnes-jg-1.2.0 index e56bb708a9fa..90cb226ff65b 100644 --- a/metadata/md5-cache/games-emulation/bsnes-jg-1.1.2-r1 +++ b/metadata/md5-cache/games-emulation/bsnes-jg-1.2.0 @@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=ISC GPL-3+ LGPL-2.1+ MIT ZLIB RDEPEND=media-libs/jg:1= media-libs/libsamplerate games-emulation/jgrf SLOT=1 -SRC_URI=https://gitlab.com/jgemu/bsnes/-/archive/1.1.2/bsnes-1.1.2.tar.bz2 +SRC_URI=https://gitlab.com/jgemu/bsnes/-/archive/1.2.0/bsnes-1.2.0.tar.bz2 _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=b0f6e0c9e8ec5a56dbe14aef71e7870f +_md5_=3df0ffbfc1d641f781363c4b103e6869 diff --git a/metadata/md5-cache/games-emulation/gambatte-jg-0.6.0 b/metadata/md5-cache/games-emulation/gambatte-jg-0.6.0 new file mode 100644 index 000000000000..685e83af402e --- /dev/null +++ b/metadata/md5-cache/games-emulation/gambatte-jg-0.6.0 @@ -0,0 +1,16 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=compile configure install +DEPEND=examples? ( media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodule? ( media-libs/jg:1= media-libs/soxr ) +DESCRIPTION=Jolly Good Fork of Gambatte +EAPI=8 +HOMEPAGE=https://gitlab.com/jgemu/gambatte +INHERIT=toolchain-funcs +IUSE=examples +jgmodule shared +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 examples? ( 0BSD ) jgmodule? ( BSD ) +RDEPEND=examples? ( media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodule? ( media-libs/jg:1= media-libs/soxr ) jgmodule? ( games-emulation/jgrf ) +REQUIRED_USE=|| ( examples jgmodule shared ) +SLOT=1 +SRC_URI=https://gitlab.com/jgemu/gambatte/-/archive/0.6.0/gambatte-0.6.0.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=6230cccab52c6eccd8259ce3f5cae2d9 diff --git a/metadata/md5-cache/games-emulation/gambatte-jg-9999 b/metadata/md5-cache/games-emulation/gambatte-jg-9999 index 1544566c8a4a..cf7ca89cca3b 100644 --- a/metadata/md5-cache/games-emulation/gambatte-jg-9999 +++ b/metadata/md5-cache/games-emulation/gambatte-jg-9999 @@ -1,5 +1,5 @@ BDEPEND=virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=compile install setup unpack +DEFINED_PHASES=compile configure install unpack DEPEND=examples? ( media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodule? ( media-libs/jg:1= media-libs/soxr ) DESCRIPTION=Jolly Good Fork of Gambatte EAPI=8 @@ -12,4 +12,4 @@ RDEPEND=examples? ( media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodu REQUIRED_USE=|| ( examples jgmodule shared ) SLOT=1 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=5e7f1be0581856e4eabe7a6c745cc47c +_md5_=6230cccab52c6eccd8259ce3f5cae2d9 diff --git a/metadata/md5-cache/games-emulation/jgemu-1.0.0 b/metadata/md5-cache/games-emulation/jgemu-1.0.0 index 31ed0140fa75..879e3ec8e64a 100644 --- a/metadata/md5-cache/games-emulation/jgemu-1.0.0 +++ b/metadata/md5-cache/games-emulation/jgemu-1.0.0 @@ -3,8 +3,8 @@ DESCRIPTION=Meta ebuild for the Jolly Good API EAPI=8 HOMEPAGE=https://jgemu.gitlab.io/ IUSE=+bsnes +cega +gambatte +geolith +jollycv +mednafen melonds +mgba +nestopia +prosystem sameboy +vecx -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=metapackage RDEPEND=bsnes? ( games-emulation/bsnes-jg:1 ) cega? ( games-emulation/cega-jg:1 ) gambatte? ( games-emulation/gambatte-jg:1 ) geolith? ( games-emulation/geolith-jg:1 ) jollycv? ( games-emulation/jollycv-jg:1 ) mednafen? ( games-emulation/mednafen-jg:1 ) melonds? ( games-emulation/melonds-jg:1 ) mgba? ( games-emulation/mgba-jg:1 ) nestopia? ( games-emulation/nestopia-jg:1 ) prosystem? ( games-emulation/prosystem-jg:1 ) sameboy? ( games-emulation/sameboy-jg:1 ) vecx? ( games-emulation/vecx-jg:1 ) SLOT=1 -_md5_=e888787be97159350c684d544c879b83 +_md5_=d1525a580211d17b589b79bd065614b2 diff --git a/metadata/md5-cache/games-emulation/jgrf-1.0.2-r1 b/metadata/md5-cache/games-emulation/jgrf-1.0.2-r1 index 2cd8e6b6b4d0..2ac2d7f1eb36 100644 --- a/metadata/md5-cache/games-emulation/jgrf-1.0.2-r1 +++ b/metadata/md5-cache/games-emulation/jgrf-1.0.2-r1 @@ -1,6 +1,6 @@ BDEPEND=virtual/pkgconfig DEFINED_PHASES=compile install postinst postrm preinst -DEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +DEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp DESCRIPTION=The Jolly Good Reference Frontend EAPI=8 HOMEPAGE=https://jgemu.gitlab.io/jgrf.html @@ -8,8 +8,8 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=toolchain-funcs xdg KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=BSD CC0-1.0 MIT ZLIB -RDEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +RDEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp SLOT=1 SRC_URI=https://gitlab.com/jgemu/jgrf/-/archive/1.0.2/jgrf-1.0.2.tar.bz2 _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=57e5380af06894eb9bc92c962381120e +_md5_=fd1cc3fa3c9a4a5a68b431ec085773b2 diff --git a/metadata/md5-cache/games-emulation/jgrf-1.1.0 b/metadata/md5-cache/games-emulation/jgrf-1.1.0 new file mode 100644 index 000000000000..ed0ecfd9644f --- /dev/null +++ b/metadata/md5-cache/games-emulation/jgrf-1.1.0 @@ -0,0 +1,15 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=compile install postinst postrm preinst +DEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +DESCRIPTION=The Jolly Good Reference Frontend +EAPI=8 +HOMEPAGE=https://jgemu.gitlab.io/jgrf.html +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=toolchain-funcs xdg +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=BSD CC0-1.0 MIT ZLIB +RDEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +SLOT=1 +SRC_URI=https://gitlab.com/jgemu/jgrf/-/archive/1.1.0/jgrf-1.1.0.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=fd1cc3fa3c9a4a5a68b431ec085773b2 diff --git a/metadata/md5-cache/games-emulation/jgrf-9999 b/metadata/md5-cache/games-emulation/jgrf-9999 index bd4ca47ea025..43c643fec873 100644 --- a/metadata/md5-cache/games-emulation/jgrf-9999 +++ b/metadata/md5-cache/games-emulation/jgrf-9999 @@ -1,6 +1,6 @@ BDEPEND=virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +DEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp DESCRIPTION=The Jolly Good Reference Frontend EAPI=8 HOMEPAGE=https://jgemu.gitlab.io/jgrf.html @@ -8,7 +8,7 @@ IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=toolchain-funcs xdg git-r3 LICENSE=BSD CC0-1.0 MIT ZLIB PROPERTIES=live -RDEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp +RDEPEND=dev-libs/miniz dev-libs/openssl:0= media-libs/jg:1= media-libs/libepoxy[egl(+)] media-libs/libsdl2[opengl,sound,video] media-libs/speexdsp SLOT=1 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=57e5380af06894eb9bc92c962381120e +_md5_=fd1cc3fa3c9a4a5a68b431ec085773b2 diff --git a/metadata/md5-cache/games-emulation/mednafen-jg-1.31.0 b/metadata/md5-cache/games-emulation/mednafen-jg-1.32.1 similarity index 87% rename from metadata/md5-cache/games-emulation/mednafen-jg-1.31.0 rename to metadata/md5-cache/games-emulation/mednafen-jg-1.32.1 index 8d6fc9288d49..1d622422c4f7 100644 --- a/metadata/md5-cache/games-emulation/mednafen-jg-1.31.0 +++ b/metadata/md5-cache/games-emulation/mednafen-jg-1.32.1 @@ -5,10 +5,11 @@ DESCRIPTION=Jolly Good Port of Mednafen EAPI=8 HOMEPAGE=https://gitlab.com/jgemu/mednafen INHERIT=autotools toolchain-funcs +IUSE=cpu_flags_x86_avx KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 LICENSE=BSD GPL-2 GPL-2+ LGPL-2.1+ ZLIB RDEPEND=app-arch/zstd dev-libs/lzo:2 >=dev-libs/trio-1.17 media-libs/flac media-libs/jg:1= sys-libs/zlib:=[minizip] games-emulation/jgrf SLOT=1 -SRC_URI=https://gitlab.com/jgemu/mednafen/-/archive/1.31.0/mednafen-1.31.0.tar.bz2 +SRC_URI=https://gitlab.com/jgemu/mednafen/-/archive/1.32.1/mednafen-1.32.1.tar.bz2 _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2240cea2f262856e60ec15aa5d854604 +_md5_=8c5bc66372eb3df620ac3f6906a50b49 diff --git a/metadata/md5-cache/games-emulation/nestopia-jg-1.52.1 b/metadata/md5-cache/games-emulation/nestopia-jg-1.52.1 new file mode 100644 index 000000000000..790744d019a2 --- /dev/null +++ b/metadata/md5-cache/games-emulation/nestopia-jg-1.52.1 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=compile install +DEPEND=media-libs/jg:1= +DESCRIPTION=Jolly Good Fork of Nestopia +EAPI=8 +HOMEPAGE=https://gitlab.com/jgemu/nestopia +INHERIT=toolchain-funcs +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2+ +RDEPEND=media-libs/jg:1= games-emulation/jgrf +SLOT=1 +SRC_URI=https://gitlab.com/jgemu/nestopia/-/archive/1.52.1/nestopia-1.52.1.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=518b8f4493a094ecda903c149d55238f diff --git a/metadata/md5-cache/games-engines/Manifest.gz b/metadata/md5-cache/games-engines/Manifest.gz index 926333975549..2681d64e924d 100644 Binary files a/metadata/md5-cache/games-engines/Manifest.gz and b/metadata/md5-cache/games-engines/Manifest.gz differ diff --git a/metadata/md5-cache/games-engines/frotz-2.53-r1 b/metadata/md5-cache/games-engines/frotz-2.53-r1 index 6ad764b191ea..a4eeed4631ca 100644 --- a/metadata/md5-cache/games-engines/frotz-2.53-r1 +++ b/metadata/md5-cache/games-engines/frotz-2.53-r1 @@ -13,4 +13,4 @@ REQUIRED_USE=sound? ( || ( ncurses sdl ) ) SLOT=0 SRC_URI=https://gitlab.com/DavidGriffith/frotz/-/archive/2.53/frotz-2.53.tar.bz2 _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=5dee1c0e8bea3a284dd4932d1fea9e38 +_md5_=71060ab1401c92e1a934feb52bc05652 diff --git a/metadata/md5-cache/games-kids/Manifest.gz b/metadata/md5-cache/games-kids/Manifest.gz index 35ad4614fd17..7b8e2dc74460 100644 Binary files a/metadata/md5-cache/games-kids/Manifest.gz and b/metadata/md5-cache/games-kids/Manifest.gz differ diff --git a/metadata/md5-cache/games-kids/gmult-14.0 b/metadata/md5-cache/games-kids/gmult-14.0 new file mode 100644 index 000000000000..4866cb3276c4 --- /dev/null +++ b/metadata/md5-cache/games-kids/gmult-14.0 @@ -0,0 +1,16 @@ +BDEPEND=|| ( dev-lang/vala:0.56 ) sys-devel/gettext >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst test +DEPEND=dev-libs/glib:2 >=gui-libs/gtk-4.14:4[introspection] >=gui-libs/libadwaita-1.5:1[vala] media-libs/graphene virtual/libintl x11-libs/cairo x11-libs/pango +DESCRIPTION=Multiplication Puzzle emulates the multiplication game found in Emacs +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/mterry/gmult/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome2-utils meson vala xdg +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ CC-BY-SA-4.0 CC0-1.0 +RDEPEND=dev-libs/glib:2 >=gui-libs/gtk-4.14:4[introspection] >=gui-libs/libadwaita-1.5:1[vala] media-libs/graphene virtual/libintl x11-libs/cairo x11-libs/pango +RESTRICT=test +SLOT=0 +SRC_URI=https://gitlab.gnome.org/mterry/gmult/-/archive/14.0/gmult-14.0.tar.bz2 +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=ed55e030516d12d580d629f39c509fa0 diff --git a/metadata/md5-cache/gnome-base/Manifest.gz b/metadata/md5-cache/gnome-base/Manifest.gz index b518966ab556..f828f8237ff7 100644 Binary files a/metadata/md5-cache/gnome-base/Manifest.gz and b/metadata/md5-cache/gnome-base/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-base/gnome-control-center-44.3 b/metadata/md5-cache/gnome-base/gnome-control-center-44.3 deleted file mode 100644 index cc9865d53819..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-control-center-44.3 +++ /dev/null @@ -1,19 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxslt app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 x11-base/xorg-proto dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( ( dev-lang/python:3.11 dev-python/python-dbusmock[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-dbusmock[python_targets_python3_10(-)] ) ) x11-apps/setxkbmap ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=gnome-online-accounts? ( x11-libs/gtk+:3 >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-libs/libpulse-2.0[glib] >=gui-libs/gtk-4.9.3:4[X,wayland=] >=gui-libs/libadwaita-1.2.0:1 >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.75.0:2 gnome-base/gnome-desktop:4= >=gnome-base/gnome-settings-daemon-41.0[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-42_alpha dev-libs/libxml2:2 >=sys-power/upower-0.99.8:= >=dev-libs/libgudev-232 >=x11-libs/libX11-1.8 >=x11-libs/libXi-1.2 media-libs/libepoxy app-crypt/gcr:0= >=dev-libs/libpwquality-1.2.2 >=sys-auth/polkit-0.114 cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) ibus? ( >=app-i18n/ibus-1.5.2 ) networkmanager? ( >=net-libs/libnma-1.10.2 >=net-misc/networkmanager-1.24.0[modemmanager] >=net-misc/modemmanager-0.7.990:= ) bluetooth? ( net-wireless/gnome-bluetooth:3= ) input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.3.0:= media-libs/fontconfig gnome-base/libgtop:2= >=sys-fs/udisks-2.1.8:2 app-crypt/libsecret net-libs/gnutls:= media-libs/gsound x11-libs/pango -DESCRIPTION=GNOME's main interface to configure various aspects of the desktop -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-control-center -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson python-any-r1 virtualx xdg -IUSE=+bluetooth +cups debug elogind +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager systemd test wayland test -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 -LICENSE=GPL-2+ CC-BY-SA-2.5 -PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 networkmanager? ( gnome-extra/nm-applet ) -RDEPEND=gnome-online-accounts? ( x11-libs/gtk+:3 >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-libs/libpulse-2.0[glib] >=gui-libs/gtk-4.9.3:4[X,wayland=] >=gui-libs/libadwaita-1.2.0:1 >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.75.0:2 gnome-base/gnome-desktop:4= >=gnome-base/gnome-settings-daemon-41.0[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-42_alpha dev-libs/libxml2:2 >=sys-power/upower-0.99.8:= >=dev-libs/libgudev-232 >=x11-libs/libX11-1.8 >=x11-libs/libXi-1.2 media-libs/libepoxy app-crypt/gcr:0= >=dev-libs/libpwquality-1.2.2 >=sys-auth/polkit-0.114 cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) ibus? ( >=app-i18n/ibus-1.5.2 ) networkmanager? ( >=net-libs/libnma-1.10.2 >=net-misc/networkmanager-1.24.0[modemmanager] >=net-misc/modemmanager-0.7.990:= ) bluetooth? ( net-wireless/gnome-bluetooth:3= ) input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.3.0:= media-libs/fontconfig gnome-base/libgtop:2= >=sys-fs/udisks-2.1.8:2 app-crypt/libsecret net-libs/gnutls:= media-libs/gsound x11-libs/pango media-libs/libcanberra[pulseaudio,sound] systemd? ( >=sys-apps/systemd-31 ) elogind? ( app-admin/openrc-settingsd sys-auth/elogind ) x11-themes/adwaita-icon-theme >=gnome-extra/gnome-color-manager-3.1.2 cups? ( app-admin/system-config-printer net-print/cups-pk-helper ) >=gnome-base/libgnomekbd-3 wayland? ( dev-libs/libinput ) !wayland? ( >=x11-drivers/xf86-input-libinput-0.19.0 input_devices_wacom? ( >=x11-drivers/xf86-input-wacom-0.33.0 ) ) -REQUIRED_USE=^^ ( elogind systemd ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-control-center/44/gnome-control-center-44.3.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-44.0-patchset.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo.svg https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo-dark.svg -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=0bdd35d3b00ea1909d6e2c431924d009 diff --git a/metadata/md5-cache/gnome-base/gnome-control-center-45.2 b/metadata/md5-cache/gnome-base/gnome-control-center-45.4 similarity index 83% rename from metadata/md5-cache/gnome-base/gnome-control-center-45.2 rename to metadata/md5-cache/gnome-base/gnome-control-center-45.4 index ac0bc4e0151a..ab04fcd960de 100644 --- a/metadata/md5-cache/gnome-base/gnome-control-center-45.2 +++ b/metadata/md5-cache/gnome-base/gnome-control-center-45.4 @@ -1,4 +1,4 @@ -BDEPEND=dev-libs/libxslt app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 x11-base/xorg-proto dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( ( dev-lang/python:3.11 dev-python/python-dbusmock[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-dbusmock[python_targets_python3_10(-)] ) ) x11-apps/setxkbmap ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/libxslt app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.2 x11-base/xorg-proto dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig test? ( || ( ( dev-lang/python:3.12 dev-python/python-dbusmock[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/python-dbusmock[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/python-dbusmock[python_targets_python3_10(-)] ) ) x11-apps/setxkbmap ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test DEPEND=gnome-online-accounts? ( x11-libs/gtk+:3 >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-libs/libpulse-2.0[glib] >=gui-libs/gtk-4.11.2:4[X,wayland=] >=gui-libs/libadwaita-1.4_alpha:1 >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.75.0:2 gnome-base/gnome-desktop:4= >=gnome-base/gnome-settings-daemon-41.0[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-42_alpha dev-libs/libxml2:2 >=sys-power/upower-0.99.8:= >=dev-libs/libgudev-232 >=x11-libs/libX11-1.8 >=x11-libs/libXi-1.2 media-libs/libepoxy app-crypt/gcr:0= >=dev-libs/libpwquality-1.2.2 >=sys-auth/polkit-0.114 cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) ibus? ( >=app-i18n/ibus-1.5.2 ) networkmanager? ( >=net-libs/libnma-1.10.2 >=net-misc/networkmanager-1.24.0[modemmanager] >=net-misc/modemmanager-0.7.990:= ) bluetooth? ( net-wireless/gnome-bluetooth:3= ) input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.3.0:= media-libs/fontconfig gnome-base/libgtop:2= >=sys-fs/udisks-2.1.8:2 app-crypt/libsecret net-libs/gnutls:= media-libs/gsound x11-libs/pango DESCRIPTION=GNOME's main interface to configure various aspects of the desktop @@ -7,13 +7,13 @@ HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-control-center IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=flag-o-matic gnome.org gnome2-utils meson python-any-r1 virtualx xdg IUSE=+bluetooth +cups debug elogind +gnome-online-accounts +ibus input_devices_wacom kerberos networkmanager systemd test wayland test -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 LICENSE=GPL-2+ CC-BY-SA-2.5 PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 networkmanager? ( gnome-extra/nm-applet ) RDEPEND=gnome-online-accounts? ( x11-libs/gtk+:3 >=net-libs/gnome-online-accounts-3.25.3:= ) >=media-libs/libpulse-2.0[glib] >=gui-libs/gtk-4.11.2:4[X,wayland=] >=gui-libs/libadwaita-1.4_alpha:1 >=sys-apps/accountsservice-0.6.39 >=x11-misc/colord-0.1.34:0= >=x11-libs/gdk-pixbuf-2.23.0:2 >=dev-libs/glib-2.75.0:2 gnome-base/gnome-desktop:4= >=gnome-base/gnome-settings-daemon-41.0[colord,input_devices_wacom?] >=gnome-base/gsettings-desktop-schemas-42_alpha dev-libs/libxml2:2 >=sys-power/upower-0.99.8:= >=dev-libs/libgudev-232 >=x11-libs/libX11-1.8 >=x11-libs/libXi-1.2 media-libs/libepoxy app-crypt/gcr:0= >=dev-libs/libpwquality-1.2.2 >=sys-auth/polkit-0.114 cups? ( >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) ibus? ( >=app-i18n/ibus-1.5.2 ) networkmanager? ( >=net-libs/libnma-1.10.2 >=net-misc/networkmanager-1.24.0[modemmanager] >=net-misc/modemmanager-0.7.990:= ) bluetooth? ( net-wireless/gnome-bluetooth:3= ) input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) kerberos? ( app-crypt/mit-krb5 ) x11-libs/cairo[glib] >=x11-libs/colord-gtk-0.3.0:= media-libs/fontconfig gnome-base/libgtop:2= >=sys-fs/udisks-2.1.8:2 app-crypt/libsecret net-libs/gnutls:= media-libs/gsound x11-libs/pango media-libs/libcanberra[pulseaudio,sound] systemd? ( >=sys-apps/systemd-31 ) elogind? ( app-admin/openrc-settingsd sys-auth/elogind ) x11-themes/adwaita-icon-theme >=gnome-extra/gnome-color-manager-3.1.2 cups? ( app-admin/system-config-printer net-print/cups-pk-helper ) gnome-extra/tecla wayland? ( dev-libs/libinput ) !wayland? ( >=x11-drivers/xf86-input-libinput-0.19.0 input_devices_wacom? ( >=x11-drivers/xf86-input-wacom-0.33.0 ) ) REQUIRED_USE=^^ ( elogind systemd ) RESTRICT=!test? ( test ) !test? ( test ) SLOT=2 -SRC_URI=mirror://gnome/sources/gnome-control-center/45/gnome-control-center-45.2.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-45.0-patchset.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo.svg https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo-dark.svg +SRC_URI=mirror://gnome/sources/gnome-control-center/45/gnome-control-center-45.4.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-45.0-patchset.tar.xz https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo.svg https://dev.gentoo.org/~mattst88/distfiles/gnome-control-center-gentoo-logo-dark.svg _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=de537e8b4a2e02638a11de0039dfde2a +_md5_=8436e8e85703e673788b192da5db1660 diff --git a/metadata/md5-cache/gnome-extra/Manifest.gz b/metadata/md5-cache/gnome-extra/Manifest.gz index 613135409b03..e1fa302491d4 100644 Binary files a/metadata/md5-cache/gnome-extra/Manifest.gz and b/metadata/md5-cache/gnome-extra/Manifest.gz differ diff --git a/metadata/md5-cache/gnome-extra/evolution-data-server-3.52.1 b/metadata/md5-cache/gnome-extra/evolution-data-server-3.52.1 new file mode 100644 index 000000000000..010bd4e86c04 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/evolution-data-server-3.52.1 @@ -0,0 +1,18 @@ +BDEPEND=dev-util/gdbus-codegen dev-util/glib-utils dev-util/gperf gtk-doc? ( >=dev-util/gtk-doc-1.14 dev-util/gi-docgen app-text/docbook-xml-dtd:4.1.2 ) >=dev-util/intltool-0.35.5 >=sys-devel/gettext-0.18.3 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=app-portage/elt-patches-20240116 app-arch/xz-utils test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend test +DEPEND=>=app-crypt/libsecret-0.5[crypt] >=dev-db/sqlite-3.7.17:3 >=dev-libs/glib-2.70:2 >=dev-libs/libical-3.0.8:=[glib,introspection?] >=dev-libs/libxml2-2 >=dev-libs/nspr-4.4 >=dev-libs/nss-3.9 >=net-libs/libsoup-3.1.1:3.0 >=dev-libs/json-glib-1.0.4 dev-libs/icu:= sys-libs/zlib:= virtual/libiconv berkdb? ( >=sys-libs/db-4:= ) gtk? ( >=x11-libs/gtk+-3.20:3 >=gui-libs/gtk-4.4:4 >=media-libs/libcanberra-0.25[gtk3] oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 ) oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 ) ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) weather? ( >=dev-libs/libgweather-4.2.0:4= ) vala? ( || ( dev-lang/vala:0.56 ) >=net-libs/libsoup-3.1.1:3.0[vala] dev-libs/libical[vala] ) +DESCRIPTION=Evolution groupware backend +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution-data-server +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake db-use flag-o-matic gnome2 vala virtualx +IUSE=berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos oauth-gtk3 oauth-gtk4 vala +weather test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat +RDEPEND=>=app-crypt/libsecret-0.5[crypt] >=dev-db/sqlite-3.7.17:3 >=dev-libs/glib-2.70:2 >=dev-libs/libical-3.0.8:=[glib,introspection?] >=dev-libs/libxml2-2 >=dev-libs/nspr-4.4 >=dev-libs/nss-3.9 >=net-libs/libsoup-3.1.1:3.0 >=dev-libs/json-glib-1.0.4 dev-libs/icu:= sys-libs/zlib:= virtual/libiconv berkdb? ( >=sys-libs/db-4:= ) gtk? ( >=x11-libs/gtk+-3.20:3 >=gui-libs/gtk-4.4:4 >=media-libs/libcanberra-0.25[gtk3] oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 ) oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 ) ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) weather? ( >=dev-libs/libgweather-4.2.0:4= ) +REQUIRED_USE=oauth-gtk3? ( gtk ) oauth-gtk4? ( gtk ) vala? ( introspection ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0/64-11-21-4-3-27-2-27-4-0 +SRC_URI=mirror://gnome/sources/evolution-data-server/3.52/evolution-data-server-3.52.1.tar.xz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c db-use 3807d3e43e20aaa6e4decedd2bb2db4c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=47205905931ca34e57d865685e0ba7c8 diff --git a/metadata/md5-cache/gnome-extra/evolution-ews-3.52.1 b/metadata/md5-cache/gnome-extra/evolution-ews-3.52.1 new file mode 100644 index 000000000000..df063150229d --- /dev/null +++ b/metadata/md5-cache/gnome-extra/evolution-ews-3.52.1 @@ -0,0 +1,17 @@ +BDEPEND=dev-util/gdbus-codegen dev-util/glib-utils >=dev-util/intltool-0.35.5 >=sys-devel/gettext-0.18.3 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=app-portage/elt-patches-20240116 app-arch/xz-utils +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.68:2 >=dev-libs/libical-3.0.5:0=[glib] >=dev-libs/json-glib-1.0.4 >=dev-libs/libmspack-0.4 dev-libs/libxml2:2 >=gnome-extra/evolution-data-server-3.52.1:0= >=mail-client/evolution-3.52.1:2.0 >=net-libs/libsoup-3.0:3.0 >=x11-libs/gtk+-3.10:3 test? ( >=net-libs/uhttpmock-0.9:1.0 ) +DESCRIPTION=Evolution module for connecting to Microsoft Exchange Web Services +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution-ews +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake gnome2 optfeature +IUSE=test +KEYWORDS=~amd64 ~arm64 ~riscv ~x86 +LICENSE=LGPL-2.1 +RDEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.68:2 >=dev-libs/libical-3.0.5:0=[glib] >=dev-libs/json-glib-1.0.4 >=dev-libs/libmspack-0.4 dev-libs/libxml2:2 >=gnome-extra/evolution-data-server-3.52.1:0= >=mail-client/evolution-3.52.1:2.0 >=net-libs/libsoup-3.0:3.0 >=x11-libs/gtk+-3.10:3 +RESTRICT=test !test? ( test ) +SLOT=0 +SRC_URI=mirror://gnome/sources/evolution-ews/3.52/evolution-ews-3.52.1.tar.xz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=f4c0259c51c4e630a02d4242a6280d4c diff --git a/metadata/md5-cache/gnome-extra/gnome-calendar-46.1 b/metadata/md5-cache/gnome-extra/gnome-calendar-46.1 new file mode 100644 index 000000000000..aff1998680a8 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-calendar-46.1 @@ -0,0 +1,17 @@ +BDEPEND=dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +DEFINED_PHASES=compile configure install postinst postrm preinst test +DEPEND=>=dev-libs/libical-1.0.1:0= >=gnome-base/gsettings-desktop-schemas-3.21.2 >=gnome-extra/evolution-data-server-3.45.1:=[gtk] net-libs/libsoup:3.0 >=gui-libs/libadwaita-1.5_alpha:1 >=dev-libs/glib-2.67.5:2 >=gui-libs/gtk-4.11.2:4 >=dev-libs/libgweather-4.2.0:4= >=app-misc/geoclue-2.4:2.0 +DESCRIPTION=Manage your calendars with simple and modern interface +EAPI=8 +HOMEPAGE=https://apps.gnome.org/Calendar/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org gnome2-utils meson virtualx xdg +IUSE=test +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=GPL-3+ +RDEPEND=>=dev-libs/libical-1.0.1:0= >=gnome-base/gsettings-desktop-schemas-3.21.2 >=gnome-extra/evolution-data-server-3.45.1:=[gtk] net-libs/libsoup:3.0 >=gui-libs/libadwaita-1.5_alpha:1 >=dev-libs/glib-2.67.5:2 >=gui-libs/gtk-4.11.2:4 >=dev-libs/libgweather-4.2.0:4= >=app-misc/geoclue-2.4:2.0 +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-calendar/46/gnome-calendar-46.1.tar.xz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=eb14c98fad73182a254662a3896061a4 diff --git a/metadata/md5-cache/gnome-extra/gnome-contacts-46.0 b/metadata/md5-cache/gnome-extra/gnome-contacts-46.0 new file mode 100644 index 000000000000..41c5d50cd1f7 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-contacts-46.0 @@ -0,0 +1,16 @@ +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( dev-lang/vala:0.56 ) >=dev-libs/gobject-introspection-1.54 dev-libs/folks[vala(+)] gnome-online-accounts? ( net-libs/gnome-online-accounts[vala] ) gnome-extra/evolution-data-server[gtk,vala] >=dev-libs/libportal-0.6:=[gtk,vala] app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/folks-0.14.0:=[eds] >=dev-libs/libgee-0.10:0.8= >=dev-libs/glib-2.64:2 >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4_alpha:1 >=gnome-extra/evolution-data-server-3.42:=[gnome-online-accounts?] >=dev-libs/libportal-0.6:= >=media-gfx/qrencode-4.1.1:= gnome-online-accounts? ( net-libs/gnome-online-accounts:= ) +DESCRIPTION=GNOME contact management application +EAPI=8 +HOMEPAGE=https://wiki.gnome.org/Design/Apps/Contacts +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org gnome2-utils meson python-any-r1 vala xdg +IUSE=+gnome-online-accounts +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/folks-0.14.0:=[eds] >=dev-libs/libgee-0.10:0.8= >=dev-libs/glib-2.64:2 >=gui-libs/gtk-4.12:4 >=gui-libs/libadwaita-1.4_alpha:1 >=gnome-extra/evolution-data-server-3.42:=[gnome-online-accounts?] >=dev-libs/libportal-0.6:= >=media-gfx/qrencode-4.1.1:= gnome-online-accounts? ( net-libs/gnome-online-accounts:= ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-contacts/46/gnome-contacts-46.0.tar.xz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=b3cfad9c0f17d7ce3fef0b1779c999c8 diff --git a/metadata/md5-cache/gnome-extra/nm-applet-1.36.0 b/metadata/md5-cache/gnome-extra/nm-applet-1.36.0 index 2fd927d9a16c..301d3c893dc1 100644 --- a/metadata/md5-cache/gnome-extra/nm-applet-1.36.0 +++ b/metadata/md5-cache/gnome-extra/nm-applet-1.36.0 @@ -7,10 +7,10 @@ HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome.org gnome2-utils meson xdg IUSE=appindicator +modemmanager selinux teamd -KEYWORDS=amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 +KEYWORDS=amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 LICENSE=GPL-2+ RDEPEND=>=dev-libs/glib-2.40:2 >=app-crypt/libsecret-0.18 >=net-libs/libnma-1.10.4-r2 >=x11-libs/gtk+-3.10:3 >=net-misc/networkmanager-1.46[modemmanager?,teamd?] appindicator? ( dev-libs/libayatana-appindicator >=dev-libs/libdbusmenu-16.04.0 ) modemmanager? ( net-misc/modemmanager ) selinux? ( sys-libs/libselinux ) teamd? ( >=dev-libs/jansson-2.7:= ) virtual/freedesktop-icon-theme SLOT=0 SRC_URI=mirror://gnome/sources/network-manager-applet/1.36/network-manager-applet-1.36.0.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=ce5d563b65dc0cfadce77682c185d4e1 +_md5_=606f7d6e2388a73d8253b85d73e602fc diff --git a/metadata/md5-cache/gui-libs/Manifest.gz b/metadata/md5-cache/gui-libs/Manifest.gz index 83c5381ca0e7..6595c1f1db0a 100644 Binary files a/metadata/md5-cache/gui-libs/Manifest.gz and b/metadata/md5-cache/gui-libs/Manifest.gz differ diff --git a/metadata/md5-cache/gui-libs/gtk-4.14.3 b/metadata/md5-cache/gui-libs/gtk-4.14.3 new file mode 100644 index 000000000000..f1673cddb977 --- /dev/null +++ b/metadata/md5-cache/gui-libs/gtk-4.14.3 @@ -0,0 +1,19 @@ +BDEPEND=dev-libs/gobject-introspection-common introspection? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.12 dev-python/pygobject:3[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/pygobject:3[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/pygobject:3[python_targets_python3_10(-)] ) ) ) dev-python/docutils dev-libs/glib >=dev-util/gdbus-codegen-2.48 dev-util/glib-utils >=sys-devel/gettext-0.19.7 virtual/pkgconfig vulkan? ( media-libs/shaderc ) wayland? ( dev-util/wayland-scanner ) test? ( dev-libs/glib:2 media-fonts/cantarell wayland? ( dev-libs/weston[headless] ) ) app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=dev-libs/glib-2.76.0:2 >=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?] >=x11-libs/pango-1.50.0[introspection?] >=dev-libs/fribidi-1.0.6 >=media-libs/harfbuzz-2.6.0:= >=x11-libs/gdk-pixbuf-2.30:2[introspection?] media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:= >=media-libs/libepoxy-1.4[egl(+),X(+)?] >=media-libs/graphene-1.10.0[introspection?] app-text/iso-codes x11-misc/shared-mime-info cloudproviders? ( net-libs/libcloudproviders ) colord? ( >=x11-misc/colord-0.1.9:0= ) cups? ( >=net-print/cups-2.0 ) examples? ( gnome-base/librsvg:2 ) gstreamer? ( >=media-libs/gstreamer-1.12.3:1.0 >=media-libs/gst-plugins-bad-1.12.3:1.0 || ( >=media-libs/gst-plugins-base-1.12.3:1.0[gles2] >=media-libs/gst-plugins-base-1.12.3:1.0[opengl] ) ) introspection? ( >=dev-libs/gobject-introspection-1.76:= ) vulkan? ( >=media-libs/vulkan-loader-1.3:= ) wayland? ( >=dev-libs/wayland-1.21.0 >=dev-libs/wayland-protocols-1.31 media-libs/mesa[wayland] >=x11-libs/libxkbcommon-0.2 ) X? ( media-libs/fontconfig media-libs/mesa[X(+)] x11-libs/libX11 >=x11-libs/libXi-1.8 x11-libs/libXext >=x11-libs/libXrandr-1.5 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXdamage x11-libs/libXinerama ) kernel_linux? ( x11-libs/libdrm sys-kernel/linux-headers ) sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 ) X? ( x11-base/xorg-proto ) +DESCRIPTION=GTK is a multi-platform toolkit for creating graphical user interfaces +EAPI=8 +HOMEPAGE=https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg +IUSE=aqua broadway cloudproviders colord cups examples gstreamer +introspection sysprof test vulkan wayland +X cpu_flags_x86_f16c test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-2+ +PDEPEND=gnome-base/librsvg:2 >=x11-themes/adwaita-icon-theme-3.14 +RDEPEND=>=dev-libs/glib-2.76.0:2 >=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?] >=x11-libs/pango-1.50.0[introspection?] >=dev-libs/fribidi-1.0.6 >=media-libs/harfbuzz-2.6.0:= >=x11-libs/gdk-pixbuf-2.30:2[introspection?] media-libs/libpng:= media-libs/tiff:= media-libs/libjpeg-turbo:= >=media-libs/libepoxy-1.4[egl(+),X(+)?] >=media-libs/graphene-1.10.0[introspection?] app-text/iso-codes x11-misc/shared-mime-info cloudproviders? ( net-libs/libcloudproviders ) colord? ( >=x11-misc/colord-0.1.9:0= ) cups? ( >=net-print/cups-2.0 ) examples? ( gnome-base/librsvg:2 ) gstreamer? ( >=media-libs/gstreamer-1.12.3:1.0 >=media-libs/gst-plugins-bad-1.12.3:1.0 || ( >=media-libs/gst-plugins-base-1.12.3:1.0[gles2] >=media-libs/gst-plugins-base-1.12.3:1.0[opengl] ) ) introspection? ( >=dev-libs/gobject-introspection-1.76:= ) vulkan? ( >=media-libs/vulkan-loader-1.3:= ) wayland? ( >=dev-libs/wayland-1.21.0 >=dev-libs/wayland-protocols-1.31 media-libs/mesa[wayland] >=x11-libs/libxkbcommon-0.2 ) X? ( media-libs/fontconfig media-libs/mesa[X(+)] x11-libs/libX11 >=x11-libs/libXi-1.8 x11-libs/libXext >=x11-libs/libXrandr-1.5 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXdamage x11-libs/libXinerama ) >=dev-util/gtk-update-icon-cache-3 +REQUIRED_USE=|| ( aqua wayland X ) test? ( introspection ) +RESTRICT=!test? ( test ) +SLOT=4 +SRC_URI=mirror://gnome/sources/gtk/4.14/gtk-4.14.3.tar.xz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=8389787d8938addd9057604c536e0957 diff --git a/metadata/md5-cache/gui-libs/libadwaita-1.5.0 b/metadata/md5-cache/gui-libs/libadwaita-1.5.0 new file mode 100644 index 000000000000..2036666b20ef --- /dev/null +++ b/metadata/md5-cache/gui-libs/libadwaita-1.5.0 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) vala? ( || ( dev-lang/vala:0.56 ) ) dev-util/glib-utils sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=dev-libs/glib-2.76:2 >=gui-libs/gtk-4.13.4:4[introspection?] dev-libs/appstream:= dev-libs/fribidi introspection? ( >=dev-libs/gobject-introspection-1.54:= ) x11-base/xorg-proto +DESCRIPTION=Building blocks for modern GNOME applications +EAPI=8 +HOMEPAGE=https://gnome.pages.gitlab.gnome.org/libadwaita/ https://gitlab.gnome.org/GNOME/libadwaita +INHERIT=gnome.org meson python-any-r1 vala virtualx +IUSE=+introspection test +vala test +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=dev-libs/glib-2.76:2 >=gui-libs/gtk-4.13.4:4[introspection?] dev-libs/appstream:= dev-libs/fribidi introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +REQUIRED_USE=vala? ( introspection ) +RESTRICT=!test? ( test ) +SLOT=1 +SRC_URI=mirror://gnome/sources/libadwaita/1.5/libadwaita-1.5.0.tar.xz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 virtualx 817571665ee28575da44ee08135089e5 +_md5_=4a6df8f529705c159e9ea9703893e780 diff --git a/metadata/md5-cache/gui-libs/wlroots-0.17.3 b/metadata/md5-cache/gui-libs/wlroots-0.17.3 new file mode 100644 index 000000000000..7267c12a74d7 --- /dev/null +++ b/metadata/md5-cache/gui-libs/wlroots-0.17.3 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-libs/wayland-protocols-1.32 dev-util/wayland-scanner virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst test +DEPEND=>=dev-libs/wayland-1.22.0 media-libs/libglvnd media-libs/mesa[egl(+),gles2(+)] >=x11-libs/libdrm-2.4.114 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) +DESCRIPTION=Pluggable, composable, unopinionated modules for building a Wayland compositor +EAPI=8 +HOMEPAGE=https://gitlab.freedesktop.org/wlroots/wlroots +INHERIT=meson +IUSE=liftoff +libinput +drm +session tinywl vulkan x11-backend xcb-errors X +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=MIT +RDEPEND=>=dev-libs/wayland-1.22.0 media-libs/libglvnd media-libs/mesa[egl(+),gles2(+)] >=x11-libs/libdrm-2.4.114 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) +REQUIRED_USE=drm? ( session ) libinput? ( session ) xcb-errors? ( || ( x11-backend X ) ) +SLOT=0/17 +SRC_URI=https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.3/downloads/wlroots-0.17.3.tar.gz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=877b5c87419df4ecf4ad301420730995 diff --git a/metadata/md5-cache/gui-libs/wlroots-9999 b/metadata/md5-cache/gui-libs/wlroots-9999 index ac6cc1081ee9..7a70254f8cc4 100644 --- a/metadata/md5-cache/gui-libs/wlroots-9999 +++ b/metadata/md5-cache/gui-libs/wlroots-9999 @@ -1,6 +1,6 @@ BDEPEND=>=dev-libs/wayland-protocols-1.33 dev-util/wayland-scanner virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst test unpack -DEPEND=>=dev-libs/wayland-1.22.0 media-libs/mesa[egl(+),gles2] >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) +DEPEND=>=dev-libs/wayland-1.22.0 media-libs/mesa[egl(+),gles2(+)] >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) DESCRIPTION=Pluggable, composable, unopinionated modules for building a Wayland compositor EAPI=8 HOMEPAGE=https://gitlab.freedesktop.org/wlroots/wlroots @@ -8,8 +8,8 @@ INHERIT=meson git-r3 IUSE=liftoff +libinput +drm +session tinywl vulkan x11-backend xcb-errors X LICENSE=MIT PROPERTIES=live -RDEPEND=>=dev-libs/wayland-1.22.0 media-libs/mesa[egl(+),gles2] >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) +RDEPEND=>=dev-libs/wayland-1.22.0 media-libs/mesa[egl(+),gles2(+)] >=x11-libs/libdrm-2.4.120 x11-libs/libxkbcommon >=x11-libs/pixman-0.42.0 drm? ( media-libs/libdisplay-info sys-apps/hwdata liftoff? ( >=dev-libs/libliftoff-0.4 ) ) libinput? ( >=dev-libs/libinput-1.14.0:= ) session? ( sys-auth/seatd:= virtual/libudev ) vulkan? ( dev-util/glslang:= dev-util/vulkan-headers media-libs/vulkan-loader ) xcb-errors? ( x11-libs/xcb-util-errors ) x11-backend? ( x11-libs/libxcb:= x11-libs/xcb-util-renderutil ) X? ( x11-libs/libxcb:= x11-libs/xcb-util-wm x11-base/xwayland ) REQUIRED_USE=drm? ( session ) libinput? ( session ) xcb-errors? ( || ( x11-backend X ) ) SLOT=0/9999 _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7b590065c82dd594baef0cf09e84beb7 +_md5_=226603edeb8774333477054dfaaf4770 diff --git a/metadata/md5-cache/kde-plasma/Manifest.gz b/metadata/md5-cache/kde-plasma/Manifest.gz index 2f9b2d7d74a8..09c2ad4abfe6 100644 Binary files a/metadata/md5-cache/kde-plasma/Manifest.gz and b/metadata/md5-cache/kde-plasma/Manifest.gz differ diff --git a/metadata/md5-cache/kde-plasma/discover-6.0.4-r1 b/metadata/md5-cache/kde-plasma/discover-6.0.4 similarity index 85% rename from metadata/md5-cache/kde-plasma/discover-6.0.4-r1 rename to metadata/md5-cache/kde-plasma/discover-6.0.4 index 24cb6756ac26..3f422bd6e14f 100644 --- a/metadata/md5-cache/kde-plasma/discover-6.0.4-r1 +++ b/metadata/md5-cache/kde-plasma/discover-6.0.4 @@ -1,6 +1,6 @@ BDEPEND=>=kde-frameworks/kcmutils-6.0:6 app-alternatives/ninja >=dev-build/cmake-3.20.5 dev-libs/libpcre2:* >=kde-frameworks/extra-cmake-modules-6.0:* DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-libs/appstream-1.0.0:=[qt6] dev-libs/kirigami-addons:6 >=dev-qt/qtbase-6.6.2:6=[concurrent,dbus,gui,network,widgets] >=dev-qt/qtdeclarative-6.6.2:6 >=kde-frameworks/attica-6.0:6 >=kde-frameworks/kauth-6.0:6 >=kde-frameworks/kcmutils-6.0:6 >=kde-frameworks/kconfig-6.0:6 >=kde-frameworks/kconfigwidgets-6.0:6 >=kde-frameworks/kcoreaddons-6.0:6 >=kde-frameworks/kcrash-6.0:6 >=kde-frameworks/kdbusaddons-6.0:6 >=kde-frameworks/ki18n-6.0:6 >=kde-frameworks/kidletime-6.0:6 >=kde-frameworks/kio-6.0:6 >=kde-frameworks/kirigami-6.0:6 >=kde-frameworks/knewstuff-6.0:6 >=kde-frameworks/knotifications-6.0:6 >=kde-frameworks/kstatusnotifieritem-6.0:6 >=kde-frameworks/kwidgetsaddons-6.0:6 >=kde-frameworks/kxmlgui-6.0:6 >=kde-frameworks/purpose-6.0:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) snap? ( sys-libs/snapd-glib:=[qt6(-),-qt5(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-6.0:6 ) webengine? ( >=dev-qt/qtwebview-6.6.2:6 ) dev-qt/qtbase:6 +DEPEND=>=dev-libs/appstream-1.0.0:=[qt6] dev-libs/kirigami-addons:6 >=dev-qt/qtbase-6.6.2:6=[concurrent,dbus,gui,network,widgets] >=dev-qt/qtdeclarative-6.6.2:6 >=kde-frameworks/attica-6.0:6 >=kde-frameworks/kauth-6.0:6 >=kde-frameworks/kcmutils-6.0:6 >=kde-frameworks/kconfig-6.0:6 >=kde-frameworks/kconfigwidgets-6.0:6 >=kde-frameworks/kcoreaddons-6.0:6 >=kde-frameworks/kcrash-6.0:6 >=kde-frameworks/kdbusaddons-6.0:6 >=kde-frameworks/ki18n-6.0:6 >=kde-frameworks/kidletime-6.0:6 >=kde-frameworks/kio-6.0:6 >=kde-frameworks/kirigami-6.0:6 >=kde-frameworks/knewstuff-6.0:6 >=kde-frameworks/knotifications-6.0:6 >=kde-frameworks/kstatusnotifieritem-6.0:6 >=kde-frameworks/kwidgetsaddons-6.0:6 >=kde-frameworks/kxmlgui-6.0:6 >=kde-frameworks/purpose-6.0:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) snap? ( sys-libs/snapd-glib:=[qt6(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-6.0:6 ) webengine? ( >=dev-qt/qtwebview-6.6.2:6 ) dev-qt/qtbase:6 DESCRIPTION=KDE Plasma resources management GUI EAPI=8 HOMEPAGE=https://userbase.kde.org/Discover @@ -9,9 +9,9 @@ INHERIT=ecm plasma.kde.org IUSE=+firmware flatpak snap telemetry webengine debug test KEYWORDS=~amd64 LICENSE=GPL-2 -RDEPEND=>=dev-libs/appstream-1.0.0:=[qt6] dev-libs/kirigami-addons:6 >=dev-qt/qtbase-6.6.2:6=[concurrent,dbus,gui,network,widgets] >=dev-qt/qtdeclarative-6.6.2:6 >=kde-frameworks/attica-6.0:6 >=kde-frameworks/kauth-6.0:6 >=kde-frameworks/kcmutils-6.0:6 >=kde-frameworks/kconfig-6.0:6 >=kde-frameworks/kconfigwidgets-6.0:6 >=kde-frameworks/kcoreaddons-6.0:6 >=kde-frameworks/kcrash-6.0:6 >=kde-frameworks/kdbusaddons-6.0:6 >=kde-frameworks/ki18n-6.0:6 >=kde-frameworks/kidletime-6.0:6 >=kde-frameworks/kio-6.0:6 >=kde-frameworks/kirigami-6.0:6 >=kde-frameworks/knewstuff-6.0:6 >=kde-frameworks/knotifications-6.0:6 >=kde-frameworks/kstatusnotifieritem-6.0:6 >=kde-frameworks/kwidgetsaddons-6.0:6 >=kde-frameworks/kxmlgui-6.0:6 >=kde-frameworks/purpose-6.0:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) snap? ( sys-libs/snapd-glib:=[qt6(-),-qt5(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-6.0:6 ) webengine? ( >=dev-qt/qtwebview-6.6.2:6 ) snap? ( app-containers/snapd ) || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtbase:6 !kde-plasma/discover:5 +RDEPEND=>=dev-libs/appstream-1.0.0:=[qt6] dev-libs/kirigami-addons:6 >=dev-qt/qtbase-6.6.2:6=[concurrent,dbus,gui,network,widgets] >=dev-qt/qtdeclarative-6.6.2:6 >=kde-frameworks/attica-6.0:6 >=kde-frameworks/kauth-6.0:6 >=kde-frameworks/kcmutils-6.0:6 >=kde-frameworks/kconfig-6.0:6 >=kde-frameworks/kconfigwidgets-6.0:6 >=kde-frameworks/kcoreaddons-6.0:6 >=kde-frameworks/kcrash-6.0:6 >=kde-frameworks/kdbusaddons-6.0:6 >=kde-frameworks/ki18n-6.0:6 >=kde-frameworks/kidletime-6.0:6 >=kde-frameworks/kio-6.0:6 >=kde-frameworks/kirigami-6.0:6 >=kde-frameworks/knewstuff-6.0:6 >=kde-frameworks/knotifications-6.0:6 >=kde-frameworks/kstatusnotifieritem-6.0:6 >=kde-frameworks/kwidgetsaddons-6.0:6 >=kde-frameworks/kxmlgui-6.0:6 >=kde-frameworks/purpose-6.0:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) snap? ( sys-libs/snapd-glib:=[qt6(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-6.0:6 ) webengine? ( >=dev-qt/qtwebview-6.6.2:6 ) snap? ( app-containers/snapd ) || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* ) >=kde-frameworks/kf-env-4 dev-qt/qtbase:6 !kde-plasma/discover:5 RESTRICT=!test? ( test ) SLOT=6 SRC_URI=mirror://kde/stable/plasma/6.0.4/discover-6.0.4.tar.xz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c ecm 322462a1b61f437f69f66ac730eb98c5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 kde.org 60fcb935e4206806bf9f38e3537521a2 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 plasma.kde.org 2999fb2a4a3f8dbce629c1fac6a95598 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=d27a42b62a7684d405f4feeb9336ed52 +_md5_=200e1b1189b715e992b19509feb2acd8 diff --git a/metadata/md5-cache/mail-client/Manifest.gz b/metadata/md5-cache/mail-client/Manifest.gz index b9ea1f3ab625..3f9bb797557c 100644 Binary files a/metadata/md5-cache/mail-client/Manifest.gz and b/metadata/md5-cache/mail-client/Manifest.gz differ diff --git a/metadata/md5-cache/mail-client/evolution-3.52.1 b/metadata/md5-cache/mail-client/evolution-3.52.1 new file mode 100644 index 000000000000..55def58cf19d --- /dev/null +++ b/metadata/md5-cache/mail-client/evolution-3.52.1 @@ -0,0 +1,16 @@ +BDEPEND=app-text/docbook-xml-dtd:4.1.2 dev-util/gdbus-codegen dev-util/glib-utils dev-util/itstool gtk-doc? ( dev-util/gtk-doc app-text/docbook-xml-dtd:4.3 ) >=dev-util/intltool-0.40.0 >=sys-devel/gettext-0.18.3 virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=app-portage/elt-patches-20240116 app-arch/xz-utils +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=>=app-crypt/libsecret-0.5 >=app-text/enchant-2.2.0:2 >=dev-db/sqlite-3.7.17:3 >=dev-libs/glib-2.66:2[dbus] >=dev-libs/libxml2-2.7.3:2 >=gnome-base/gnome-desktop-2.91.3:3= >=gnome-base/gsettings-desktop-schemas-2.91.92 >=gnome-extra/evolution-data-server-3.52.1:=[gtk,weather?] >=media-libs/libcanberra-0.25[gtk3] >=net-libs/libsoup-3.0:3.0 >=net-libs/webkit-gtk-2.38.0:4.1[spell?] >=x11-libs/cairo-1.9.15[glib] >=x11-libs/gdk-pixbuf-2.24:2 >=x11-libs/gtk+-3.22:3 >=x11-libs/libnotify-0.7 >=x11-misc/shared-mime-info-0.22 app-text/cmark:= >=app-text/iso-codes-0.49 >=app-accessibility/at-spi2-core-2.46.0:2 gnome-base/dconf archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] ) bogofilter? ( mail-filter/bogofilter ) geolocation? ( >=media-libs/libchamplain-0.12.21:0.12[gtk] >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 >=sci-geosciences/geocode-glib-3.26.3:2 ) ldap? ( >=net-nds/openldap-2:= ) spamassassin? ( mail-filter/spamassassin ) spell? ( >=app-text/gspell-1.8:= ) ssl? ( >=dev-libs/nspr-4.6.1 >=dev-libs/nss-3.11 ) weather? ( >=dev-libs/libgweather-4.2.0:4= >=sci-geosciences/geocode-glib-3.26.3:2 ) ytnef? ( net-mail/ytnef ) +DESCRIPTION=Integrated mail, addressbook and calendaring functionality +EAPI=8 +HOMEPAGE=https://gitlab.gnome.org/GNOME/evolution/-/wikis/home https://gitlab.gnome.org/GNOME/evolution +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake gnome2 readme.gentoo-r1 +IUSE=archive +bogofilter geolocation gtk-doc highlight ldap selinux spamassassin spell ssl +weather ytnef +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP +RDEPEND=>=app-crypt/libsecret-0.5 >=app-text/enchant-2.2.0:2 >=dev-db/sqlite-3.7.17:3 >=dev-libs/glib-2.66:2[dbus] >=dev-libs/libxml2-2.7.3:2 >=gnome-base/gnome-desktop-2.91.3:3= >=gnome-base/gsettings-desktop-schemas-2.91.92 >=gnome-extra/evolution-data-server-3.52.1:=[gtk,weather?] >=media-libs/libcanberra-0.25[gtk3] >=net-libs/libsoup-3.0:3.0 >=net-libs/webkit-gtk-2.38.0:4.1[spell?] >=x11-libs/cairo-1.9.15[glib] >=x11-libs/gdk-pixbuf-2.24:2 >=x11-libs/gtk+-3.22:3 >=x11-libs/libnotify-0.7 >=x11-misc/shared-mime-info-0.22 app-text/cmark:= >=app-text/iso-codes-0.49 >=app-accessibility/at-spi2-core-2.46.0:2 gnome-base/dconf archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] ) bogofilter? ( mail-filter/bogofilter ) geolocation? ( >=media-libs/libchamplain-0.12.21:0.12[gtk] >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 >=sci-geosciences/geocode-glib-3.26.3:2 ) ldap? ( >=net-nds/openldap-2:= ) spamassassin? ( mail-filter/spamassassin ) spell? ( >=app-text/gspell-1.8:= ) ssl? ( >=dev-libs/nspr-4.6.1 >=dev-libs/nss-3.11 ) weather? ( >=dev-libs/libgweather-4.2.0:4= >=sci-geosciences/geocode-glib-3.26.3:2 ) ytnef? ( net-mail/ytnef ) highlight? ( app-text/highlight ) selinux? ( sec-policy/selinux-evolution ) +SLOT=2.0 +SRC_URI=mirror://gnome/sources/evolution/3.52/evolution-3.52.1.tar.xz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome.org 6b39404f1491c60a2d32e3c693a683fe gnome2 fc9e598eaac41c6ac9ed1a44bc004d03 gnome2-utils 30dbce54b89e77b86f366548f94419ad libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=5f10887b14fa7400bc0e91060a945979 diff --git a/metadata/md5-cache/mail-client/thunderbird-115.10.1 b/metadata/md5-cache/mail-client/thunderbird-115.10.1 index 4ddd6bf92a19..d6e871bade43 100644 --- a/metadata/md5-cache/mail-client/thunderbird-115.10.1 +++ b/metadata/md5-cache/mail-client/thunderbird-115.10.1 @@ -14,4 +14,4 @@ REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( lto ) wifi? ( dbus ) SLOT=0 SRC_URI=https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/source/thunderbird-115.10.1.source.tar.xz -> thunderbird-115.10.1.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-115esr-patches-09.tar.xz l10n_af? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/af.xpi -> thunderbird-115.10.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ar.xpi -> thunderbird-115.10.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ast.xpi -> thunderbird-115.10.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/be.xpi -> thunderbird-115.10.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/bg.xpi -> thunderbird-115.10.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/br.xpi -> thunderbird-115.10.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ca.xpi -> thunderbird-115.10.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/cak.xpi -> thunderbird-115.10.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/cs.xpi -> thunderbird-115.10.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/cy.xpi -> thunderbird-115.10.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/da.xpi -> thunderbird-115.10.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/de.xpi -> thunderbird-115.10.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/dsb.xpi -> thunderbird-115.10.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/el.xpi -> thunderbird-115.10.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/en-CA.xpi -> thunderbird-115.10.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/en-GB.xpi -> thunderbird-115.10.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/es-AR.xpi -> thunderbird-115.10.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/es-ES.xpi -> thunderbird-115.10.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/es-MX.xpi -> thunderbird-115.10.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/et.xpi -> thunderbird-115.10.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/eu.xpi -> thunderbird-115.10.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/fi.xpi -> thunderbird-115.10.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/fr.xpi -> thunderbird-115.10.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/fy-NL.xpi -> thunderbird-115.10.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ga-IE.xpi -> thunderbird-115.10.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/gd.xpi -> thunderbird-115.10.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/gl.xpi -> thunderbird-115.10.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/he.xpi -> thunderbird-115.10.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/hr.xpi -> thunderbird-115.10.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/hsb.xpi -> thunderbird-115.10.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/hu.xpi -> thunderbird-115.10.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/id.xpi -> thunderbird-115.10.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/is.xpi -> thunderbird-115.10.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/it.xpi -> thunderbird-115.10.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ja.xpi -> thunderbird-115.10.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ka.xpi -> thunderbird-115.10.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/kab.xpi -> thunderbird-115.10.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/kk.xpi -> thunderbird-115.10.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ko.xpi -> thunderbird-115.10.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/lt.xpi -> thunderbird-115.10.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/lv.xpi -> thunderbird-115.10.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ms.xpi -> thunderbird-115.10.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/nb-NO.xpi -> thunderbird-115.10.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/nl.xpi -> thunderbird-115.10.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/nn-NO.xpi -> thunderbird-115.10.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/pa-IN.xpi -> thunderbird-115.10.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/pl.xpi -> thunderbird-115.10.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/pt-BR.xpi -> thunderbird-115.10.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/pt-PT.xpi -> thunderbird-115.10.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/rm.xpi -> thunderbird-115.10.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ro.xpi -> thunderbird-115.10.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/ru.xpi -> thunderbird-115.10.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/sk.xpi -> thunderbird-115.10.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/sl.xpi -> thunderbird-115.10.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/sq.xpi -> thunderbird-115.10.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/sr.xpi -> thunderbird-115.10.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/sv-SE.xpi -> thunderbird-115.10.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/th.xpi -> thunderbird-115.10.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/tr.xpi -> thunderbird-115.10.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/uk.xpi -> thunderbird-115.10.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/uz.xpi -> thunderbird-115.10.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/vi.xpi -> thunderbird-115.10.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/zh-CN.xpi -> thunderbird-115.10.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/115.10.1/linux-x86_64/xpi/zh-TW.xpi -> thunderbird-115.10.1-zh-TW.xpi ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm 1eea65d11f743b8e256ef279b652a2e6 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=270d708fc64e4222b07ceb66b5278704 +_md5_=3a194b2b5fa18b92e5c96d45d4554e9f diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-115.9.0 b/metadata/md5-cache/mail-client/thunderbird-bin-115.9.0 deleted file mode 100644 index 9c714dc00d68..000000000000 --- a/metadata/md5-cache/mail-client/thunderbird-bin-115.9.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=app-arch/unzip alsa? ( !pulseaudio? ( dev-util/patchelf ) ) -DEFINED_PHASES=install postinst postrm preinst unpack -DEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) -DESCRIPTION=Thunderbird Mail Client -EAPI=8 -HOMEPAGE=https://www.thunderbird.net/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop optfeature pax-utils xdg -IUSE=+alsa +ffmpeg +pulseaudio selinux wayland l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=alsa? ( !pulseaudio? ( media-sound/apulse ) ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/dbus-glib >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libxcb >=x11-libs/pango-1.22.0 ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-libs/libpulse ) selinux? ( sec-policy/selinux-thunderbird ) -RESTRICT=strip -SLOT=0/115 -SRC_URI=amd64? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/en-US/thunderbird-115.9.0.tar.bz2 -> thunderbird-bin_x86_64-115.9.0.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-i686/en-US/thunderbird-115.9.0.tar.bz2 -> thunderbird-bin_i686-115.9.0.tar.bz2 ) l10n_af? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/af.xpi -> thunderbird-115.9.0-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ar.xpi -> thunderbird-115.9.0-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ast.xpi -> thunderbird-115.9.0-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/be.xpi -> thunderbird-115.9.0-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/bg.xpi -> thunderbird-115.9.0-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/br.xpi -> thunderbird-115.9.0-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ca.xpi -> thunderbird-115.9.0-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/cak.xpi -> thunderbird-115.9.0-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/cs.xpi -> thunderbird-115.9.0-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/cy.xpi -> thunderbird-115.9.0-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/da.xpi -> thunderbird-115.9.0-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/de.xpi -> thunderbird-115.9.0-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/dsb.xpi -> thunderbird-115.9.0-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/el.xpi -> thunderbird-115.9.0-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/en-CA.xpi -> thunderbird-115.9.0-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/en-GB.xpi -> thunderbird-115.9.0-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/es-AR.xpi -> thunderbird-115.9.0-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/es-ES.xpi -> thunderbird-115.9.0-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/es-MX.xpi -> thunderbird-115.9.0-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/et.xpi -> thunderbird-115.9.0-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/eu.xpi -> thunderbird-115.9.0-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/fi.xpi -> thunderbird-115.9.0-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/fr.xpi -> thunderbird-115.9.0-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/fy-NL.xpi -> thunderbird-115.9.0-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ga-IE.xpi -> thunderbird-115.9.0-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/gd.xpi -> thunderbird-115.9.0-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/gl.xpi -> thunderbird-115.9.0-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/he.xpi -> thunderbird-115.9.0-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/hr.xpi -> thunderbird-115.9.0-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/hsb.xpi -> thunderbird-115.9.0-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/hu.xpi -> thunderbird-115.9.0-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/id.xpi -> thunderbird-115.9.0-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/is.xpi -> thunderbird-115.9.0-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/it.xpi -> thunderbird-115.9.0-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ja.xpi -> thunderbird-115.9.0-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ka.xpi -> thunderbird-115.9.0-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/kab.xpi -> thunderbird-115.9.0-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/kk.xpi -> thunderbird-115.9.0-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ko.xpi -> thunderbird-115.9.0-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/lt.xpi -> thunderbird-115.9.0-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/lv.xpi -> thunderbird-115.9.0-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ms.xpi -> thunderbird-115.9.0-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/nb-NO.xpi -> thunderbird-115.9.0-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/nl.xpi -> thunderbird-115.9.0-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/nn-NO.xpi -> thunderbird-115.9.0-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/pa-IN.xpi -> thunderbird-115.9.0-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/pl.xpi -> thunderbird-115.9.0-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/pt-BR.xpi -> thunderbird-115.9.0-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/pt-PT.xpi -> thunderbird-115.9.0-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/rm.xpi -> thunderbird-115.9.0-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ro.xpi -> thunderbird-115.9.0-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/ru.xpi -> thunderbird-115.9.0-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/sk.xpi -> thunderbird-115.9.0-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/sl.xpi -> thunderbird-115.9.0-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/sq.xpi -> thunderbird-115.9.0-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/sr.xpi -> thunderbird-115.9.0-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/sv-SE.xpi -> thunderbird-115.9.0-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/th.xpi -> thunderbird-115.9.0-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/tr.xpi -> thunderbird-115.9.0-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/uk.xpi -> thunderbird-115.9.0-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/uz.xpi -> thunderbird-115.9.0-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/vi.xpi -> thunderbird-115.9.0-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/zh-CN.xpi -> thunderbird-115.9.0-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/thunderbird/releases/115.9.0/linux-x86_64/xpi/zh-TW.xpi -> thunderbird-115.9.0-zh-TW.xpi ) -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=e10fca9721d24f120f30a1bcc1c62bdc diff --git a/metadata/md5-cache/mail-mta/Manifest.gz b/metadata/md5-cache/mail-mta/Manifest.gz index 95e988cafe23..1b260a883007 100644 Binary files a/metadata/md5-cache/mail-mta/Manifest.gz and b/metadata/md5-cache/mail-mta/Manifest.gz differ diff --git a/metadata/md5-cache/mail-mta/courier-1.3.5 b/metadata/md5-cache/mail-mta/courier-1.3.5 index 08b601e0bbf7..762d86a82f9b 100644 --- a/metadata/md5-cache/mail-mta/courier-1.3.5 +++ b/metadata/md5-cache/mail-mta/courier-1.3.5 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://www.courier-mta.org/ INHERIT=flag-o-matic IUSE=postgres ldap mysql pam nls ipv6 spell fax crypt norewrite fam web webmail gnutls split-usr -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=GPL-3 PDEPEND=pam? ( net-mail/mailbase ) crypt? ( >=app-crypt/gnupg-1.0.4 ) RDEPEND=>=net-libs/courier-authlib-0.72.1 >=net-libs/courier-unicode-2.3.0:= net-dns/libidn2:= gnutls? ( net-libs/gnutls:= ) !gnutls? ( dev-libs/openssl:0= ) >=sys-libs/gdbm-1.8.0:= dev-libs/libpcre2 app-misc/mime-types fax? ( >=media-libs/netpbm-9.12 app-text/ghostscript-gpl >=net-dialup/mgetty-1.1.28 ) pam? ( sys-libs/pam ) mysql? ( dev-db/mysql-connector-c ) ldap? ( >=net-nds/openldap-1.2.11:= ) postgres? ( dev-db/postgresql:= ) spell? ( app-text/aspell ) fam? ( virtual/fam ) !mail-filter/maildrop !mail-mta/esmtp !mail-mta/exim !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/sendmail !mail-mta/ssmtp[mta] !mail-mta/opensmtpd !net-mail/dot-forward !sys-apps/ucspi-tcp dev-lang/perl sys-process/procps !net-mail/courier-imap !net-mail/cyrus-imapd SLOT=0 SRC_URI=mirror://sourceforge/courier/courier-1.3.5.tar.bz2 _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7dbcc106c0eaf7d757fe87761cd2acc0 +_md5_=05721b1029d8ac1b672e59ef7220dfd8 diff --git a/metadata/md5-cache/media-fonts/Manifest.gz b/metadata/md5-cache/media-fonts/Manifest.gz index 80073dd0474f..13d6c815ffe2 100644 Binary files a/metadata/md5-cache/media-fonts/Manifest.gz and b/metadata/md5-cache/media-fonts/Manifest.gz differ diff --git a/metadata/md5-cache/media-fonts/lxgw-wenkai-1.315 b/metadata/md5-cache/media-fonts/lxgw-wenkai-1.330 similarity index 84% rename from metadata/md5-cache/media-fonts/lxgw-wenkai-1.315 rename to metadata/md5-cache/media-fonts/lxgw-wenkai-1.330 index 887467eba85d..8b647f5feff4 100644 --- a/metadata/md5-cache/media-fonts/lxgw-wenkai-1.315 +++ b/metadata/md5-cache/media-fonts/lxgw-wenkai-1.330 @@ -1,13 +1,13 @@ BDEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings ) DEFINED_PHASES=install postinst postrm setup DESCRIPTION=An open-source Chinese font derived from Fontworks' Klee One -EAPI=7 +EAPI=8 HOMEPAGE=https://github.com/lxgw/LxgwWenKai INHERIT=font IUSE=X KEYWORDS=~amd64 ~loong LICENSE=OFL-1.1 SLOT=0 -SRC_URI=https://github.com/lxgw/LxgwWenKai/releases/download/v1.315/lxgw-wenkai-v1.315.tar.gz +SRC_URI=https://github.com/lxgw/LxgwWenKai/releases/download/v1.330/lxgw-wenkai-v1.330.tar.gz _eclasses_=font aa113a3df9cd0a9693a1c1ee7c34a6eb -_md5_=29d3f9feebcff462a7277402dd3dc871 +_md5_=c38459899dd7b989c991cae6b8efc681 diff --git a/metadata/md5-cache/media-fonts/spleen-2.1.0 b/metadata/md5-cache/media-fonts/spleen-2.1.0 index 69f4d22dca91..39cfe22209d0 100644 --- a/metadata/md5-cache/media-fonts/spleen-2.1.0 +++ b/metadata/md5-cache/media-fonts/spleen-2.1.0 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://www.cambus.net/spleen-monospaced-bitmap-fonts/ https://github.com/fcambus/spleen/ INHERIT=edo font IUSE=X -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=BSD-2 SLOT=0 SRC_URI=https://github.com/fcambus/spleen/releases/download/2.1.0/spleen-2.1.0.tar.gz _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 font aa113a3df9cd0a9693a1c1ee7c34a6eb -_md5_=fe584e52b9830916f474dbcc34050539 +_md5_=ec355837e63021c0d4a5491b428a8b17 diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 7315b0970f76..703a7b7a9336 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/inkscape-1.3.2-r1 b/metadata/md5-cache/media-gfx/inkscape-1.3.2-r1 deleted file mode 100644 index a448447600a1..000000000000 --- a/metadata/md5-cache/media-gfx/inkscape-1.3.2-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=dev-util/glib-utils >=sys-devel/gettext-0.17 virtual/pkgconfig test? ( virtual/imagemagick-tools ) app-alternatives/ninja >=dev-build/cmake-3.20.5 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) test? ( dev-cpp/gtest ) -DESCRIPTION=SVG based generic vector-drawing program -EAPI=8 -HOMEPAGE=https://inkscape.org/ https://gitlab.com/inkscape/inkscape/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake flag-o-matic xdg toolchain-funcs python-single-r1 -IUSE=cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline sourceview spell svg2 test visio wpg X python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/numpy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/numpy[python_targets_python3_12(-)] ) dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) -RESTRICT=!test? ( test ) test -SLOT=0 -SRC_URI=https://media.inkscape.org/dl/resources/file/inkscape-1.3.2.tar.xz -_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=68b77aa2eb685e05867ce0f96bc3bad3 diff --git a/metadata/md5-cache/media-gfx/inkscape-1.3.2-r2 b/metadata/md5-cache/media-gfx/inkscape-1.3.2-r2 new file mode 100644 index 000000000000..cc823d203c73 --- /dev/null +++ b/metadata/md5-cache/media-gfx/inkscape-1.3.2-r2 @@ -0,0 +1,18 @@ +BDEPEND=dev-util/glib-utils >=sys-devel/gettext-0.17 virtual/pkgconfig test? ( virtual/imagemagick-tools ) app-alternatives/ninja >=dev-build/cmake-3.20.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) test? ( dev-cpp/gtest ) +DESCRIPTION=SVG based generic vector-drawing program +EAPI=8 +HOMEPAGE=https://inkscape.org/ https://gitlab.com/inkscape/inkscape/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake flag-o-matic xdg toolchain-funcs python-single-r1 +IUSE=cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline sourceview spell svg2 test visio wpg X python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 +LICENSE=GPL-2 LGPL-2.1 +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/numpy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/numpy[python_targets_python3_12(-)] ) dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) +RESTRICT=!test? ( test ) test +SLOT=0 +SRC_URI=https://media.inkscape.org/dl/resources/file/inkscape-1.3.2.tar.xz +_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=581fa660e36ccf9ed9835e986e3171bd diff --git a/metadata/md5-cache/media-gfx/inkscape-9999 b/metadata/md5-cache/media-gfx/inkscape-9999 index 4e40102b286d..a659ade0d0b9 100644 --- a/metadata/md5-cache/media-gfx/inkscape-9999 +++ b/metadata/md5-cache/media-gfx/inkscape-9999 @@ -1,6 +1,6 @@ BDEPEND=dev-util/glib-utils >=sys-devel/gettext-0.17 virtual/pkgconfig test? ( virtual/imagemagick-tools ) app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) test? ( dev-cpp/gtest ) +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) test? ( dev-cpp/gtest ) DESCRIPTION=SVG based generic vector-drawing program EAPI=8 HOMEPAGE=https://inkscape.org/ https://gitlab.com/inkscape/inkscape/ @@ -9,9 +9,9 @@ INHERIT=cmake flag-o-matic xdg toolchain-funcs python-single-r1 git-r3 IUSE=cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline sourceview spell svg2 test visio wpg X python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 LICENSE=GPL-2 LGPL-2.1 PROPERTIES=live -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/numpy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/numpy[python_targets_python3_12(-)] ) dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[xml(+)] ) python_single_target_python3_11? ( dev-lang/python:3.11[xml(+)] ) python_single_target_python3_12? ( dev-lang/python:3.12[xml(+)] ) >=app-text/poppler-0.57.0:=[cairo] >=dev-cpp/cairomm-1.12:0 >=dev-cpp/glibmm-2.54.1:2 dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= dev-libs/boost:=[stacktrace(-)] dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 >=dev-libs/libxml2-2.7.4 >=dev-libs/libxslt-1.1.25 dev-libs/popt media-gfx/potrace media-libs/libepoxy media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0= net-libs/libsoup:2.4 sci-libs/gsl:= >=x11-libs/pango-1.44 x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) python_single_target_python3_10? ( dev-python/appdirs[python_targets_python3_10(-)] dev-python/cachecontrol[python_targets_python3_10(-)] dev-python/cssselect[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/lockfile[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_10(-)] media-gfx/scour[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/appdirs[python_targets_python3_11(-)] dev-python/cachecontrol[python_targets_python3_11(-)] dev-python/cssselect[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/lockfile[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_11(-)] media-gfx/scour[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/appdirs[python_targets_python3_12(-)] dev-python/cachecontrol[python_targets_python3_12(-)] dev-python/cssselect[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/lockfile[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] dev-python/pillow[jpeg?,tiff,webp,python_targets_python3_12(-)] media-gfx/scour[python_targets_python3_12(-)] ) cdr? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libcdr ) exif? ( media-libs/libexif ) imagemagick? ( !graphicsmagick? ( media-gfx/imagemagick:=[cxx] ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) ) jpeg? ( media-libs/libjpeg-turbo:= ) readline? ( sys-libs/readline:= ) sourceview? ( x11-libs/gtksourceview:4 ) spell? ( app-text/gspell ) visio? ( app-text/libwpg:0.3 dev-libs/librevenge media-libs/libvisio ) wpg? ( app-text/libwpg:0.3 dev-libs/librevenge ) python_single_target_python3_10? ( dev-python/numpy[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/numpy[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/numpy[python_targets_python3_12(-)] ) dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) test SLOT=0 _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=350d4dcce6a2e4bcf1d1e24e20b0c7d7 +_md5_=73c5623df3737a042cd685055bbea58e diff --git a/metadata/md5-cache/media-gfx/jhead-3.08 b/metadata/md5-cache/media-gfx/jhead-3.08 index ca7ec3f9b903..c9a96a0e4f02 100644 --- a/metadata/md5-cache/media-gfx/jhead-3.08 +++ b/metadata/md5-cache/media-gfx/jhead-3.08 @@ -3,9 +3,9 @@ DESCRIPTION=EXIF JPEG camera setting parser and thumbnail remover EAPI=8 HOMEPAGE=http://www.sentex.net/~mwandel/jhead INHERIT=flag-o-matic toolchain-funcs -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 sparc x86 LICENSE=public-domain SLOT=0 SRC_URI=https://github.com/Matthias-Wandel/jhead/archive/refs/tags/3.08.tar.gz -> jhead-3.08.tgz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=acf564ca72ac474d171c17ca4e1b0df7 +_md5_=6989cd642bc7abc050bb48c790bf13e3 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index efa2141d8bb3..aced64804f65 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/lcms-2.16 b/metadata/md5-cache/media-libs/lcms-2.16-r1 similarity index 98% rename from metadata/md5-cache/media-libs/lcms-2.16 rename to metadata/md5-cache/media-libs/lcms-2.16-r1 index a36b7151180b..e55e9b400b14 100644 --- a/metadata/md5-cache/media-libs/lcms-2.16 +++ b/metadata/md5-cache/media-libs/lcms-2.16-r1 @@ -12,4 +12,4 @@ RDEPEND=jpeg? ( media-libs/libjpeg-turbo:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 SLOT=2 SRC_URI=https://github.com/mm2/Little-CMS/releases/download/lcms2.16/lcms2-2.16.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=9ed03845b27e5ba438e7885a3ee21dde +_md5_=67bace28bd0916f7c009a38c4f16477c diff --git a/metadata/md5-cache/media-libs/libva-2.21.0 b/metadata/md5-cache/media-libs/libva-2.21.0 index 32f7568d7bc0..99faf6a4c051 100644 --- a/metadata/md5-cache/media-libs/libva-2.21.0 +++ b/metadata/md5-cache/media-libs/libva-2.21.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://01.org/linuxmedia/vaapi INHERIT=meson-multilib optfeature IUSE=wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm64 ~loong ~mips ppc64 ~riscv x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-libs/libdrm-2.4.60[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] wayland? ( >=dev-libs/wayland-1.11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libxcb:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0/2 SRC_URI=https://github.com/intel/libva/archive/2.21.0.tar.gz -> libva-2.21.0.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a9bef0c7436ae470d400cd5769031066 +_md5_=95e55deb5a1016825b48227d0fa1e3e4 diff --git a/metadata/md5-cache/media-libs/sdl2-image-2.8.2 b/metadata/md5-cache/media-libs/sdl2-image-2.8.2 index 680e14aac8b8..9ee235a680cb 100644 --- a/metadata/md5-cache/media-libs/sdl2-image-2.8.2 +++ b/metadata/md5-cache/media-libs/sdl2-image-2.8.2 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://www.libsdl.org/projects/SDL_image/ INHERIT=multilib multilib-minimal toolchain-funcs IUSE=avif gif jpeg jpegxl png static-libs test tiff webp abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc64 ~riscv sparc x86 LICENSE=ZLIB RDEPEND=>=media-libs/libsdl2-2.0.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] avif? ( >=media-libs/libavif-0.9.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) png? ( >=media-libs/libpng-1.6.10:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( media-libs/libjpeg-turbo:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpegxl? ( media-libs/libjxl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tiff? ( >=media-libs/tiff-3.9.7-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) webp? ( >=media-libs/libwebp-0.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=test? ( jpeg png ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.2/SDL2_image-2.8.2.tar.gz _eclasses_=multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2dcd52fd598f0096e4b22f287bcc3f4c +_md5_=abd75c0a96230af907447d27bd098c6c diff --git a/metadata/md5-cache/media-libs/sdl2-ttf-2.22.0 b/metadata/md5-cache/media-libs/sdl2-ttf-2.22.0 index df64656dfc10..8b99f1177bbf 100644 --- a/metadata/md5-cache/media-libs/sdl2-ttf-2.22.0 +++ b/metadata/md5-cache/media-libs/sdl2-ttf-2.22.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/libsdl-org/SDL_ttf INHERIT=cmake-multilib IUSE=+harfbuzz static-libs X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 LICENSE=ZLIB RDEPEND=>=media-libs/libsdl2-2.0.12[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/freetype-2.13.2[harfbuzz?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] harfbuzz? ( >=media-libs/harfbuzz-8.1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.22.0/SDL2_ttf-2.22.0.tar.gz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=0accfa051150b346cbcf6aad814f0b4b +_md5_=b0261a4d89de5aa6c91b6af0730ba5c8 diff --git a/metadata/md5-cache/media-sound/Manifest.gz b/metadata/md5-cache/media-sound/Manifest.gz index f60f96250ab3..1886c50dfc53 100644 Binary files a/metadata/md5-cache/media-sound/Manifest.gz and b/metadata/md5-cache/media-sound/Manifest.gz differ diff --git a/metadata/md5-cache/media-sound/liblc3-1.1.1 b/metadata/md5-cache/media-sound/liblc3-1.1.1 new file mode 100644 index 000000000000..03868a33f77b --- /dev/null +++ b/metadata/md5-cache/media-sound/liblc3-1.1.1 @@ -0,0 +1,14 @@ +BDEPEND=test? ( || ( ( dev-lang/python:3.12 dev-python/numpy[python_targets_python3_12(-)] dev-python/scipy[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/numpy[python_targets_python3_11(-)] dev-python/scipy[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/numpy[python_targets_python3_10(-)] dev-python/scipy[python_targets_python3_10(-)] ) ( dev-python/pypy3 dev-python/numpy[python_targets_pypy3(-)] dev-python/scipy[python_targets_pypy3(-)] ) ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install prepare setup test +DESCRIPTION=LC3 is an efficient low latency audio codec +EAPI=8 +HOMEPAGE=https://github.com/google/liblc3 +INHERIT=meson python-any-r1 +IUSE=test tools +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=Apache-2.0 +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/google/liblc3/archive/refs/tags/v1.1.1.tar.gz -> liblc3-1.1.1.tar.gz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=af338bb0858d2eff4eb26c45463c737b diff --git a/metadata/md5-cache/media-sound/ncspot-1.0.0 b/metadata/md5-cache/media-sound/ncspot-1.0.0 deleted file mode 100644 index 562874e9d4e5..000000000000 --- a/metadata/md5-cache/media-sound/ncspot-1.0.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) virtual/pkgconfig >=virtual/rust-1.53 -DEFINED_PHASES=compile configure install postinst setup test unpack -DEPEND=dev-libs/openssl:= sys-apps/dbus clipboard? ( x11-libs/libxcb:= ) cover? ( media-gfx/ueberzug ) ncurses? ( sys-libs/ncurses:= ) !ncurses? ( sys-libs/ncurses ) pulseaudio? ( media-libs/libpulse ) !pulseaudio? ( media-libs/alsa-lib ) -DESCRIPTION=ncurses Spotify client written in Rust using librespot -EAPI=8 -HOMEPAGE=https://github.com/hrkfdn/ncspot -INHERIT=bash-completion-r1 cargo desktop optfeature python-any-r1 -IUSE=clipboard cover mpris ncurses +notify pulseaudio debug -KEYWORDS=amd64 -LICENSE=BSD-2 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016 -RDEPEND=dev-libs/openssl:= sys-apps/dbus clipboard? ( x11-libs/libxcb:= ) cover? ( media-gfx/ueberzug ) ncurses? ( sys-libs/ncurses:= ) !ncurses? ( sys-libs/ncurses ) pulseaudio? ( media-libs/libpulse ) !pulseaudio? ( media-libs/alsa-lib ) -SLOT=0 -SRC_URI=https://github.com/hrkfdn/ncspot/archive/refs/tags/v1.0.0.tar.gz -> ncspot-1.0.0.tar.gz https://crates.io/api/v1/crates/addr2line/0.21.0/download -> addr2line-0.21.0.crate https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aes-ctr/0.6.0/download -> aes-ctr-0.6.0.crate https://crates.io/api/v1/crates/aes-soft/0.6.4/download -> aes-soft-0.6.4.crate https://crates.io/api/v1/crates/aes/0.6.0/download -> aes-0.6.0.crate https://crates.io/api/v1/crates/aesni/0.10.0/download -> aesni-0.10.0.crate https://crates.io/api/v1/crates/ahash/0.8.6/download -> ahash-0.8.6.crate https://crates.io/api/v1/crates/aho-corasick/1.1.2/download -> aho-corasick-1.1.2.crate https://crates.io/api/v1/crates/alsa-sys/0.3.1/download -> alsa-sys-0.3.1.crate https://crates.io/api/v1/crates/alsa/0.6.0/download -> alsa-0.6.0.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.5/download -> anstream-0.6.5.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download -> anstyle-parse-0.2.3.crate https://crates.io/api/v1/crates/anstyle-query/1.0.2/download -> anstyle-query-1.0.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download -> anstyle-wincon-3.0.2.crate https://crates.io/api/v1/crates/anstyle/1.0.4/download -> anstyle-1.0.4.crate https://crates.io/api/v1/crates/async-broadcast/0.5.1/download -> async-broadcast-0.5.1.crate https://crates.io/api/v1/crates/async-channel/2.1.1/download -> async-channel-2.1.1.crate https://crates.io/api/v1/crates/async-executor/1.8.0/download -> async-executor-1.8.0.crate https://crates.io/api/v1/crates/async-fs/1.6.0/download -> async-fs-1.6.0.crate https://crates.io/api/v1/crates/async-io/1.13.0/download -> async-io-1.13.0.crate https://crates.io/api/v1/crates/async-io/2.2.2/download -> async-io-2.2.2.crate https://crates.io/api/v1/crates/async-lock/2.8.0/download -> async-lock-2.8.0.crate https://crates.io/api/v1/crates/async-lock/3.2.0/download -> async-lock-3.2.0.crate https://crates.io/api/v1/crates/async-process/1.8.1/download -> async-process-1.8.1.crate https://crates.io/api/v1/crates/async-recursion/1.0.5/download -> async-recursion-1.0.5.crate https://crates.io/api/v1/crates/async-signal/0.2.5/download -> async-signal-0.2.5.crate https://crates.io/api/v1/crates/async-task/4.5.0/download -> async-task-4.5.0.crate https://crates.io/api/v1/crates/async-trait/0.1.74/download -> async-trait-0.1.74.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace/0.3.69/download -> backtrace-0.3.69.crate https://crates.io/api/v1/crates/base64/0.13.1/download -> base64-0.13.1.crate https://crates.io/api/v1/crates/base64/0.21.5/download -> base64-0.21.5.crate https://crates.io/api/v1/crates/bindgen/0.69.1/download -> bindgen-0.69.1.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.1/download -> bitflags-2.4.1.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.9.0/download -> block-buffer-0.9.0.crate https://crates.io/api/v1/crates/block/0.1.6/download -> block-0.1.6.crate https://crates.io/api/v1/crates/blocking/1.5.1/download -> blocking-1.5.1.crate https://crates.io/api/v1/crates/bumpalo/3.14.0/download -> bumpalo-3.14.0.crate https://crates.io/api/v1/crates/bytecount/0.6.7/download -> bytecount-0.6.7.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.5.0/download -> bytes-1.5.0.crate https://crates.io/api/v1/crates/cc/1.0.83/download -> cc-1.0.83.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.31/download -> chrono-0.4.31.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/clang-sys/1.6.1/download -> clang-sys-1.6.1.crate https://crates.io/api/v1/crates/clap/4.4.11/download -> clap-4.4.11.crate https://crates.io/api/v1/crates/clap_builder/4.4.11/download -> clap_builder-4.4.11.crate https://crates.io/api/v1/crates/clap_complete/4.4.4/download -> clap_complete-4.4.4.crate https://crates.io/api/v1/crates/clap_lex/0.6.0/download -> clap_lex-0.6.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.15/download -> clap_mangen-0.2.15.crate https://crates.io/api/v1/crates/clipboard-win/2.2.0/download -> clipboard-win-2.2.0.crate https://crates.io/api/v1/crates/clipboard/0.5.0/download -> clipboard-0.5.0.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/combine/4.6.6/download -> combine-4.6.6.crate https://crates.io/api/v1/crates/concurrent-queue/2.4.0/download -> concurrent-queue-2.4.0.crate https://crates.io/api/v1/crates/cookie/0.17.0/download -> cookie-0.17.0.crate https://crates.io/api/v1/crates/cookie_store/0.20.0/download -> cookie_store-0.20.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download -> core-foundation-sys-0.8.6.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/coreaudio-rs/0.10.0/download -> coreaudio-rs-0.10.0.crate https://crates.io/api/v1/crates/coreaudio-sys/0.2.14/download -> coreaudio-sys-0.2.14.crate https://crates.io/api/v1/crates/cpal/0.13.5/download -> cpal-0.13.5.crate https://crates.io/api/v1/crates/cpufeatures/0.2.11/download -> cpufeatures-0.2.11.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.9/download -> crossbeam-channel-0.5.9.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download -> crossbeam-utils-0.8.17.crate https://crates.io/api/v1/crates/crossterm/0.25.0/download -> crossterm-0.25.0.crate https://crates.io/api/v1/crates/crossterm_winapi/0.9.1/download -> crossterm_winapi-0.9.1.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/crypto-mac/0.11.1/download -> crypto-mac-0.11.1.crate https://crates.io/api/v1/crates/ctr/0.6.0/download -> ctr-0.6.0.crate https://crates.io/api/v1/crates/cursive/0.20.0/download -> cursive-0.20.0.crate https://crates.io/api/v1/crates/cursive_buffered_backend/0.6.1/download -> cursive_buffered_backend-0.6.1.crate https://crates.io/api/v1/crates/cursive_core/0.3.7/download -> cursive_core-0.3.7.crate https://crates.io/api/v1/crates/darling/0.13.4/download -> darling-0.13.4.crate https://crates.io/api/v1/crates/darling/0.20.3/download -> darling-0.20.3.crate https://crates.io/api/v1/crates/darling_core/0.13.4/download -> darling_core-0.13.4.crate https://crates.io/api/v1/crates/darling_core/0.20.3/download -> darling_core-0.20.3.crate https://crates.io/api/v1/crates/darling_macro/0.13.4/download -> darling_macro-0.13.4.crate https://crates.io/api/v1/crates/darling_macro/0.20.3/download -> darling_macro-0.20.3.crate https://crates.io/api/v1/crates/deranged/0.3.10/download -> deranged-0.3.10.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/derive-new/0.5.9/download -> derive-new-0.5.9.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.9.0/download -> digest-0.9.0.crate https://crates.io/api/v1/crates/dirs-next/1.0.2/download -> dirs-next-1.0.2.crate https://crates.io/api/v1/crates/dirs-next/2.0.0/download -> dirs-next-2.0.0.crate https://crates.io/api/v1/crates/dirs-sys-next/0.1.2/download -> dirs-sys-next-0.1.2.crate https://crates.io/api/v1/crates/dlib/0.5.2/download -> dlib-0.5.2.crate https://crates.io/api/v1/crates/downcast-rs/1.2.0/download -> downcast-rs-1.2.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.33/download -> encoding_rs-0.8.33.crate https://crates.io/api/v1/crates/enum-map-derive/0.17.0/download -> enum-map-derive-0.17.0.crate https://crates.io/api/v1/crates/enum-map/2.7.3/download -> enum-map-2.7.3.crate https://crates.io/api/v1/crates/enum_dispatch/0.3.12/download -> enum_dispatch-0.3.12.crate https://crates.io/api/v1/crates/enumflags2/0.7.8/download -> enumflags2-0.7.8.crate https://crates.io/api/v1/crates/enumflags2_derive/0.7.8/download -> enumflags2_derive-0.7.8.crate https://crates.io/api/v1/crates/enumset/1.1.3/download -> enumset-1.1.3.crate https://crates.io/api/v1/crates/enumset_derive/0.8.1/download -> enumset_derive-0.8.1.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/event-listener-strategy/0.4.0/download -> event-listener-strategy-0.4.0.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/3.1.0/download -> event-listener-3.1.0.crate https://crates.io/api/v1/crates/event-listener/4.0.0/download -> event-listener-4.0.0.crate https://crates.io/api/v1/crates/fastrand/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/fastrand/2.0.1/download -> fastrand-2.0.1.crate https://crates.io/api/v1/crates/fern/0.6.2/download -> fern-0.6.2.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download -> foreign-types-shared-0.1.1.crate https://crates.io/api/v1/crates/foreign-types/0.3.2/download -> foreign-types-0.3.2.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/futures-channel/0.3.29/download -> futures-channel-0.3.29.crate https://crates.io/api/v1/crates/futures-core/0.3.29/download -> futures-core-0.3.29.crate https://crates.io/api/v1/crates/futures-executor/0.3.29/download -> futures-executor-0.3.29.crate https://crates.io/api/v1/crates/futures-io/0.3.29/download -> futures-io-0.3.29.crate https://crates.io/api/v1/crates/futures-lite/1.13.0/download -> futures-lite-1.13.0.crate https://crates.io/api/v1/crates/futures-lite/2.1.0/download -> futures-lite-2.1.0.crate https://crates.io/api/v1/crates/futures-macro/0.3.29/download -> futures-macro-0.3.29.crate https://crates.io/api/v1/crates/futures-sink/0.3.29/download -> futures-sink-0.3.29.crate https://crates.io/api/v1/crates/futures-task/0.3.29/download -> futures-task-0.3.29.crate https://crates.io/api/v1/crates/futures-util/0.3.29/download -> futures-util-0.3.29.crate https://crates.io/api/v1/crates/futures/0.3.29/download -> futures-0.3.29.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.2.11/download -> getrandom-0.2.11.crate https://crates.io/api/v1/crates/gimli/0.28.1/download -> gimli-0.28.1.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/h2/0.3.22/download -> h2-0.3.22.crate https://crates.io/api/v1/crates/half/1.8.2/download -> half-1.8.2.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.3/download -> hashbrown-0.14.3.crate https://crates.io/api/v1/crates/headers-core/0.2.0/download -> headers-core-0.2.0.crate https://crates.io/api/v1/crates/headers/0.3.9/download -> headers-0.3.9.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.3.3/download -> hermit-abi-0.3.3.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hmac/0.11.0/download -> hmac-0.11.0.crate https://crates.io/api/v1/crates/http-body/0.4.6/download -> http-body-0.4.6.crate https://crates.io/api/v1/crates/http/0.2.11/download -> http-0.2.11.crate https://crates.io/api/v1/crates/httparse/1.8.0/download -> httparse-1.8.0.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hyper-proxy/0.9.1/download -> hyper-proxy-0.9.1.crate https://crates.io/api/v1/crates/hyper-tls/0.5.0/download -> hyper-tls-0.5.0.crate https://crates.io/api/v1/crates/hyper/0.14.27/download -> hyper-0.14.27.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download -> iana-time-zone-0.1.58.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/0.3.0/download -> idna-0.3.0.crate https://crates.io/api/v1/crates/idna/0.5.0/download -> idna-0.5.0.crate https://crates.io/api/v1/crates/indexmap/1.9.3/download -> indexmap-1.9.3.crate https://crates.io/api/v1/crates/indexmap/2.1.0/download -> indexmap-2.1.0.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download -> io-lifetimes-1.0.11.crate https://crates.io/api/v1/crates/ioctl-rs/0.2.0/download -> ioctl-rs-0.2.0.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/itoa/1.0.10/download -> itoa-1.0.10.crate https://crates.io/api/v1/crates/jni-sys/0.3.0/download -> jni-sys-0.3.0.crate https://crates.io/api/v1/crates/jni/0.19.0/download -> jni-0.19.0.crate https://crates.io/api/v1/crates/jobserver/0.1.27/download -> jobserver-0.1.27.crate https://crates.io/api/v1/crates/js-sys/0.3.66/download -> js-sys-0.3.66.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/lewton/0.10.2/download -> lewton-0.10.2.crate https://crates.io/api/v1/crates/libc/0.2.151/download -> libc-0.2.151.crate https://crates.io/api/v1/crates/libloading/0.7.4/download -> libloading-0.7.4.crate https://crates.io/api/v1/crates/libloading/0.8.1/download -> libloading-0.8.1.crate https://crates.io/api/v1/crates/libm/0.2.8/download -> libm-0.2.8.crate https://crates.io/api/v1/crates/libpulse-binding/2.28.1/download -> libpulse-binding-2.28.1.crate https://crates.io/api/v1/crates/libpulse-simple-binding/2.28.1/download -> libpulse-simple-binding-2.28.1.crate https://crates.io/api/v1/crates/libpulse-simple-sys/1.21.1/download -> libpulse-simple-sys-1.21.1.crate https://crates.io/api/v1/crates/libpulse-sys/1.21.0/download -> libpulse-sys-1.21.0.crate https://crates.io/api/v1/crates/libredox/0.0.1/download -> libredox-0.0.1.crate https://crates.io/api/v1/crates/librespot-audio/0.4.2/download -> librespot-audio-0.4.2.crate https://crates.io/api/v1/crates/librespot-core/0.4.2/download -> librespot-core-0.4.2.crate https://crates.io/api/v1/crates/librespot-metadata/0.4.2/download -> librespot-metadata-0.4.2.crate https://crates.io/api/v1/crates/librespot-playback/0.4.2/download -> librespot-playback-0.4.2.crate https://crates.io/api/v1/crates/librespot-protocol/0.4.2/download -> librespot-protocol-0.4.2.crate https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download -> linux-raw-sys-0.3.8.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download -> linux-raw-sys-0.4.12.crate https://crates.io/api/v1/crates/lock_api/0.4.11/download -> lock_api-0.4.11.crate https://crates.io/api/v1/crates/log/0.4.20/download -> log-0.4.20.crate https://crates.io/api/v1/crates/mac-notification-sys/0.6.1/download -> mac-notification-sys-0.6.1.crate https://crates.io/api/v1/crates/mach/0.3.2/download -> mach-0.3.2.crate https://crates.io/api/v1/crates/malloc_buf/0.0.6/download -> malloc_buf-0.0.6.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/maybe-async/0.2.7/download -> maybe-async-0.2.7.crate https://crates.io/api/v1/crates/memchr/2.6.4/download -> memchr-2.6.4.crate https://crates.io/api/v1/crates/memoffset/0.6.5/download -> memoffset-0.6.5.crate https://crates.io/api/v1/crates/memoffset/0.7.1/download -> memoffset-0.7.1.crate https://crates.io/api/v1/crates/memoffset/0.9.0/download -> memoffset-0.9.0.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download -> miniz_oxide-0.7.1.crate https://crates.io/api/v1/crates/mio/0.8.10/download -> mio-0.8.10.crate https://crates.io/api/v1/crates/native-tls/0.2.11/download -> native-tls-0.2.11.crate https://crates.io/api/v1/crates/ncurses/5.101.0/download -> ncurses-5.101.0.crate https://crates.io/api/v1/crates/ndk-context/0.1.1/download -> ndk-context-0.1.1.crate https://crates.io/api/v1/crates/ndk-glue/0.6.2/download -> ndk-glue-0.6.2.crate https://crates.io/api/v1/crates/ndk-macro/0.3.0/download -> ndk-macro-0.3.0.crate https://crates.io/api/v1/crates/ndk-sys/0.3.0/download -> ndk-sys-0.3.0.crate https://crates.io/api/v1/crates/ndk/0.6.0/download -> ndk-0.6.0.crate https://crates.io/api/v1/crates/nix/0.23.2/download -> nix-0.23.2.crate https://crates.io/api/v1/crates/nix/0.26.4/download -> nix-0.26.4.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/notify-rust/4.10.0/download -> notify-rust-4.10.0.crate https://crates.io/api/v1/crates/num-bigint/0.2.6/download -> num-bigint-0.2.6.crate https://crates.io/api/v1/crates/num-bigint/0.4.4/download -> num-bigint-0.4.4.crate https://crates.io/api/v1/crates/num-complex/0.2.4/download -> num-complex-0.2.4.crate https://crates.io/api/v1/crates/num-complex/0.4.4/download -> num-complex-0.4.4.crate https://crates.io/api/v1/crates/num-derive/0.3.3/download -> num-derive-0.3.3.crate https://crates.io/api/v1/crates/num-integer/0.1.45/download -> num-integer-0.1.45.crate https://crates.io/api/v1/crates/num-iter/0.1.43/download -> num-iter-0.1.43.crate https://crates.io/api/v1/crates/num-rational/0.2.4/download -> num-rational-0.2.4.crate https://crates.io/api/v1/crates/num-rational/0.4.1/download -> num-rational-0.4.1.crate https://crates.io/api/v1/crates/num-traits/0.2.17/download -> num-traits-0.2.17.crate https://crates.io/api/v1/crates/num/0.2.1/download -> num-0.2.1.crate https://crates.io/api/v1/crates/num/0.4.1/download -> num-0.4.1.crate https://crates.io/api/v1/crates/num_cpus/1.16.0/download -> num_cpus-1.16.0.crate https://crates.io/api/v1/crates/num_enum/0.5.11/download -> num_enum-0.5.11.crate https://crates.io/api/v1/crates/num_enum_derive/0.5.11/download -> num_enum_derive-0.5.11.crate https://crates.io/api/v1/crates/num_threads/0.1.6/download -> num_threads-0.1.6.crate https://crates.io/api/v1/crates/numtoa/0.1.0/download -> numtoa-0.1.0.crate https://crates.io/api/v1/crates/objc-foundation/0.1.1/download -> objc-foundation-0.1.1.crate https://crates.io/api/v1/crates/objc/0.2.7/download -> objc-0.2.7.crate https://crates.io/api/v1/crates/objc_id/0.1.1/download -> objc_id-0.1.1.crate https://crates.io/api/v1/crates/object/0.32.1/download -> object-0.32.1.crate https://crates.io/api/v1/crates/oboe-sys/0.4.5/download -> oboe-sys-0.4.5.crate https://crates.io/api/v1/crates/oboe/0.4.6/download -> oboe-0.4.6.crate https://crates.io/api/v1/crates/ogg/0.8.0/download -> ogg-0.8.0.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/opaque-debug/0.3.0/download -> opaque-debug-0.3.0.crate https://crates.io/api/v1/crates/openssl-macros/0.1.1/download -> openssl-macros-0.1.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.5/download -> openssl-probe-0.1.5.crate https://crates.io/api/v1/crates/openssl-sys/0.9.97/download -> openssl-sys-0.9.97.crate https://crates.io/api/v1/crates/openssl/0.10.61/download -> openssl-0.10.61.crate https://crates.io/api/v1/crates/ordered-stream/0.2.0/download -> ordered-stream-0.2.0.crate https://crates.io/api/v1/crates/os_pipe/1.1.4/download -> os_pipe-1.1.4.crate https://crates.io/api/v1/crates/owning_ref/0.4.1/download -> owning_ref-0.4.1.crate https://crates.io/api/v1/crates/pancurses/0.17.0/download -> pancurses-0.17.0.crate https://crates.io/api/v1/crates/parking/2.2.0/download -> parking-2.2.0.crate https://crates.io/api/v1/crates/parking_lot/0.11.2/download -> parking_lot-0.11.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.8.6/download -> parking_lot_core-0.8.6.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/parse_duration/2.1.1/download -> parse_duration-2.1.1.crate https://crates.io/api/v1/crates/pbkdf2/0.8.0/download -> pbkdf2-0.8.0.crate https://crates.io/api/v1/crates/pdcurses-sys/0.7.1/download -> pdcurses-sys-0.7.1.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/petgraph/0.6.4/download -> petgraph-0.6.4.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download -> pin-project-lite-0.2.13.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/piper/0.2.1/download -> piper-0.2.1.crate https://crates.io/api/v1/crates/pkg-config/0.3.27/download -> pkg-config-0.3.27.crate https://crates.io/api/v1/crates/platform-dirs/0.3.0/download -> platform-dirs-0.3.0.crate https://crates.io/api/v1/crates/polling/2.8.0/download -> polling-2.8.0.crate https://crates.io/api/v1/crates/polling/3.3.1/download -> polling-3.3.1.crate https://crates.io/api/v1/crates/portaudio-rs/0.3.2/download -> portaudio-rs-0.3.2.crate https://crates.io/api/v1/crates/portaudio-sys/0.1.1/download -> portaudio-sys-0.1.1.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/priority-queue/1.3.2/download -> priority-queue-1.3.2.crate https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download -> proc-macro-crate-1.3.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.70/download -> proc-macro2-1.0.70.crate https://crates.io/api/v1/crates/protobuf-codegen-pure/2.28.0/download -> protobuf-codegen-pure-2.28.0.crate https://crates.io/api/v1/crates/protobuf-codegen/2.28.0/download -> protobuf-codegen-2.28.0.crate https://crates.io/api/v1/crates/protobuf/2.28.0/download -> protobuf-2.28.0.crate https://crates.io/api/v1/crates/quick-xml/0.30.0/download -> quick-xml-0.30.0.crate https://crates.io/api/v1/crates/quote/1.0.33/download -> quote-1.0.33.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_distr/0.4.3/download -> rand_distr-0.4.3.crate https://crates.io/api/v1/crates/redox_syscall/0.2.16/download -> redox_syscall-0.2.16.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_termios/0.1.3/download -> redox_termios-0.1.3.crate https://crates.io/api/v1/crates/redox_users/0.4.4/download -> redox_users-0.4.4.crate https://crates.io/api/v1/crates/regex-automata/0.4.3/download -> regex-automata-0.4.3.crate https://crates.io/api/v1/crates/regex-syntax/0.8.2/download -> regex-syntax-0.8.2.crate https://crates.io/api/v1/crates/regex/1.10.2/download -> regex-1.10.2.crate https://crates.io/api/v1/crates/reqwest/0.11.22/download -> reqwest-0.11.22.crate https://crates.io/api/v1/crates/ring/0.17.7/download -> ring-0.17.7.crate https://crates.io/api/v1/crates/rodio/0.15.0/download -> rodio-0.15.0.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rspotify-http/0.12.0/download -> rspotify-http-0.12.0.crate https://crates.io/api/v1/crates/rspotify-macros/0.12.0/download -> rspotify-macros-0.12.0.crate https://crates.io/api/v1/crates/rspotify-model/0.12.0/download -> rspotify-model-0.12.0.crate https://crates.io/api/v1/crates/rspotify/0.12.0/download -> rspotify-0.12.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download -> rustc-demangle-0.1.23.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.37.27/download -> rustix-0.37.27.crate https://crates.io/api/v1/crates/rustix/0.38.28/download -> rustix-0.38.28.crate https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download -> rustls-webpki-0.101.7.crate https://crates.io/api/v1/crates/rustls/0.21.10/download -> rustls-0.21.10.crate https://crates.io/api/v1/crates/rustversion/1.0.14/download -> rustversion-1.0.14.crate https://crates.io/api/v1/crates/ryu/1.0.16/download -> ryu-1.0.16.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.22/download -> schannel-0.1.22.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sct/0.7.1/download -> sct-0.7.1.crate https://crates.io/api/v1/crates/security-framework-sys/2.9.1/download -> security-framework-sys-2.9.1.crate https://crates.io/api/v1/crates/security-framework/2.9.2/download -> security-framework-2.9.2.crate https://crates.io/api/v1/crates/semver/1.0.20/download -> semver-1.0.20.crate https://crates.io/api/v1/crates/serde/1.0.193/download -> serde-1.0.193.crate https://crates.io/api/v1/crates/serde_cbor/0.11.2/download -> serde_cbor-0.11.2.crate https://crates.io/api/v1/crates/serde_derive/1.0.193/download -> serde_derive-1.0.193.crate https://crates.io/api/v1/crates/serde_json/1.0.108/download -> serde_json-1.0.108.crate https://crates.io/api/v1/crates/serde_repr/0.1.17/download -> serde_repr-0.1.17.crate https://crates.io/api/v1/crates/serde_spanned/0.6.4/download -> serde_spanned-0.6.4.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/sha-1/0.9.8/download -> sha-1-0.9.8.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/shannon/0.2.0/download -> shannon-0.2.0.crate https://crates.io/api/v1/crates/shell-words/1.1.0/download -> shell-words-1.1.0.crate https://crates.io/api/v1/crates/shlex/1.2.0/download -> shlex-1.2.0.crate https://crates.io/api/v1/crates/signal-hook-mio/0.2.3/download -> signal-hook-mio-0.2.3.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download -> signal-hook-registry-1.4.1.crate https://crates.io/api/v1/crates/signal-hook/0.3.17/download -> signal-hook-0.3.17.crate https://crates.io/api/v1/crates/slab/0.4.9/download -> slab-0.4.9.crate https://crates.io/api/v1/crates/smallvec/1.11.2/download -> smallvec-1.11.2.crate https://crates.io/api/v1/crates/socket2/0.4.10/download -> socket2-0.4.10.crate https://crates.io/api/v1/crates/socket2/0.5.5/download -> socket2-0.5.5.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/stdweb/0.1.3/download -> stdweb-0.1.3.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/strum/0.25.0/download -> strum-0.25.0.crate https://crates.io/api/v1/crates/strum_macros/0.25.3/download -> strum_macros-0.25.3.crate https://crates.io/api/v1/crates/subtle/2.4.1/download -> subtle-2.4.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.41/download -> syn-2.0.41.crate https://crates.io/api/v1/crates/system-configuration-sys/0.5.0/download -> system-configuration-sys-0.5.0.crate https://crates.io/api/v1/crates/system-configuration/0.5.1/download -> system-configuration-0.5.1.crate https://crates.io/api/v1/crates/tauri-winrt-notification/0.1.3/download -> tauri-winrt-notification-0.1.3.crate https://crates.io/api/v1/crates/tempfile/3.8.1/download -> tempfile-3.8.1.crate https://crates.io/api/v1/crates/term_size/0.3.2/download -> term_size-0.3.2.crate https://crates.io/api/v1/crates/termion/1.5.6/download -> termion-1.5.6.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.51/download -> thiserror-impl-1.0.51.crate https://crates.io/api/v1/crates/thiserror/1.0.51/download -> thiserror-1.0.51.crate https://crates.io/api/v1/crates/thread-id/4.2.1/download -> thread-id-4.2.1.crate https://crates.io/api/v1/crates/time-core/0.1.2/download -> time-core-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.2.15/download -> time-macros-0.2.15.crate https://crates.io/api/v1/crates/time/0.3.30/download -> time-0.3.30.crate https://crates.io/api/v1/crates/tinyvec/1.6.0/download -> tinyvec-1.6.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.2.0/download -> tokio-macros-2.2.0.crate https://crates.io/api/v1/crates/tokio-native-tls/0.3.1/download -> tokio-native-tls-0.3.1.crate https://crates.io/api/v1/crates/tokio-stream/0.1.14/download -> tokio-stream-0.1.14.crate https://crates.io/api/v1/crates/tokio-util/0.7.10/download -> tokio-util-0.7.10.crate https://crates.io/api/v1/crates/tokio/1.35.0/download -> tokio-1.35.0.crate https://crates.io/api/v1/crates/toml/0.8.8/download -> toml-0.8.8.crate https://crates.io/api/v1/crates/toml_datetime/0.6.5/download -> toml_datetime-0.6.5.crate https://crates.io/api/v1/crates/toml_edit/0.19.15/download -> toml_edit-0.19.15.crate https://crates.io/api/v1/crates/toml_edit/0.21.0/download -> toml_edit-0.21.0.crate https://crates.io/api/v1/crates/tower-service/0.3.2/download -> tower-service-0.3.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download -> tracing-attributes-0.1.27.crate https://crates.io/api/v1/crates/tracing-core/0.1.32/download -> tracing-core-0.1.32.crate https://crates.io/api/v1/crates/tracing/0.1.40/download -> tracing-0.1.40.crate https://crates.io/api/v1/crates/tree_magic_mini/3.0.3/download -> tree_magic_mini-3.0.3.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typenum/1.17.0/download -> typenum-1.17.0.crate https://crates.io/api/v1/crates/uds_windows/1.1.0/download -> uds_windows-1.1.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download -> unicode-bidi-0.3.14.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download -> unicode-normalization-0.1.22.crate https://crates.io/api/v1/crates/unicode-segmentation/1.10.1/download -> unicode-segmentation-1.10.1.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/ureq/2.9.1/download -> ureq-2.9.1.crate https://crates.io/api/v1/crates/url/2.5.0/download -> url-2.5.0.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/uuid/1.6.1/download -> uuid-1.6.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/vergen/3.2.0/download -> vergen-3.2.0.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/waker-fn/1.1.1/download -> waker-fn-1.1.1.crate https://crates.io/api/v1/crates/walkdir/2.4.0/download -> walkdir-2.4.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download -> wasm-bindgen-backend-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.39/download -> wasm-bindgen-futures-0.4.39.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download -> wasm-bindgen-macro-support-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download -> wasm-bindgen-macro-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download -> wasm-bindgen-shared-0.2.89.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download -> wasm-bindgen-0.2.89.crate https://crates.io/api/v1/crates/wayland-backend/0.3.2/download -> wayland-backend-0.3.2.crate https://crates.io/api/v1/crates/wayland-client/0.31.1/download -> wayland-client-0.31.1.crate https://crates.io/api/v1/crates/wayland-protocols-wlr/0.2.0/download -> wayland-protocols-wlr-0.2.0.crate https://crates.io/api/v1/crates/wayland-protocols/0.31.0/download -> wayland-protocols-0.31.0.crate https://crates.io/api/v1/crates/wayland-scanner/0.31.0/download -> wayland-scanner-0.31.0.crate https://crates.io/api/v1/crates/wayland-sys/0.31.1/download -> wayland-sys-0.31.1.crate https://crates.io/api/v1/crates/web-sys/0.3.66/download -> web-sys-0.3.66.crate https://crates.io/api/v1/crates/webpki-roots/0.25.3/download -> webpki-roots-0.25.3.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.51.1/download -> windows-core-0.51.1.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.0/download -> windows-targets-0.52.0.crate https://crates.io/api/v1/crates/windows/0.51.1/download -> windows-0.51.1.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download -> windows_aarch64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download -> windows_aarch64_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download -> windows_i686_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download -> windows_i686_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download -> windows_x86_64_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download -> windows_x86_64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download -> windows_x86_64_msvc-0.52.0.crate https://crates.io/api/v1/crates/winnow/0.5.28/download -> winnow-0.5.28.crate https://crates.io/api/v1/crates/winreg/0.5.1/download -> winreg-0.5.1.crate https://crates.io/api/v1/crates/winreg/0.50.0/download -> winreg-0.50.0.crate https://crates.io/api/v1/crates/wl-clipboard-rs/0.8.0/download -> wl-clipboard-rs-0.8.0.crate https://crates.io/api/v1/crates/x11-clipboard/0.3.3/download -> x11-clipboard-0.3.3.crate https://crates.io/api/v1/crates/xcb/0.8.2/download -> xcb-0.8.2.crate https://crates.io/api/v1/crates/xdg-home/1.0.0/download -> xdg-home-1.0.0.crate https://crates.io/api/v1/crates/xi-unicode/0.3.0/download -> xi-unicode-0.3.0.crate https://crates.io/api/v1/crates/zbus/3.14.1/download -> zbus-3.14.1.crate https://crates.io/api/v1/crates/zbus_macros/3.14.1/download -> zbus_macros-3.14.1.crate https://crates.io/api/v1/crates/zbus_names/2.6.0/download -> zbus_names-2.6.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.6.6/download -> zerocopy-derive-0.6.6.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.31/download -> zerocopy-derive-0.7.31.crate https://crates.io/api/v1/crates/zerocopy/0.6.6/download -> zerocopy-0.6.6.crate https://crates.io/api/v1/crates/zerocopy/0.7.31/download -> zerocopy-0.7.31.crate https://crates.io/api/v1/crates/zvariant/3.15.0/download -> zvariant-3.15.0.crate https://crates.io/api/v1/crates/zvariant_derive/3.15.0/download -> zvariant_derive-3.15.0.crate https://crates.io/api/v1/crates/zvariant_utils/1.0.1/download -> zvariant_utils-1.0.1.crate https://crates.io/api/v1/crates/cargo-xtask/0.1.0/download -> cargo-xtask-0.1.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.15/download -> clap_mangen-0.2.15.crate https://crates.io/api/v1/crates/clap_complete/4.4.4/download -> clap_complete-4.4.4.crate https://crates.io/api/v1/crates/clap/4.4.8/download -> clap-4.4.8.crate -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff cargo 4dede41d64d595673f6da62ab5540fa0 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=be3bb7230bc0cf90da43987d916a86d0 diff --git a/metadata/md5-cache/media-video/Manifest.gz b/metadata/md5-cache/media-video/Manifest.gz index 304dfd23d98f..f49aa4b07f80 100644 Binary files a/metadata/md5-cache/media-video/Manifest.gz and b/metadata/md5-cache/media-video/Manifest.gz differ diff --git a/metadata/md5-cache/media-video/libva-utils-2.21.0 b/metadata/md5-cache/media-video/libva-utils-2.21.0 index ec4f3a00f874..e55a642f7705 100644 --- a/metadata/md5-cache/media-video/libva-utils-2.21.0 +++ b/metadata/md5-cache/media-video/libva-utils-2.21.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://01.org/linuxmedia/vaapi INHERIT=meson IUSE=examples putsurface test +vainfo wayland X -KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm64 ~loong ppc64 ~riscv x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=x11-libs/libdrm wayland? ( >=dev-libs/wayland-1.0.6 ) X? ( >=x11-libs/libX11-1.6.2 ) >=media-libs/libva-2.21.0:=[wayland?,X?] REQUIRED_USE=putsurface? ( || ( wayland X ) ) || ( examples putsurface test vainfo ) @@ -14,4 +14,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/intel/libva-utils/archive/2.21.0.tar.gz -> libva-utils-2.21.0.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=618eff1cd02dfccbe4b00e9eef91fdf2 +_md5_=893f2d4d11babbda6d4429ea831cab93 diff --git a/metadata/md5-cache/media-video/pipewire-1.0.4 b/metadata/md5-cache/media-video/pipewire-1.0.4 index b1047b600c97..db726e25f7d0 100644 --- a/metadata/md5-cache/media-video/pipewire-1.0.4 +++ b/metadata/md5-cache/media-video/pipewire-1.0.4 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://pipewire.org/ INHERIT=meson-multilib optfeature prefix python-any-r1 systemd tmpfiles udev IUSE=man bluetooth dbus doc echo-cancel extra ffmpeg flatpak gstreamer gsettings ieee1394 jack-client jack-sdk liblc3 lv2 modemmanager pipewire-alsa readline roc selinux sound-server ssl system-service systemd test v4l X zeroconf abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 LICENSE=MIT LGPL-2.1+ GPL-2 PDEPEND=>=media-video/wireplumber-0.4.8-r3 RDEPEND=acct-group/audio acct-group/pipewire media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/ncurses:=[unicode(+)] virtual/libintl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libudev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( dev-libs/glib media-libs/fdk-aac media-libs/libldac media-libs/libfreeaptx media-libs/opus media-libs/sbc >=net-wireless/bluez-4.101:= virtual/libusb:1 ) dbus? ( sys-apps/dbus[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) echo-cancel? ( media-libs/webrtc-audio-processing:1 ) extra? ( >=media-libs/libsndfile-1.0.20 ) ffmpeg? ( media-video/ffmpeg:= ) flatpak? ( dev-libs/glib ) gstreamer? ( >=dev-libs/glib-2.32.0:2 >=media-libs/gstreamer-1.10.0:1.0 media-libs/gst-plugins-base:1.0 ) gsettings? ( >=dev-libs/glib-2.26.0:2 ) ieee1394? ( media-libs/libffado[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jack-client? ( >=media-sound/jack2-1.9.10:2[dbus] ) jack-sdk? ( !media-sound/jack-audio-connection-kit !media-sound/jack2 ) liblc3? ( media-sound/liblc3 ) lv2? ( media-libs/lilv ) modemmanager? ( >=net-misc/modemmanager-1.10.0 ) pipewire-alsa? ( >=media-libs/alsa-lib-1.1.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sound-server? ( !media-sound/pulseaudio-daemon ) roc? ( >=media-libs/roc-toolkit-0.3.0:= ) readline? ( sys-libs/readline:= ) selinux? ( sys-libs/libselinux ) ssl? ( dev-libs/openssl:= ) systemd? ( sys-apps/systemd ) system-service? ( acct-user/pipewire ) v4l? ( media-libs/libv4l ) X? ( media-libs/libcanberra x11-libs/libX11 x11-libs/libXfixes ) zeroconf? ( net-dns/avahi ) virtual/tmpfiles @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0/0.4 SRC_URI=https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/1.0.4/pipewire-1.0.4.tar.bz2 !man? ( https://dev.gentoo.org/~sam/distfiles/media-video/pipewire/pipewire-1.0.0-docs.tar.xz ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=e3d838c98eab3a2d671e8541047937da +_md5_=38d8c047739440e6ca450f7073f2477b diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index a494b590efc6..60b346812517 100644 Binary files a/metadata/md5-cache/net-analyzer/Manifest.gz and b/metadata/md5-cache/net-analyzer/Manifest.gz differ diff --git a/metadata/md5-cache/net-analyzer/fail2ban-1.1.0 b/metadata/md5-cache/net-analyzer/fail2ban-1.1.0 new file mode 100644 index 000000000000..31c89414f540 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/fail2ban-1.1.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( python_single_target_python3_10? ( dev-python/aiosmtpd[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/aiosmtpd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/aiosmtpd[python_targets_python3_12(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst preinst prepare setup test +DESCRIPTION=Scans log files and bans IPs that show malicious signs +EAPI=8 +HOMEPAGE=https://www.fail2ban.org/ +INHERIT=bash-completion-r1 distutils-r1 systemd tmpfiles +IUSE=selinux systemd test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=python_single_target_python3_12? ( dev-python/pyasyncore[python_targets_python3_12(-)] dev-python/pyasynchat[python_targets_python3_12(-)] ) virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) systemd? ( python_single_target_python3_10? ( dev-python/python-systemd[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/python-systemd[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/python-systemd[python_targets_python3_12(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) virtual/tmpfiles +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/fail2ban/fail2ban/archive/1.1.0.tar.gz -> fail2ban-1.1.0.tar.gz +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=1d998f8c47b729d21dccc319479315dd diff --git a/metadata/md5-cache/net-analyzer/fail2ban-9999 b/metadata/md5-cache/net-analyzer/fail2ban-9999 index 1aa6668f98cf..2ae08f2cb415 100644 --- a/metadata/md5-cache/net-analyzer/fail2ban-9999 +++ b/metadata/md5-cache/net-analyzer/fail2ban-9999 @@ -12,4 +12,4 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 RESTRICT=!test? ( test ) SLOT=0 _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=960c81490f40e83de2f46bd60b66f72f +_md5_=1d998f8c47b729d21dccc319479315dd diff --git a/metadata/md5-cache/net-analyzer/fping-5.1-r1 b/metadata/md5-cache/net-analyzer/fping-5.1-r1 index ae8c8fa47f81..97f66cce2d7b 100644 --- a/metadata/md5-cache/net-analyzer/fping-5.1-r1 +++ b/metadata/md5-cache/net-analyzer/fping-5.1-r1 @@ -5,9 +5,9 @@ HOMEPAGE=https://fping.org/ https://github.com/schweikert/fping/ IDEPEND=filecaps? ( sys-libs/libcap ) INHERIT=fcaps IUSE=suid +filecaps -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux LICENSE=fping SLOT=0 SRC_URI=https://fping.org/dist/fping-5.1.tar.gz _eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 -_md5_=71c3f69dbe93425aa4a6487feb5ba060 +_md5_=4dd0f9d2fbfff9bc6c1f9a5c1573d54e diff --git a/metadata/md5-cache/net-analyzer/fprobe-1.1-r7 b/metadata/md5-cache/net-analyzer/fprobe-1.1-r7 index 38794883a6a6..03d140041275 100644 --- a/metadata/md5-cache/net-analyzer/fprobe-1.1-r7 +++ b/metadata/md5-cache/net-analyzer/fprobe-1.1-r7 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://fprobe.sourceforge.net INHERIT=autotools IUSE=debug messages -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 RDEPEND=net-libs/libpcap SLOT=0 SRC_URI=mirror://sourceforge/fprobe/fprobe-1.1.tar.bz2 _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=c342c94c4cf3661db7baef161b21d422 +_md5_=6d334ccc2087a452fc474642fdc0b31f diff --git a/metadata/md5-cache/net-analyzer/macchanger-1.7.0_p5_p4-r3 b/metadata/md5-cache/net-analyzer/macchanger-1.7.0_p5_p4-r3 index 6a61820fe77c..3250ccd8e693 100644 --- a/metadata/md5-cache/net-analyzer/macchanger-1.7.0_p5_p4-r3 +++ b/metadata/md5-cache/net-analyzer/macchanger-1.7.0_p5_p4-r3 @@ -2,8 +2,8 @@ DEFINED_PHASES=configure install DESCRIPTION=Utility for viewing/manipulating the MAC address of network interfaces EAPI=8 HOMEPAGE=https://github.com/alobbs/macchanger -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ppc ppc64 ~riscv sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=https://github.com/alobbs/macchanger/releases/download/1.7.0/macchanger-1.7.0.tar.gz mirror://debian/pool/main/m/macchanger/macchanger_1.7.0-5.4.debian.tar.xz -_md5_=de2be0e753d9db2b94681471d3cbbf0c +_md5_=a870fadfee3d789726c76c61e17158e9 diff --git a/metadata/md5-cache/net-analyzer/tcptrace-6.6.7_p6-r2 b/metadata/md5-cache/net-analyzer/tcptrace-6.6.7_p6-r2 index 38976ab7aafb..30ad72856cf7 100644 --- a/metadata/md5-cache/net-analyzer/tcptrace-6.6.7_p6-r2 +++ b/metadata/md5-cache/net-analyzer/tcptrace-6.6.7_p6-r2 @@ -5,10 +5,10 @@ DESCRIPTION=A Tool for analyzing network packet dumps EAPI=8 HOMEPAGE=http://www.tcptrace.org/ INHERIT=autotools flag-o-matic -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=net-libs/libpcap SLOT=0 SRC_URI=http://www.tcptrace.org/download/tcptrace-6.6.7.tar.gz http://www.tcptrace.org/download/old/6.6/tcptrace-6.6.7.tar.gz mirror://debian/pool/main/t/tcptrace/tcptrace_6.6.7-6.debian.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=d97318fb7bdcb05b342822a435bdb7bb +_md5_=9a13085de03a5482fa2327915cad87b8 diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 23727c0d1535..4d45aabfab25 100644 Binary files a/metadata/md5-cache/net-dns/Manifest.gz and b/metadata/md5-cache/net-dns/Manifest.gz differ diff --git a/metadata/md5-cache/net-dns/pdns-recursor-5.0.4 b/metadata/md5-cache/net-dns/pdns-recursor-5.0.4 index 33ad2ded2617..67dc0f9e3897 100644 --- a/metadata/md5-cache/net-dns/pdns-recursor-5.0.4 +++ b/metadata/md5-cache/net-dns/pdns-recursor-5.0.4 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.powerdns.com/ INHERIT=cargo flag-o-matic lua-single IUSE=debug dnstap snmp sodium systemd test valgrind debug lua_single_target_luajit lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) dnstap? ( dev-libs/fstrm ) systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) elibc_glibc? ( arm? ( >=sys-libs/glibc-2.34 ) x86? ( >=sys-libs/glibc-2.34 ) ) dev-libs/openssl:= dev-libs/boost:=[context] ! cc-1.0.84.crate https://crates.io/api/v1/crates/codespan-reporting/0.11.1/download -> codespan-reporting-0.11.1.crate https://crates.io/api/v1/crates/cxx-build/1.0.110/download -> cxx-build-1.0.110.crate https://crates.io/api/v1/crates/cxx/1.0.110/download -> cxx-1.0.110.crate https://crates.io/api/v1/crates/cxxbridge-flags/1.0.110/download -> cxxbridge-flags-1.0.110.crate https://crates.io/api/v1/crates/cxxbridge-macro/1.0.110/download -> cxxbridge-macro-1.0.110.crate https://crates.io/api/v1/crates/equivalent/1.0.1/download -> equivalent-1.0.1.crate https://crates.io/api/v1/crates/hashbrown/0.14.2/download -> hashbrown-0.14.2.crate https://crates.io/api/v1/crates/indexmap/2.1.0/download -> indexmap-2.1.0.crate https://crates.io/api/v1/crates/ipnet/2.9.0/download -> ipnet-2.9.0.crate https://crates.io/api/v1/crates/itoa/1.0.9/download -> itoa-1.0.9.crate https://crates.io/api/v1/crates/libc/0.2.150/download -> libc-0.2.150.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.9/download -> link-cplusplus-1.0.9.crate https://crates.io/api/v1/crates/once_cell/1.18.0/download -> once_cell-1.18.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.69/download -> proc-macro2-1.0.69.crate https://crates.io/api/v1/crates/quote/1.0.33/download -> quote-1.0.33.crate https://crates.io/api/v1/crates/ryu/1.0.15/download -> ryu-1.0.15.crate https://crates.io/api/v1/crates/scratch/1.0.7/download -> scratch-1.0.7.crate https://crates.io/api/v1/crates/serde/1.0.192/download -> serde-1.0.192.crate https://crates.io/api/v1/crates/serde_derive/1.0.192/download -> serde_derive-1.0.192.crate https://crates.io/api/v1/crates/serde_yaml/0.9.27/download -> serde_yaml-0.9.27.crate https://crates.io/api/v1/crates/syn/2.0.39/download -> syn-2.0.39.crate https://crates.io/api/v1/crates/termcolor/1.4.0/download -> termcolor-1.4.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.12/download -> unicode-ident-1.0.12.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.9/download -> unsafe-libyaml-0.2.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate _eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=f879945f206f60817ed42886d9c5722c +_md5_=501b4b9f556d50ff9282fbc3c81fcf48 diff --git a/metadata/md5-cache/net-firewall/Manifest.gz b/metadata/md5-cache/net-firewall/Manifest.gz index 77c4a41784d8..9ea257449a0c 100644 Binary files a/metadata/md5-cache/net-firewall/Manifest.gz and b/metadata/md5-cache/net-firewall/Manifest.gz differ diff --git a/metadata/md5-cache/net-firewall/firewalld-2.0.1 b/metadata/md5-cache/net-firewall/firewalld-2.0.1 deleted file mode 100644 index d00d280e7fde..000000000000 --- a/metadata/md5-cache/net-firewall/firewalld-2.0.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=app-text/docbook-xml-dtd >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 -DESCRIPTION=A firewall daemon with D-Bus interface providing a dynamic firewall -EAPI=8 -HOMEPAGE=https://firewalld.org/ -INHERIT=bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils -IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=amd64 arm arm64 ~loong ppc64 ~riscv x86 -LICENSE=GPL-2+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) -RESTRICT=!test? ( test ) test -SLOT=0 -SRC_URI=https://github.com/firewalld/firewalld/releases/download/v2.0.1/firewalld-2.0.1.tar.bz2 -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnome2-utils 30dbce54b89e77b86f366548f94419ad linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=318e335d85135e4ebf4de1c51c0c13cc diff --git a/metadata/md5-cache/net-firewall/firewalld-2.0.2 b/metadata/md5-cache/net-firewall/firewalld-2.0.2 deleted file mode 100644 index 8ff58eefbd59..000000000000 --- a/metadata/md5-cache/net-firewall/firewalld-2.0.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=app-text/docbook-xml-dtd >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 -DESCRIPTION=Firewall daemon with D-Bus interface providing a dynamic firewall -EAPI=8 -HOMEPAGE=https://firewalld.org/ -INHERIT=bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils -IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=amd64 arm arm64 ~loong ppc64 ~riscv x86 -LICENSE=GPL-2+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) -RESTRICT=!test? ( test ) test -SLOT=0 -SRC_URI=https://github.com/firewalld/firewalld/releases/download/v2.0.2/firewalld-2.0.2.tar.bz2 -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnome2-utils 30dbce54b89e77b86f366548f94419ad linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=7a31ea8672c017c8d3b69f8005d0e81c diff --git a/metadata/md5-cache/net-firewall/firewalld-2.1.0 b/metadata/md5-cache/net-firewall/firewalld-2.1.0 deleted file mode 100644 index 96ae76b05e11..000000000000 --- a/metadata/md5-cache/net-firewall/firewalld-2.1.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=app-text/docbook-xml-dtd >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 -DESCRIPTION=Firewall daemon with D-Bus interface providing a dynamic firewall -EAPI=8 -HOMEPAGE=https://firewalld.org/ -INHERIT=bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils -IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=amd64 arm arm64 ~loong ppc64 ~riscv x86 -LICENSE=GPL-2+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) -RESTRICT=!test? ( test ) test -SLOT=0 -SRC_URI=https://github.com/firewalld/firewalld/releases/download/v2.1.0/firewalld-2.1.0.tar.bz2 -_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnome2-utils 30dbce54b89e77b86f366548f94419ad linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=29530c66ee78ac326b89580884f17884 diff --git a/metadata/md5-cache/net-firewall/firewalld-2.1.1 b/metadata/md5-cache/net-firewall/firewalld-2.1.1 index 0d8ecd8a3756..e31139d0b0de 100644 --- a/metadata/md5-cache/net-firewall/firewalld-2.1.1 +++ b/metadata/md5-cache/net-firewall/firewalld-2.1.1 @@ -1,17 +1,17 @@ BDEPEND=app-text/docbook-xml-dtd >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_12? ( dev-python/dbus-python[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_12(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 DESCRIPTION=Firewall daemon with D-Bus interface providing a dynamic firewall EAPI=8 HOMEPAGE=https://firewalld.org/ INHERIT=bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils -IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 +IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=amd64 arm arm64 ~loong ppc64 ~riscv x86 LICENSE=GPL-2+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_12? ( dev-python/dbus-python[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_12(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://github.com/firewalld/firewalld/releases/download/v2.1.1/firewalld-2.1.1.tar.bz2 _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnome2-utils 30dbce54b89e77b86f366548f94419ad linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=29530c66ee78ac326b89580884f17884 +_md5_=8ddd30f4aa161f10eb0deca8db6dd65e diff --git a/metadata/md5-cache/net-firewall/firewalld-2.1.1-r2 b/metadata/md5-cache/net-firewall/firewalld-2.1.1-r2 index b26b6d45951f..d0a70340febf 100644 --- a/metadata/md5-cache/net-firewall/firewalld-2.1.1-r2 +++ b/metadata/md5-cache/net-firewall/firewalld-2.1.1-r2 @@ -1,17 +1,17 @@ BDEPEND=app-text/docbook-xml-dtd >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_12? ( dev-python/dbus-python[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_12(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) dev-libs/glib:2 DESCRIPTION=Firewall daemon with D-Bus interface providing a dynamic firewall EAPI=8 HOMEPAGE=https://firewalld.org/ INHERIT=bash-completion-r1 gnome2-utils linux-info optfeature plocale python-single-r1 systemd xdg-utils -IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +IUSE=gui +nftables +iptables test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 +KEYWORDS=amd64 arm arm64 ~loong ppc64 ~riscv x86 LICENSE=GPL-2+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) python_single_target_python3_10? ( dev-python/dbus-python[python_targets_python3_10(-)] dev-python/pygobject:3[python_targets_python3_10(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_10(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_11? ( dev-python/dbus-python[python_targets_python3_11(-)] dev-python/pygobject:3[python_targets_python3_11(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_11(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) python_single_target_python3_12? ( dev-python/dbus-python[python_targets_python3_12(-)] dev-python/pygobject:3[python_targets_python3_12(-)] gui? ( x11-libs/gtk+:3 dev-python/PyQt5[gui,widgets,python_targets_python3_12(-)] ) nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) ) iptables? ( net-firewall/iptables[ipv6(+)] net-firewall/ebtables net-firewall/ipset nftables? ( net-firewall/nftables[xtables(+)] ) ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) test SLOT=0 SRC_URI=https://github.com/firewalld/firewalld/releases/download/v2.1.1/firewalld-2.1.1.tar.bz2 _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnome2-utils 30dbce54b89e77b86f366548f94419ad linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 plocale 950fbaec7deeba41b5bcc0572cca99b9 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=2013a944fa4f6882c274b3882cb85d6a +_md5_=48c8594c9e6b9ccf6ce666ecd641d30e diff --git a/metadata/md5-cache/net-fs/Manifest.gz b/metadata/md5-cache/net-fs/Manifest.gz index b526c69c29df..c98c22692401 100644 Binary files a/metadata/md5-cache/net-fs/Manifest.gz and b/metadata/md5-cache/net-fs/Manifest.gz differ diff --git a/metadata/md5-cache/net-fs/libnfs-5.0.3 b/metadata/md5-cache/net-fs/libnfs-5.0.3 index 7f1567a8452a..5498768c9f00 100644 --- a/metadata/md5-cache/net-fs/libnfs-5.0.3 +++ b/metadata/md5-cache/net-fs/libnfs-5.0.3 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://github.com/sahlberg/libnfs INHERIT=autotools IUSE=examples static-libs utils -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 x86 LICENSE=LGPL-2.1 GPL-3 SLOT=0/14 SRC_URI=https://github.com/sahlberg/libnfs/archive/libnfs-5.0.3.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=7729998e67f9b4ce4a6c51e4e617631c +_md5_=04df414afe0dcff09a61dce480e812ee diff --git a/metadata/md5-cache/net-ftp/Manifest.gz b/metadata/md5-cache/net-ftp/Manifest.gz index ab17fb830ce5..b43960cf9916 100644 Binary files a/metadata/md5-cache/net-ftp/Manifest.gz and b/metadata/md5-cache/net-ftp/Manifest.gz differ diff --git a/metadata/md5-cache/net-ftp/linksys-tftp-1.2.1-r4 b/metadata/md5-cache/net-ftp/linksys-tftp-1.2.1-r4 new file mode 100644 index 000000000000..f11c845746ae --- /dev/null +++ b/metadata/md5-cache/net-ftp/linksys-tftp-1.2.1-r4 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install +DESCRIPTION=TFTP client suitable for uploading to the Linksys WRT54G Wireless Router +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/No_homepage +INHERIT=toolchain-funcs +KEYWORDS=~amd64 ~ppc ~riscv ~x86 +LICENSE=BSD +SLOT=0 +SRC_URI=https://www.redsand.net/solutions/linksys-tftp-1.2.1.tar.bz2 +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=3c216ef1e38f6f93e8bfcd43d545076c diff --git a/metadata/md5-cache/net-im/Manifest.gz b/metadata/md5-cache/net-im/Manifest.gz index 1cebdaa81299..7ec5e21bfc4f 100644 Binary files a/metadata/md5-cache/net-im/Manifest.gz and b/metadata/md5-cache/net-im/Manifest.gz differ diff --git a/metadata/md5-cache/net-im/discord-0.0.51 b/metadata/md5-cache/net-im/discord-0.0.52 similarity index 96% rename from metadata/md5-cache/net-im/discord-0.0.51 rename to metadata/md5-cache/net-im/discord-0.0.52 index 015e98f0ca42..df70ce8cccc6 100644 --- a/metadata/md5-cache/net-im/discord-0.0.51 +++ b/metadata/md5-cache/net-im/discord-0.0.52 @@ -10,6 +10,6 @@ LICENSE=all-rights-reserved RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa[gbm(+)] net-print/cups sys-apps/dbus sys-apps/util-linux sys-libs/glibc x11-libs/cairo x11-libs/libdrm x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb x11-libs/libxkbcommon x11-libs/libxshmfence x11-libs/pango appindicator? ( dev-libs/libayatana-appindicator ) RESTRICT=bindist mirror strip test SLOT=0 -SRC_URI=https://dl.discordapp.net/apps/linux/0.0.51/discord-0.0.51.tar.gz +SRC_URI=https://dl.discordapp.net/apps/linux/0.0.52/discord-0.0.52.tar.gz _eclasses_=chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 021728fdc1b03b36357dbc89489e0f0d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 _md5_=666d03bfb1285292037102c59da55a8f diff --git a/metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc1 b/metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc2 similarity index 84% rename from metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc1 rename to metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc2 index 015cf188efaa..6cc2d0d9db25 100644 --- a/metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc1 +++ b/metadata/md5-cache/net-im/mattermost-desktop-bin-5.8.0_rc2 @@ -7,6 +7,6 @@ INHERIT=desktop xdg LICENSE=Apache-2.0 GPL-2+ LGPL-2.1+ MIT RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2[X] dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-libs/wayland media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libdrm x11-libs/libxcb x11-libs/libxkbcommon x11-libs/pango SLOT=0 -SRC_URI=amd64? ( https://releases.mattermost.com/desktop/5.8.0-rc.1/mattermost-desktop-5.8.0-rc.1-linux-x64.tar.gz ) arm64? ( https://releases.mattermost.com/desktop/5.8.0-rc.1/mattermost-desktop-5.8.0-rc.1-linux-arm64.tar.gz ) +SRC_URI=amd64? ( https://releases.mattermost.com/desktop/5.8.0-rc.2/mattermost-desktop-5.8.0-rc.2-linux-x64.tar.gz ) arm64? ( https://releases.mattermost.com/desktop/5.8.0-rc.2/mattermost-desktop-5.8.0-rc.2-linux-arm64.tar.gz ) _eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 _md5_=529a7deb549e069c7e90c1bc161ad3f8 diff --git a/metadata/md5-cache/net-im/signal-cli-bin-0.12.7 b/metadata/md5-cache/net-im/signal-cli-bin-0.12.7 deleted file mode 100644 index ee505844273b..000000000000 --- a/metadata/md5-cache/net-im/signal-cli-bin-0.12.7 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=app-text/asciidoc -DEFINED_PHASES=compile install postinst unpack -DEPEND=|| ( virtual/jdk:17 virtual/jre:17 ) -DESCRIPTION=Send and receive messages of Signal Messenger over a command line interface -EAPI=8 -HOMEPAGE=https://github.com/AsamK/signal-cli/wiki -KEYWORDS=amd64 -LICENSE=GPL-3 -RDEPEND=|| ( virtual/jdk:17 virtual/jre:17 ) -SLOT=0 -SRC_URI=https://github.com/AsamK/signal-cli/releases/download/v0.12.7/signal-cli-0.12.7.tar.gz -> signal-cli-bin-0.12.7.gh.tar.gz https://github.com/AsamK/signal-cli/raw/v0.12.7/README.md -> signal-cli-bin-0.12.7.README.md https://github.com/AsamK/signal-cli/raw/v0.12.7/man/signal-cli.1.adoc -> signal-cli-bin-0.12.7.signal-cli.1.adoc -_md5_=16db75e0d00de8ec57537d7302a39464 diff --git a/metadata/md5-cache/net-im/signal-cli-bin-0.13.1 b/metadata/md5-cache/net-im/signal-cli-bin-0.13.1-r1 similarity index 82% rename from metadata/md5-cache/net-im/signal-cli-bin-0.13.1 rename to metadata/md5-cache/net-im/signal-cli-bin-0.13.1-r1 index 198e1dc6decc..0cc2f019dc13 100644 --- a/metadata/md5-cache/net-im/signal-cli-bin-0.13.1 +++ b/metadata/md5-cache/net-im/signal-cli-bin-0.13.1-r1 @@ -1,12 +1,12 @@ BDEPEND=app-text/asciidoc DEFINED_PHASES=compile install postinst unpack -DEPEND=|| ( virtual/jdk:21 virtual/jre:21 ) +DEPEND=virtual/jre:21 DESCRIPTION=Send and receive messages of Signal Messenger over a command line interface EAPI=8 HOMEPAGE=https://github.com/AsamK/signal-cli KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=|| ( virtual/jdk:21 virtual/jre:21 ) +RDEPEND=virtual/jre:21 SLOT=0 SRC_URI=https://github.com/AsamK/signal-cli/releases/download/v0.13.1/signal-cli-0.13.1.tar.gz -> signal-cli-bin-0.13.1.gh.tar.gz https://github.com/AsamK/signal-cli/raw/v0.13.1/README.md -> signal-cli-bin-0.13.1.README.md https://github.com/AsamK/signal-cli/raw/v0.13.1/man/signal-cli.1.adoc -> signal-cli-bin-0.13.1.signal-cli.1.adoc -_md5_=d835d6068f3d76a9230eb82323441760 +_md5_=518172913c0c4b50251665eb4acb88b9 diff --git a/metadata/md5-cache/net-im/signal-cli-bin-0.13.2 b/metadata/md5-cache/net-im/signal-cli-bin-0.13.2-r1 similarity index 82% rename from metadata/md5-cache/net-im/signal-cli-bin-0.13.2 rename to metadata/md5-cache/net-im/signal-cli-bin-0.13.2-r1 index de8c67ed593d..ae8cd3d32e91 100644 --- a/metadata/md5-cache/net-im/signal-cli-bin-0.13.2 +++ b/metadata/md5-cache/net-im/signal-cli-bin-0.13.2-r1 @@ -1,12 +1,12 @@ BDEPEND=app-text/asciidoc DEFINED_PHASES=compile install postinst unpack -DEPEND=|| ( virtual/jdk:21 virtual/jre:21 ) +DEPEND=virtual/jre:21 DESCRIPTION=Send and receive messages of Signal Messenger over a command line interface EAPI=8 HOMEPAGE=https://github.com/AsamK/signal-cli KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=|| ( virtual/jdk:21 virtual/jre:21 ) +RDEPEND=virtual/jre:21 SLOT=0 SRC_URI=https://github.com/AsamK/signal-cli/releases/download/v0.13.2/signal-cli-0.13.2.tar.gz -> signal-cli-bin-0.13.2.gh.tar.gz https://github.com/AsamK/signal-cli/raw/v0.13.2/README.md -> signal-cli-bin-0.13.2.README.md https://github.com/AsamK/signal-cli/raw/v0.13.2/man/signal-cli.1.adoc -> signal-cli-bin-0.13.2.signal-cli.1.adoc -_md5_=d835d6068f3d76a9230eb82323441760 +_md5_=518172913c0c4b50251665eb4acb88b9 diff --git a/metadata/md5-cache/net-irc/Manifest.gz b/metadata/md5-cache/net-irc/Manifest.gz index 8aaa3772d97a..d40e89b50017 100644 Binary files a/metadata/md5-cache/net-irc/Manifest.gz and b/metadata/md5-cache/net-irc/Manifest.gz differ diff --git a/metadata/md5-cache/net-irc/irker-2.24 b/metadata/md5-cache/net-irc/irker-2.24 index 335eef24b527..7c0bd5048719 100644 --- a/metadata/md5-cache/net-irc/irker-2.24 +++ b/metadata/md5-cache/net-irc/irker-2.24 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=http://www.catb.org/esr/irker/ https://gitlab.com/esr/irker INHERIT=optfeature python-single-r1 systemd IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 +KEYWORDS=amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 LICENSE=BSD-2 RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10[ssl] ) python_single_target_python3_11? ( dev-lang/python:3.11[ssl] ) python_single_target_python3_12? ( dev-lang/python:3.12[ssl] ) REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) SLOT=0 SRC_URI=http://www.catb.org/esr/irker/irker-2.24.tar.gz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=aa62f78472ea56ad528b6b7695236570 +_md5_=4fa46e5dafb25d9799545c67847be79f diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 7b74fbe62b6b..96cee94045f5 100644 Binary files a/metadata/md5-cache/net-libs/Manifest.gz and b/metadata/md5-cache/net-libs/Manifest.gz differ diff --git a/metadata/md5-cache/net-libs/courier-authlib-0.72.1 b/metadata/md5-cache/net-libs/courier-authlib-0.72.1 index fa08f3e61f3f..9eae767505e6 100644 --- a/metadata/md5-cache/net-libs/courier-authlib-0.72.1 +++ b/metadata/md5-cache/net-libs/courier-authlib-0.72.1 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://www.courier-mta.org/authlib/ INHERIT=flag-o-matic IUSE=berkdb debug gdbm ldap mysql pam postgres sqlite static-libs -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=GPL-3 RDEPEND=net-mail/mailbase >=net-libs/courier-unicode-2.3.0:= virtual/libcrypt:= dev-libs/libltdl gdbm? ( sys-libs/gdbm:= ) !gdbm? ( sys-libs/db:= ) dev-libs/openssl:0= ldap? ( >=net-nds/openldap-1.2.11:= ) mysql? ( dev-db/mysql-connector-c:= ) pam? ( sys-libs/pam ) postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite:3 ) RESTRICT=!berkdb? ( test ) SLOT=0 SRC_URI=mirror://sourceforge/courier/courier-authlib-0.72.1.tar.bz2 _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=e9d4e2d316c021bf579b38f196c033f9 +_md5_=6874c54400a091aa8a51fba184b2cf64 diff --git a/metadata/md5-cache/net-libs/courier-unicode-2.3.0 b/metadata/md5-cache/net-libs/courier-unicode-2.3.0 index 806d1d00e1a2..a08cb26f3b57 100644 --- a/metadata/md5-cache/net-libs/courier-unicode-2.3.0 +++ b/metadata/md5-cache/net-libs/courier-unicode-2.3.0 @@ -2,8 +2,8 @@ DEFINED_PHASES=configure install DESCRIPTION=Unicode library used by the courier mail server EAPI=8 HOMEPAGE=https://www.courier-mta.org/ -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=GPL-3 SLOT=0/7 SRC_URI=mirror://sourceforge/courier/courier-unicode-2.3.0.tar.bz2 -_md5_=d0fc96107cb5ccb3be29eac424e8ccaf +_md5_=08c104be281535f48a690af65bbeae93 diff --git a/metadata/md5-cache/net-libs/gnutls-3.8.5 b/metadata/md5-cache/net-libs/gnutls-3.8.5 deleted file mode 100644 index beebbebfd17f..000000000000 --- a/metadata/md5-cache/net-libs/gnutls-3.8.5 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=dev-build/gtk-doc-am >=virtual/pkgconfig-0-r1 doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test-full? ( app-crypt/dieharder || ( sys-libs/libfaketime >=app-misc/datefudge-1.22 ) dev-libs/softhsm:2[-bindist(-)] net-dialup/ppp net-misc/socat ) verify-sig? ( >=sec-keys/openpgp-keys-gnutls-20240415 ) >=app-portage/elt-patches-20240116 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-libs/libtasn1-4.9:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libunistring:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nettle-3.6:=[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/gmp-5.1.3-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] brotli? ( >=app-arch/brotli-1.0.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dane? ( >=net-dns/unbound-1.4.20:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nls? ( >=virtual/libintl-0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.23.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) idn? ( >=net-dns/libidn2-0.16-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zstd? ( >=app-arch/zstd-1.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( seccomp? ( sys-libs/libseccomp ) ) -DESCRIPTION=A secure communications library implementing the SSL, TLS and DTLS protocols -EAPI=8 -HOMEPAGE=https://www.gnutls.org/ -INHERIT=libtool multilib-minimal verify-sig -IUSE=brotli +cxx dane doc examples +idn nls +openssl pkcs11 seccomp sslv2 sslv3 static-libs test test-full +tls-heartbeat tools zlib zstd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=GPL-3 LGPL-2.1+ -RDEPEND=>=dev-libs/libtasn1-4.9:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/libunistring:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nettle-3.6:=[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/gmp-5.1.3-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] brotli? ( >=app-arch/brotli-1.0.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dane? ( >=net-dns/unbound-1.4.20:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) nls? ( >=virtual/libintl-0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.23.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) idn? ( >=net-dns/libidn2-0.16-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zstd? ( >=app-arch/zstd-1.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -REQUIRED_USE=test-full? ( cxx dane doc examples idn nls openssl pkcs11 seccomp tls-heartbeat tools ) -RESTRICT=!test? ( test ) -SLOT=0/30.30 -SRC_URI=mirror://gnupg/gnutls/v3.8/gnutls-3.8.5.tar.xz verify-sig? ( mirror://gnupg/gnutls/v3.8/gnutls-3.8.5.tar.xz.sig ) -_eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=6ab9f29843a3d7f77fc6b74b2364c37b diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-1.0.1 b/metadata/md5-cache/net-libs/libmicrohttpd-1.0.1 new file mode 100644 index 000000000000..1ac927b8b76f --- /dev/null +++ b/metadata/md5-cache/net-libs/libmicrohttpd-1.0.1 @@ -0,0 +1,17 @@ +BDEPEND=ssl? ( virtual/pkgconfig ) +DEFINED_PHASES=compile configure install pretend setup test +DEPEND=ssl? ( >net-libs/gnutls-2.12.20:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( net-misc/curl[ssl?] ) +DESCRIPTION=Small C library to run an HTTP server as part of another application +EAPI=8 +HOMEPAGE=https://www.gnu.org/software/libmicrohttpd/ +INHERIT=linux-info multilib-minimal +IUSE=debug +epoll +eventfd ssl static-libs test +thread-names verify-sig abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) ) +RDEPEND=ssl? ( >net-libs/gnutls-2.12.20:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=epoll? ( kernel_linux ) +RESTRICT=!test? ( test ) +SLOT=0/12 +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-1.0.1.tar.gz +_eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=5463df76a2fc49fde5883a3ed2d34159 diff --git a/metadata/md5-cache/net-libs/miniupnpc-2.2.6-r1 b/metadata/md5-cache/net-libs/miniupnpc-2.2.6-r1 deleted file mode 100644 index ff976fe779a1..000000000000 --- a/metadata/md5-cache/net-libs/miniupnpc-2.2.6-r1 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=kernel_linux? ( sys-apps/lsb-release ) verify-sig? ( sec-keys/openpgp-keys-miniupnp ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) -DEFINED_PHASES=compile install prepare test unpack -DESCRIPTION=UPnP client library and a simple UPnP client -EAPI=8 -HOMEPAGE=http://miniupnp.free.fr/ https://miniupnp.tuxfamily.org/ https://github.com/miniupnp/miniupnp/ -INHERIT=toolchain-funcs verify-sig -IUSE=verify-sig -KEYWORDS=amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 -LICENSE=BSD -SLOT=0/17 -SRC_URI=https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.6.tar.gz verify-sig? ( https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.6.tar.gz.sig ) -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=1dec135d525732e920160697420bce31 diff --git a/metadata/md5-cache/net-libs/miniupnpc-2.2.7 b/metadata/md5-cache/net-libs/miniupnpc-2.2.7 index 3b1cf61b7c93..359a4ce52970 100644 --- a/metadata/md5-cache/net-libs/miniupnpc-2.2.7 +++ b/metadata/md5-cache/net-libs/miniupnpc-2.2.7 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=http://miniupnp.free.fr/ https://miniupnp.tuxfamily.org/ https://github.com/miniupnp/miniupnp/ INHERIT=toolchain-funcs verify-sig IUSE=verify-sig -KEYWORDS=amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 +KEYWORDS=amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=BSD SLOT=0/17 SRC_URI=https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.7.tar.gz verify-sig? ( https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.7.tar.gz.sig ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=c683c3e848ab264b8633a1d4f2b7f7fa +_md5_=1dec135d525732e920160697420bce31 diff --git a/metadata/md5-cache/net-libs/nghttp2-1.57.0 b/metadata/md5-cache/net-libs/nghttp2-1.57.0 deleted file mode 100644 index 4b800d319b84..000000000000 --- a/metadata/md5-cache/net-libs/nghttp2-1.57.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( >=dev-util/cunit-2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -DESCRIPTION=HTTP/2 C Library -EAPI=8 -HOMEPAGE=https://nghttp2.org/ -INHERIT=cmake-multilib -IUSE=debug hpack-tools jemalloc static-libs systemd test utils xml abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=MIT -RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -RESTRICT=!test? ( test ) -SLOT=0/1.14 -SRC_URI=https://github.com/nghttp2/nghttp2/releases/download/v1.57.0/nghttp2-1.57.0.tar.xz -_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=f9ded8a370ba73a9c8fcbd60fa9d35fc diff --git a/metadata/md5-cache/net-libs/nghttp2-1.58.0 b/metadata/md5-cache/net-libs/nghttp2-1.58.0 deleted file mode 100644 index 78c907425299..000000000000 --- a/metadata/md5-cache/net-libs/nghttp2-1.58.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( >=dev-util/cunit-2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -DESCRIPTION=HTTP/2 C Library -EAPI=8 -HOMEPAGE=https://nghttp2.org/ -INHERIT=cmake-multilib -IUSE=debug hpack-tools jemalloc static-libs systemd test utils xml abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=MIT -RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -RESTRICT=!test? ( test ) -SLOT=0/1.14 -SRC_URI=https://github.com/nghttp2/nghttp2/releases/download/v1.58.0/nghttp2-1.58.0.tar.xz -_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=c20d30721a6941f19111748780b9ab93 diff --git a/metadata/md5-cache/net-libs/nghttp2-1.59.0 b/metadata/md5-cache/net-libs/nghttp2-1.59.0 deleted file mode 100644 index 2c8f258a253e..000000000000 --- a/metadata/md5-cache/net-libs/nghttp2-1.59.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( >=dev-util/cunit-2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -DESCRIPTION=HTTP/2 C Library -EAPI=8 -HOMEPAGE=https://nghttp2.org/ -INHERIT=cmake-multilib -IUSE=debug hpack-tools jemalloc static-libs systemd test utils xml abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=MIT -RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -RESTRICT=!test? ( test ) -SLOT=0/1.14 -SRC_URI=https://github.com/nghttp2/nghttp2/releases/download/v1.59.0/nghttp2-1.59.0.tar.xz -_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=00d1790516dd75f74de7cab816818fd8 diff --git a/metadata/md5-cache/net-libs/nghttp2-1.60.0 b/metadata/md5-cache/net-libs/nghttp2-1.60.0 deleted file mode 100644 index 2ddedd591541..000000000000 --- a/metadata/md5-cache/net-libs/nghttp2-1.60.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 -DEFINED_PHASES=compile configure install prepare test -DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -DESCRIPTION=HTTP/2 C Library -EAPI=8 -HOMEPAGE=https://nghttp2.org/ -INHERIT=cmake-multilib -IUSE=debug hpack-tools jemalloc static-libs systemd test utils xml abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris -LICENSE=MIT -RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -RESTRICT=!test? ( test ) -SLOT=0/1.14 -SRC_URI=https://github.com/nghttp2/nghttp2/releases/download/v1.60.0/nghttp2-1.60.0.tar.xz -_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=b9df12c3762c2d80bfd8481c2dd9a010 diff --git a/metadata/md5-cache/net-libs/nghttp2-1.61.0 b/metadata/md5-cache/net-libs/nghttp2-1.61.0 index 5b004b533128..203c8ff9dd64 100644 --- a/metadata/md5-cache/net-libs/nghttp2-1.61.0 +++ b/metadata/md5-cache/net-libs/nghttp2-1.61.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://nghttp2.org/ INHERIT=cmake-multilib IUSE=debug hpack-tools jemalloc static-libs systemd test utils xml abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=test? ( static-libs ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/1.14 SRC_URI=https://github.com/nghttp2/nghttp2/releases/download/v1.61.0/nghttp2-1.61.0.tar.xz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=daadf316d9ae69c019824476f7a5ade1 +_md5_=91356c2619a767da9cdc849d2d9cba69 diff --git a/metadata/md5-cache/net-libs/nghttp2-9999 b/metadata/md5-cache/net-libs/nghttp2-9999 index 2a5b543c5c7b..b2d3269ce26d 100644 --- a/metadata/md5-cache/net-libs/nghttp2-9999 +++ b/metadata/md5-cache/net-libs/nghttp2-9999 @@ -1,6 +1,6 @@ BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( >=dev-util/cunit-2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) utils? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libev-4.15[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/zlib-1.2.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-dns/c-ares:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) DESCRIPTION=HTTP/2 C Library EAPI=8 HOMEPAGE=https://nghttp2.org/ @@ -12,4 +12,4 @@ RDEPEND=hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc: RESTRICT=!test? ( test ) SLOT=0/1.14 _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c cmake-multilib 37d23064f303dcf23453353ab8c77059 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=68167a2a4366443367abe460eef3b931 +_md5_=f471795b82410e4905f7e11bffd26441 diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index a078281f0a08..3f834472da0c 100644 Binary files a/metadata/md5-cache/net-misc/Manifest.gz and b/metadata/md5-cache/net-misc/Manifest.gz differ diff --git a/metadata/md5-cache/net-misc/gallery-dl-1.26.9 b/metadata/md5-cache/net-misc/gallery-dl-1.26.9 index d4591908bbc4..398ba1d11632 100644 --- a/metadata/md5-cache/net-misc/gallery-dl-1.26.9 +++ b/metadata/md5-cache/net-misc/gallery-dl-1.26.9 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/mikf/gallery-dl/ INHERIT=distutils-r1 optfeature IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 hppa ppc ppc64 ~riscv x86 LICENSE=GPL-2 RDEPEND=>=dev-python/requests-2.11.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10[sqlite,ssl,xml(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite,ssl,xml(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite,ssl,xml(+)] ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/mikf/gallery-dl/archive/v1.26.9.tar.gz -> gallery-dl-1.26.9.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ef4327b26960a657f191c701b8f12f84 +_md5_=f0ebb5ea54113c2f3faf144b08f23189 diff --git a/metadata/md5-cache/net-misc/geoipupdate-6.1.0 b/metadata/md5-cache/net-misc/geoipupdate-6.1.0 index bda5eb0b7e97..7f09ef74dc2b 100644 --- a/metadata/md5-cache/net-misc/geoipupdate-6.1.0 +++ b/metadata/md5-cache/net-misc/geoipupdate-6.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Performs automatic updates of GeoIP2 and GeoIP Legacy binary databas EAPI=8 HOMEPAGE=https://github.com/maxmind/geoipupdate INHERIT=go-module -KEYWORDS=~amd64 ~arm ~ppc64 ~s390 ~x86 +KEYWORDS=amd64 arm ppc64 ~s390 x86 LICENSE=ISC BSD BSD-2 MIT Apache-2.0 RESTRICT=strip SLOT=0 SRC_URI=https://github.com/maxmind/geoipupdate/archive/v6.1.0.tar.gz -> geoipupdate-6.1.0.tar.gz https://dev.gentoo.org/~sam/distfiles/net-misc/geoipupdate/geoipupdate-6.1.0-deps.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=682dfb91489ec4cf139820ccf4d3c2d2 +_md5_=352cc3dffadb4f1221c1bb284959a2c5 diff --git a/metadata/md5-cache/net-misc/memcached-1.6.21-r1 b/metadata/md5-cache/net-misc/memcached-1.6.21-r1 deleted file mode 100644 index 58bd6e67f87e..000000000000 --- a/metadata/md5-cache/net-misc/memcached-1.6.21-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) acct-user/memcached test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) ) -DESCRIPTION=High-performance, distributed memory object caching system -EAPI=7 -HOMEPAGE=http://memcached.org/ -INHERIT=autotools flag-o-matic systemd -IUSE=debug sasl seccomp selinux slabs-reassign ssl test -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=BSD -RDEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://www.memcached.org/files/memcached-1.6.21.tar.gz https://www.memcached.org/files/old/memcached-1.6.21.tar.gz -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=633a3de711a4b00a0bfc11e6aa6483d0 diff --git a/metadata/md5-cache/net-misc/memcached-1.6.22 b/metadata/md5-cache/net-misc/memcached-1.6.22 deleted file mode 100644 index 754ca020549c..000000000000 --- a/metadata/md5-cache/net-misc/memcached-1.6.22 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) acct-user/memcached test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) ) -DESCRIPTION=High-performance, distributed memory object caching system -EAPI=7 -HOMEPAGE=http://memcached.org/ -INHERIT=autotools flag-o-matic systemd -IUSE=debug sasl seccomp selinux slabs-reassign ssl test -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=BSD -RDEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://www.memcached.org/files/memcached-1.6.22.tar.gz https://www.memcached.org/files/old/memcached-1.6.22.tar.gz -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=633a3de711a4b00a0bfc11e6aa6483d0 diff --git a/metadata/md5-cache/net-misc/memcached-1.6.23 b/metadata/md5-cache/net-misc/memcached-1.6.23 deleted file mode 100644 index ab4eaf5e3eee..000000000000 --- a/metadata/md5-cache/net-misc/memcached-1.6.23 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) acct-user/memcached test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) ) -DESCRIPTION=High-performance, distributed memory object caching system -EAPI=7 -HOMEPAGE=http://memcached.org/ -INHERIT=autotools flag-o-matic systemd -IUSE=debug sasl seccomp selinux slabs-reassign ssl test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=BSD -RDEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://www.memcached.org/files/memcached-1.6.23.tar.gz https://www.memcached.org/files/old/memcached-1.6.23.tar.gz -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ed2a3e7b89a23784f662fd3ef053ab39 diff --git a/metadata/md5-cache/net-misc/memcached-1.6.26 b/metadata/md5-cache/net-misc/memcached-1.6.26 index 1ffc0bbd7d3c..513491adcf9e 100644 --- a/metadata/md5-cache/net-misc/memcached-1.6.26 +++ b/metadata/md5-cache/net-misc/memcached-1.6.26 @@ -6,11 +6,11 @@ EAPI=7 HOMEPAGE=http://memcached.org/ INHERIT=autotools flag-o-matic systemd IUSE=debug sasl seccomp selinux slabs-reassign ssl test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=BSD RDEPEND=>=dev-libs/libevent-1.4:= dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) seccomp? ( sys-libs/libseccomp ) selinux? ( sec-policy/selinux-memcached ) ssl? ( >=dev-libs/openssl-1.1.0g:= ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://www.memcached.org/files/memcached-1.6.26.tar.gz https://www.memcached.org/files/old/memcached-1.6.26.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ed2a3e7b89a23784f662fd3ef053ab39 +_md5_=4e0b29c16f31b9315d31b7acc2f480be diff --git a/metadata/md5-cache/net-misc/nemesis-1.8 b/metadata/md5-cache/net-misc/nemesis-1.8 index 88e8c1ff66c8..066dc732bae8 100644 --- a/metadata/md5-cache/net-misc/nemesis-1.8 +++ b/metadata/md5-cache/net-misc/nemesis-1.8 @@ -5,10 +5,10 @@ DESCRIPTION=A commandline-based, portable human IP stack for UNIX/Linux EAPI=8 HOMEPAGE=https://github.com/libnet/nemesis INHERIT=autotools -KEYWORDS=~alpha ~amd64 ~sparc ~x86 +KEYWORDS=~alpha amd64 sparc x86 LICENSE=BSD RDEPEND=net-libs/libnet:1.1 SLOT=0 SRC_URI=https://github.com/libnet/nemesis/archive/v1.8.tar.gz -> nemesis-1.8.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=4c559af9637fac6fca844e9c428c3485 +_md5_=382344c6892958ffb40383a28dde55a0 diff --git a/metadata/md5-cache/net-misc/openvswitch-2.17.8 b/metadata/md5-cache/net-misc/openvswitch-2.17.8 index 5fcf25c1a0bc..dd980e22bdcf 100644 --- a/metadata/md5-cache/net-misc/openvswitch-2.17.8 +++ b/metadata/md5-cache/net-misc/openvswitch-2.17.8 @@ -7,11 +7,11 @@ HOMEPAGE=https://www.openvswitch.org IDEPEND=sys-apps/kmod[tools] INHERIT=autotools linux-mod-r1 python-single-r1 systemd tmpfiles IUSE=debug modules monitor +ssl unwind valgrind dist-kernel modules-compress modules-sign +strip python_single_target_python3_10 python_single_target_python3_11 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +KEYWORDS=amd64 ~arm64 ~ppc64 x86 LICENSE=Apache-2.0 GPL-2 RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( ~dev-python/ovs-2.17.1_p1[python_targets_python3_10(-)] dev-python/twisted[python_targets_python3_10(-)] dev-python/zope-interface[python_targets_python3_10(-)] ) python_single_target_python3_11? ( ~dev-python/ovs-2.17.1_p1[python_targets_python3_11(-)] dev-python/twisted[python_targets_python3_11(-)] dev-python/zope-interface[python_targets_python3_11(-)] ) debug? ( dev-lang/perl ) unwind? ( sys-libs/libunwind:= ) ssl? ( dev-libs/openssl:= ) sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) virtual/tmpfiles REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) SLOT=0 SRC_URI=https://www.openvswitch.org/releases/openvswitch-2.17.8.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo c0eb9cbe6b0bd01fcb4918f12598a4d3 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 linux-mod-r1 137b318f89f77c2b66124fcc7790737a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=9646015caf2f147aa1d9f3938c4e0c01 +_md5_=104b1ea5f14c035962b5c10f134bb3ee diff --git a/metadata/md5-cache/net-misc/pedro-1.14 b/metadata/md5-cache/net-misc/pedro-1.14 new file mode 100644 index 000000000000..edb5d071b055 --- /dev/null +++ b/metadata/md5-cache/net-misc/pedro-1.14 @@ -0,0 +1,15 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=configure install prepare +DEPEND=dev-libs/glib:2 virtual/pkgconfig +DESCRIPTION=Pedro is a subscription/notification communications system +EAPI=8 +HOMEPAGE=https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html +INHERIT=autotools toolchain-funcs +IUSE=doc examples +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 +SLOT=0 +SRC_URI=https://staff.itee.uq.edu.au/pjr/HomePages/PedroFiles/pedro-1.14.tgz doc? ( https://dev.gentoo.org/~keri/distfiles/pedro/pedro-manual-1.x.tar.gz ) +_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=1359403ba228cd29dcb34aee5f59fd3f diff --git a/metadata/md5-cache/net-misc/rsync-3.3.0 b/metadata/md5-cache/net-misc/rsync-3.3.0 index da1086dd0c06..56b811612289 100644 --- a/metadata/md5-cache/net-misc/rsync-3.3.0 +++ b/metadata/md5-cache/net-misc/rsync-3.3.0 @@ -1,16 +1,16 @@ -BDEPEND=examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) verify-sig? ( sec-keys/openpgp-keys-waynedavison ) virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +BDEPEND=examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) verify-sig? ( sec-keys/openpgp-keys-waynedavison ) virtual/pkgconfig verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) +DEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/bracex[python_targets_python3_12(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) DESCRIPTION=File transfer program to keep remote files into sync EAPI=8 HOMEPAGE=https://rsync.samba.org/ INHERIT=flag-o-matic prefix python-single-r1 systemd verify-sig -IUSE=acl examples iconv lz4 rrsync ssl stunnel system-zlib xattr xxhash zstd python_single_target_python3_10 python_single_target_python3_11 verify-sig +IUSE=acl examples iconv lz4 rrsync ssl stunnel system-zlib xattr xxhash zstd python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 verify-sig KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-3 -RDEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) -REQUIRED_USE=examples? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) rrsync? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RDEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/bracex[python_targets_python3_12(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) +REQUIRED_USE=examples? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) rrsync? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) SLOT=0 SRC_URI=https://rsync.samba.org/ftp/rsync/src/rsync-3.3.0.tar.gz verify-sig? ( https://rsync.samba.org/ftp/rsync/src/rsync-3.3.0.tar.gz.asc ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=34a5ea1b1bf068f0fde62670d63ee20e +_md5_=4ff46330c9349747cf7fc5ec07169e64 diff --git a/metadata/md5-cache/net-misc/rsync-9999 b/metadata/md5-cache/net-misc/rsync-9999 index f37c0e702fad..58e105b4021b 100644 --- a/metadata/md5-cache/net-misc/rsync-9999 +++ b/metadata/md5-cache/net-misc/rsync-9999 @@ -1,15 +1,15 @@ -BDEPEND=examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( dev-python/commonmark[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/commonmark[python_targets_python3_11(-)] ) virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/commonmark[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/commonmark[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/commonmark[python_targets_python3_12(-)] ) virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) +DEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/bracex[python_targets_python3_12(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) DESCRIPTION=File transfer program to keep remote files into sync EAPI=8 HOMEPAGE=https://rsync.samba.org/ INHERIT=flag-o-matic prefix python-single-r1 systemd autotools git-r3 -IUSE=acl examples iconv lz4 rrsync ssl stunnel system-zlib xattr xxhash zstd python_single_target_python3_10 python_single_target_python3_11 +IUSE=acl examples iconv lz4 rrsync ssl stunnel system-zlib xattr xxhash zstd python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 LICENSE=GPL-3 PROPERTIES=live -RDEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) examples? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) rrsync? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RDEPEND=>=dev-libs/popt-1.5 acl? ( virtual/acl ) examples? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-lang/perl ) lz4? ( app-arch/lz4:= ) rrsync? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/bracex[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/bracex[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/bracex[python_targets_python3_12(-)] ) ) ssl? ( dev-libs/openssl:= ) system-zlib? ( sys-libs/zlib ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xxhash? ( >=dev-libs/xxhash-0.8 ) zstd? ( >=app-arch/zstd-1.4:= ) iconv? ( virtual/libiconv ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) examples? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) rrsync? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) SLOT=0 _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe prefix eab3c99d77fe00506c109c8a736186f7 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=34a5ea1b1bf068f0fde62670d63ee20e +_md5_=4ff46330c9349747cf7fc5ec07169e64 diff --git a/metadata/md5-cache/net-misc/tuba-0.7.2 b/metadata/md5-cache/net-misc/tuba-0.7.2 new file mode 100644 index 000000000000..fce2bb495098 --- /dev/null +++ b/metadata/md5-cache/net-misc/tuba-0.7.2 @@ -0,0 +1,14 @@ +BDEPEND=|| ( dev-lang/vala:0.56 ) sys-devel/gettext virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +DEFINED_PHASES=compile configure install postinst postrm test +DEPEND=app-crypt/libsecret[introspection,vala] >=dev-libs/glib-2.76.0:2 dev-libs/icu:= >=dev-libs/json-glib-1.4.4[introspection] >=dev-libs/libgee-0.8.5:0.8[introspection] dev-libs/libxml2 >=gui-libs/gtk-4.13.4:4[gstreamer,introspection] >=gui-libs/libadwaita-1.5:1[introspection,vala] >=gui-libs/gtksourceview-5.6.0:5[introspection,vala] net-libs/libsoup:3.0[introspection,vala] +DESCRIPTION=Browse the Fediverse (GTK client) +EAPI=8 +HOMEPAGE=https://tuba.geopjr.dev/ https://github.com/GeopJr/Tuba/ +INHERIT=gnome2-utils meson optfeature vala +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-3 CC-BY-SA-4.0 +RDEPEND=app-crypt/libsecret[introspection,vala] >=dev-libs/glib-2.76.0:2 dev-libs/icu:= >=dev-libs/json-glib-1.4.4[introspection] >=dev-libs/libgee-0.8.5:0.8[introspection] dev-libs/libxml2 >=gui-libs/gtk-4.13.4:4[gstreamer,introspection] >=gui-libs/libadwaita-1.5:1[introspection,vala] >=gui-libs/gtksourceview-5.6.0:5[introspection,vala] net-libs/libsoup:3.0[introspection,vala] +SLOT=0 +SRC_URI=https://github.com/GeopJr/Tuba/archive/v0.7.2.tar.gz -> Tuba-0.7.2.gh.tar.gz +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=55b8386d486dfb76b86d6627039e5efd diff --git a/metadata/md5-cache/net-misc/tuba-9999 b/metadata/md5-cache/net-misc/tuba-9999 deleted file mode 100644 index 09cfbc02b46f..000000000000 --- a/metadata/md5-cache/net-misc/tuba-9999 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=|| ( dev-lang/vala:0.56 ) sys-devel/gettext virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm test unpack -DEPEND=app-crypt/libsecret[introspection,vala] >=dev-libs/glib-2.76.0:2 >=dev-libs/json-glib-1.4.4[introspection] >=dev-libs/libgee-0.8.5:0.8[introspection] dev-libs/libxml2 >=gui-libs/gtk-4.11.3:4[gstreamer,introspection] >=gui-libs/libadwaita-1.4:1[introspection,vala] >=gui-libs/gtksourceview-5.6.0:5[introspection,vala] net-libs/libsoup:3.0[introspection,vala] -DESCRIPTION=Browse the Fediverse (GTK client) -EAPI=8 -HOMEPAGE=https://tuba.geopjr.dev/ https://github.com/GeopJr/Tuba/ -INHERIT=git-r3 gnome2-utils meson optfeature vala -LICENSE=GPL-3 CC-BY-SA-4.0 -PROPERTIES=live -RDEPEND=app-crypt/libsecret[introspection,vala] >=dev-libs/glib-2.76.0:2 >=dev-libs/json-glib-1.4.4[introspection] >=dev-libs/libgee-0.8.5:0.8[introspection] dev-libs/libxml2 >=gui-libs/gtk-4.11.3:4[gstreamer,introspection] >=gui-libs/libadwaita-1.4:1[introspection,vala] >=gui-libs/gtksourceview-5.6.0:5[introspection,vala] net-libs/libsoup:3.0[introspection,vala] -SLOT=0 -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 gnome2-utils 30dbce54b89e77b86f366548f94419ad meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=2715237c0203a068ffded6445ef51ed1 diff --git a/metadata/md5-cache/net-misc/whois-5.5.21 b/metadata/md5-cache/net-misc/whois-5.5.21 index 0f327544fb78..df93f111b3d7 100644 --- a/metadata/md5-cache/net-misc/whois-5.5.21 +++ b/metadata/md5-cache/net-misc/whois-5.5.21 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/rfc1036/whois INHERIT=bash-completion-r1 toolchain-funcs IUSE=iconv idn nls xcrypt -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=iconv? ( virtual/libiconv ) idn? ( net-dns/libidn2:= ) nls? ( virtual/libintl ) xcrypt? ( >=sys-libs/libxcrypt-4.1:= ) !xcrypt? ( virtual/libcrypt:= ) SLOT=0 SRC_URI=https://github.com/rfc1036/whois/archive/v5.5.21.tar.gz -> whois-5.5.21.tar.gz _eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a179d25a1dc0835877a4d6f9c69b8c62 +_md5_=1e70df2b42c988c91134962e3529f8f8 diff --git a/metadata/md5-cache/net-p2p/Manifest.gz b/metadata/md5-cache/net-p2p/Manifest.gz index 77de952d0042..9728fcc7a8eb 100644 Binary files a/metadata/md5-cache/net-p2p/Manifest.gz and b/metadata/md5-cache/net-p2p/Manifest.gz differ diff --git a/metadata/md5-cache/net-p2p/torrentinfo-1.8.7 b/metadata/md5-cache/net-p2p/torrentinfo-1.8.7 new file mode 100644 index 000000000000..9a57494370aa --- /dev/null +++ b/metadata/md5-cache/net-p2p/torrentinfo-1.8.7 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A torrent file parser +EAPI=8 +HOMEPAGE=https://github.com/Fuuzetsu/torrentinfo +INHERIT=distutils-r1 +IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/Fuuzetsu/torrentinfo/archive/v1.8.7.tar.gz -> torrentinfo-1.8.7.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=327b5e3b4abc5c0bd96360c669352b42 diff --git a/metadata/md5-cache/net-print/Manifest.gz b/metadata/md5-cache/net-print/Manifest.gz index ba5da0c38690..df43d1de5bc4 100644 Binary files a/metadata/md5-cache/net-print/Manifest.gz and b/metadata/md5-cache/net-print/Manifest.gz differ diff --git a/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r4 b/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r4 index b7a07208fc30..fdaf621a3a29 100644 --- a/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r4 +++ b/metadata/md5-cache/net-print/libcupsfilters-2.0.0-r4 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/OpenPrinting/libcupsfilters INHERIT=libtool IUSE=dbus exif jpeg pdf +poppler +postscript png test tiff -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 LICENSE=Apache-2.0 RDEPEND=>=app-text/qpdf-8.3.0:= media-libs/fontconfig media-libs/lcms:2 >=net-print/cups-2 !=app-text/poppler-0.32[cxx] ) png? ( media-libs/libpng:= ) tiff? ( media-libs/tiff:= ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/OpenPrinting/libcupsfilters/releases/download/2.0.0/libcupsfilters-2.0.0.tar.xz _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=d416af3c2d38ae72348928e2d9f5afa7 +_md5_=3aa00f3a988ab4fcc2f40931e85445db diff --git a/metadata/md5-cache/net-proxy/Manifest.gz b/metadata/md5-cache/net-proxy/Manifest.gz index bddfd28f2e34..1fb6cfb46e4f 100644 Binary files a/metadata/md5-cache/net-proxy/Manifest.gz and b/metadata/md5-cache/net-proxy/Manifest.gz differ diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.23 b/metadata/md5-cache/net-proxy/haproxy-2.4.23 index be7c8959b888..c92fa66a514b 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.23 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.23 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 arm arm64 ppc x86 +KEYWORDS=amd64 arm64 x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.23.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=649a7c4174396697d88a2532dbbf96b3 +_md5_=6a0558a0f1e8db0c016a7c92c835dc66 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.25 b/metadata/md5-cache/net-proxy/haproxy-2.4.25 index 0671ae6830ef..a353654872eb 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.25 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.25 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 +KEYWORDS=amd64 arm64 x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.25.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=064b4f4141867ff334eec6499111f511 +_md5_=6a0558a0f1e8db0c016a7c92c835dc66 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.26 b/metadata/md5-cache/net-proxy/haproxy-2.4.26 index 727b134beaf5..a55ab6df6482 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.26 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.26 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.4 SRC_URI=http://haproxy.1wt.eu/download/2.4/src/haproxy-2.4.26.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=922cd778b1596b88b5ec69e12676d04d +_md5_=f13a8d8e97b0aa03da98fd0f6d4826ee diff --git a/metadata/md5-cache/net-proxy/haproxy-2.4.9999 b/metadata/md5-cache/net-proxy/haproxy-2.4.9999 index aa1515378773..7b43c63d727c 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.4.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.4.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/2.4 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=922cd778b1596b88b5ec69e12676d04d +_md5_=f13a8d8e97b0aa03da98fd0f6d4826ee diff --git a/metadata/md5-cache/net-proxy/haproxy-2.6.14 b/metadata/md5-cache/net-proxy/haproxy-2.6.14 index 02c7f12fd4bf..5526c42c627c 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.6.14 +++ b/metadata/md5-cache/net-proxy/haproxy-2.6.14 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm arm64 ppc x86 +KEYWORDS=amd64 arm64 ppc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.6 SRC_URI=http://haproxy.1wt.eu/download/2.6/src/haproxy-2.6.14.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2414e9562faace94cb4934ae310e1dfa +_md5_=0666d82ab0d4a7505360cee7efd85bd2 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.6.16 b/metadata/md5-cache/net-proxy/haproxy-2.6.16 index e0119dfc0f14..88f24d74e719 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.6.16 +++ b/metadata/md5-cache/net-proxy/haproxy-2.6.16 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 +KEYWORDS=amd64 arm64 ~ppc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.6 SRC_URI=http://haproxy.1wt.eu/download/2.6/src/haproxy-2.6.16.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=125d57fb0a44d71f071e970af40b9d82 +_md5_=55309e304963a967098149f633ad567d diff --git a/metadata/md5-cache/net-proxy/haproxy-2.6.17 b/metadata/md5-cache/net-proxy/haproxy-2.6.17 index 8597b5792add..1ff5ec0bf8ae 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.6.17 +++ b/metadata/md5-cache/net-proxy/haproxy-2.6.17 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.6 SRC_URI=http://haproxy.1wt.eu/download/2.6/src/haproxy-2.6.17.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.6.9999 b/metadata/md5-cache/net-proxy/haproxy-2.6.9999 index 1e4cef114727..d6b332b3dbd0 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.6.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.6.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/2.6 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.7.11 b/metadata/md5-cache/net-proxy/haproxy-2.7.11 index 937525b5a7b2..f4d4818b7233 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.7.11 +++ b/metadata/md5-cache/net-proxy/haproxy-2.7.11 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.7 SRC_URI=http://haproxy.1wt.eu/download/2.7/src/haproxy-2.7.11.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.7.9 b/metadata/md5-cache/net-proxy/haproxy-2.7.9 index c616df12ecff..50065d2fb054 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.7.9 +++ b/metadata/md5-cache/net-proxy/haproxy-2.7.9 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm arm64 ppc x86 +KEYWORDS=amd64 arm64 ppc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.7 SRC_URI=http://haproxy.1wt.eu/download/2.7/src/haproxy-2.7.9.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2414e9562faace94cb4934ae310e1dfa +_md5_=0666d82ab0d4a7505360cee7efd85bd2 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.7.9999 b/metadata/md5-cache/net-proxy/haproxy-2.7.9999 index c78dfebc580f..55c8db4aa687 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.7.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.7.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/2.7 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.8.7 b/metadata/md5-cache/net-proxy/haproxy-2.8.7 index 437ad2083f77..e4ab71852734 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.8.7 +++ b/metadata/md5-cache/net-proxy/haproxy-2.8.7 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 +KEYWORDS=amd64 arm64 ~ppc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.8 SRC_URI=http://haproxy.1wt.eu/download/2.8/src/haproxy-2.8.7.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=125d57fb0a44d71f071e970af40b9d82 +_md5_=55309e304963a967098149f633ad567d diff --git a/metadata/md5-cache/net-proxy/haproxy-2.8.9 b/metadata/md5-cache/net-proxy/haproxy-2.8.9 index a1349906bb77..fa78dc79d6af 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.8.9 +++ b/metadata/md5-cache/net-proxy/haproxy-2.8.9 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.8 SRC_URI=http://haproxy.1wt.eu/download/2.8/src/haproxy-2.8.9.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.8.9999 b/metadata/md5-cache/net-proxy/haproxy-2.8.9999 index fb4b2e3df32c..a0968fe69254 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.8.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.8.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/2.8 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.9.6 b/metadata/md5-cache/net-proxy/haproxy-2.9.6 index 449b65ed71c5..2d4403aeaaea 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.9.6 +++ b/metadata/md5-cache/net-proxy/haproxy-2.9.6 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 +KEYWORDS=amd64 arm64 ~ppc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.9 SRC_URI=http://haproxy.1wt.eu/download/2.9/src/haproxy-2.9.6.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=125d57fb0a44d71f071e970af40b9d82 +_md5_=55309e304963a967098149f633ad567d diff --git a/metadata/md5-cache/net-proxy/haproxy-2.9.7 b/metadata/md5-cache/net-proxy/haproxy-2.9.7 index 70333faec8c4..d81789b7a085 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.9.7 +++ b/metadata/md5-cache/net-proxy/haproxy-2.9.7 @@ -6,7 +6,7 @@ EAPI=7 HOMEPAGE=http://www.haproxy.org INHERIT=toolchain-funcs lua-single systemd linux-info multiprocessing IUSE=+crypt doc examples +slz +net_ns +pcre pcre-jit prometheus-exporter ssl systemd test +threads tools zlib lua 51degrees wurfl lua_single_target_lua5-3 lua_single_target_lua5-4 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=crypt? ( virtual/libcrypt:= ) pcre? ( dev-libs/libpcre2:= pcre-jit? ( dev-libs/libpcre2:=[jit] ) ) ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) zlib? ( sys-libs/zlib ) lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) test? ( dev-libs/libpcre2 sys-libs/zlib ) acct-group/haproxy acct-user/haproxy REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) ?? ( slz zlib ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0/2.9 SRC_URI=http://haproxy.1wt.eu/download/2.9/src/haproxy-2.9.7.tar.gz test? ( https://github.com/vtest/VTest/archive/af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz -> VTest-af198470d7ce482d3d26eb9ca3f246a438739366.tar.gz ) _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-2.9.9999 b/metadata/md5-cache/net-proxy/haproxy-2.9.9999 index e32085f150a3..2c79e3473fab 100644 --- a/metadata/md5-cache/net-proxy/haproxy-2.9.9999 +++ b/metadata/md5-cache/net-proxy/haproxy-2.9.9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/2.9 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/haproxy-9999 b/metadata/md5-cache/net-proxy/haproxy-9999 index 1be249245a33..565e530e3a5c 100644 --- a/metadata/md5-cache/net-proxy/haproxy-9999 +++ b/metadata/md5-cache/net-proxy/haproxy-9999 @@ -13,4 +13,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) lua? ( ^^ ( lua_single_target_lua5-3 lua_single_ RESTRICT=!test? ( test ) SLOT=0/9999 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 linux-info 7ca3057b277f1e5978947b4cc289ce62 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1f44ed4374e6c5b738d82d899c834d1e +_md5_=c593bddd703544db66bbbc33832c4d12 diff --git a/metadata/md5-cache/net-proxy/sshuttle-1.1.2 b/metadata/md5-cache/net-proxy/sshuttle-1.1.2 index 704f76b0db70..f2ed9b5f4888 100644 --- a/metadata/md5-cache/net-proxy/sshuttle-1.1.2 +++ b/metadata/md5-cache/net-proxy/sshuttle-1.1.2 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/sshuttle/sshuttle https://pypi.org/project/sshuttle/ INHERIT=distutils-r1 linux-info IUSE=doc test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1+ RDEPEND=dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] || ( net-firewall/iptables net-firewall/nftables ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/sshuttle/sshuttle/archive/refs/tags/v1.1.2.tar.gz -> sshuttle-1.1.2.gh.tar.gz !doc? ( https://dev.gentoo.org/~sam/distfiles/net-proxy/sshuttle/sshuttle-1.1.2-docs.tar.xz ) _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=f35b0e41810f16f6c06209bf4fa12ae3 +_md5_=596c04d918c42eb0b621dae794c2ac94 diff --git a/metadata/md5-cache/net-vpn/6tunnel-0.13 b/metadata/md5-cache/net-vpn/6tunnel-0.13 index 075ffaf25dbf..e56e403ee273 100644 --- a/metadata/md5-cache/net-vpn/6tunnel-0.13 +++ b/metadata/md5-cache/net-vpn/6tunnel-0.13 @@ -1,4 +1,4 @@ -BDEPEND=test? ( || ( dev-lang/python:3.11 dev-lang/python:3.10 ) ) +BDEPEND=test? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) ) DEFINED_PHASES=setup DESCRIPTION=TCP proxy for applications that don't speak IPv6 EAPI=7 @@ -11,4 +11,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/wojtekka/6tunnel/releases/download/0.13/6tunnel-0.13.tar.gz _eclasses_=eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=08756a0f180064627f16b1c658e1add5 +_md5_=be63935171565ad6f3d3b33a3fea8e79 diff --git a/metadata/md5-cache/net-vpn/Manifest.gz b/metadata/md5-cache/net-vpn/Manifest.gz index 54f6c391119d..b630a8101c60 100644 Binary files a/metadata/md5-cache/net-vpn/Manifest.gz and b/metadata/md5-cache/net-vpn/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/Manifest.gz b/metadata/md5-cache/sci-libs/Manifest.gz index 6ef07609784a..cad3042c4e9b 100644 Binary files a/metadata/md5-cache/sci-libs/Manifest.gz and b/metadata/md5-cache/sci-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sci-libs/evaluate-0.4.0-r3 b/metadata/md5-cache/sci-libs/evaluate-0.4.0-r4 similarity index 51% rename from metadata/md5-cache/sci-libs/evaluate-0.4.0-r3 rename to metadata/md5-cache/sci-libs/evaluate-0.4.0-r4 index 584bc06b4ef5..2dbc4eab2c0f 100644 --- a/metadata/md5-cache/sci-libs/evaluate-0.4.0-r3 +++ b/metadata/md5-cache/sci-libs/evaluate-0.4.0-r4 @@ -1,4 +1,4 @@ -BDEPEND=test? ( python_single_target_python3_11? ( sci-libs/jiwer[python_targets_python3_11(-)] sci-libs/seqeval[python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/jiwer[python_targets_python3_12(-)] sci-libs/seqeval[python_targets_python3_12(-)] ) ) test? ( python_single_target_python3_11? ( dev-python/matplotlib[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet] dev-python/unidecode[python_targets_python3_11(-)] sci-libs/transformers[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/matplotlib[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet] dev-python/unidecode[python_targets_python3_12(-)] sci-libs/transformers[python_targets_python3_12(-)] ) sci-libs/datasets[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) +BDEPEND=test? ( python_single_target_python3_11? ( sci-libs/jiwer[python_targets_python3_11(-)] sci-libs/seqeval[python_targets_python3_11(-)] ) python_single_target_python3_12? ( sci-libs/jiwer[python_targets_python3_12(-)] sci-libs/seqeval[python_targets_python3_12(-)] ) ) test? ( python_single_target_python3_11? ( dev-python/matplotlib[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet] dev-python/unidecode[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/matplotlib[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet] dev-python/unidecode[python_targets_python3_12(-)] ) sci-libs/datasets[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] sci-libs/transformers[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_11? ( >=dev-python/gpep517-15[python_targets_python3_11(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-15[python_targets_python3_12(-)] >=dev-python/setuptools-69.0.3[python_targets_python3_12(-)] ) DEFINED_PHASES=compile configure install prepare setup test DESCRIPTION=makes evaluating, comparing models and reporting their performance easier EAPI=8 @@ -7,10 +7,10 @@ INHERIT=distutils-r1 IUSE=test python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~amd64 LICENSE=Apache-2.0 -RDEPEND=python_single_target_python3_11? ( dev-python/matplotlib[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet] dev-python/unidecode[python_targets_python3_11(-)] sci-libs/transformers[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/matplotlib[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet] dev-python/unidecode[python_targets_python3_12(-)] sci-libs/transformers[python_targets_python3_12(-)] ) sci-libs/datasets[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) +RDEPEND=python_single_target_python3_11? ( dev-python/matplotlib[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet] dev-python/unidecode[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/matplotlib[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet] dev-python/unidecode[python_targets_python3_12(-)] ) sci-libs/datasets[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] sci-libs/transformers[python_single_target_python3_11(-)?,python_single_target_python3_12(-)?] python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/huggingface/evaluate/archive/refs/tags/v0.4.0.tar.gz -> evaluate-0.4.0.gh.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=49836fe5b8c2624a2a02ee97c255c227 +_md5_=b3fbaca95c550960111314140f1f759b diff --git a/metadata/md5-cache/sci-mathematics/Manifest.gz b/metadata/md5-cache/sci-mathematics/Manifest.gz index 1f0d880816c1..0207cdcf2e2d 100644 Binary files a/metadata/md5-cache/sci-mathematics/Manifest.gz and b/metadata/md5-cache/sci-mathematics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r1 b/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r1 deleted file mode 100644 index f522269cc10e..000000000000 --- a/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=emacs? ( >=app-editors/emacs-23.1:* app-emacs/flycheck app-emacs/proofgeneral ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/dominate[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/myst-parser[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-mathematics/coq-serapi -DESCRIPTION=Toolkit for literate programming in Coq -EAPI=8 -HOMEPAGE=https://github.com/cpitclaudel/alectryon/ -INHERIT=elisp-common distutils-r1 -IUSE=doc emacs python_targets_python3_10 python_targets_python3_11 -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/dominate[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/myst-parser[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-mathematics/coq-serapi python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) -SLOT=0 -SRC_URI=https://github.com/cpitclaudel/alectryon/archive/v1.4.0.tar.gz -> alectryon-1.4.0.tar.gz -_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 elisp-common b5740ee671dad911400f832fe315a9a5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=2719a82a6b6dab21e7ac6f0b4bb05675 diff --git a/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r2 b/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r2 new file mode 100644 index 000000000000..03b58f7b92e6 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/alectryon-1.4.0-r2 @@ -0,0 +1,16 @@ +BDEPEND=emacs? ( >=app-editors/emacs-23.1:* app-emacs/flycheck app-emacs/proofgeneral ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dominate[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/myst-parser[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sci-mathematics/coq-serapi +DESCRIPTION=Toolkit for literate programming in Coq +EAPI=8 +HOMEPAGE=https://github.com/cpitclaudel/alectryon/ +INHERIT=elisp-common distutils-r1 +IUSE=doc emacs python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/docutils[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/dominate[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/myst-parser[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pygments[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/sphinx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sci-mathematics/coq-serapi python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) +SLOT=0 +SRC_URI=https://github.com/cpitclaudel/alectryon/archive/v1.4.0.tar.gz -> alectryon-1.4.0.tar.gz +_eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 elisp-common b5740ee671dad911400f832fe315a9a5 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=27c30bbe271824190f5a93312f0ef095 diff --git a/metadata/md5-cache/sci-mathematics/stp-2.3.3-r3 b/metadata/md5-cache/sci-mathematics/stp-2.3.3-r3 index 832444edadb4..0bdc95adf94a 100644 --- a/metadata/md5-cache/sci-mathematics/stp-2.3.3-r3 +++ b/metadata/md5-cache/sci-mathematics/stp-2.3.3-r3 @@ -1,17 +1,17 @@ BDEPEND=sys-apps/help2man test? ( dev-python/lit ) app-alternatives/ninja >=dev-build/cmake-3.20.5 DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-libs/boost:= sci-mathematics/minisat:= sys-libs/zlib:= cryptominisat? ( dev-db/sqlite:3 dev-libs/icu:= sci-mathematics/cryptominisat:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) +DEPEND=dev-libs/boost:= sci-mathematics/minisat:= sys-libs/zlib:= cryptominisat? ( dev-db/sqlite:3 dev-libs/icu:= sci-mathematics/cryptominisat:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) DESCRIPTION=Simple Theorem Prover, an efficient SMT solver for bitvectors EAPI=8 HOMEPAGE=https://stp.github.io/ https://github.com/stp/stp/ INHERIT=flag-o-matic python-single-r1 cmake -IUSE=cryptominisat debug +python test python_single_target_python3_10 python_single_target_python3_11 +IUSE=cryptominisat debug +python test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2+ MIT -RDEPEND=dev-libs/boost:= sci-mathematics/minisat:= sys-libs/zlib:= cryptominisat? ( dev-db/sqlite:3 dev-libs/icu:= sci-mathematics/cryptominisat:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) ) -REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) ) +RDEPEND=dev-libs/boost:= sci-mathematics/minisat:= sys-libs/zlib:= cryptominisat? ( dev-db/sqlite:3 dev-libs/icu:= sci-mathematics/cryptominisat:= ) python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) ) +REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ) RESTRICT=!test? ( test ) SLOT=0/2.3.3 SRC_URI=https://github.com/stp/stp/archive/2.3.3.tar.gz -> stp-2.3.3.tar.gz test? ( https://github.com/stp/OutputCheck/archive/119fe41a83bc455a24a11ecc9b78e7b13fcfcc45.tar.gz -> stp-2.3.3_OutputCheck.tar.gz https://github.com/stp/googletest/archive/2ad076167a676e3ed62f90b754b30fac5caa1f88.tar.gz -> stp-2.3.3_gtest.tar.gz ) _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=9c4295d738ae3595f718058f0880b4df +_md5_=778362d3c7b4197b7650eff505e5521d diff --git a/metadata/md5-cache/sec-keys/Manifest.gz b/metadata/md5-cache/sec-keys/Manifest.gz index 158c1271d087..17fa7378e82f 100644 Binary files a/metadata/md5-cache/sec-keys/Manifest.gz and b/metadata/md5-cache/sec-keys/Manifest.gz differ diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-elfutils-20240301 b/metadata/md5-cache/sec-keys/openpgp-keys-elfutils-20240301 index c72b277af891..b970f69ba0e4 100644 --- a/metadata/md5-cache/sec-keys/openpgp-keys-elfutils-20240301 +++ b/metadata/md5-cache/sec-keys/openpgp-keys-elfutils-20240301 @@ -2,8 +2,8 @@ DEFINED_PHASES=install DESCRIPTION=OpenPGP key used to sign elfutils releases EAPI=8 HOMEPAGE=https://sourceware.org/elfutils/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=public-domain SLOT=0 SRC_URI=https://sourceware.org/git/?p=elfutils.git;a=blob_plain;f=GPG-KEY;h=dca558b76ca1eeb22d52b1993510c54d0d8ad75f;hb=ec5ce487c15dcd709d033dd5693b468ac34223ce -> openpgp-keys-elfutils-20240301.gpg -_md5_=ca9ff36854de02c099402b7053e0fae7 +_md5_=4c5d06956bb31472d6bb19fe46d2c472 diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-gentoo-developers-20240226 b/metadata/md5-cache/sec-keys/openpgp-keys-gentoo-developers-20240226 index 96be4ca08358..d73614690637 100644 --- a/metadata/md5-cache/sec-keys/openpgp-keys-gentoo-developers-20240226 +++ b/metadata/md5-cache/sec-keys/openpgp-keys-gentoo-developers-20240226 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://www.gentoo.org/downloads/signatures/ INHERIT=edo python-any-r1 IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 LICENSE=public-domain RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://qa-reports.gentoo.org/output/keys/active-devs-20240226.gpg -> openpgp-keys-gentoo-developers-20240226-active-devs.gpg _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=92236c179780f204a4151e16ae8296b6 +_md5_=a2c2ddfcb6555bf4cc2721ff6ae19f97 diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-tcpdump-20240308 b/metadata/md5-cache/sec-keys/openpgp-keys-tcpdump-20240308 index a63dcbc6f354..fdf3136283fb 100644 --- a/metadata/md5-cache/sec-keys/openpgp-keys-tcpdump-20240308 +++ b/metadata/md5-cache/sec-keys/openpgp-keys-tcpdump-20240308 @@ -2,8 +2,8 @@ DEFINED_PHASES=install DESCRIPTION=OpenPGP keys used to sign tcpdump releases EAPI=8 HOMEPAGE=https://www.tcpdump.org/index.html#latest-releases -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=public-domain SLOT=0 SRC_URI=https://www.tcpdump.org/release/signing-key.asc -> openpgp-keys-tcpdump-20240308.asc -_md5_=a03e9b78139a978564d1849501d1d3bc +_md5_=e463539a4e03793cf6edce6882191b7b diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index d25743e2dbbb..084944791422 100644 Binary files a/metadata/md5-cache/sys-apps/Manifest.gz and b/metadata/md5-cache/sys-apps/Manifest.gz differ diff --git a/metadata/md5-cache/sys-apps/attr-2.5.1-r2 b/metadata/md5-cache/sys-apps/attr-2.5.1-r2 deleted file mode 100644 index 80042b84c17a..000000000000 --- a/metadata/md5-cache/sys-apps/attr-2.5.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=nls? ( sys-devel/gettext ) >=app-portage/elt-patches-20240116 -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=Extended attributes tools -EAPI=8 -HOMEPAGE=https://savannah.nongnu.org/projects/attr -INHERIT=toolchain-funcs multilib-minimal usr-ldscript libtool -IUSE=debug nls static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 split-usr -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1+ -SLOT=0 -SRC_URI=mirror://nongnu/attr/attr-2.5.1.tar.xz -_eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 -_md5_=8d56e40bb3afcf9bce873da64fe970e6 diff --git a/metadata/md5-cache/sys-apps/attr-2.5.2-r1 b/metadata/md5-cache/sys-apps/attr-2.5.2-r1 index db2bf0d7da13..93cc1634fa96 100644 --- a/metadata/md5-cache/sys-apps/attr-2.5.2-r1 +++ b/metadata/md5-cache/sys-apps/attr-2.5.2-r1 @@ -10,4 +10,4 @@ LICENSE=LGPL-2.1+ SLOT=0 SRC_URI=mirror://nongnu/attr/attr-2.5.2.tar.xz _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=17be980c3899462198e68eb5e04bc3d5 +_md5_=aed11b6aba094756bba5bbb6717ddd93 diff --git a/metadata/md5-cache/sys-apps/attr-9999 b/metadata/md5-cache/sys-apps/attr-9999 index 6374b71c567c..a784520dfb2e 100644 --- a/metadata/md5-cache/sys-apps/attr-9999 +++ b/metadata/md5-cache/sys-apps/attr-9999 @@ -9,4 +9,4 @@ LICENSE=LGPL-2.1+ PROPERTIES=live SLOT=0 _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee git-r3 fbb2889c81f3a05910c1524db69425c1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=3bcfb5f094122aeec38f127f57cb1036 +_md5_=c760b7be5e6c55e5ebdf06ec9e9b3795 diff --git a/metadata/md5-cache/sys-apps/ed-1.20.2 b/metadata/md5-cache/sys-apps/ed-1.20.2 index 67625c4c0b71..6698a1034daf 100644 --- a/metadata/md5-cache/sys-apps/ed-1.20.2 +++ b/metadata/md5-cache/sys-apps/ed-1.20.2 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://www.gnu.org/software/ed/ INHERIT=edo toolchain-funcs unpacker verify-sig IUSE=verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=GPL-2+ SLOT=0 SRC_URI=mirror://gnu/ed/ed-1.20.2.tar.lz https://download.savannah.gnu.org/releases/ed/ed-1.20.2.tar.lz verify-sig? ( mirror://gnu/ed/ed-1.20.2.tar.lz.sig https://download.savannah.gnu.org/releases/ed/ed-1.20.2.tar.lz.sig ) _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=a002b7275367ff58faf127dd578cdfa9 +_md5_=30aa74beeb8926c7c7a19b43e5c8ee21 diff --git a/metadata/md5-cache/sys-apps/fwupd-1.9.10-r1 b/metadata/md5-cache/sys-apps/fwupd-1.9.10-r1 deleted file mode 100644 index de80b37d3004..000000000000 --- a/metadata/md5-cache/sys-apps/fwupd-1.9.10-r1 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=|| ( dev-lang/vala:0.56 ) python_single_target_python3_10? ( dev-python/jinja[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/jinja[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/jinja[python_targets_python3_12(-)] ) >=dev-build/meson-0.60.0 virtual/pkgconfig gtk-doc? ( python_single_target_python3_10? ( >=dev-python/markdown-3.2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/markdown-3.2[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/markdown-3.2[python_targets_python3_12(-)] ) >=dev-util/gi-docgen-2021.1 ) bash-completion? ( >=app-shells/bash-completion-2.0 ) introspection? ( dev-libs/gobject-introspection ) test? ( net-libs/gnutls[tools] test-full? ( dev-util/umockdev ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=app-arch/gcab-1.0 app-arch/xz-utils >=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.0 >=dev-libs/libgudev-232:= >=dev-libs/libjcat-0.1.4[gpg,pkcs7] >=dev-libs/libxmlb-0.3.6:=[introspection?] python_single_target_python3_10? ( dev-python/pygobject:3[cairo,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[cairo,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[cairo,python_targets_python3_12(-)] ) >=net-misc/curl-7.62.0 archive? ( app-arch/libarchive:= ) cbor? ( >=dev-libs/libcbor-0.7.0:= ) elogind? ( >=sys-auth/elogind-211 ) flashrom? ( >=sys-apps/flashrom-1.2-r3 ) gnutls? ( >=net-libs/gnutls-3.6.0 ) gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) logitech? ( dev-libs/protobuf-c:= ) lzma? ( app-arch/xz-utils ) modemmanager? ( net-misc/modemmanager[mbim,qmi] ) policykit? ( >=sys-auth/polkit-0.114 ) sqlite? ( dev-db/sqlite ) systemd? ( >=sys-apps/systemd-211 ) tpm? ( app-crypt/tpm2-tss:= ) uefi? ( sys-apps/fwupd-efi sys-boot/efibootmgr sys-fs/udisks sys-libs/efivar ) x11-libs/pango[introspection] amdgpu? ( sys-kernel/linux-headers x11-libs/libdrm[video_cards_amdgpu] ) -DESCRIPTION=Aims to make updating firmware on Linux automatic, safe and reliable -EAPI=8 -HOMEPAGE=https://fwupd.org -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=meson python-single-r1 vala udev xdg -IUSE=amdgpu amt +archive bash-completion bluetooth cbor elogind fastboot flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager nvme policykit spi +sqlite synaptics systemd test test-full tpm uefi python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 -LICENSE=LGPL-2.1+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=app-arch/gcab-1.0 app-arch/xz-utils >=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.0 >=dev-libs/libgudev-232:= >=dev-libs/libjcat-0.1.4[gpg,pkcs7] >=dev-libs/libxmlb-0.3.6:=[introspection?] python_single_target_python3_10? ( dev-python/pygobject:3[cairo,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[cairo,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[cairo,python_targets_python3_12(-)] ) >=net-misc/curl-7.62.0 archive? ( app-arch/libarchive:= ) cbor? ( >=dev-libs/libcbor-0.7.0:= ) elogind? ( >=sys-auth/elogind-211 ) flashrom? ( >=sys-apps/flashrom-1.2-r3 ) gnutls? ( >=net-libs/gnutls-3.6.0 ) gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) logitech? ( dev-libs/protobuf-c:= ) lzma? ( app-arch/xz-utils ) modemmanager? ( net-misc/modemmanager[mbim,qmi] ) policykit? ( >=sys-auth/polkit-0.114 ) sqlite? ( dev-db/sqlite ) systemd? ( >=sys-apps/systemd-211 ) tpm? ( app-crypt/tpm2-tss:= ) uefi? ( sys-apps/fwupd-efi sys-boot/efibootmgr sys-fs/udisks sys-libs/efivar ) sys-apps/dbus -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ^^ ( elogind minimal systemd ) fastboot? ( gusb ) logitech? ( gusb ) minimal? ( !introspection ) modemmanager? ( gusb ) spi? ( lzma ) synaptics? ( gnutls ) test? ( archive gusb ) test-full? ( test ) uefi? ( gnutls ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/fwupd/fwupd/releases/download/1.9.10/fwupd-1.9.10.tar.xz -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=a1d0063039643fae60dea23c7e408d26 diff --git a/metadata/md5-cache/sys-apps/fwupd-1.9.6 b/metadata/md5-cache/sys-apps/fwupd-1.9.6 deleted file mode 100644 index d2c57cb73e64..000000000000 --- a/metadata/md5-cache/sys-apps/fwupd-1.9.6 +++ /dev/null @@ -1,18 +0,0 @@ -BDEPEND=|| ( dev-lang/vala:0.56 ) python_single_target_python3_10? ( dev-python/jinja[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/jinja[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/jinja[python_targets_python3_12(-)] ) >=dev-build/meson-0.60.0 virtual/pkgconfig gtk-doc? ( python_single_target_python3_10? ( >=dev-python/markdown-3.2[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/markdown-3.2[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/markdown-3.2[python_targets_python3_12(-)] ) >=dev-util/gi-docgen-2021.1 ) bash-completion? ( >=app-shells/bash-completion-2.0 ) introspection? ( dev-libs/gobject-introspection ) test? ( net-libs/gnutls[tools] test-full? ( dev-util/umockdev ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array virtual/pkgconfig -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=app-arch/gcab-1.0 app-arch/xz-utils >=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.0 >=dev-libs/libgudev-232:= >=dev-libs/libjcat-0.1.4[gpg,pkcs7] >=dev-libs/libxmlb-0.3.6:=[introspection?] python_single_target_python3_10? ( dev-python/pygobject:3[cairo,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[cairo,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[cairo,python_targets_python3_12(-)] ) >=net-misc/curl-7.62.0 archive? ( app-arch/libarchive:= ) cbor? ( >=dev-libs/libcbor-0.7.0:= ) elogind? ( >=sys-auth/elogind-211 ) flashrom? ( >=sys-apps/flashrom-1.2-r3 ) gnutls? ( >=net-libs/gnutls-3.6.0 ) gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) logitech? ( dev-libs/protobuf-c:= ) lzma? ( app-arch/xz-utils ) modemmanager? ( net-misc/modemmanager[mbim,qmi] ) policykit? ( >=sys-auth/polkit-0.114 ) sqlite? ( dev-db/sqlite ) systemd? ( >=sys-apps/systemd-211 ) tpm? ( app-crypt/tpm2-tss:= ) uefi? ( sys-apps/fwupd-efi sys-boot/efibootmgr sys-fs/udisks sys-libs/efivar ) x11-libs/pango[introspection] amdgpu? ( sys-kernel/linux-headers ) -DESCRIPTION=Aims to make updating firmware on Linux automatic, safe and reliable -EAPI=8 -HOMEPAGE=https://fwupd.org -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=meson python-single-r1 vala udev xdg -IUSE=amdgpu amt +archive bash-completion bluetooth cbor elogind fastboot flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager nvme policykit spi +sqlite synaptics systemd test test-full tpm uefi python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 -KEYWORDS=amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 -LICENSE=LGPL-2.1+ -RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) >=app-arch/gcab-1.0 app-arch/xz-utils >=dev-libs/glib-2.68:2 >=dev-libs/json-glib-1.6.0 >=dev-libs/libgudev-232:= >=dev-libs/libjcat-0.1.4[gpg,pkcs7] >=dev-libs/libxmlb-0.3.6:=[introspection?] python_single_target_python3_10? ( dev-python/pygobject:3[cairo,python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pygobject:3[cairo,python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pygobject:3[cairo,python_targets_python3_12(-)] ) >=net-misc/curl-7.62.0 archive? ( app-arch/libarchive:= ) cbor? ( >=dev-libs/libcbor-0.7.0:= ) elogind? ( >=sys-auth/elogind-211 ) flashrom? ( >=sys-apps/flashrom-1.2-r3 ) gnutls? ( >=net-libs/gnutls-3.6.0 ) gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) logitech? ( dev-libs/protobuf-c:= ) lzma? ( app-arch/xz-utils ) modemmanager? ( net-misc/modemmanager[mbim,qmi] ) policykit? ( >=sys-auth/polkit-0.114 ) sqlite? ( dev-db/sqlite ) systemd? ( >=sys-apps/systemd-211 ) tpm? ( app-crypt/tpm2-tss:= ) uefi? ( sys-apps/fwupd-efi sys-boot/efibootmgr sys-fs/udisks sys-libs/efivar ) sys-apps/dbus -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) ^^ ( elogind minimal systemd ) fastboot? ( gusb ) logitech? ( gusb ) minimal? ( !introspection ) modemmanager? ( gusb ) spi? ( lzma ) synaptics? ( gnutls ) test? ( archive gusb ) test-full? ( test ) uefi? ( gnutls ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/fwupd/fwupd/releases/download/1.9.6/fwupd-1.9.6.tar.xz -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 vala e477903dbe0105930c51f170a592dc16 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=71d458a6f7af512c1635230d0d373d02 diff --git a/metadata/md5-cache/sys-apps/grep-3.11-r1 b/metadata/md5-cache/sys-apps/grep-3.11-r1 new file mode 100644 index 000000000000..10ff8505818d --- /dev/null +++ b/metadata/md5-cache/sys-apps/grep-3.11-r1 @@ -0,0 +1,16 @@ +BDEPEND=virtual/pkgconfig nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-grep ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=configure install prepare unpack +DEPEND=!static? ( pcre? ( >=dev-libs/libpcre2-10.42-r1 ) sparc? ( dev-libs/libsigsegv ) ) nls? ( virtual/libintl ) virtual/libiconv static? ( pcre? ( >=dev-libs/libpcre2-10.42-r1[static-libs(+)] ) sparc? ( dev-libs/libsigsegv ) ) +DESCRIPTION=GNU regular expression matcher +EAPI=8 +HOMEPAGE=https://www.gnu.org/software/grep/ +INHERIT=flag-o-matic verify-sig +IUSE=+egrep-fgrep nls pcre static verify-sig +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +LICENSE=GPL-3+ +RDEPEND=!static? ( pcre? ( >=dev-libs/libpcre2-10.42-r1 ) sparc? ( dev-libs/libsigsegv ) ) nls? ( virtual/libintl ) virtual/libiconv +REQUIRED_USE=static? ( !sparc ) +SLOT=0 +SRC_URI=mirror://gnu/grep/grep-3.11.tar.xz verify-sig? ( mirror://gnu/grep/grep-3.11.tar.xz.sig ) +_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=fe88b0adc00e7220730f0997c1d6e899 diff --git a/metadata/md5-cache/sys-apps/irqbalance-1.9.4 b/metadata/md5-cache/sys-apps/irqbalance-1.9.4 index 2fea4f9ad1a1..a84e0e4fac64 100644 --- a/metadata/md5-cache/sys-apps/irqbalance-1.9.4 +++ b/metadata/md5-cache/sys-apps/irqbalance-1.9.4 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/Irqbalance/irqbalance INHERIT=meson linux-info optfeature systemd udev IUSE=caps +numa systemd selinux thermal tui -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 caps? ( sys-libs/libcap-ng ) numa? ( sys-process/numactl ) systemd? ( sys-apps/systemd:= ) thermal? ( dev-libs/libnl:3 ) tui? ( sys-libs/ncurses:=[unicode(+)] ) selinux? ( sec-policy/selinux-irqbalance ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/Irqbalance/irqbalance/archive/v1.9.4.tar.gz -> irqbalance-1.9.4.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=d5ccbfc54bd380930ef2ffb0d7a8bf3b +_md5_=ff1a0b7149d0c25e872bccd7daad5d02 diff --git a/metadata/md5-cache/sys-apps/kmod-32-r1 b/metadata/md5-cache/sys-apps/kmod-32-r1 index aa36e5565623..2599739efbf7 100644 --- a/metadata/md5-cache/sys-apps/kmod-32-r1 +++ b/metadata/md5-cache/sys-apps/kmod-32-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://git.kernel.org/?p=utils/kernel/kmod/kmod.git INHERIT=autotools libtool bash-completion-r1 IUSE=debug doc +lzma pkcs7 split-usr static-libs +tools +zlib +zstd -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=LGPL-2 RDEPEND=!sys-apps/module-init-tools !sys-apps/modutils !=app-arch/xz-utils-5.0.4-r1 ) pkcs7? ( >=dev-libs/openssl-1.1.0:= ) zlib? ( >=sys-libs/zlib-1.2.6 ) zstd? ( >=app-arch/zstd-1.5.2-r1:= ) SLOT=0 SRC_URI=https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-32.tar.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=c85dd059922b5cddadc55a828fe784b1 +_md5_=0e5aa4e01436b8bc956b179f748e4650 diff --git a/metadata/md5-cache/sys-apps/moreutils-0.69 b/metadata/md5-cache/sys-apps/moreutils-0.69 index b0e48d9780d3..ef94ec985757 100644 --- a/metadata/md5-cache/sys-apps/moreutils-0.69 +++ b/metadata/md5-cache/sys-apps/moreutils-0.69 @@ -6,10 +6,10 @@ HOMEPAGE=https://joeyh.name/code/moreutils/ https://git.joeyh.name/index.cgi/mor IDEPEND=app-admin/eselect INHERIT=toolchain-funcs IUSE=+doc +perl -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos LICENSE=GPL-2 RDEPEND=!=dev-build/meson-0.46 >=sys-apps/coreutils-8.16 sys-devel/gettext virtual/pkgconfig test? ( app-text/tree dev-lang/perl sys-apps/dbus ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/jinja[python_targets_python3_10(-)] dev-python/lxml[python_targets_python3_10(-)] boot? ( >=dev-python/pyelftools-0.30[python_targets_python3_10(-)] ) ukify? ( test? ( dev-python/pefile[python_targets_python3_10(-)] ) ) ) python_single_target_python3_11? ( dev-python/jinja[python_targets_python3_11(-)] dev-python/lxml[python_targets_python3_11(-)] boot? ( >=dev-python/pyelftools-0.30[python_targets_python3_11(-)] ) ukify? ( test? ( dev-python/pefile[python_targets_python3_11(-)] ) ) ) python_single_target_python3_12? ( dev-python/jinja[python_targets_python3_12(-)] dev-python/lxml[python_targets_python3_12(-)] boot? ( >=dev-python/pyelftools-0.30[python_targets_python3_12(-)] ) ukify? ( test? ( dev-python/pefile[python_targets_python3_12(-)] ) ) ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array secureboot? ( app-crypt/sbsigntools ) virtual/pkgconfig virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst preinst prepare prerm pretend setup test unpack +DEPEND=>=sys-apps/util-linux-2.32:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libcrypt:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] acl? ( sys-apps/acl:0= ) apparmor? ( >=sys-libs/libapparmor-2.13:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= ) curl? ( >=net-misc/curl-7.32.0:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) fido2? ( dev-libs/libfido2:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-3.6.0:0= ) http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] ) idn? ( net-dns/libidn2:= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iptables? ( net-firewall/iptables:0= ) openssl? ( >=dev-libs/openssl-1.1.0:0= ) pam? ( sys-libs/pam:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.23.3:0= ) pcre? ( dev-libs/libpcre2 ) pwquality? ( >=dev-libs/libpwquality-1.4.1:0= ) qrcode? ( >=media-gfx/qrencode-3:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( >=sys-libs/libselinux-2.1.9:0= ) tpm? ( app-crypt/tpm2-tss:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) zstd? ( >=app-arch/zstd-1.4.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=sys-kernel/linux-headers-4.15 +DESCRIPTION=System and service manager for Linux +EAPI=8 +HOMEPAGE=http://systemd.io/ +INHERIT=bash-completion-r1 linux-info meson-multilib optfeature pam python-single-r1 secureboot systemd toolchain-funcs udev +IUSE=acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls elfutils fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install +kmod +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify vanilla xkb +zstd abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 secureboot +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=GPL-2 LGPL-2.1 MIT public-domain +PDEPEND=>=sys-apps/dbus-1.9.8[systemd] >=sys-fs/udev-init-scripts-34 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) +RDEPEND=>=sys-apps/util-linux-2.32:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-libs/libcap:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libcrypt:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] acl? ( sys-apps/acl:0= ) apparmor? ( >=sys-libs/libapparmor-2.13:0= ) audit? ( >=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= ) curl? ( >=net-misc/curl-7.32.0:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) fido2? ( dev-libs/libfido2:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-3.6.0:0= ) http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] ) idn? ( net-dns/libidn2:= ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iptables? ( net-firewall/iptables:0= ) openssl? ( >=dev-libs/openssl-1.1.0:0= ) pam? ( sys-libs/pam:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.23.3:0= ) pcre? ( dev-libs/libpcre2 ) pwquality? ( >=dev-libs/libpwquality-1.4.1:0= ) qrcode? ( >=media-gfx/qrencode-3:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( >=sys-libs/libselinux-2.1.9:0= ) tpm? ( app-crypt/tpm2-tss:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) zstd? ( >=app-arch/zstd-1.4.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=acct-group/adm-0-r1 >=acct-group/wheel-0-r1 >=acct-group/kmem-0-r1 >=acct-group/tty-0-r1 >=acct-group/utmp-0-r1 >=acct-group/audio-0-r1 >=acct-group/cdrom-0-r1 >=acct-group/dialout-0-r1 >=acct-group/disk-0-r1 >=acct-group/input-0-r1 >=acct-group/kvm-0-r1 >=acct-group/lp-0-r1 >=acct-group/render-0-r1 acct-group/sgx >=acct-group/tape-0-r1 acct-group/users >=acct-group/video-0-r1 >=acct-group/systemd-journal-0-r1 >=acct-user/root-0-r1 acct-user/nobody >=acct-user/systemd-journal-remote-0-r1 >=acct-user/systemd-coredump-0-r1 >=acct-user/systemd-network-0-r1 acct-user/systemd-oom >=acct-user/systemd-resolve-0-r1 >=acct-user/systemd-timesync-0-r1 >=sys-apps/baselayout-2.2 ukify? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( dev-python/pefile[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pefile[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pefile[python_targets_python3_12(-)] ) ) selinux? ( sec-policy/selinux-base-policy[systemd] sec-policy/selinux-ntp ) sysv-utils? ( !sys-apps/openrc[sysv-utils(-)] !sys-apps/sysvinit ) !sysv-utils? ( sys-apps/sysvinit ) resolvconf? ( !net-dns/openresolv ) !sys-apps/hwids[udev] !sys-auth/nss-myhostname !sys-fs/eudev !sys-fs/udev +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) dns-over-tls? ( || ( gnutls openssl ) ) fido2? ( cryptsetup openssl ) homed? ( cryptsetup pam openssl ) importd? ( curl lzma || ( gcrypt openssl ) ) pwquality? ( homed ) boot? ( kernel-install ) ukify? ( boot ) +RESTRICT=!test? ( test ) +SLOT=0/2 +SRC_URI=https://github.com/systemd/systemd-stable/archive/v255.5/systemd-stable-255.5.tar.gz +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 meson aecae905c2e0c201d7925fae52a5576d meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca secureboot 4911adb593665638c76fbd4e70d451ac systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 +_md5_=d0fc6b114a2a22d212d544e19857285a diff --git a/metadata/md5-cache/sys-apps/sysvinit-3.09 b/metadata/md5-cache/sys-apps/sysvinit-3.09 index 4df27a793e2d..3c7011a3a343 100644 --- a/metadata/md5-cache/sys-apps/sysvinit-3.09 +++ b/metadata/md5-cache/sys-apps/sysvinit-3.09 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://savannah.nongnu.org/projects/sysvinit INHERIT=toolchain-funcs flag-o-matic plocale verify-sig IUSE=selinux ibm nls static verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=GPL-2 RDEPEND=acct-group/root selinux? ( >=sys-libs/libselinux-1.28 ) !=virtual/rust-1.70.0 test? ( dev-util/cargo-nextest ) >=virtual/rust-1.53 -DEFINED_PHASES=compile configure install test unpack -DEPEND=dev-libs/oniguruma:= selinux? ( sys-libs/libselinux ) -DESCRIPTION=GNU coreutils rewritten in Rust -EAPI=8 -HOMEPAGE=https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils -INHERIT=cargo flag-o-matic -IUSE=debug selinux test debug -KEYWORDS=~amd64 ~arm64 -LICENSE=MIT Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT Unicode-DFS-2016 -RDEPEND=dev-libs/oniguruma:= selinux? ( sys-libs/libselinux ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/uutils/coreutils/archive/refs/tags/0.0.24.tar.gz -> uutils-coreutils-0.0.24.tar.gz https://crates.io/api/v1/crates/adler/1.0.2/download -> adler-1.0.2.crate https://crates.io/api/v1/crates/aho-corasick/1.0.4/download -> aho-corasick-1.0.4.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.5.0/download -> anstream-0.5.0.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.0/download -> anstyle-parse-0.2.0.crate https://crates.io/api/v1/crates/anstyle-query/1.0.0/download -> anstyle-query-1.0.0.crate https://crates.io/api/v1/crates/anstyle-wincon/2.1.0/download -> anstyle-wincon-2.1.0.crate https://crates.io/api/v1/crates/anstyle/1.0.0/download -> anstyle-1.0.0.crate https://crates.io/api/v1/crates/arrayref/0.3.6/download -> arrayref-0.3.6.crate https://crates.io/api/v1/crates/arrayvec/0.7.4/download -> arrayvec-0.7.4.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/bigdecimal/0.4.0/download -> bigdecimal-0.4.0.crate https://crates.io/api/v1/crates/binary-heap-plus/0.5.0/download -> binary-heap-plus-0.5.0.crate https://crates.io/api/v1/crates/bindgen/0.63.0/download -> bindgen-0.63.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.0/download -> bitflags-2.4.0.crate https://crates.io/api/v1/crates/blake2b_simd/1.0.2/download -> blake2b_simd-1.0.2.crate https://crates.io/api/v1/crates/blake3/1.5.0/download -> blake3-1.5.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.3/download -> block-buffer-0.10.3.crate https://crates.io/api/v1/crates/bstr/1.9.0/download -> bstr-1.9.0.crate https://crates.io/api/v1/crates/bumpalo/3.11.1/download -> bumpalo-3.11.1.crate https://crates.io/api/v1/crates/bytecount/0.6.7/download -> bytecount-0.6.7.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/cc/1.0.79/download -> cc-1.0.79.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/chrono/0.4.32/download -> chrono-0.4.32.crate https://crates.io/api/v1/crates/clang-sys/1.4.0/download -> clang-sys-1.4.0.crate https://crates.io/api/v1/crates/clap/4.4.2/download -> clap-4.4.2.crate https://crates.io/api/v1/crates/clap_builder/4.4.2/download -> clap_builder-4.4.2.crate https://crates.io/api/v1/crates/clap_complete/4.4.0/download -> clap_complete-4.4.0.crate https://crates.io/api/v1/crates/clap_lex/0.5.0/download -> clap_lex-0.5.0.crate https://crates.io/api/v1/crates/clap_mangen/0.2.9/download -> clap_mangen-0.2.9.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/compare/0.1.0/download -> compare-0.1.0.crate https://crates.io/api/v1/crates/console/0.15.8/download -> console-0.15.8.crate https://crates.io/api/v1/crates/const-random-macro/0.1.16/download -> const-random-macro-0.1.16.crate https://crates.io/api/v1/crates/const-random/0.1.16/download -> const-random-0.1.16.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.0/download -> constant_time_eq-0.3.0.crate https://crates.io/api/v1/crates/conv/0.3.3/download -> conv-0.3.3.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.3/download -> core-foundation-sys-0.8.3.crate https://crates.io/api/v1/crates/coz/0.1.3/download -> coz-0.1.3.crate https://crates.io/api/v1/crates/cpp/0.5.9/download -> cpp-0.5.9.crate https://crates.io/api/v1/crates/cpp_build/0.5.9/download -> cpp_build-0.5.9.crate https://crates.io/api/v1/crates/cpp_common/0.5.9/download -> cpp_common-0.5.9.crate https://crates.io/api/v1/crates/cpp_macros/0.5.9/download -> cpp_macros-0.5.9.crate https://crates.io/api/v1/crates/cpufeatures/0.2.5/download -> cpufeatures-0.2.5.crate https://crates.io/api/v1/crates/crc32fast/1.3.2/download -> crc32fast-1.3.2.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.10/download -> crossbeam-channel-0.5.10.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download -> crossbeam-deque-0.8.4.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.17/download -> crossbeam-epoch-0.9.17.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.18/download -> crossbeam-utils-0.8.18.crate https://crates.io/api/v1/crates/crossterm/0.27.0/download -> crossterm-0.27.0.crate https://crates.io/api/v1/crates/crossterm_winapi/0.9.1/download -> crossterm_winapi-0.9.1.crate https://crates.io/api/v1/crates/crunchy/0.2.2/download -> crunchy-0.2.2.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/ctrlc/3.4.1/download -> ctrlc-3.4.1.crate https://crates.io/api/v1/crates/custom_derive/0.1.7/download -> custom_derive-0.1.7.crate https://crates.io/api/v1/crates/data-encoding-macro-internal/0.1.12/download -> data-encoding-macro-internal-0.1.12.crate https://crates.io/api/v1/crates/data-encoding-macro/0.1.14/download -> data-encoding-macro-0.1.14.crate https://crates.io/api/v1/crates/data-encoding/2.5.0/download -> data-encoding-2.5.0.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dlv-list/0.5.0/download -> dlv-list-0.5.0.crate https://crates.io/api/v1/crates/dns-lookup/2.0.4/download -> dns-lookup-2.0.4.crate https://crates.io/api/v1/crates/dunce/1.0.4/download -> dunce-1.0.4.crate https://crates.io/api/v1/crates/either/1.8.0/download -> either-1.8.0.crate https://crates.io/api/v1/crates/encode_unicode/0.3.6/download -> encode_unicode-0.3.6.crate https://crates.io/api/v1/crates/env_logger/0.8.4/download -> env_logger-0.8.4.crate https://crates.io/api/v1/crates/errno/0.3.8/download -> errno-0.3.8.crate https://crates.io/api/v1/crates/exacl/0.11.0/download -> exacl-0.11.0.crate https://crates.io/api/v1/crates/fastrand/2.0.0/download -> fastrand-2.0.0.crate https://crates.io/api/v1/crates/file_diff/1.0.0/download -> file_diff-1.0.0.crate https://crates.io/api/v1/crates/filetime/0.2.23/download -> filetime-0.2.23.crate https://crates.io/api/v1/crates/flate2/1.0.24/download -> flate2-1.0.24.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/fs_extra/1.3.0/download -> fs_extra-1.3.0.crate https://crates.io/api/v1/crates/fsevent-sys/4.1.0/download -> fsevent-sys-4.1.0.crate https://crates.io/api/v1/crates/fts-sys/0.2.4/download -> fts-sys-0.2.4.crate https://crates.io/api/v1/crates/fundu-core/0.3.0/download -> fundu-core-0.3.0.crate https://crates.io/api/v1/crates/fundu/2.0.0/download -> fundu-2.0.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.28/download -> futures-channel-0.3.28.crate https://crates.io/api/v1/crates/futures-core/0.3.28/download -> futures-core-0.3.28.crate https://crates.io/api/v1/crates/futures-executor/0.3.28/download -> futures-executor-0.3.28.crate https://crates.io/api/v1/crates/futures-io/0.3.28/download -> futures-io-0.3.28.crate https://crates.io/api/v1/crates/futures-macro/0.3.28/download -> futures-macro-0.3.28.crate https://crates.io/api/v1/crates/futures-sink/0.3.28/download -> futures-sink-0.3.28.crate https://crates.io/api/v1/crates/futures-task/0.3.28/download -> futures-task-0.3.28.crate https://crates.io/api/v1/crates/futures-timer/3.0.2/download -> futures-timer-3.0.2.crate https://crates.io/api/v1/crates/futures-util/0.3.28/download -> futures-util-0.3.28.crate https://crates.io/api/v1/crates/futures/0.3.28/download -> futures-0.3.28.crate https://crates.io/api/v1/crates/gcd/2.3.0/download -> gcd-2.3.0.crate https://crates.io/api/v1/crates/generic-array/0.14.6/download -> generic-array-0.14.6.crate https://crates.io/api/v1/crates/getrandom/0.2.9/download -> getrandom-0.2.9.crate https://crates.io/api/v1/crates/glob/0.3.1/download -> glob-0.3.1.crate https://crates.io/api/v1/crates/half/2.3.1/download -> half-2.3.1.crate https://crates.io/api/v1/crates/hashbrown/0.13.2/download -> hashbrown-0.13.2.crate https://crates.io/api/v1/crates/hermit-abi/0.3.2/download -> hermit-abi-0.3.2.crate https://crates.io/api/v1/crates/hex-literal/0.4.1/download -> hex-literal-0.4.1.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.53/download -> iana-time-zone-0.1.53.crate https://crates.io/api/v1/crates/indicatif/0.17.3/download -> indicatif-0.17.3.crate https://crates.io/api/v1/crates/inotify-sys/0.1.5/download -> inotify-sys-0.1.5.crate https://crates.io/api/v1/crates/inotify/0.9.6/download -> inotify-0.9.6.crate https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download -> io-lifetimes-1.0.11.crate https://crates.io/api/v1/crates/itertools/0.12.0/download -> itertools-0.12.0.crate https://crates.io/api/v1/crates/itoa/1.0.4/download -> itoa-1.0.4.crate https://crates.io/api/v1/crates/js-sys/0.3.64/download -> js-sys-0.3.64.crate https://crates.io/api/v1/crates/keccak/0.1.4/download -> keccak-0.1.4.crate https://crates.io/api/v1/crates/kqueue-sys/1.0.3/download -> kqueue-sys-1.0.3.crate https://crates.io/api/v1/crates/kqueue/1.0.7/download -> kqueue-1.0.7.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/lazycell/1.3.0/download -> lazycell-1.3.0.crate https://crates.io/api/v1/crates/libc/0.2.152/download -> libc-0.2.152.crate https://crates.io/api/v1/crates/libloading/0.7.4/download -> libloading-0.7.4.crate https://crates.io/api/v1/crates/libm/0.2.7/download -> libm-0.2.7.crate https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download -> linux-raw-sys-0.3.8.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download -> linux-raw-sys-0.4.12.crate https://crates.io/api/v1/crates/lock_api/0.4.9/download -> lock_api-0.4.9.crate https://crates.io/api/v1/crates/log/0.4.17/download -> log-0.4.17.crate https://crates.io/api/v1/crates/lscolors/0.16.0/download -> lscolors-0.16.0.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.1/download -> memchr-2.7.1.crate https://crates.io/api/v1/crates/memmap2/0.9.0/download -> memmap2-0.9.0.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.5.4/download -> miniz_oxide-0.5.4.crate https://crates.io/api/v1/crates/mio/0.8.10/download -> mio-0.8.10.crate https://crates.io/api/v1/crates/nix/0.27.1/download -> nix-0.27.1.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/notify/6.0.1/download -> notify-6.0.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.49.0/download -> nu-ansi-term-0.49.0.crate https://crates.io/api/v1/crates/num-bigint/0.4.4/download -> num-bigint-0.4.4.crate https://crates.io/api/v1/crates/num-integer/0.1.45/download -> num-integer-0.1.45.crate https://crates.io/api/v1/crates/num-traits/0.2.17/download -> num-traits-0.2.17.crate https://crates.io/api/v1/crates/num_threads/0.1.6/download -> num_threads-0.1.6.crate https://crates.io/api/v1/crates/number_prefix/0.4.0/download -> number_prefix-0.4.0.crate https://crates.io/api/v1/crates/once_cell/1.19.0/download -> once_cell-1.19.0.crate https://crates.io/api/v1/crates/onig/6.4.0/download -> onig-6.4.0.crate https://crates.io/api/v1/crates/onig_sys/69.8.1/download -> onig_sys-69.8.1.crate https://crates.io/api/v1/crates/ordered-multimap/0.6.0/download -> ordered-multimap-0.6.0.crate https://crates.io/api/v1/crates/os_display/0.1.3/download -> os_display-0.1.3.crate https://crates.io/api/v1/crates/parking_lot/0.12.1/download -> parking_lot-0.12.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download -> parking_lot_core-0.9.9.crate https://crates.io/api/v1/crates/parse_datetime/0.5.0/download -> parse_datetime-0.5.0.crate https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download -> peeking_take_while-0.1.2.crate https://crates.io/api/v1/crates/phf/0.11.2/download -> phf-0.11.2.crate https://crates.io/api/v1/crates/phf_codegen/0.11.2/download -> phf_codegen-0.11.2.crate https://crates.io/api/v1/crates/phf_generator/0.11.1/download -> phf_generator-0.11.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.2/download -> phf_shared-0.11.2.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download -> pin-project-lite-0.2.9.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.26/download -> pkg-config-0.3.26.crate https://crates.io/api/v1/crates/platform-info/2.0.2/download -> platform-info-2.0.2.crate https://crates.io/api/v1/crates/portable-atomic/0.3.15/download -> portable-atomic-0.3.15.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download -> ppv-lite86-0.2.17.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.0/download -> pretty_assertions-1.4.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.63/download -> proc-macro2-1.0.63.crate https://crates.io/api/v1/crates/procfs-core/0.16.0/download -> procfs-core-0.16.0.crate https://crates.io/api/v1/crates/procfs/0.16.0/download -> procfs-0.16.0.crate https://crates.io/api/v1/crates/quick-error/2.0.1/download -> quick-error-2.0.1.crate https://crates.io/api/v1/crates/quickcheck/1.0.3/download -> quickcheck-1.0.3.crate https://crates.io/api/v1/crates/quote/1.0.29/download -> quote-1.0.29.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_pcg/0.3.1/download -> rand_pcg-0.3.1.crate https://crates.io/api/v1/crates/rayon-core/1.12.0/download -> rayon-core-1.12.0.crate https://crates.io/api/v1/crates/rayon/1.8.0/download -> rayon-1.8.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/reference-counted-singleton/0.1.2/download -> reference-counted-singleton-0.1.2.crate https://crates.io/api/v1/crates/regex-automata/0.4.4/download -> regex-automata-0.4.4.crate https://crates.io/api/v1/crates/regex-syntax/0.8.2/download -> regex-syntax-0.8.2.crate https://crates.io/api/v1/crates/regex/1.10.3/download -> regex-1.10.3.crate https://crates.io/api/v1/crates/relative-path/1.8.0/download -> relative-path-1.8.0.crate https://crates.io/api/v1/crates/rlimit/0.10.1/download -> rlimit-0.10.1.crate https://crates.io/api/v1/crates/roff/0.2.1/download -> roff-0.2.1.crate https://crates.io/api/v1/crates/rstest/0.18.2/download -> rstest-0.18.2.crate https://crates.io/api/v1/crates/rstest_macros/0.18.2/download -> rstest_macros-0.18.2.crate https://crates.io/api/v1/crates/rust-ini/0.19.0/download -> rust-ini-0.19.0.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.37.26/download -> rustix-0.37.26.crate https://crates.io/api/v1/crates/rustix/0.38.30/download -> rustix-0.38.30.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/scopeguard/1.1.0/download -> scopeguard-1.1.0.crate https://crates.io/api/v1/crates/self_cell/1.0.3/download -> self_cell-1.0.3.crate https://crates.io/api/v1/crates/selinux-sys/0.6.2/download -> selinux-sys-0.6.2.crate https://crates.io/api/v1/crates/selinux/0.4.0/download -> selinux-0.4.0.crate https://crates.io/api/v1/crates/semver/1.0.14/download -> semver-1.0.14.crate https://crates.io/api/v1/crates/serde/1.0.147/download -> serde-1.0.147.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha2/0.10.8/download -> sha2-0.10.8.crate https://crates.io/api/v1/crates/sha3/0.10.8/download -> sha3-0.10.8.crate https://crates.io/api/v1/crates/shlex/1.1.0/download -> shlex-1.1.0.crate https://crates.io/api/v1/crates/signal-hook-mio/0.2.3/download -> signal-hook-mio-0.2.3.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.0/download -> signal-hook-registry-1.4.0.crate https://crates.io/api/v1/crates/signal-hook/0.3.17/download -> signal-hook-0.3.17.crate https://crates.io/api/v1/crates/siphasher/0.3.10/download -> siphasher-0.3.10.crate https://crates.io/api/v1/crates/slab/0.4.7/download -> slab-0.4.7.crate https://crates.io/api/v1/crates/sm3/0.4.2/download -> sm3-0.4.2.crate https://crates.io/api/v1/crates/smallvec/1.13.0/download -> smallvec-1.13.0.crate https://crates.io/api/v1/crates/smawk/0.3.1/download -> smawk-0.3.1.crate https://crates.io/api/v1/crates/socket2/0.5.3/download -> socket2-0.5.3.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.23/download -> syn-2.0.23.crate https://crates.io/api/v1/crates/tempfile/3.9.0/download -> tempfile-3.9.0.crate https://crates.io/api/v1/crates/terminal_size/0.2.6/download -> terminal_size-0.2.6.crate https://crates.io/api/v1/crates/terminal_size/0.3.0/download -> terminal_size-0.3.0.crate https://crates.io/api/v1/crates/textwrap/0.16.0/download -> textwrap-0.16.0.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.37/download -> thiserror-impl-1.0.37.crate https://crates.io/api/v1/crates/thiserror/1.0.37/download -> thiserror-1.0.37.crate https://crates.io/api/v1/crates/time-core/0.1.0/download -> time-core-0.1.0.crate https://crates.io/api/v1/crates/time-macros/0.2.8/download -> time-macros-0.2.8.crate https://crates.io/api/v1/crates/time/0.3.20/download -> time-0.3.20.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/typenum/1.15.0/download -> typenum-1.15.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.5/download -> unicode-ident-1.0.5.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-segmentation/1.10.1/download -> unicode-segmentation-1.10.1.crate https://crates.io/api/v1/crates/unicode-width/0.1.11/download -> unicode-width-0.1.11.crate https://crates.io/api/v1/crates/unicode-xid/0.2.4/download -> unicode-xid-0.2.4.crate https://crates.io/api/v1/crates/unindent/0.2.1/download -> unindent-0.2.1.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/uuid/1.2.2/download -> uuid-1.2.2.crate https://crates.io/api/v1/crates/uutils_term_grid/0.3.0/download -> uutils_term_grid-0.3.0.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/walkdir/2.4.0/download -> walkdir-2.4.0.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download -> wasm-bindgen-backend-0.2.87.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download -> wasm-bindgen-macro-support-0.2.87.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download -> wasm-bindgen-macro-0.2.87.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download -> wasm-bindgen-shared-0.2.87.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download -> wasm-bindgen-0.2.87.crate https://crates.io/api/v1/crates/which/4.3.0/download -> which-4.3.0.crate https://crates.io/api/v1/crates/wild/2.2.0/download -> wild-2.2.0.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.6/download -> winapi-util-0.1.6.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.0/download -> windows-targets-0.48.0.crate https://crates.io/api/v1/crates/windows-targets/0.52.0/download -> windows-targets-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download -> windows_aarch64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download -> windows_aarch64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download -> windows_aarch64_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download -> windows_aarch64_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download -> windows_i686_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download -> windows_i686_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download -> windows_i686_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download -> windows_i686_msvc-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download -> windows_x86_64_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.0/download -> windows_x86_64_gnu-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download -> windows_x86_64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.0/download -> windows_x86_64_gnullvm-0.52.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download -> windows_x86_64_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.0/download -> windows_x86_64_msvc-0.52.0.crate https://crates.io/api/v1/crates/xattr/1.3.1/download -> xattr-1.3.1.crate https://crates.io/api/v1/crates/yansi/0.5.1/download -> yansi-0.5.1.crate https://crates.io/api/v1/crates/z85/3.0.5/download -> z85-3.0.5.crate https://crates.io/api/v1/crates/zip/0.6.6/download -> zip-0.6.6.crate -_eclasses_=cargo 4dede41d64d595673f6da62ab5540fa0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=88c75462319e7ae137b4880aa189ffc5 diff --git a/metadata/md5-cache/sys-block/Manifest.gz b/metadata/md5-cache/sys-block/Manifest.gz index 099a29a24b19..f61be9243531 100644 Binary files a/metadata/md5-cache/sys-block/Manifest.gz and b/metadata/md5-cache/sys-block/Manifest.gz differ diff --git a/metadata/md5-cache/sys-block/nbd-3.25 b/metadata/md5-cache/sys-block/nbd-3.25 index 3624a16eb20b..494b69bd1390 100644 --- a/metadata/md5-cache/sys-block/nbd-3.25 +++ b/metadata/md5-cache/sys-block/nbd-3.25 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://nbd.sourceforge.io/ INHERIT=systemd IUSE=debug gnutls netlink zlib -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.32.0 gnutls? ( >=net-libs/gnutls-2.12.0 ) netlink? ( >=dev-libs/libnl-3.1 ) zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=https://github.com/NetworkBlockDevice/nbd/releases/download/nbd-3.25/nbd-3.25.tar.xz mirror://sourceforge/nbd/nbd-3.25.tar.xz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=5bfab05d4f9bc17742bca64a425ccd12 +_md5_=27c19a7171c915b1ccc63616b8388b70 diff --git a/metadata/md5-cache/sys-devel/Manifest.gz b/metadata/md5-cache/sys-devel/Manifest.gz index 30141fe22dec..63e147c0612c 100644 Binary files a/metadata/md5-cache/sys-devel/Manifest.gz and b/metadata/md5-cache/sys-devel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-devel/gcc-15.0.0_pre20240428 b/metadata/md5-cache/sys-devel/gcc-15.0.0_pre20240428 new file mode 100644 index 000000000000..9154cab7de09 --- /dev/null +++ b/metadata/md5-cache/sys-devel/gcc-15.0.0_pre20240428 @@ -0,0 +1,16 @@ +BDEPEND=amd64? ( >=sys-devel/binutils-2.30[cet(-)?] ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 app-alternatives/yacc >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) test? ( || ( dev-lang/python:3.11 dev-lang/python:3.10 ) >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) sys-apps/texinfo valgrind? ( dev-debug/valgrind ) d? ( || ( sys-devel/gcc[d(-)] =dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) sanitize? ( virtual/libcrypt ) systemtap? ( dev-debug/systemtap ) zstd? ( app-arch/zstd:= ) +DESCRIPTION=The GNU Compiler Collection +EAPI=8 +HOMEPAGE=https://gcc.gnu.org/ +INHERIT=toolchain +IUSE=test vanilla +nls debug +cxx +fortran doc hardened multilib objc pgo objc-gc libssp objc++ openmp fixed-point go +sanitize graphite ada vtv jit +pie +ssp pch systemtap d lto cet zstd valgrind custom-cflags ieee-long-double default-znow default-stack-clash-protection modula2 rust +LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ +PDEPEND=>=sys-devel/gcc-config-2.11 +RDEPEND=elibc_glibc? ( sys-libs/glibc[cet(-)?] ) sys-libs/zlib virtual/libiconv nls? ( virtual/libintl ) >=dev-libs/gmp-4.3.2:0= >=dev-libs/mpfr-2.4.2:0= >=dev-libs/mpc-0.8.1:0= objc-gc? ( >=dev-libs/boehm-gc-7.4.2 ) graphite? ( >=dev-libs/isl-0.14:0= ) zstd? ( app-arch/zstd:= ) +RESTRICT=!test? ( test ) +SLOT=15 +SRC_URI=mirror://gcc/snapshots/15-20240428/gcc-15-20240428.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.0.0-patches-1.tar.xz https://dev.gentoo.org/~sam/distfiles/sys-devel/gcc/gcc-15.0.0-musl-patches-1.tar.xz test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=7bbfb01a32b73842f8908de028703510a0e12057 -> gcc-validate-failures-7bbfb01a32b73842f8908de028703510a0e12057.py ) +_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain 5416300c2493cb37ab62e48b61375d21 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=46661ca0020081d5728c5b332dfe7742 diff --git a/metadata/md5-cache/sys-devel/gcc-15.0.9999 b/metadata/md5-cache/sys-devel/gcc-15.0.9999 index f19d3db239c3..61e2c0d47bac 100644 --- a/metadata/md5-cache/sys-devel/gcc-15.0.9999 +++ b/metadata/md5-cache/sys-devel/gcc-15.0.9999 @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=15 SRC_URI=test? ( https://gitweb.gentoo.org/proj/gcc-patches.git/plain/scripts/testsuite-management/validate_failures.py?id=7bbfb01a32b73842f8908de028703510a0e12057 -> gcc-validate-failures-7bbfb01a32b73842f8908de028703510a0e12057.py ) _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 git-r3 fbb2889c81f3a05910c1524db69425c1 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe pax-utils 91d47e5d20627c717aa878b9167c62a8 prefix eab3c99d77fe00506c109c8a736186f7 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain 5416300c2493cb37ab62e48b61375d21 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a9f7e0ee01dc80c3a92cf7c4b6ad9ab7 +_md5_=1f7167878fdbaf25aa0f33cb57a7cf94 diff --git a/metadata/md5-cache/sys-devel/mold-2.30.0 b/metadata/md5-cache/sys-devel/mold-2.30.0 index f2f13e4f1dd3..6224a41f5576 100644 --- a/metadata/md5-cache/sys-devel/mold-2.30.0 +++ b/metadata/md5-cache/sys-devel/mold-2.30.0 @@ -5,10 +5,10 @@ DESCRIPTION=A Modern Linker EAPI=8 HOMEPAGE=https://github.com/rui314/mold INHERIT=cmake toolchain-funcs -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 LICENSE=MIT BSD-2 RDEPEND=app-arch/zstd:= >=dev-cpp/tbb-2021.7.0-r1:= dev-libs/blake3:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= ) SLOT=0 SRC_URI=https://github.com/rui314/mold/archive/refs/tags/v2.30.0.tar.gz -> mold-2.30.0.tar.gz _eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=1c17c494ad2767b5b66c164107ad4237 +_md5_=0d51fa5953003a4080ccdafe7ef472d0 diff --git a/metadata/md5-cache/sys-firmware/Manifest.gz b/metadata/md5-cache/sys-firmware/Manifest.gz index 5d4adbce3105..a9f7b4ffc8e5 100644 Binary files a/metadata/md5-cache/sys-firmware/Manifest.gz and b/metadata/md5-cache/sys-firmware/Manifest.gz differ diff --git a/metadata/md5-cache/sys-firmware/vgabios-0.8a-r1 b/metadata/md5-cache/sys-firmware/vgabios-0.8a-r1 index 87135fff42ea..241e65ea7356 100644 --- a/metadata/md5-cache/sys-firmware/vgabios-0.8a-r1 +++ b/metadata/md5-cache/sys-firmware/vgabios-0.8a-r1 @@ -5,9 +5,9 @@ EAPI=8 HOMEPAGE=https://www.nongnu.org/vgabios/ INHERIT=toolchain-funcs IUSE=binary debug -KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~ppc ~ppc64 x86 LICENSE=LGPL-2.1+ SLOT=0 SRC_URI=https://savannah.gnu.org/download/vgabios/vgabios-0.8a.tgz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=9f78c262073bdd6ca4ac9784761decd5 +_md5_=c702db7a510aba4d16bcf94277d4a8c8 diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index cf2c5ded5588..a5344f96579c 100644 Binary files a/metadata/md5-cache/sys-fs/Manifest.gz and b/metadata/md5-cache/sys-fs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-fs/multipath-tools-0.9.8 b/metadata/md5-cache/sys-fs/multipath-tools-0.9.8 index 275ef680b875..c2ef202ec8a9 100644 --- a/metadata/md5-cache/sys-fs/multipath-tools-0.9.8 +++ b/metadata/md5-cache/sys-fs/multipath-tools-0.9.8 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=http://christophe.varoqui.free.fr/ INHERIT=flag-o-matic linux-info systemd tmpfiles toolchain-funcs udev IUSE=systemd test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86 LICENSE=GPL-2 RDEPEND=dev-libs/json-c:= dev-libs/libaio dev-libs/userspace-rcu:= >=sys-fs/lvm2-2.02.45 sys-libs/readline:= >=virtual/libudev-232-r3 systemd? ( sys-apps/systemd ) virtual/tmpfiles RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/opensvc/multipath-tools/archive/refs/tags/0.9.8.tar.gz -> multipath-tools-0.9.8.tar.gz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 -_md5_=cf6dc465460cc73d1abf7029cd8bb24e +_md5_=29d0b340901522ccbaf3c8c85083a9fb diff --git a/metadata/md5-cache/sys-fs/squashfs-tools-ng-1.3.0 b/metadata/md5-cache/sys-fs/squashfs-tools-ng-1.3.0 index 03e9d73a1d22..1cfc1fb83992 100644 --- a/metadata/md5-cache/sys-fs/squashfs-tools-ng-1.3.0 +++ b/metadata/md5-cache/sys-fs/squashfs-tools-ng-1.3.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://github.com/AgentD/squashfs-tools-ng INHERIT=libtool IUSE=lz4 +lzma lzo selinux +tools zstd -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 LICENSE=LGPL-3+ BSD-2 MIT tools? ( GPL-3+ ) RDEPEND=app-arch/bzip2:= sys-libs/zlib:= lz4? ( app-arch/lz4:= ) lzma? ( app-arch/xz-utils ) lzo? ( dev-libs/lzo:2 ) selinux? ( sys-libs/libselinux:= ) zstd? ( app-arch/zstd:= ) SLOT=0 SRC_URI=https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.3.0.tar.xz _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=e02ba60f45fdf82b56af9e8cbf95cb44 +_md5_=dd01bf0a117f66e648e98f582e699b72 diff --git a/metadata/md5-cache/sys-fs/xfsprogs-6.6.0 b/metadata/md5-cache/sys-fs/xfsprogs-6.6.0 index 8a3c1f14fc07..283b20c87267 100644 --- a/metadata/md5-cache/sys-fs/xfsprogs-6.6.0 +++ b/metadata/md5-cache/sys-fs/xfsprogs-6.6.0 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://xfs.wiki.kernel.org/ https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/ INHERIT=flag-o-matic systemd udev usr-ldscript toolchain-funcs IUSE=icu libedit nls selinux split-usr -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/inih dev-libs/userspace-rcu:= >=sys-apps/util-linux-2.17.2 icu? ( dev-libs/icu:= ) libedit? ( dev-libs/libedit ) selinux? ( sec-policy/selinux-xfs ) SLOT=0 SRC_URI=https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-6.6.0.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 udev eec0bbab06977f1cfc5597269c1fa152 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 -_md5_=c75e9d95b1c27f1a22d0d748242f2202 +_md5_=e32c6b3e2900ba7b6f889cdcc362bade diff --git a/metadata/md5-cache/sys-kernel/Manifest.gz b/metadata/md5-cache/sys-kernel/Manifest.gz index bfbfa337c54a..9f55f5956ce1 100644 Binary files a/metadata/md5-cache/sys-kernel/Manifest.gz and b/metadata/md5-cache/sys-kernel/Manifest.gz differ diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p1 b/metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p4 similarity index 88% rename from metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p1 rename to metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p4 index 3d56935a8853..f09d0f3e4733 100644 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p1 +++ b/metadata/md5-cache/sys-kernel/asahi-sources-6.8.6_p4 @@ -5,11 +5,11 @@ EAPI=8 HOMEPAGE=https://asahilinux.org INHERIT=kernel-2 IUSE=rust symlink build -KEYWORDS=~arm64 +KEYWORDS=arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.8.6_p1 -SRC_URI=https://github.com/AsahiLinux/linux/archive/refs/tags/asahi-6.8.6-1.tar.gz -> linux-asahi-6.8.6-1.tar.gz +SLOT=6.8.6_p4 +SRC_URI=https://github.com/AsahiLinux/linux/archive/refs/tags/asahi-6.8.6-4.tar.gz -> linux-asahi-6.8.6-4.tar.gz _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 d7063ec2420394c5b29ed142f15b5033 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=e5ebfcd947ec1a542e41f5149fdd9006 +_md5_=097d7201101df66d0490b384d1b0d1dd diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.157 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.157 new file mode 100644 index 000000000000..cb15ae0416d0 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.157 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs +IUSE=debug hardened savedconfig +initramfs test +strip +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.157 +RDEPEND=!sys-kernel/gentoo-kernel-bin:5.15.157 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.157 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-167.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-167.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.15.19 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.15.19 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.15.19 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.15.19 ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=52af9dfdce4f4178bde46e3a8713be6d diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.88 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.88 new file mode 100644 index 000000000000..8a0d59d676dd --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.88 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs +IUSE=debug hardened savedconfig +initramfs test +strip +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.88 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.1.88 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.88 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-97.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-97.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.7-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.7-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.7-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.7-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=e377bc2a7867fd36c33a635727b24d45 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.89 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.89 new file mode 100644 index 000000000000..6fe7756a30cb --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.89 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs +IUSE=debug hardened savedconfig +initramfs test +strip +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.89 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.1.89 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.89 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.7-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.7-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.7-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.7-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=e377bc2a7867fd36c33a635727b24d45 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.29 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.29 new file mode 100644 index 000000000000..2f58090150f4 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.29 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) secureboot? ( app-crypt/sbsigntools ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi dev-libs/nss sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l sys-libs/zlib dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/systemd[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( >=sys-kernel/installkernel-14[-dracut(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) ) +INHERIT=kernel-build toolchain-funcs +IUSE=debug hardened secureboot savedconfig +initramfs test generic-uki modules-compress +strip modules-sign +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ ZLIB LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 GPL-2 LGPL-2.1 MIT public-domain LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.6.29 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.6.29 sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.29 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-36.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-36.extras.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.12-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=2de6ed9c3d0ae7ed51a8dee717eb0fd7 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.157 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.157 new file mode 100644 index 000000000000..9820cd927abc --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.157 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare prerm pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-install toolchain-funcs unpacker +IUSE=+initramfs test +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.157 +RDEPEND=!sys-kernel/gentoo-kernel:5.15.157 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.157 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-167.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-167.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157-1.gpkg.tar -> gentoo-kernel-5.15.157-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157-1.gpkg.tar -> gentoo-kernel-5.15.157-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157-1.gpkg.tar -> gentoo-kernel-5.15.157-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157-1.gpkg.tar -> gentoo-kernel-5.15.157-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 +_md5_=83653faa074546262fd1c2ce6b717187 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.88 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.88 new file mode 100644 index 000000000000..d65f7a9a55c4 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.88 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare prerm pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-install toolchain-funcs unpacker +IUSE=+initramfs test +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.88 +RDEPEND=!sys-kernel/gentoo-kernel:6.1.88 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.88 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-97.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-97.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88-1.gpkg.tar -> gentoo-kernel-6.1.88-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88-1.gpkg.tar -> gentoo-kernel-6.1.88-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88-1.gpkg.tar -> gentoo-kernel-6.1.88-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88-1.gpkg.tar -> gentoo-kernel-6.1.88-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 +_md5_=c81049f0794c1c8ae4e027b4ae1eee01 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.89 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.89 new file mode 100644 index 000000000000..f66675324061 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.89 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare prerm pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-install toolchain-funcs unpacker +IUSE=+initramfs test +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.89 +RDEPEND=!sys-kernel/gentoo-kernel:6.1.89 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.89 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89-1.gpkg.tar -> gentoo-kernel-6.1.89-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89-1.gpkg.tar -> gentoo-kernel-6.1.89-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89-1.gpkg.tar -> gentoo-kernel-6.1.89-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89-1.gpkg.tar -> gentoo-kernel-6.1.89-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 +_md5_=c81049f0794c1c8ae4e027b4ae1eee01 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.29 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.29 new file mode 100644 index 000000000000..2f6f216807d9 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.29 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare prerm pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://www.kernel.org/ +IDEPEND=generic-uki? ( >=sys-kernel/installkernel-14[-dracut(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) ) +INHERIT=kernel-install toolchain-funcs unpacker +IUSE=+initramfs test generic-uki modules-compress +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ ZLIB LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 GPL-2 LGPL-2.1 MIT public-domain LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.6.29 +RDEPEND=!sys-kernel/gentoo-kernel:6.6.29 sys-apps/kmod[lzma] virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.29 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-36.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-36.extras.tar.xz amd64? ( https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29-1.gpkg.tar -> gentoo-kernel-6.6.29-1.amd64.gpkg.tar ) arm64? ( https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29-1.gpkg.tar -> gentoo-kernel-6.6.29-1.arm64.gpkg.tar ) ppc64? ( https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29-1.gpkg.tar -> gentoo-kernel-6.6.29-1.ppc64le.gpkg.tar ) x86? ( https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29-1.gpkg.tar -> gentoo-kernel-6.6.29-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 +_md5_=4833467f70d75da31895ca24dac66689 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.89 b/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.89 new file mode 100644 index 000000000000..ed50716a7daa --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.89 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DESCRIPTION=Full sources including the Gentoo patchset for the 6.1 kernel tree +EAPI=8 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +INHERIT=kernel-2 +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) +RESTRICT=binchecks strip +SLOT=6.1.89 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-98.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-98.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.extras.tar.xz experimental? ( https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-98.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-98.experimental.tar.xz ) +_eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 d7063ec2420394c5b29ed142f15b5033 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=9440b0be3ea8b54d2235ffb499f0fb6f diff --git a/metadata/md5-cache/sys-kernel/git-sources-6.9_rc6 b/metadata/md5-cache/sys-kernel/git-sources-6.9_rc6 new file mode 100644 index 000000000000..61452356bf86 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-6.9_rc6 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=>=sys-devel/patch-2.7.6-r4 +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=8 +HOMEPAGE=https://www.kernel.org +INHERIT=kernel-2 +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) +RESTRICT=binchecks strip +SLOT=6.9_rc6 +SRC_URI=https://git.kernel.org/torvalds/p/v6.9-rc6/v6.8 -> patch-6.9-rc6.patch https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.8.tar.xz +_eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 d7063ec2420394c5b29ed142f15b5033 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=07d9969cea72610b7ee9e321815b4c4b diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.157 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.157 new file mode 100644 index 000000000000..ca6296ad4cc7 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.157 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( sec-keys/openpgp-keys-kernel ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig +initramfs test +strip verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.157 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.157 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.157.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.157.tar.sign ) amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.15.19 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.15.19 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.15.19 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/ec69da7a42b5b7c3da91572ef22097b069ddbd01/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.15.19 ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=199d82ef1f0ed56ea261374eeea4767b diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.88 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.88 new file mode 100644 index 000000000000..0c40172006e1 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.88 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( sec-keys/openpgp-keys-kernel ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig +initramfs test +strip verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.88 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.88 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.88.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.88.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.7-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.7-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.7-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.7-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=71b947716e0a14f198997531efb8e29b diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.89 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.89 new file mode 100644 index 000000000000..742ebd269c3e --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.89 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( sec-keys/openpgp-keys-kernel ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig +initramfs test +strip verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.89 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.89 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.89.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.89.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.7-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.7-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.7-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.7-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.7-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=71b947716e0a14f198997531efb8e29b diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.29 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.29 new file mode 100644 index 000000000000..52ddda111e5d --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.29 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( sec-keys/openpgp-keys-kernel ) secureboot? ( app-crypt/sbsigntools ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) app-alternatives/cpio app-alternatives/bc sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) riscv? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare prerm pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( >=sys-kernel/installkernel-14[dracut(-)] ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened secureboot savedconfig +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.6.29 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.29 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.29.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g12.tar.gz -> gentoo-kernel-config-g12.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.29.tar.sign ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.12-gentoo ) +_eclasses_=dist-kernel-utils 145861da258122cbba5240a850f1a5e8 kernel-build 99eb00d7450b05352eb000bfb702db53 kernel-install 8b3f309ac423799839f1fb3253b473b8 mount-boot 3945d351ee3192381911f938f4ee527a multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe portability 225656ad6c6594fe3b0187bdd50707fb python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca savedconfig 8b5f9d995a970e49cd427c55d5840285 secureboot 4911adb593665638c76fbd4e70d451ac toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 +_md5_=2af50a6ffadb14965b6863e8e6f4e63b diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.88 b/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.89 similarity index 92% rename from metadata/md5-cache/sys-kernel/vanilla-sources-6.1.88 rename to metadata/md5-cache/sys-kernel/vanilla-sources-6.1.89 index 6782bd8914eb..96b6d6c39290 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.88 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.89 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~s LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.1.88 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.88.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz +SLOT=6.1.89 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.89.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz _eclasses_=crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 d7063ec2420394c5b29ed142f15b5033 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=d0a3a1444da71ab8465c369e46191d87 diff --git a/metadata/md5-cache/sys-libs/Manifest.gz b/metadata/md5-cache/sys-libs/Manifest.gz index 644171f6de53..3602a549ac4d 100644 Binary files a/metadata/md5-cache/sys-libs/Manifest.gz and b/metadata/md5-cache/sys-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.7-r5 b/metadata/md5-cache/sys-libs/gpm-1.20.7-r5 index ceac218c65c8..1a85e6d2f2f3 100644 --- a/metadata/md5-cache/sys-libs/gpm-1.20.7-r5 +++ b/metadata/md5-cache/sys-libs/gpm-1.20.7-r5 @@ -10,6 +10,6 @@ KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~ LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] selinux? ( sec-policy/selinux-gpm ) SLOT=0 -SRC_URI=https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma mirror://gentoo/gpm-1.20.7-docs.patch.xz +SRC_URI=https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma https://dev.gentoo.org/~sam/distfiles/sys-libs/gpm/gpm-1.20.7-docs.patch.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 -_md5_=b1df8ea6b0ebd640dee8dcaebfd7b32d +_md5_=e750d3d8c316d43f8590dba1a50b2a72 diff --git a/metadata/md5-cache/sys-libs/gpm-1.20.7-r6 b/metadata/md5-cache/sys-libs/gpm-1.20.7-r6 index 634ce6f1c090..eb000859580f 100644 --- a/metadata/md5-cache/sys-libs/gpm-1.20.7-r6 +++ b/metadata/md5-cache/sys-libs/gpm-1.20.7-r6 @@ -10,6 +10,6 @@ KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~ LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] selinux? ( sec-policy/selinux-gpm ) SLOT=0 -SRC_URI=https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma mirror://gentoo/gpm-1.20.7-docs.patch.xz +SRC_URI=https://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma https://dev.gentoo.org/~sam/distfiles/sys-libs/gpm/gpm-1.20.7-docs.patch.xz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=c698cd8191d625d913de2b775f28fa11 +_md5_=440603fed622d7d4c369200a108232b2 diff --git a/metadata/md5-cache/sys-libs/libcap-2.69 b/metadata/md5-cache/sys-libs/libcap-2.69 deleted file mode 100644 index 4812288e5515..000000000000 --- a/metadata/md5-cache/sys-libs/libcap-2.69 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=sys-apps/diffutils tools? ( dev-lang/go ) -DEFINED_PHASES=compile configure install prepare test -DEPEND=pam? ( sys-libs/pam[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sys-kernel/linux-headers -DESCRIPTION=POSIX 1003.1e capabilities -EAPI=8 -HOMEPAGE=https://sites.google.com/site/fullycapable/ -INHERIT=multilib-minimal toolchain-funcs pam usr-ldscript -IUSE=pam static-libs tools abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 split-usr -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux -LICENSE=|| ( GPL-2 BSD ) -PDEPEND=pam? ( sys-libs/pam[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) -SLOT=0 -SRC_URI=https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.69.tar.xz -_eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 pam b56d0c9c20fc5b553f13c8ae165a10a5 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 usr-ldscript ff03a5d223e97515fa25b5cae97ebda9 -_md5_=33911d9b1a2bc250c86ec5bef5c04253 diff --git a/metadata/md5-cache/sys-libs/libcap-ng-0.8.3 b/metadata/md5-cache/sys-libs/libcap-ng-0.8.3 deleted file mode 100644 index 0a7506d0f0df..000000000000 --- a/metadata/md5-cache/sys-libs/libcap-ng-0.8.3 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=python? ( >=dev-lang/swig-2 ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=compile configure install prepare test -DEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) ) sys-kernel/linux-headers -DESCRIPTION=POSIX 1003.1e capabilities -EAPI=7 -HOMEPAGE=https://people.redhat.com/sgrubb/libcap-ng/ -INHERIT=autotools flag-o-matic out-of-source-utils python-r1 -IUSE=python static-libs python_targets_python3_10 python_targets_python3_11 -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux -LICENSE=LGPL-2.1 -RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) ) -REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) -SLOT=0 -SRC_URI=https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.3.tar.gz https://src.fedoraproject.org/rpms/libcap-ng/raw/a5b0f536df1132d8e7afa4c0ce07b630e7970cad/f/libcap-ng-0.8.2-apply-disable.patch -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=094ebd049b73f393f6d46ce9d8241185 diff --git a/metadata/md5-cache/sys-libs/libcap-ng-0.8.4 b/metadata/md5-cache/sys-libs/libcap-ng-0.8.5 similarity index 90% rename from metadata/md5-cache/sys-libs/libcap-ng-0.8.4 rename to metadata/md5-cache/sys-libs/libcap-ng-0.8.5 index 63e54cb5cf10..a8283db04b93 100644 --- a/metadata/md5-cache/sys-libs/libcap-ng-0.8.4 +++ b/metadata/md5-cache/sys-libs/libcap-ng-0.8.5 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://people.redhat.com/sgrubb/libcap-ng/ INHERIT=autotools flag-o-matic out-of-source-utils python-r1 IUSE=python static-libs python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux LICENSE=GPL-2+ LGPL-2.1+ RDEPEND=python? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) ) REQUIRED_USE=python? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) ) SLOT=0 -SRC_URI=https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.4.tar.gz +SRC_URI=https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.5.tar.gz _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=1ffaee90d12d3cc9b009db74b923cd3a +_md5_=2e1f0ee81df619655dd90540a3749e7a diff --git a/metadata/md5-cache/sys-libs/libunwind-1.8.1 b/metadata/md5-cache/sys-libs/libunwind-1.8.1 index 1197fdcad9ef..a0ae48a526c4 100644 --- a/metadata/md5-cache/sys-libs/libunwind-1.8.1 +++ b/metadata/md5-cache/sys-libs/libunwind-1.8.1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://savannah.nongnu.org/projects/libunwind INHERIT=libtool multilib-minimal IUSE=debug debug-frame doc libatomic lzma static-libs test zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 -sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 -sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=lzma? ( app-arch/xz-utils[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( sys-libs/zlib[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) RESTRICT=test !test? ( test ) SLOT=0/8 SRC_URI=https://github.com/libunwind/libunwind/releases/download/v1.8.1/libunwind-1.8.1.tar.gz !doc? ( https://dev.gentoo.org/~sam/distfiles/sys-libs/libunwind/libunwind-1.8.0-docs.tar.xz ) _eclasses_=libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=324df7498f206b9ac3a6f8eaa589292e +_md5_=2d5e27bca966b51aa6a125ed46f327c6 diff --git a/metadata/md5-cache/sys-libs/ncurses-compat-6.4_p20240414 b/metadata/md5-cache/sys-libs/ncurses-compat-6.4_p20240414 new file mode 100644 index 000000000000..12eedd89a814 --- /dev/null +++ b/metadata/md5-cache/sys-libs/ncurses-compat-6.4_p20240414 @@ -0,0 +1,15 @@ +BDEPEND=verify-sig? ( sec-keys/openpgp-keys-thomasdickey ) verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install test unpack +DEPEND=gpm? ( sys-libs/gpm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +DESCRIPTION=Console display library (ABI version 5) +EAPI=8 +HOMEPAGE=https://www.gnu.org/software/ncurses/ https://invisible-island.net/ncurses/ +INHERIT=flag-o-matic toolchain-funcs multilib multilib-minimal verify-sig +IUSE=gpm +stack-realign tinfo unicode abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=gpm? ( sys-libs/gpm[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array +BDEPEND=virtual/pkgconfig sys-devel/gettext qt6? ( dev-qt/qttools:6[linguist] ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array DEFINED_PHASES=compile configure install setup test -DEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt5? ( dev-qt/qtdeclarative:5 ) qt6? ( dev-qt/qtdeclarative:6 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) qt6? ( dev-qt/qtbase:6[network,widgets] ) vala? ( || ( dev-lang/vala:0.56 ) ) +DEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt6? ( dev-qt/qtdeclarative:6 ) ) qt6? ( dev-qt/qtbase:6[network,widgets] ) vala? ( || ( dev-lang/vala:0.56 ) ) DESCRIPTION=glib library for communicating with snapd EAPI=8 HOMEPAGE=https://snapcraft.io/ INHERIT=meson vala -IUSE=doc introspection qml qt5 qt6 vala +IUSE=doc introspection qml qt6 vala KEYWORDS=~amd64 LICENSE=LGPL-3 -RDEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt5? ( dev-qt/qtdeclarative:5 ) qt6? ( dev-qt/qtdeclarative:6 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) qt6? ( dev-qt/qtbase:6[network,widgets] ) vala? ( || ( dev-lang/vala:0.56 ) ) app-containers/snapd -REQUIRED_USE=qml? ( || ( qt5 qt6 ) ) vala? ( introspection ) +RDEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt6? ( dev-qt/qtdeclarative:6 ) ) qt6? ( dev-qt/qtbase:6[network,widgets] ) vala? ( || ( dev-lang/vala:0.56 ) ) app-containers/snapd +REQUIRED_USE=qml? ( qt6 ) vala? ( introspection ) SLOT=0/1 SRC_URI=https://github.com/snapcore/snapd-glib/releases/download/1.65/snapd-glib-1.65.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 -_md5_=b3086dcd09ca11e739fafa5d478adb5e +_md5_=1dc8a3405dd0ec65ca4b33d069f47ff7 diff --git a/metadata/md5-cache/sys-libs/snapd-glib-1.64 b/metadata/md5-cache/sys-libs/snapd-glib-1.65-r2 similarity index 72% rename from metadata/md5-cache/sys-libs/snapd-glib-1.64 rename to metadata/md5-cache/sys-libs/snapd-glib-1.65-r2 index ccaf5648990a..4be354138a9e 100644 --- a/metadata/md5-cache/sys-libs/snapd-glib-1.64 +++ b/metadata/md5-cache/sys-libs/snapd-glib-1.65-r2 @@ -1,6 +1,6 @@ BDEPEND=virtual/pkgconfig sys-devel/gettext qt5? ( dev-qt/linguist-tools:5 ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array DEFINED_PHASES=compile configure install setup test -DEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( dev-qt/qtdeclarative:5 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) vala? ( || ( dev-lang/vala:0.56 ) ) +DEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt5? ( dev-qt/qtdeclarative:5 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) vala? ( || ( dev-lang/vala:0.56 ) ) DESCRIPTION=glib library for communicating with snapd EAPI=8 HOMEPAGE=https://snapcraft.io/ @@ -8,9 +8,9 @@ INHERIT=meson vala IUSE=doc introspection qml qt5 vala KEYWORDS=~amd64 LICENSE=LGPL-3 -RDEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( dev-qt/qtdeclarative:5 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) vala? ( || ( dev-lang/vala:0.56 ) ) app-containers/snapd +RDEPEND=dev-libs/json-glib dev-libs/glib:2 dev-util/glib-utils net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( qt5? ( dev-qt/qtdeclarative:5 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) vala? ( || ( dev-lang/vala:0.56 ) ) app-containers/snapd REQUIRED_USE=qml? ( qt5 ) vala? ( introspection ) SLOT=0/1 -SRC_URI=https://github.com/snapcore/snapd-glib/releases/download/1.64/snapd-glib-1.64.tar.xz +SRC_URI=https://github.com/snapcore/snapd-glib/releases/download/1.65/snapd-glib-1.65.tar.xz _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 vala e477903dbe0105930c51f170a592dc16 -_md5_=a2e800e9b1ae6cb5bd0f2a86c37267ed +_md5_=ab4b304debb6d9be86cc0c066b0f27e5 diff --git a/metadata/md5-cache/sys-libs/zlib-1.3.1-r1 b/metadata/md5-cache/sys-libs/zlib-1.3.1-r1 index 727d95dfedd5..7d2e733cd5e5 100644 --- a/metadata/md5-cache/sys-libs/zlib-1.3.1-r1 +++ b/metadata/md5-cache/sys-libs/zlib-1.3.1-r1 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://zlib.net/ INHERIT=autotools edo multilib-minimal flag-o-matic verify-sig IUSE=minizip static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris LICENSE=ZLIB RDEPEND=!sys-libs/zlib-ng[compat] SLOT=0/1 SRC_URI=https://zlib.net/zlib-1.3.1.tar.xz https://zlib.net/fossils/zlib-1.3.1.tar.xz https://zlib.net/current/beta/zlib-1.3.1.tar.xz https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.xz verify-sig? ( https://zlib.net/zlib-1.3.1.tar.xz.asc https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.xz.asc ) _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee edo c0eb9cbe6b0bd01fcb4918f12598a4d3 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c multilib-minimal 4b0f1857965db8869a729948d5277e0b out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=fcd91cef448dd3ef2a3cc8d86f6627ff +_md5_=17768eed45df78564cbbe640b86b2d8c diff --git a/metadata/md5-cache/sys-process/Manifest.gz b/metadata/md5-cache/sys-process/Manifest.gz index 79fec964992f..e1037add924e 100644 Binary files a/metadata/md5-cache/sys-process/Manifest.gz and b/metadata/md5-cache/sys-process/Manifest.gz differ diff --git a/metadata/md5-cache/sys-process/acct-6.6.4-r4 b/metadata/md5-cache/sys-process/acct-6.6.4-r4 index 5c18cf36c204..07c83b9c6f81 100644 --- a/metadata/md5-cache/sys-process/acct-6.6.4-r4 +++ b/metadata/md5-cache/sys-process/acct-6.6.4-r4 @@ -5,10 +5,10 @@ EAPI=8 HOMEPAGE=https://savannah.gnu.org/projects/acct/ INHERIT=autotools systemd tmpfiles IUSE=selinux -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=selinux? ( sec-policy/selinux-acct ) virtual/tmpfiles SLOT=0 SRC_URI=mirror://gnu/acct/acct-6.6.4.tar.bz2 _eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=5aad2e3c409f26ea0f9b9c415b607b06 +_md5_=e932d5c08996f611f4bb38f97f551745 diff --git a/metadata/md5-cache/sys-process/criu-3.19 b/metadata/md5-cache/sys-process/criu-3.19 index 0b5f5742f7a6..6c37a7d5e1d8 100644 --- a/metadata/md5-cache/sys-process/criu-3.19 +++ b/metadata/md5-cache/sys-process/criu-3.19 @@ -7,7 +7,7 @@ HOMEPAGE=https://criu.org/ https://github.com/checkpoint-restore/ IDEPEND=filecaps? ( sys-libs/libcap ) INHERIT=fcaps flag-o-matic toolchain-funcs linux-info distutils-r1 IUSE=bpf doc gnutls nftables selinux setproctitle static-libs test video_cards_amdgpu +filecaps python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 -riscv +KEYWORDS=amd64 ~arm arm64 ppc64 -riscv LICENSE=GPL-2 LGPL-2.1 RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-libs/protobuf-c-1.4.0:= dev-libs/libnl:3= net-libs/libnet:1.1= sys-libs/libcap:= bpf? ( dev-libs/libbpf:= ) gnutls? ( net-libs/gnutls:= ) nftables? ( net-libs/gnutls:= ) selinux? ( sys-libs/libselinux:= ) setproctitle? ( dev-libs/libbsd:= ) video_cards_amdgpu? ( x11-libs/libdrm[video_cards_amdgpu] ) dev-python/protobuf-python[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/checkpoint-restore/criu/archive/v3.19/criu-3.19.tar.gz _eclasses_=distutils-r1 a9e13d91cb9541a054827cb1d957a660 fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 linux-info 7ca3057b277f1e5978947b4cc289ce62 multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=90686ba8c8d81f32e4bfc3270f5258f3 +_md5_=94e4da684c3b65cf045783540571f641 diff --git a/metadata/md5-cache/sys-process/numad-0.5_p20180531-r2 b/metadata/md5-cache/sys-process/numad-0.5_p20180531-r2 index 82e61c80218c..ca4605aaf76b 100644 --- a/metadata/md5-cache/sys-process/numad-0.5_p20180531-r2 +++ b/metadata/md5-cache/sys-process/numad-0.5_p20180531-r2 @@ -4,9 +4,9 @@ DESCRIPTION=The NUMA daemon that manages application locality EAPI=8 HOMEPAGE=http://fedoraproject.org/wiki/Features/numad INHERIT=linux-info systemd toolchain-funcs -KEYWORDS=~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86 +KEYWORDS=amd64 -arm arm64 ppc64 ~s390 x86 LICENSE=LGPL-2.1 SLOT=0 SRC_URI=https://dev.gentoo.org/~gyakovlev/distfiles/numad-0.5_p20180531.tar.gz _eclasses_=linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=77b84e3443d6d1393e5b6a976f2ed6f8 +_md5_=d3cd7e2955513f24e7d6403aad22704c diff --git a/metadata/md5-cache/sys-process/parallel-20240222 b/metadata/md5-cache/sys-process/parallel-20240222 index e4f8f49ccb6e..59ce99343dbc 100644 --- a/metadata/md5-cache/sys-process/parallel-20240222 +++ b/metadata/md5-cache/sys-process/parallel-20240222 @@ -6,10 +6,10 @@ EAPI=8 HOMEPAGE=https://www.gnu.org/software/parallel/ https://git.savannah.gnu.org/cgit/parallel.git/ INHERIT=verify-sig IUSE=verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos LICENSE=GPL-3+ RDEPEND=dev-lang/perl dev-perl/Devel-Size dev-perl/Text-CSV virtual/perl-Data-Dumper virtual/perl-File-Temp virtual/perl-IO SLOT=0 SRC_URI=mirror://gnu/parallel/parallel-20240222.tar.bz2 verify-sig? ( mirror://gnu/parallel/parallel-20240222.tar.bz2.sig ) _eclasses_=verify-sig a79ba011daaf532d71a219182474d150 -_md5_=a94fc728462448c09df7d432e5eec9a2 +_md5_=ab24824509bf18f4f64e41a3493a23f8 diff --git a/metadata/md5-cache/sys-process/psmisc-23.7 b/metadata/md5-cache/sys-process/psmisc-23.7 index cfaa24a002cb..4fbfdb67e0ab 100644 --- a/metadata/md5-cache/sys-process/psmisc-23.7 +++ b/metadata/md5-cache/sys-process/psmisc-23.7 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=http://psmisc.sourceforge.net/ INHERIT=toolchain-funcs IUSE=apparmor nls selinux test X -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2+ RDEPEND=!=app-i18n/man-pages-l10n-4.0.0-r0 >=sys-libs/ncurses-5.7-r7:= apparmor? ( sys-libs/libapparmor ) nls? ( virtual/libintl ) selinux? ( sys-libs/libselinux ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://sourceforge/psmisc/psmisc-23.7.tar.xz _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=ecea37aae130bf07589c3d70578e2ff0 +_md5_=9f95d8e9cbf80b56975a7b1f6b9486be diff --git a/metadata/md5-cache/virtual/Manifest.gz b/metadata/md5-cache/virtual/Manifest.gz index 4f9df00cb174..463955d20179 100644 Binary files a/metadata/md5-cache/virtual/Manifest.gz and b/metadata/md5-cache/virtual/Manifest.gz differ diff --git a/metadata/md5-cache/virtual/dist-kernel-5.15.157 b/metadata/md5-cache/virtual/dist-kernel-5.15.157 new file mode 100644 index 000000000000..e3c5d927d45b --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-5.15.157 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-5.15.157 ~sys-kernel/gentoo-kernel-bin-5.15.157 ~sys-kernel/vanilla-kernel-5.15.157 ) +SLOT=0/5.15.157 +_md5_=9ae5611c80a56b5695367d473386959d diff --git a/metadata/md5-cache/virtual/dist-kernel-6.1.88 b/metadata/md5-cache/virtual/dist-kernel-6.1.88 new file mode 100644 index 000000000000..80bcaa2a73fc --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.1.88 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.1.88 ~sys-kernel/gentoo-kernel-bin-6.1.88 ~sys-kernel/vanilla-kernel-6.1.88 ) +SLOT=0/6.1.88 +_md5_=bd5ca0c900db7b94124872d7731fa983 diff --git a/metadata/md5-cache/virtual/dist-kernel-6.1.89 b/metadata/md5-cache/virtual/dist-kernel-6.1.89 new file mode 100644 index 000000000000..696cd79c0b88 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.1.89 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.1.89 ~sys-kernel/gentoo-kernel-bin-6.1.89 ~sys-kernel/vanilla-kernel-6.1.89 ) +SLOT=0/6.1.89 +_md5_=bd5ca0c900db7b94124872d7731fa983 diff --git a/metadata/md5-cache/virtual/dist-kernel-6.6.29 b/metadata/md5-cache/virtual/dist-kernel-6.6.29 new file mode 100644 index 000000000000..316e2955dec5 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.6.29 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.6.29 ~sys-kernel/gentoo-kernel-bin-6.6.29 ~sys-kernel/vanilla-kernel-6.6.29 ) +SLOT=0/6.6.29 +_md5_=4dbbe11bdc2bce1baf084b2f48735793 diff --git a/metadata/md5-cache/virtual/httpd-php-8.2 b/metadata/md5-cache/virtual/httpd-php-8.2 index dfcec340da97..b29df95fd246 100644 --- a/metadata/md5-cache/virtual/httpd-php-8.2 +++ b/metadata/md5-cache/virtual/httpd-php-8.2 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual to provide PHP-enabled webservers EAPI=8 -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos RDEPEND=|| ( dev-lang/php:8.2[fpm] dev-lang/php:8.2[apache2] dev-lang/php:8.2[cgi] ) SLOT=8.2 -_md5_=b9dc7e975e2f7b06147070e59e612bd4 +_md5_=e33f19f24f06534cbf4f0cdc65ecc34b diff --git a/metadata/md5-cache/virtual/rust-1.77.1 b/metadata/md5-cache/virtual/rust-1.77.1 index 4205108493ca..bbf44f1ea1fd 100644 --- a/metadata/md5-cache/virtual/rust-1.77.1 +++ b/metadata/md5-cache/virtual/rust-1.77.1 @@ -3,8 +3,8 @@ DESCRIPTION=Virtual for Rust language compiler EAPI=8 INHERIT=multilib-build IUSE=rustfmt profiler abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 RDEPEND=|| ( ~dev-lang/rust-bin-1.77.1[profiler?,rustfmt?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ~dev-lang/rust-1.77.1[profiler?,rustfmt?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0/llvm-17 _eclasses_=multibuild d67e78a235f541871c7dfe4cf7931489 multilib c19072c3cd7ac5cb21de013f7e9832e0 multilib-build e8aed98bd43dbd25694310a660ad562c out-of-source-utils 1a9007554652a6e627edbccb3c25a439 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=a00a30e9c641ddeb78d12894e7a3537c +_md5_=def95d42ca2f02b2321201961be64ce1 diff --git a/metadata/md5-cache/www-apps/Manifest.gz b/metadata/md5-cache/www-apps/Manifest.gz index bfe03f26b1ac..fee268dde4fc 100644 Binary files a/metadata/md5-cache/www-apps/Manifest.gz and b/metadata/md5-cache/www-apps/Manifest.gz differ diff --git a/metadata/md5-cache/www-apps/hugo-0.125.4 b/metadata/md5-cache/www-apps/hugo-0.125.4 new file mode 100644 index 000000000000..320aa97e0db2 --- /dev/null +++ b/metadata/md5-cache/www-apps/hugo-0.125.4 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-lang/go-1.22.2 test? ( dev-python/docutils dev-ruby/asciidoctor virtual/pandoc ) >=dev-lang/go-1.20:= app-arch/unzip +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=extended? ( dev-libs/libsass:= >=media-libs/libwebp-1.3.2:= ) +DESCRIPTION=Fast static HTML and CSS website generator +EAPI=8 +HOMEPAGE=https://gohugo.io https://github.com/gohugoio/hugo +INHERIT=go-module shell-completion +IUSE=doc +extended test +KEYWORDS=~amd64 ~arm64 ~loong ~riscv ~x86 +LICENSE=Apache-2.0 BSD BSD-2 MIT MPL-2.0 Unlicense +RDEPEND=extended? ( dev-libs/libsass:= >=media-libs/libwebp-1.3.2:= ) +RESTRICT=!test? ( test ) strip +SLOT=0 +SRC_URI=https://github.com/gohugoio/hugo/archive/v0.125.4.tar.gz -> hugo-0.125.4.tar.gz https://tastytea.de/files/gentoo/hugo-0.125.4-vendor.tar.xz +_eclasses_=bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff flag-o-matic 288c54efeb5e2aa70775e39032695ad4 go-env 14f8f70fe58c14d7ab44fff15a05ac47 go-module 83fd3ed1657cfc316c93d6a37018290d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=5cc2d8cb03db69b5a463c771d616e7a7 diff --git a/metadata/md5-cache/www-apps/lidarr-bin-2.3.0.4159 b/metadata/md5-cache/www-apps/lidarr-bin-2.3.1.4171 similarity index 54% rename from metadata/md5-cache/www-apps/lidarr-bin-2.3.0.4159 rename to metadata/md5-cache/www-apps/lidarr-bin-2.3.1.4171 index a32518373e0b..cf62815b0995 100644 --- a/metadata/md5-cache/www-apps/lidarr-bin-2.3.0.4159 +++ b/metadata/md5-cache/www-apps/lidarr-bin-2.3.1.4171 @@ -9,6 +9,6 @@ LICENSE=GPL-3 RDEPEND=acct-group/lidarr acct-user/lidarr media-video/mediainfo dev-libs/icu dev-util/lttng-ust:0 dev-db/sqlite RESTRICT=bindist strip test SLOT=0 -SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.0.4159/Lidarr.develop.2.3.0.4159.linux-musl-core-arm64.tar.gz ) ) +SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Lidarr/Lidarr/releases/download/v2.3.1.4171/Lidarr.develop.2.3.1.4171.linux-musl-core-arm64.tar.gz ) ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=8c4fedbcc50cb14aff55e2e7e09e48e1 diff --git a/metadata/md5-cache/www-apps/nextcloud-29.0.0 b/metadata/md5-cache/www-apps/nextcloud-29.0.0 new file mode 100644 index 000000000000..d23169efe60b --- /dev/null +++ b/metadata/md5-cache/www-apps/nextcloud-29.0.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=app-admin/webapp-config +DESCRIPTION=Personal cloud that runs on your own server +EAPI=8 +HOMEPAGE=https://nextcloud.com/ +INHERIT=webapp +IUSE=+curl +imagemagick mysql postgres +sqlite vhosts +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=AGPL-3 +RDEPEND=dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip] imagemagick? ( dev-php/pecl-imagick ) virtual/httpd-php app-admin/webapp-config +REQUIRED_USE=|| ( mysql postgres sqlite ) +SLOT=29.0.0 +SRC_URI=https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2 +_eclasses_=webapp de2d3d345b44597c10d7104a7bcdf7b2 +_md5_=208a174b5dfbba0379cdab989ed15648 diff --git a/metadata/md5-cache/www-apps/prowlarr-bin-1.16.2.4435 b/metadata/md5-cache/www-apps/prowlarr-bin-1.16.2.4435 deleted file mode 100644 index fbcf110ac76d..000000000000 --- a/metadata/md5-cache/www-apps/prowlarr-bin-1.16.2.4435 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=virtual/pkgconfig -DEFINED_PHASES=install prepare -DESCRIPTION=An indexer manager/proxy to integrate with your various PVR apps -EAPI=8 -HOMEPAGE=https://wiki.servarr.com/prowlarr/ https://github.com/Prowlarr/Prowlarr/ -INHERIT=systemd -KEYWORDS=-* ~amd64 ~arm ~arm64 -LICENSE=GPL-3 -RDEPEND=acct-group/prowlarr acct-user/prowlarr dev-libs/icu dev-util/lttng-ust:0 dev-db/sqlite -RESTRICT=bindist strip test -SLOT=0 -SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.16.2.4435/Prowlarr.master.1.16.2.4435.linux-musl-core-arm64.tar.gz ) ) -_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 -_md5_=4cad2147353b6e499f8158ae4b012e84 diff --git a/metadata/md5-cache/www-apps/prowlarr-bin-1.17.0.4448 b/metadata/md5-cache/www-apps/prowlarr-bin-1.17.0.4448 new file mode 100644 index 000000000000..5552f007aa05 --- /dev/null +++ b/metadata/md5-cache/www-apps/prowlarr-bin-1.17.0.4448 @@ -0,0 +1,14 @@ +BDEPEND=virtual/pkgconfig +DEFINED_PHASES=install prepare +DESCRIPTION=An indexer manager/proxy to integrate with your various PVR apps +EAPI=8 +HOMEPAGE=https://wiki.servarr.com/prowlarr/ https://github.com/Prowlarr/Prowlarr/ +INHERIT=systemd +KEYWORDS=-* ~amd64 ~arm ~arm64 +LICENSE=GPL-3 +RDEPEND=acct-group/prowlarr acct-user/prowlarr dev-libs/icu dev-util/lttng-ust:0 dev-db/sqlite +RESTRICT=bindist strip test +SLOT=0 +SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Prowlarr/Prowlarr/releases/download/v1.17.0.4448/Prowlarr.develop.1.17.0.4448.linux-musl-core-arm64.tar.gz ) ) +_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_md5_=9659718470b660c16a18e0d388f16923 diff --git a/metadata/md5-cache/www-apps/radarr-bin-5.5.0.8730 b/metadata/md5-cache/www-apps/radarr-bin-5.5.1.8747 similarity index 54% rename from metadata/md5-cache/www-apps/radarr-bin-5.5.0.8730 rename to metadata/md5-cache/www-apps/radarr-bin-5.5.1.8747 index 445415f6c5b7..82960d866087 100644 --- a/metadata/md5-cache/www-apps/radarr-bin-5.5.0.8730 +++ b/metadata/md5-cache/www-apps/radarr-bin-5.5.1.8747 @@ -9,6 +9,6 @@ LICENSE=GPL-3 RDEPEND=acct-group/radarr acct-user/radarr media-video/mediainfo dev-libs/icu dev-util/lttng-ust:0 dev-db/sqlite RESTRICT=bindist strip test SLOT=0 -SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.0.8730/Radarr.develop.5.5.0.8730.linux-musl-core-arm64.tar.gz ) ) +SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Radarr/Radarr/releases/download/v5.5.1.8747/Radarr.develop.5.5.1.8747.linux-musl-core-arm64.tar.gz ) ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=8279d4120f797b946e4b0b762b70fc3c diff --git a/metadata/md5-cache/www-apps/readarr-bin-0.3.24.2510 b/metadata/md5-cache/www-apps/readarr-bin-0.3.25.2515 similarity index 59% rename from metadata/md5-cache/www-apps/readarr-bin-0.3.24.2510 rename to metadata/md5-cache/www-apps/readarr-bin-0.3.25.2515 index 7d536bfd6f03..d253704a629b 100644 --- a/metadata/md5-cache/www-apps/readarr-bin-0.3.24.2510 +++ b/metadata/md5-cache/www-apps/readarr-bin-0.3.25.2515 @@ -9,6 +9,6 @@ LICENSE=GPL-3 RDEPEND=acct-group/readarr acct-user/readarr dev-libs/icu dev-util/lttng-ust:0 dev-db/sqlite RESTRICT=bindist strip test SLOT=0 -SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.24.2510/Readarr.develop.0.3.24.2510.linux-musl-core-arm64.tar.gz ) ) +SRC_URI=amd64? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-core-x64.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-core-arm.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-core-arm64.tar.gz ) elibc_musl? ( https://github.com/Readarr/Readarr/releases/download/v0.3.25.2515/Readarr.develop.0.3.25.2515.linux-musl-core-arm64.tar.gz ) ) _eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=71c4a4dd0fdc6ca176aa31ee212d1d1e diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index d4e75bb4eddc..c4a0e3acb09c 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/firefox-122.0.1 b/metadata/md5-cache/www-client/firefox-122.0.1 deleted file mode 100644 index 35db4970f362..000000000000 --- a/metadata/md5-cache/www-client/firefox-122.0.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) || ( ( sys-devel/clang:17 sys-devel/llvm:17 clang? ( sys-devel/lld:17 virtual/rust:0/llvm-17 pgo? ( =sys-libs/compiler-rt-sanitizers-17*[profile] ) ) ) ( sys-devel/clang:16 sys-devel/llvm:16 clang? ( sys-devel/lld:16 virtual/rust:0/llvm-16 pgo? ( =sys-libs/compiler-rt-sanitizers-16*[profile] ) ) ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.26.0 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.70 ) !elibc_glibc? ( || ( dev-lang/rust =dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( >=gui-libs/wlroots-0.15.1-r1[tinywl] x11-misc/xkeyboard-config ) ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.13-r7:2.1 >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.95 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) !!sys-devel/llvm:0 -DESCRIPTION=Firefox Web Browser -EAPI=8 -HOMEPAGE=https://www.mozilla.com/firefox -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg -IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp +telemetry valgrind wayland wifi +X geckodriver +gmp-autoupdate l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.95 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) -REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) !jumbo-build? ( !system-icu ) pgo? ( lto ) wifi? ( dbus ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/122.0.1/source/firefox-122.0.1.source.tar.xz -> firefox-122.0.1.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-122-patches-02.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/af.xpi -> firefox-122.0.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ar.xpi -> firefox-122.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ast.xpi -> firefox-122.0.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/be.xpi -> firefox-122.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/bg.xpi -> firefox-122.0.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/br.xpi -> firefox-122.0.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ca.xpi -> firefox-122.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/cak.xpi -> firefox-122.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/cs.xpi -> firefox-122.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/cy.xpi -> firefox-122.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/da.xpi -> firefox-122.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/de.xpi -> firefox-122.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-122.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/el.xpi -> firefox-122.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-122.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-122.0.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-122.0.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-122.0.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/et.xpi -> firefox-122.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/eu.xpi -> firefox-122.0.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/fi.xpi -> firefox-122.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/fr.xpi -> firefox-122.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-122.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-122.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/gd.xpi -> firefox-122.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/gl.xpi -> firefox-122.0.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/he.xpi -> firefox-122.0.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/hr.xpi -> firefox-122.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-122.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/hu.xpi -> firefox-122.0.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/id.xpi -> firefox-122.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/is.xpi -> firefox-122.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/it.xpi -> firefox-122.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ja.xpi -> firefox-122.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ka.xpi -> firefox-122.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/kab.xpi -> firefox-122.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/kk.xpi -> firefox-122.0.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ko.xpi -> firefox-122.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/lt.xpi -> firefox-122.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/lv.xpi -> firefox-122.0.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ms.xpi -> firefox-122.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-122.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/nl.xpi -> firefox-122.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-122.0.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-122.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/pl.xpi -> firefox-122.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-122.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-122.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/rm.xpi -> firefox-122.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ro.xpi -> firefox-122.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ru.xpi -> firefox-122.0.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sk.xpi -> firefox-122.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sl.xpi -> firefox-122.0.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sq.xpi -> firefox-122.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sr.xpi -> firefox-122.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-122.0.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/th.xpi -> firefox-122.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/tr.xpi -> firefox-122.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/uk.xpi -> firefox-122.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/uz.xpi -> firefox-122.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/vi.xpi -> firefox-122.0.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-122.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-122.0.1-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ach.xpi -> firefox-122.0.1-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/an.xpi -> firefox-122.0.1-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/az.xpi -> firefox-122.0.1-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/bn.xpi -> firefox-122.0.1-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/bs.xpi -> firefox-122.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-122.0.1-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/eo.xpi -> firefox-122.0.1-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-122.0.1-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-122.0.1-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/fa.xpi -> firefox-122.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ff.xpi -> firefox-122.0.1-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/fur.xpi -> firefox-122.0.1-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/gn.xpi -> firefox-122.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-122.0.1-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-122.0.1-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-122.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ia.xpi -> firefox-122.0.1-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/km.xpi -> firefox-122.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/kn.xpi -> firefox-122.0.1-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/lij.xpi -> firefox-122.0.1-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/mk.xpi -> firefox-122.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/mr.xpi -> firefox-122.0.1-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/my.xpi -> firefox-122.0.1-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-122.0.1-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/oc.xpi -> firefox-122.0.1-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sc.xpi -> firefox-122.0.1-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/sco.xpi -> firefox-122.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/si.xpi -> firefox-122.0.1-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/son.xpi -> firefox-122.0.1-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/szl.xpi -> firefox-122.0.1-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ta.xpi -> firefox-122.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/te.xpi -> firefox-122.0.1-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/tl.xpi -> firefox-122.0.1-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/trs.xpi -> firefox-122.0.1-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/ur.xpi -> firefox-122.0.1-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/122.0.1/linux-x86_64/xpi/xh.xpi -> firefox-122.0.1-xh.xpi ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm 1eea65d11f743b8e256ef279b652a2e6 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=3927e22233b57f1be25c0c063c95641a diff --git a/metadata/md5-cache/www-client/firefox-124.0.1 b/metadata/md5-cache/www-client/firefox-124.0.1 deleted file mode 100644 index c87fc42c06ec..000000000000 --- a/metadata/md5-cache/www-client/firefox-124.0.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_16? ( sys-devel/clang:16 sys-devel/llvm:16 clang? ( sys-devel/lld:16 virtual/rust:0/llvm-16 ) pgo? ( sys-libs/compiler-rt-sanitizers:16[profile] ) ) llvm_slot_17? ( sys-devel/clang:17 sys-devel/llvm:17 clang? ( sys-devel/lld:17 virtual/rust:0/llvm-17 ) pgo? ( sys-libs/compiler-rt-sanitizers:17[profile] ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.26.0 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.70 ) !elibc_glibc? ( || ( dev-lang/rust =dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( >=gui-libs/wlroots-0.15.1-r1[tinywl] x11-misc/xkeyboard-config ) ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.13-r7:2.1 >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.98 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) -DESCRIPTION=Firefox Web Browser -EAPI=8 -HOMEPAGE=https://www.mozilla.com/firefox -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg -IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp +telemetry valgrind wayland wifi +X geckodriver +gmp-autoupdate l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_17 llvm_slot_16 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.98 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) -REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) !jumbo-build? ( !system-icu ) pgo? ( lto ) wifi? ( dbus ) ^^ ( llvm_slot_16 llvm_slot_17 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/124.0.1/source/firefox-124.0.1.source.tar.xz -> firefox-124.0.1.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-124-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/af.xpi -> firefox-124.0.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ar.xpi -> firefox-124.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ast.xpi -> firefox-124.0.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/be.xpi -> firefox-124.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/bg.xpi -> firefox-124.0.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/br.xpi -> firefox-124.0.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ca.xpi -> firefox-124.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/cak.xpi -> firefox-124.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/cs.xpi -> firefox-124.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/cy.xpi -> firefox-124.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/da.xpi -> firefox-124.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/de.xpi -> firefox-124.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-124.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/el.xpi -> firefox-124.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-124.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-124.0.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-124.0.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-124.0.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/et.xpi -> firefox-124.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/eu.xpi -> firefox-124.0.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/fi.xpi -> firefox-124.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/fr.xpi -> firefox-124.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-124.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-124.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/gd.xpi -> firefox-124.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/gl.xpi -> firefox-124.0.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/he.xpi -> firefox-124.0.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/hr.xpi -> firefox-124.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-124.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/hu.xpi -> firefox-124.0.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/id.xpi -> firefox-124.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/is.xpi -> firefox-124.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/it.xpi -> firefox-124.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ja.xpi -> firefox-124.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ka.xpi -> firefox-124.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/kab.xpi -> firefox-124.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/kk.xpi -> firefox-124.0.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ko.xpi -> firefox-124.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/lt.xpi -> firefox-124.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/lv.xpi -> firefox-124.0.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ms.xpi -> firefox-124.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-124.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/nl.xpi -> firefox-124.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-124.0.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-124.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/pl.xpi -> firefox-124.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-124.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-124.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/rm.xpi -> firefox-124.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ro.xpi -> firefox-124.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ru.xpi -> firefox-124.0.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sk.xpi -> firefox-124.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sl.xpi -> firefox-124.0.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sq.xpi -> firefox-124.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sr.xpi -> firefox-124.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-124.0.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/th.xpi -> firefox-124.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/tr.xpi -> firefox-124.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/uk.xpi -> firefox-124.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/uz.xpi -> firefox-124.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/vi.xpi -> firefox-124.0.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-124.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-124.0.1-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ach.xpi -> firefox-124.0.1-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/an.xpi -> firefox-124.0.1-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/az.xpi -> firefox-124.0.1-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/bn.xpi -> firefox-124.0.1-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/bs.xpi -> firefox-124.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-124.0.1-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/eo.xpi -> firefox-124.0.1-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-124.0.1-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-124.0.1-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/fa.xpi -> firefox-124.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ff.xpi -> firefox-124.0.1-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/fur.xpi -> firefox-124.0.1-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/gn.xpi -> firefox-124.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-124.0.1-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-124.0.1-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-124.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ia.xpi -> firefox-124.0.1-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/km.xpi -> firefox-124.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/kn.xpi -> firefox-124.0.1-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/lij.xpi -> firefox-124.0.1-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/mk.xpi -> firefox-124.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/mr.xpi -> firefox-124.0.1-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/my.xpi -> firefox-124.0.1-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-124.0.1-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/oc.xpi -> firefox-124.0.1-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sc.xpi -> firefox-124.0.1-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/sco.xpi -> firefox-124.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/si.xpi -> firefox-124.0.1-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/son.xpi -> firefox-124.0.1-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/szl.xpi -> firefox-124.0.1-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ta.xpi -> firefox-124.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/te.xpi -> firefox-124.0.1-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/tl.xpi -> firefox-124.0.1-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/trs.xpi -> firefox-124.0.1-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/ur.xpi -> firefox-124.0.1-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/124.0.1/linux-x86_64/xpi/xh.xpi -> firefox-124.0.1-xh.xpi ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=dd9aa0875acf674590c4098763bfe1ab diff --git a/metadata/md5-cache/www-client/firefox-124.0.2 b/metadata/md5-cache/www-client/firefox-124.0.2 deleted file mode 100644 index da696351fefd..000000000000 --- a/metadata/md5-cache/www-client/firefox-124.0.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_16? ( sys-devel/clang:16 sys-devel/llvm:16 clang? ( sys-devel/lld:16 virtual/rust:0/llvm-16 ) pgo? ( sys-libs/compiler-rt-sanitizers:16[profile] ) ) llvm_slot_17? ( sys-devel/clang:17 sys-devel/llvm:17 clang? ( sys-devel/lld:17 virtual/rust:0/llvm-17 ) pgo? ( sys-libs/compiler-rt-sanitizers:17[profile] ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.26.0 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.70 ) !elibc_glibc? ( || ( dev-lang/rust =dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( >=gui-libs/wlroots-0.15.1-r1[tinywl] x11-misc/xkeyboard-config ) ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.13-r7:2.1 >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.98 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) -DESCRIPTION=Firefox Web Browser -EAPI=8 -HOMEPAGE=https://www.mozilla.com/firefox -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg -IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp +telemetry valgrind wayland wifi +X geckodriver +gmp-autoupdate l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_17 llvm_slot_16 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.98 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) -REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( lto ) wifi? ( dbus ) ^^ ( llvm_slot_16 llvm_slot_17 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/124.0.2/source/firefox-124.0.2.source.tar.xz -> firefox-124.0.2.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-124-patches-04.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/af.xpi -> firefox-124.0.2-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ar.xpi -> firefox-124.0.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ast.xpi -> firefox-124.0.2-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/be.xpi -> firefox-124.0.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/bg.xpi -> firefox-124.0.2-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/br.xpi -> firefox-124.0.2-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ca.xpi -> firefox-124.0.2-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/cak.xpi -> firefox-124.0.2-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/cs.xpi -> firefox-124.0.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/cy.xpi -> firefox-124.0.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/da.xpi -> firefox-124.0.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/de.xpi -> firefox-124.0.2-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/dsb.xpi -> firefox-124.0.2-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/el.xpi -> firefox-124.0.2-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/en-CA.xpi -> firefox-124.0.2-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/en-GB.xpi -> firefox-124.0.2-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/es-AR.xpi -> firefox-124.0.2-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/es-ES.xpi -> firefox-124.0.2-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/et.xpi -> firefox-124.0.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/eu.xpi -> firefox-124.0.2-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/fi.xpi -> firefox-124.0.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/fr.xpi -> firefox-124.0.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/fy-NL.xpi -> firefox-124.0.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ga-IE.xpi -> firefox-124.0.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/gd.xpi -> firefox-124.0.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/gl.xpi -> firefox-124.0.2-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/he.xpi -> firefox-124.0.2-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/hr.xpi -> firefox-124.0.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/hsb.xpi -> firefox-124.0.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/hu.xpi -> firefox-124.0.2-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/id.xpi -> firefox-124.0.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/is.xpi -> firefox-124.0.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/it.xpi -> firefox-124.0.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ja.xpi -> firefox-124.0.2-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ka.xpi -> firefox-124.0.2-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/kab.xpi -> firefox-124.0.2-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/kk.xpi -> firefox-124.0.2-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ko.xpi -> firefox-124.0.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/lt.xpi -> firefox-124.0.2-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/lv.xpi -> firefox-124.0.2-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ms.xpi -> firefox-124.0.2-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/nb-NO.xpi -> firefox-124.0.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/nl.xpi -> firefox-124.0.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/nn-NO.xpi -> firefox-124.0.2-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/pa-IN.xpi -> firefox-124.0.2-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/pl.xpi -> firefox-124.0.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/pt-BR.xpi -> firefox-124.0.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/pt-PT.xpi -> firefox-124.0.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/rm.xpi -> firefox-124.0.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ro.xpi -> firefox-124.0.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ru.xpi -> firefox-124.0.2-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sk.xpi -> firefox-124.0.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sl.xpi -> firefox-124.0.2-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sq.xpi -> firefox-124.0.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sr.xpi -> firefox-124.0.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sv-SE.xpi -> firefox-124.0.2-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/th.xpi -> firefox-124.0.2-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/tr.xpi -> firefox-124.0.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/uk.xpi -> firefox-124.0.2-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/uz.xpi -> firefox-124.0.2-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/vi.xpi -> firefox-124.0.2-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/zh-CN.xpi -> firefox-124.0.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/zh-TW.xpi -> firefox-124.0.2-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ach.xpi -> firefox-124.0.2-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/an.xpi -> firefox-124.0.2-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/az.xpi -> firefox-124.0.2-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/bn.xpi -> firefox-124.0.2-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/bs.xpi -> firefox-124.0.2-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ca-valencia.xpi -> firefox-124.0.2-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/eo.xpi -> firefox-124.0.2-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/es-CL.xpi -> firefox-124.0.2-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/es-MX.xpi -> firefox-124.0.2-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/fa.xpi -> firefox-124.0.2-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ff.xpi -> firefox-124.0.2-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/fur.xpi -> firefox-124.0.2-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/gn.xpi -> firefox-124.0.2-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/gu-IN.xpi -> firefox-124.0.2-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/hi-IN.xpi -> firefox-124.0.2-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/hy-AM.xpi -> firefox-124.0.2-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ia.xpi -> firefox-124.0.2-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/km.xpi -> firefox-124.0.2-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/kn.xpi -> firefox-124.0.2-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/lij.xpi -> firefox-124.0.2-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/mk.xpi -> firefox-124.0.2-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/mr.xpi -> firefox-124.0.2-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/my.xpi -> firefox-124.0.2-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ne-NP.xpi -> firefox-124.0.2-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/oc.xpi -> firefox-124.0.2-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sc.xpi -> firefox-124.0.2-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/sco.xpi -> firefox-124.0.2-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/si.xpi -> firefox-124.0.2-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/son.xpi -> firefox-124.0.2-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/szl.xpi -> firefox-124.0.2-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ta.xpi -> firefox-124.0.2-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/te.xpi -> firefox-124.0.2-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/tl.xpi -> firefox-124.0.2-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/trs.xpi -> firefox-124.0.2-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/ur.xpi -> firefox-124.0.2-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/124.0.2/linux-x86_64/xpi/xh.xpi -> firefox-124.0.2-xh.xpi ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=327f864a6e75abf5980512a86ee72f8d diff --git a/metadata/md5-cache/www-client/firefox-125.0.1 b/metadata/md5-cache/www-client/firefox-125.0.1 deleted file mode 100644 index 4093b1f56e87..000000000000 --- a/metadata/md5-cache/www-client/firefox-125.0.1 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_17? ( sys-devel/clang:17 sys-devel/llvm:17 clang? ( sys-devel/lld:17 virtual/rust:0/llvm-17 ) pgo? ( sys-libs/compiler-rt-sanitizers:17[profile] ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.26.0 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.74 ) !elibc_glibc? ( dev-lang/rust ) amd64? ( >=dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( >=gui-libs/wlroots-0.15.1-r1[tinywl] x11-misc/xkeyboard-config ) ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.13-r7:2.1 >=dev-build/libtool-2.4.7-r3 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.99 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) -DESCRIPTION=Firefox Web Browser -EAPI=8 -HOMEPAGE=https://www.mozilla.com/firefox -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg -IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp +telemetry valgrind wayland wifi +X geckodriver +gmp-autoupdate l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_17 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.99 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) -REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( lto ) wifi? ( dbus ) ^^ ( llvm_slot_17 ) -SLOT=rapid -SRC_URI=https://archive.mozilla.org/pub/firefox/releases/125.0.1/source/firefox-125.0.1.source.tar.xz -> firefox-125.0.1.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-125-patches-01.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/af.xpi -> firefox-125.0.1-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ar.xpi -> firefox-125.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ast.xpi -> firefox-125.0.1-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/be.xpi -> firefox-125.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bg.xpi -> firefox-125.0.1-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/br.xpi -> firefox-125.0.1-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ca.xpi -> firefox-125.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cak.xpi -> firefox-125.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cs.xpi -> firefox-125.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cy.xpi -> firefox-125.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/da.xpi -> firefox-125.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/de.xpi -> firefox-125.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-125.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/el.xpi -> firefox-125.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-125.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-125.0.1-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-125.0.1-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-125.0.1-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/et.xpi -> firefox-125.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/eu.xpi -> firefox-125.0.1-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fi.xpi -> firefox-125.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fr.xpi -> firefox-125.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-125.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-125.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gd.xpi -> firefox-125.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gl.xpi -> firefox-125.0.1-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/he.xpi -> firefox-125.0.1-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hr.xpi -> firefox-125.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-125.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hu.xpi -> firefox-125.0.1-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/id.xpi -> firefox-125.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/is.xpi -> firefox-125.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/it.xpi -> firefox-125.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ja.xpi -> firefox-125.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ka.xpi -> firefox-125.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kab.xpi -> firefox-125.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kk.xpi -> firefox-125.0.1-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ko.xpi -> firefox-125.0.1-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lt.xpi -> firefox-125.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lv.xpi -> firefox-125.0.1-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ms.xpi -> firefox-125.0.1-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-125.0.1-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nl.xpi -> firefox-125.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-125.0.1-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-125.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pl.xpi -> firefox-125.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-125.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-125.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/rm.xpi -> firefox-125.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ro.xpi -> firefox-125.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ru.xpi -> firefox-125.0.1-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sk.xpi -> firefox-125.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sl.xpi -> firefox-125.0.1-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sq.xpi -> firefox-125.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sr.xpi -> firefox-125.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-125.0.1-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/th.xpi -> firefox-125.0.1-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/tr.xpi -> firefox-125.0.1-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/uk.xpi -> firefox-125.0.1-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/uz.xpi -> firefox-125.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/vi.xpi -> firefox-125.0.1-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-125.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-125.0.1-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ach.xpi -> firefox-125.0.1-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/an.xpi -> firefox-125.0.1-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/az.xpi -> firefox-125.0.1-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bn.xpi -> firefox-125.0.1-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bs.xpi -> firefox-125.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-125.0.1-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/eo.xpi -> firefox-125.0.1-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-125.0.1-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-125.0.1-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fa.xpi -> firefox-125.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ff.xpi -> firefox-125.0.1-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fur.xpi -> firefox-125.0.1-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gn.xpi -> firefox-125.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-125.0.1-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-125.0.1-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-125.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ia.xpi -> firefox-125.0.1-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/km.xpi -> firefox-125.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kn.xpi -> firefox-125.0.1-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lij.xpi -> firefox-125.0.1-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/mk.xpi -> firefox-125.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/mr.xpi -> firefox-125.0.1-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/my.xpi -> firefox-125.0.1-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-125.0.1-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/oc.xpi -> firefox-125.0.1-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sc.xpi -> firefox-125.0.1-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sco.xpi -> firefox-125.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/si.xpi -> firefox-125.0.1-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/son.xpi -> firefox-125.0.1-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/szl.xpi -> firefox-125.0.1-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ta.xpi -> firefox-125.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/te.xpi -> firefox-125.0.1-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/tl.xpi -> firefox-125.0.1-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/trs.xpi -> firefox-125.0.1-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ur.xpi -> firefox-125.0.1-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/xh.xpi -> firefox-125.0.1-xh.xpi ) -_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=a507a3814787e42fd964b85802368ec5 diff --git a/metadata/md5-cache/www-client/firefox-125.0.3 b/metadata/md5-cache/www-client/firefox-125.0.3 new file mode 100644 index 000000000000..aae66db99508 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-125.0.3 @@ -0,0 +1,17 @@ +BDEPEND=|| ( dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_17? ( sys-devel/clang:17 sys-devel/llvm:17 clang? ( sys-devel/lld:17 virtual/rust:0/llvm-17 ) pgo? ( sys-libs/compiler-rt-sanitizers:17[profile] ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.26.0 net-libs/nodejs virtual/pkgconfig !clang? ( >=virtual/rust-1.74 ) !elibc_glibc? ( dev-lang/rust ) amd64? ( >=dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( >=gui-libs/wlroots-0.15.1-r1[tinywl] x11-misc/xkeyboard-config ) ) sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.13-r7:2.1 >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.99 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.mozilla.com/firefox +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg +IUSE=+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp +telemetry valgrind wayland wifi +X geckodriver +gmp-autoupdate l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_17 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox:0 !www-client/firefox:esr selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.99 >=dev-libs/nspr-4.35 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg sys-libs/zlib virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-1.0.0:= ) system-harfbuzz? ( >=media-gfx/graphite2-1.3.13 >=media-libs/harfbuzz-2.8.1:0= ) system-icu? ( >=dev-libs/icu-73.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon[wayland] ) wifi? ( kernel_linux? ( net-misc/networkmanager sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon[X] x11-libs/libXrandr x11-libs/libXtst x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) +REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( lto ) wifi? ( dbus ) ^^ ( llvm_slot_17 ) +SLOT=rapid +SRC_URI=https://archive.mozilla.org/pub/firefox/releases/125.0.3/source/firefox-125.0.3.source.tar.xz -> firefox-125.0.3.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-125-patches-02.tar.xz l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/af.xpi -> firefox-125.0.3-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ar.xpi -> firefox-125.0.3-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ast.xpi -> firefox-125.0.3-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/be.xpi -> firefox-125.0.3-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bg.xpi -> firefox-125.0.3-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/br.xpi -> firefox-125.0.3-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ca.xpi -> firefox-125.0.3-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cak.xpi -> firefox-125.0.3-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cs.xpi -> firefox-125.0.3-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cy.xpi -> firefox-125.0.3-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/da.xpi -> firefox-125.0.3-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/de.xpi -> firefox-125.0.3-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/dsb.xpi -> firefox-125.0.3-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/el.xpi -> firefox-125.0.3-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/en-CA.xpi -> firefox-125.0.3-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/en-GB.xpi -> firefox-125.0.3-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-AR.xpi -> firefox-125.0.3-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-ES.xpi -> firefox-125.0.3-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/et.xpi -> firefox-125.0.3-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/eu.xpi -> firefox-125.0.3-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fi.xpi -> firefox-125.0.3-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fr.xpi -> firefox-125.0.3-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fy-NL.xpi -> firefox-125.0.3-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ga-IE.xpi -> firefox-125.0.3-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gd.xpi -> firefox-125.0.3-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gl.xpi -> firefox-125.0.3-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/he.xpi -> firefox-125.0.3-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hr.xpi -> firefox-125.0.3-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hsb.xpi -> firefox-125.0.3-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hu.xpi -> firefox-125.0.3-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/id.xpi -> firefox-125.0.3-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/is.xpi -> firefox-125.0.3-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/it.xpi -> firefox-125.0.3-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ja.xpi -> firefox-125.0.3-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ka.xpi -> firefox-125.0.3-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kab.xpi -> firefox-125.0.3-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kk.xpi -> firefox-125.0.3-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ko.xpi -> firefox-125.0.3-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lt.xpi -> firefox-125.0.3-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lv.xpi -> firefox-125.0.3-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ms.xpi -> firefox-125.0.3-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nb-NO.xpi -> firefox-125.0.3-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nl.xpi -> firefox-125.0.3-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nn-NO.xpi -> firefox-125.0.3-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pa-IN.xpi -> firefox-125.0.3-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pl.xpi -> firefox-125.0.3-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pt-BR.xpi -> firefox-125.0.3-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pt-PT.xpi -> firefox-125.0.3-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/rm.xpi -> firefox-125.0.3-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ro.xpi -> firefox-125.0.3-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ru.xpi -> firefox-125.0.3-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sk.xpi -> firefox-125.0.3-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sl.xpi -> firefox-125.0.3-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sq.xpi -> firefox-125.0.3-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sr.xpi -> firefox-125.0.3-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sv-SE.xpi -> firefox-125.0.3-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/th.xpi -> firefox-125.0.3-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/tr.xpi -> firefox-125.0.3-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/uk.xpi -> firefox-125.0.3-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/uz.xpi -> firefox-125.0.3-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/vi.xpi -> firefox-125.0.3-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/zh-CN.xpi -> firefox-125.0.3-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/zh-TW.xpi -> firefox-125.0.3-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ach.xpi -> firefox-125.0.3-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/an.xpi -> firefox-125.0.3-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/az.xpi -> firefox-125.0.3-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bn.xpi -> firefox-125.0.3-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bs.xpi -> firefox-125.0.3-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ca-valencia.xpi -> firefox-125.0.3-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/eo.xpi -> firefox-125.0.3-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-CL.xpi -> firefox-125.0.3-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-MX.xpi -> firefox-125.0.3-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fa.xpi -> firefox-125.0.3-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ff.xpi -> firefox-125.0.3-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fur.xpi -> firefox-125.0.3-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gn.xpi -> firefox-125.0.3-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gu-IN.xpi -> firefox-125.0.3-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hi-IN.xpi -> firefox-125.0.3-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hy-AM.xpi -> firefox-125.0.3-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ia.xpi -> firefox-125.0.3-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/km.xpi -> firefox-125.0.3-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kn.xpi -> firefox-125.0.3-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lij.xpi -> firefox-125.0.3-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/mk.xpi -> firefox-125.0.3-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/mr.xpi -> firefox-125.0.3-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/my.xpi -> firefox-125.0.3-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ne-NP.xpi -> firefox-125.0.3-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/oc.xpi -> firefox-125.0.3-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sc.xpi -> firefox-125.0.3-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sco.xpi -> firefox-125.0.3-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/si.xpi -> firefox-125.0.3-si.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/son.xpi -> firefox-125.0.3-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/szl.xpi -> firefox-125.0.3-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ta.xpi -> firefox-125.0.3-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/te.xpi -> firefox-125.0.3-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/tl.xpi -> firefox-125.0.3-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/trs.xpi -> firefox-125.0.3-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ur.xpi -> firefox-125.0.3-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/xh.xpi -> firefox-125.0.3-xh.xpi ) +_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnome2-utils 30dbce54b89e77b86f366548f94419ad gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 linux-info 7ca3057b277f1e5978947b4cc289ce62 llvm-r1 2e652182b1f239b07688071f959f19e4 llvm-utils e59dc622da7e7e7f16879105bed34858 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 python-any-r1 f5169813d1619761b459800587005fd2 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 virtualx 817571665ee28575da44ee08135089e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=3b379947fcca873eaba0a9b1f722730f diff --git a/metadata/md5-cache/www-client/firefox-bin-125.0.1 b/metadata/md5-cache/www-client/firefox-bin-125.0.1 deleted file mode 100644 index bc1b50c8a75b..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-125.0.1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=app-arch/unzip -DEFINED_PHASES=install postinst postrm preinst setup unpack -DESCRIPTION=Firefox Web Browser -EAPI=8 -HOMEPAGE=https://www.mozilla.com/firefox -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=desktop linux-info optfeature pax-utils xdg -IUSE=+alsa +ffmpeg +gmp-autoupdate +pulseaudio selinux wayland l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca-valencia l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_ne l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sco l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tl l10n_tr l10n_trs l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=!www-client/firefox-bin:0 !www-client/firefox-bin:esr >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 alsa? ( !pulseaudio? ( media-sound/apulse ) ) ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-libs/libpulse ) selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip -SLOT=rapid -SRC_URI=amd64? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/en-US/firefox-125.0.1.tar.bz2 -> firefox-bin_x86_64-125.0.1.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-i686/en-US/firefox-125.0.1.tar.bz2 -> firefox-bin_i686-125.0.1.tar.bz2 ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ach.xpi -> firefox-125.0.1-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/af.xpi -> firefox-125.0.1-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/an.xpi -> firefox-125.0.1-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ar.xpi -> firefox-125.0.1-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ast.xpi -> firefox-125.0.1-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/az.xpi -> firefox-125.0.1-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/be.xpi -> firefox-125.0.1-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bg.xpi -> firefox-125.0.1-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bn.xpi -> firefox-125.0.1-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/br.xpi -> firefox-125.0.1-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/bs.xpi -> firefox-125.0.1-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ca-valencia.xpi -> firefox-125.0.1-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ca.xpi -> firefox-125.0.1-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cak.xpi -> firefox-125.0.1-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cs.xpi -> firefox-125.0.1-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/cy.xpi -> firefox-125.0.1-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/da.xpi -> firefox-125.0.1-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/de.xpi -> firefox-125.0.1-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/dsb.xpi -> firefox-125.0.1-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/el.xpi -> firefox-125.0.1-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/en-CA.xpi -> firefox-125.0.1-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/en-GB.xpi -> firefox-125.0.1-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/eo.xpi -> firefox-125.0.1-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-AR.xpi -> firefox-125.0.1-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-CL.xpi -> firefox-125.0.1-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-ES.xpi -> firefox-125.0.1-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/es-MX.xpi -> firefox-125.0.1-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/et.xpi -> firefox-125.0.1-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/eu.xpi -> firefox-125.0.1-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fa.xpi -> firefox-125.0.1-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ff.xpi -> firefox-125.0.1-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fi.xpi -> firefox-125.0.1-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fr.xpi -> firefox-125.0.1-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/fy-NL.xpi -> firefox-125.0.1-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ga-IE.xpi -> firefox-125.0.1-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gd.xpi -> firefox-125.0.1-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gl.xpi -> firefox-125.0.1-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gn.xpi -> firefox-125.0.1-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/gu-IN.xpi -> firefox-125.0.1-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/he.xpi -> firefox-125.0.1-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hi-IN.xpi -> firefox-125.0.1-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hr.xpi -> firefox-125.0.1-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hsb.xpi -> firefox-125.0.1-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hu.xpi -> firefox-125.0.1-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/hy-AM.xpi -> firefox-125.0.1-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ia.xpi -> firefox-125.0.1-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/id.xpi -> firefox-125.0.1-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/is.xpi -> firefox-125.0.1-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/it.xpi -> firefox-125.0.1-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ja.xpi -> firefox-125.0.1-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ka.xpi -> firefox-125.0.1-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kab.xpi -> firefox-125.0.1-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kk.xpi -> firefox-125.0.1-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/km.xpi -> firefox-125.0.1-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/kn.xpi -> firefox-125.0.1-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ko.xpi -> firefox-125.0.1-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lij.xpi -> firefox-125.0.1-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lt.xpi -> firefox-125.0.1-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/lv.xpi -> firefox-125.0.1-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/mk.xpi -> firefox-125.0.1-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/mr.xpi -> firefox-125.0.1-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ms.xpi -> firefox-125.0.1-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/my.xpi -> firefox-125.0.1-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nb-NO.xpi -> firefox-125.0.1-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ne-NP.xpi -> firefox-125.0.1-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nl.xpi -> firefox-125.0.1-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/nn-NO.xpi -> firefox-125.0.1-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/oc.xpi -> firefox-125.0.1-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pa-IN.xpi -> firefox-125.0.1-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pl.xpi -> firefox-125.0.1-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pt-BR.xpi -> firefox-125.0.1-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/pt-PT.xpi -> firefox-125.0.1-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/rm.xpi -> firefox-125.0.1-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ro.xpi -> firefox-125.0.1-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ru.xpi -> firefox-125.0.1-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sco.xpi -> firefox-125.0.1-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/si.xpi -> firefox-125.0.1-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sk.xpi -> firefox-125.0.1-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sl.xpi -> firefox-125.0.1-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/son.xpi -> firefox-125.0.1-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sq.xpi -> firefox-125.0.1-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sr.xpi -> firefox-125.0.1-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/sv-SE.xpi -> firefox-125.0.1-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ta.xpi -> firefox-125.0.1-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/te.xpi -> firefox-125.0.1-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/th.xpi -> firefox-125.0.1-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/tl.xpi -> firefox-125.0.1-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/tr.xpi -> firefox-125.0.1-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/trs.xpi -> firefox-125.0.1-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/uk.xpi -> firefox-125.0.1-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/ur.xpi -> firefox-125.0.1-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/uz.xpi -> firefox-125.0.1-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/vi.xpi -> firefox-125.0.1-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/xh.xpi -> firefox-125.0.1-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/zh-CN.xpi -> firefox-125.0.1-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/125.0.1/linux-x86_64/xpi/zh-TW.xpi -> firefox-125.0.1-zh-TW.xpi ) -_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 -_md5_=356a4ab298833cf6bc944e3b6401df90 diff --git a/metadata/md5-cache/www-client/firefox-bin-125.0.3 b/metadata/md5-cache/www-client/firefox-bin-125.0.3 new file mode 100644 index 000000000000..a2f378e4d142 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-125.0.3 @@ -0,0 +1,16 @@ +BDEPEND=app-arch/unzip +DEFINED_PHASES=install postinst postrm preinst setup unpack +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.mozilla.com/firefox +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=desktop linux-info optfeature pax-utils xdg +IUSE=+alsa +ffmpeg +gmp-autoupdate +pulseaudio selinux wayland l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca-valencia l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_ne l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sco l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tl l10n_tr l10n_trs l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox-bin:0 !www-client/firefox-bin:esr >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 alsa? ( !pulseaudio? ( media-sound/apulse ) ) ffmpeg? ( media-video/ffmpeg ) pulseaudio? ( media-libs/libpulse ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=strip +SLOT=rapid +SRC_URI=amd64? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/en-US/firefox-125.0.3.tar.bz2 -> firefox-bin_x86_64-125.0.3.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-i686/en-US/firefox-125.0.3.tar.bz2 -> firefox-bin_i686-125.0.3.tar.bz2 ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ach.xpi -> firefox-125.0.3-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/af.xpi -> firefox-125.0.3-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/an.xpi -> firefox-125.0.3-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ar.xpi -> firefox-125.0.3-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ast.xpi -> firefox-125.0.3-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/az.xpi -> firefox-125.0.3-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/be.xpi -> firefox-125.0.3-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bg.xpi -> firefox-125.0.3-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bn.xpi -> firefox-125.0.3-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/br.xpi -> firefox-125.0.3-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/bs.xpi -> firefox-125.0.3-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ca-valencia.xpi -> firefox-125.0.3-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ca.xpi -> firefox-125.0.3-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cak.xpi -> firefox-125.0.3-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cs.xpi -> firefox-125.0.3-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/cy.xpi -> firefox-125.0.3-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/da.xpi -> firefox-125.0.3-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/de.xpi -> firefox-125.0.3-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/dsb.xpi -> firefox-125.0.3-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/el.xpi -> firefox-125.0.3-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/en-CA.xpi -> firefox-125.0.3-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/en-GB.xpi -> firefox-125.0.3-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/eo.xpi -> firefox-125.0.3-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-AR.xpi -> firefox-125.0.3-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-CL.xpi -> firefox-125.0.3-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-ES.xpi -> firefox-125.0.3-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/es-MX.xpi -> firefox-125.0.3-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/et.xpi -> firefox-125.0.3-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/eu.xpi -> firefox-125.0.3-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fa.xpi -> firefox-125.0.3-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ff.xpi -> firefox-125.0.3-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fi.xpi -> firefox-125.0.3-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fr.xpi -> firefox-125.0.3-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/fy-NL.xpi -> firefox-125.0.3-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ga-IE.xpi -> firefox-125.0.3-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gd.xpi -> firefox-125.0.3-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gl.xpi -> firefox-125.0.3-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gn.xpi -> firefox-125.0.3-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/gu-IN.xpi -> firefox-125.0.3-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/he.xpi -> firefox-125.0.3-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hi-IN.xpi -> firefox-125.0.3-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hr.xpi -> firefox-125.0.3-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hsb.xpi -> firefox-125.0.3-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hu.xpi -> firefox-125.0.3-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/hy-AM.xpi -> firefox-125.0.3-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ia.xpi -> firefox-125.0.3-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/id.xpi -> firefox-125.0.3-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/is.xpi -> firefox-125.0.3-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/it.xpi -> firefox-125.0.3-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ja.xpi -> firefox-125.0.3-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ka.xpi -> firefox-125.0.3-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kab.xpi -> firefox-125.0.3-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kk.xpi -> firefox-125.0.3-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/km.xpi -> firefox-125.0.3-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/kn.xpi -> firefox-125.0.3-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ko.xpi -> firefox-125.0.3-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lij.xpi -> firefox-125.0.3-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lt.xpi -> firefox-125.0.3-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/lv.xpi -> firefox-125.0.3-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/mk.xpi -> firefox-125.0.3-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/mr.xpi -> firefox-125.0.3-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ms.xpi -> firefox-125.0.3-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/my.xpi -> firefox-125.0.3-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nb-NO.xpi -> firefox-125.0.3-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ne-NP.xpi -> firefox-125.0.3-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nl.xpi -> firefox-125.0.3-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/nn-NO.xpi -> firefox-125.0.3-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/oc.xpi -> firefox-125.0.3-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pa-IN.xpi -> firefox-125.0.3-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pl.xpi -> firefox-125.0.3-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pt-BR.xpi -> firefox-125.0.3-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/pt-PT.xpi -> firefox-125.0.3-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/rm.xpi -> firefox-125.0.3-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ro.xpi -> firefox-125.0.3-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ru.xpi -> firefox-125.0.3-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sco.xpi -> firefox-125.0.3-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/si.xpi -> firefox-125.0.3-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sk.xpi -> firefox-125.0.3-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sl.xpi -> firefox-125.0.3-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/son.xpi -> firefox-125.0.3-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sq.xpi -> firefox-125.0.3-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sr.xpi -> firefox-125.0.3-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/sv-SE.xpi -> firefox-125.0.3-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ta.xpi -> firefox-125.0.3-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/te.xpi -> firefox-125.0.3-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/th.xpi -> firefox-125.0.3-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/tl.xpi -> firefox-125.0.3-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/tr.xpi -> firefox-125.0.3-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/trs.xpi -> firefox-125.0.3-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/uk.xpi -> firefox-125.0.3-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/ur.xpi -> firefox-125.0.3-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/uz.xpi -> firefox-125.0.3-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/vi.xpi -> firefox-125.0.3-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/xh.xpi -> firefox-125.0.3-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/zh-CN.xpi -> firefox-125.0.3-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/125.0.3/linux-x86_64/xpi/zh-TW.xpi -> firefox-125.0.3-zh-TW.xpi ) +_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d linux-info 7ca3057b277f1e5978947b4cc289ce62 multilib c19072c3cd7ac5cb21de013f7e9832e0 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pax-utils 91d47e5d20627c717aa878b9167c62a8 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg 4a14c5c24f121e7da66e5aab4a168c6e xdg-utils baea6080dd821f5562d715887954c9d3 +_md5_=356a4ab298833cf6bc944e3b6401df90 diff --git a/metadata/md5-cache/www-servers/Manifest.gz b/metadata/md5-cache/www-servers/Manifest.gz index 40527cd844f2..4bd967ad9aec 100644 Binary files a/metadata/md5-cache/www-servers/Manifest.gz and b/metadata/md5-cache/www-servers/Manifest.gz differ diff --git a/metadata/md5-cache/www-servers/apache-2.4.58 b/metadata/md5-cache/www-servers/apache-2.4.58 index 4e568b439824..96ba412051b2 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.58 +++ b/metadata/md5-cache/www-servers/apache-2.4.58 @@ -1,17 +1,17 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 filecaps? ( sys-libs/libcap ) ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig DEFINED_PHASES=compile configure install postinst prepare setup DEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) DESCRIPTION=The Apache Web Server EAPI=7 HOMEPAGE=https://httpd.apache.org/ INHERIT=apache-2 systemd tmpfiles toolchain-funcs -IUSE=split-usr +filecaps lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker +IUSE=split-usr lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris LICENSE=Apache-2.0 Apache-1.1 PDEPEND=~app-admin/apache-tools-2.4.58 -RDEPEND=filecaps? ( sys-libs/libcap ) acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles +RDEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles REQUIRED_USE=apache2_mpms_prefork? ( !apache2_mpms_event !apache2_mpms_worker !threads ) apache2_mpms_event? ( !apache2_mpms_prefork !apache2_mpms_worker threads ) apache2_mpms_worker? ( !apache2_mpms_prefork !apache2_mpms_event threads ) apache2_mpms_prefork? ( !apache2_modules_http2 ) apache2_modules_http2? ( ssl ) apache2_modules_lua? ( ^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) apache2_modules_md? ( ssl ) apache2_modules_auth_form? ( apache2_modules_session ) apache2_modules_brotli? ( apache2_modules_filter ) apache2_modules_dav_fs? ( apache2_modules_dav ) apache2_modules_dav_lock? ( apache2_modules_dav ) apache2_modules_deflate? ( apache2_modules_filter ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_ext_filter? ( apache2_modules_filter ) apache2_modules_file_cache? ( apache2_modules_cache ) apache2_modules_lbmethod_byrequests? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_byrequests? ( apache2_modules_slotmem_shm ) apache2_modules_lbmethod_bytraffic? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_bybusyness? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_heartbeat? ( apache2_modules_proxy_balancer ) apache2_modules_log_forensic? ( apache2_modules_log_config ) apache2_modules_logio? ( apache2_modules_log_config ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_cache_socache? ( apache2_modules_cache ) apache2_modules_md? ( apache2_modules_watchdog ) apache2_modules_mime_magic? ( apache2_modules_mime ) apache2_modules_proxy_ajp? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_slotmem_shm ) apache2_modules_proxy_connect? ( apache2_modules_proxy ) apache2_modules_proxy_ftp? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_watchdog ) apache2_modules_proxy_html? ( apache2_modules_proxy ) apache2_modules_proxy_html? ( apache2_modules_xml2enc ) apache2_modules_proxy_http? ( apache2_modules_proxy ) apache2_modules_proxy_http2? ( apache2_modules_proxy ) apache2_modules_proxy_scgi? ( apache2_modules_proxy ) apache2_modules_proxy_uwsgi? ( apache2_modules_proxy ) apache2_modules_proxy_fcgi? ( apache2_modules_proxy ) apache2_modules_proxy_wstunnel? ( apache2_modules_proxy ) apache2_modules_session_cookie? ( apache2_modules_session ) apache2_modules_session_dbd? ( apache2_modules_dbd ) apache2_modules_session_dbd? ( apache2_modules_session ) apache2_modules_socache_memcache? ( apache2_modules_cache ) apache2_modules_substitute? ( apache2_modules_filter ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.58.tar.bz2 https://dev.gentoo.org/~graaff/dist/apache/gentoo-apache-2.4.58-20231019.tar.bz2 -_eclasses_=apache-2 78012424a09e9c3df83c3e476b45bc98 autotools 3af8f60c4bdb23e738db506a630898ee fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=apache-2 a354ee99e11a258cfc7032621c9b2f3b autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=00ef4ac3c6b8feeb4b128995c3785de2 diff --git a/metadata/md5-cache/www-servers/apache-2.4.58-r2 b/metadata/md5-cache/www-servers/apache-2.4.58-r2 index 15001ee4cbbd..1c3fb4df19bd 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.58-r2 +++ b/metadata/md5-cache/www-servers/apache-2.4.58-r2 @@ -1,17 +1,17 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 filecaps? ( sys-libs/libcap ) ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig DEFINED_PHASES=compile configure install postinst prepare setup DEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) DESCRIPTION=The Apache Web Server EAPI=7 HOMEPAGE=https://httpd.apache.org/ INHERIT=apache-2 systemd tmpfiles toolchain-funcs -IUSE=+filecaps lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker +IUSE=lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker KEYWORDS=~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris LICENSE=Apache-2.0 Apache-1.1 PDEPEND=~app-admin/apache-tools-2.4.58 -RDEPEND=filecaps? ( sys-libs/libcap ) acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles +RDEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles REQUIRED_USE=apache2_mpms_prefork? ( !apache2_mpms_event !apache2_mpms_worker !threads ) apache2_mpms_event? ( !apache2_mpms_prefork !apache2_mpms_worker threads ) apache2_mpms_worker? ( !apache2_mpms_prefork !apache2_mpms_event threads ) apache2_mpms_prefork? ( !apache2_modules_http2 ) apache2_modules_http2? ( ssl ) apache2_modules_lua? ( ^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) apache2_modules_md? ( ssl ) apache2_modules_auth_form? ( apache2_modules_session ) apache2_modules_brotli? ( apache2_modules_filter ) apache2_modules_dav_fs? ( apache2_modules_dav ) apache2_modules_dav_lock? ( apache2_modules_dav ) apache2_modules_deflate? ( apache2_modules_filter ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_ext_filter? ( apache2_modules_filter ) apache2_modules_file_cache? ( apache2_modules_cache ) apache2_modules_lbmethod_byrequests? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_byrequests? ( apache2_modules_slotmem_shm ) apache2_modules_lbmethod_bytraffic? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_bybusyness? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_heartbeat? ( apache2_modules_proxy_balancer ) apache2_modules_log_forensic? ( apache2_modules_log_config ) apache2_modules_logio? ( apache2_modules_log_config ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_cache_socache? ( apache2_modules_cache ) apache2_modules_md? ( apache2_modules_watchdog ) apache2_modules_mime_magic? ( apache2_modules_mime ) apache2_modules_proxy_ajp? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_slotmem_shm ) apache2_modules_proxy_connect? ( apache2_modules_proxy ) apache2_modules_proxy_ftp? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_watchdog ) apache2_modules_proxy_html? ( apache2_modules_proxy ) apache2_modules_proxy_html? ( apache2_modules_xml2enc ) apache2_modules_proxy_http? ( apache2_modules_proxy ) apache2_modules_proxy_http2? ( apache2_modules_proxy ) apache2_modules_proxy_scgi? ( apache2_modules_proxy ) apache2_modules_proxy_uwsgi? ( apache2_modules_proxy ) apache2_modules_proxy_fcgi? ( apache2_modules_proxy ) apache2_modules_proxy_wstunnel? ( apache2_modules_proxy ) apache2_modules_session_cookie? ( apache2_modules_session ) apache2_modules_session_dbd? ( apache2_modules_dbd ) apache2_modules_session_dbd? ( apache2_modules_session ) apache2_modules_socache_memcache? ( apache2_modules_cache ) apache2_modules_substitute? ( apache2_modules_filter ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.58.tar.bz2 https://dev.gentoo.org/~graaff/dist/apache/gentoo-apache-2.4.58-20231019.tar.bz2 -_eclasses_=apache-2 78012424a09e9c3df83c3e476b45bc98 autotools 3af8f60c4bdb23e738db506a630898ee fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=apache-2 a354ee99e11a258cfc7032621c9b2f3b autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=6455b1dab4c728aadfb8e90898471d0a diff --git a/metadata/md5-cache/www-servers/apache-2.4.59 b/metadata/md5-cache/www-servers/apache-2.4.59 index 1ba00cb71b01..d605804a871d 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.59 +++ b/metadata/md5-cache/www-servers/apache-2.4.59 @@ -1,17 +1,17 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 filecaps? ( sys-libs/libcap ) ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig DEFINED_PHASES=compile configure install postinst prepare setup DEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) DESCRIPTION=The Apache Web Server EAPI=7 HOMEPAGE=https://httpd.apache.org/ INHERIT=apache-2 systemd tmpfiles toolchain-funcs -IUSE=+filecaps lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker +IUSE=lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris LICENSE=Apache-2.0 Apache-1.1 PDEPEND=~app-admin/apache-tools-2.4.59 -RDEPEND=filecaps? ( sys-libs/libcap ) acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles +RDEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles REQUIRED_USE=apache2_mpms_prefork? ( !apache2_mpms_event !apache2_mpms_worker !threads ) apache2_mpms_event? ( !apache2_mpms_prefork !apache2_mpms_worker threads ) apache2_mpms_worker? ( !apache2_mpms_prefork !apache2_mpms_event threads ) apache2_mpms_prefork? ( !apache2_modules_http2 ) apache2_modules_http2? ( ssl ) apache2_modules_lua? ( ^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) apache2_modules_md? ( ssl ) apache2_modules_auth_form? ( apache2_modules_session ) apache2_modules_brotli? ( apache2_modules_filter ) apache2_modules_dav_fs? ( apache2_modules_dav ) apache2_modules_dav_lock? ( apache2_modules_dav ) apache2_modules_deflate? ( apache2_modules_filter ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_ext_filter? ( apache2_modules_filter ) apache2_modules_file_cache? ( apache2_modules_cache ) apache2_modules_lbmethod_byrequests? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_byrequests? ( apache2_modules_slotmem_shm ) apache2_modules_lbmethod_bytraffic? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_bybusyness? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_heartbeat? ( apache2_modules_proxy_balancer ) apache2_modules_log_forensic? ( apache2_modules_log_config ) apache2_modules_logio? ( apache2_modules_log_config ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_cache_socache? ( apache2_modules_cache ) apache2_modules_md? ( apache2_modules_watchdog ) apache2_modules_mime_magic? ( apache2_modules_mime ) apache2_modules_proxy_ajp? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_slotmem_shm ) apache2_modules_proxy_connect? ( apache2_modules_proxy ) apache2_modules_proxy_ftp? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_watchdog ) apache2_modules_proxy_html? ( apache2_modules_proxy ) apache2_modules_proxy_html? ( apache2_modules_xml2enc ) apache2_modules_proxy_http? ( apache2_modules_proxy ) apache2_modules_proxy_http2? ( apache2_modules_proxy ) apache2_modules_proxy_scgi? ( apache2_modules_proxy ) apache2_modules_proxy_uwsgi? ( apache2_modules_proxy ) apache2_modules_proxy_fcgi? ( apache2_modules_proxy ) apache2_modules_proxy_wstunnel? ( apache2_modules_proxy ) apache2_modules_session_cookie? ( apache2_modules_session ) apache2_modules_session_dbd? ( apache2_modules_dbd ) apache2_modules_session_dbd? ( apache2_modules_session ) apache2_modules_socache_memcache? ( apache2_modules_cache ) apache2_modules_substitute? ( apache2_modules_filter ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.59.tar.bz2 https://dev.gentoo.org/~graaff/dist/apache/gentoo-apache-2.4.59-20240405.tar.bz2 -_eclasses_=apache-2 78012424a09e9c3df83c3e476b45bc98 autotools 3af8f60c4bdb23e738db506a630898ee fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=apache-2 a354ee99e11a258cfc7032621c9b2f3b autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=d4e592a250d2008d9be541b53560cf5e diff --git a/metadata/md5-cache/www-servers/apache-2.4.59-r1 b/metadata/md5-cache/www-servers/apache-2.4.59-r1 index 0af72a283303..4c3f9c34ed7b 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.59-r1 +++ b/metadata/md5-cache/www-servers/apache-2.4.59-r1 @@ -1,17 +1,17 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 filecaps? ( sys-libs/libcap ) ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 ssl? ( dev-libs/openssl ) virtual/pkgconfig suexec? ( suexec-caps? ( sys-libs/libcap ) ) virtual/pkgconfig DEFINED_PHASES=compile configure install postinst prepare setup DEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) DESCRIPTION=The Apache Web Server EAPI=7 HOMEPAGE=https://httpd.apache.org/ INHERIT=apache-2 systemd tmpfiles toolchain-funcs -IUSE=+filecaps lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker +IUSE=lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ssl debug doc gdbm ldap selinux ssl static suexec +suexec-caps suexec-syslog threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_allowmethods apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_auth_form apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authn_socache apache2_modules_authz_core apache2_modules_authz_dbd apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_brotli apache2_modules_cache apache2_modules_cache_disk apache2_modules_cache_socache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers +apache2_modules_http2 apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_lua apache2_modules_macro apache2_modules_md apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_hcheck apache2_modules_proxy_html apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_proxy_http2 apache2_modules_proxy_fcgi apache2_modules_proxy_uwsgi apache2_modules_proxy_wstunnel apache2_modules_rewrite apache2_modules_ratelimit apache2_modules_remoteip apache2_modules_reqtimeout apache2_modules_session apache2_modules_session_cookie apache2_modules_session_crypto apache2_modules_session_dbd apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_socache_memcache apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_substitute systemd apache2_modules_tls apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_modules_watchdog apache2_modules_xml2enc apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris LICENSE=Apache-2.0 Apache-1.1 PDEPEND=~app-admin/apache-tools-2.4.59 -RDEPEND=filecaps? ( sys-libs/libcap ) acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles +RDEPEND=acct-group/apache acct-user/apache dev-lang/perl >=dev-libs/apr-1.5.1:= =dev-libs/apr-util-1*:=[gdbm=,ldap?] dev-libs/libpcre2 virtual/libcrypt:= apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) apache2_modules_md? ( >=dev-libs/jansson-2.10:= ) apache2_modules_mime? ( app-misc/mime-types ) apache2_modules_proxy_http2? ( >=net-libs/nghttp2-1.50.0:= kernel_linux? ( sys-apps/util-linux ) ) apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= =dev-libs/openssl-1.0.2:= kernel_linux? ( sys-apps/util-linux ) ) systemd? ( sys-apps/systemd ) virtual/tmpfiles REQUIRED_USE=apache2_mpms_prefork? ( !apache2_mpms_event !apache2_mpms_worker !threads ) apache2_mpms_event? ( !apache2_mpms_prefork !apache2_mpms_worker threads ) apache2_mpms_worker? ( !apache2_mpms_prefork !apache2_mpms_event threads ) apache2_mpms_prefork? ( !apache2_modules_http2 ) apache2_modules_http2? ( ssl ) apache2_modules_lua? ( ^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) apache2_modules_md? ( ssl ) apache2_modules_auth_form? ( apache2_modules_session ) apache2_modules_brotli? ( apache2_modules_filter ) apache2_modules_dav_fs? ( apache2_modules_dav ) apache2_modules_dav_lock? ( apache2_modules_dav ) apache2_modules_deflate? ( apache2_modules_filter ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_ext_filter? ( apache2_modules_filter ) apache2_modules_file_cache? ( apache2_modules_cache ) apache2_modules_lbmethod_byrequests? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_byrequests? ( apache2_modules_slotmem_shm ) apache2_modules_lbmethod_bytraffic? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_bybusyness? ( apache2_modules_proxy_balancer ) apache2_modules_lbmethod_heartbeat? ( apache2_modules_proxy_balancer ) apache2_modules_log_forensic? ( apache2_modules_log_config ) apache2_modules_logio? ( apache2_modules_log_config ) apache2_modules_cache_disk? ( apache2_modules_cache ) apache2_modules_cache_socache? ( apache2_modules_cache ) apache2_modules_md? ( apache2_modules_watchdog ) apache2_modules_mime_magic? ( apache2_modules_mime ) apache2_modules_proxy_ajp? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_proxy ) apache2_modules_proxy_balancer? ( apache2_modules_slotmem_shm ) apache2_modules_proxy_connect? ( apache2_modules_proxy ) apache2_modules_proxy_ftp? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_proxy ) apache2_modules_proxy_hcheck? ( apache2_modules_watchdog ) apache2_modules_proxy_html? ( apache2_modules_proxy ) apache2_modules_proxy_html? ( apache2_modules_xml2enc ) apache2_modules_proxy_http? ( apache2_modules_proxy ) apache2_modules_proxy_http2? ( apache2_modules_proxy ) apache2_modules_proxy_scgi? ( apache2_modules_proxy ) apache2_modules_proxy_uwsgi? ( apache2_modules_proxy ) apache2_modules_proxy_fcgi? ( apache2_modules_proxy ) apache2_modules_proxy_wstunnel? ( apache2_modules_proxy ) apache2_modules_session_cookie? ( apache2_modules_session ) apache2_modules_session_dbd? ( apache2_modules_dbd ) apache2_modules_session_dbd? ( apache2_modules_session ) apache2_modules_socache_memcache? ( apache2_modules_cache ) apache2_modules_substitute? ( apache2_modules_filter ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.59.tar.bz2 https://dev.gentoo.org/~graaff/dist/apache/gentoo-apache-2.4.59-20240405.tar.bz2 -_eclasses_=apache-2 78012424a09e9c3df83c3e476b45bc98 autotools 3af8f60c4bdb23e738db506a630898ee fcaps c0a086b957a1b183a8d136eabf02f191 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 +_eclasses_=apache-2 a354ee99e11a258cfc7032621c9b2f3b autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 ssl-cert c6ea4108da6e229ed3a7d2d949f72a26 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 _md5_=9298f7068b8aca103e8897281312a1ee diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.75 b/metadata/md5-cache/www-servers/lighttpd-1.4.75 index 00cb53e03fa2..522ed0833066 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.75 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.75 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.lighttpd.net https://github.com/lighttpd INHERIT=lua-single meson readme.gentoo-r1 systemd tmpfiles verify-sig IUSE=+brotli dbi gnutls kerberos ldap +lua maxminddb mbedtls +nettle nss +pcre php sasl selinux ssl test unwind webdav xattr +zlib zstd lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 verify-sig -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 LICENSE=BSD GPL-2 RDEPEND=acct-group/lighttpd acct-user/lighttpd >=dev-libs/xxhash-0.8.2 virtual/libcrypt:= brotli? ( app-arch/brotli:= ) dbi? ( dev-db/libdbi ) gnutls? ( net-libs/gnutls ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-2.1.26:= ) lua? ( lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) maxminddb? ( dev-libs/libmaxminddb ) mbedtls? ( net-libs/mbedtls ) nettle? ( dev-libs/nettle:= ) nss? ( dev-libs/nss ) pcre? ( dev-libs/libpcre2 ) php? ( dev-lang/php:*[cgi] ) sasl? ( dev-libs/cyrus-sasl ) ssl? ( >=dev-libs/openssl-0.9.7:= ) unwind? ( sys-libs/libunwind:= ) webdav? ( dev-libs/libxml2 sys-fs/e2fsprogs ) xattr? ( kernel_linux? ( sys-apps/attr ) ) zlib? ( >=sys-libs/zlib-1.1 ) zstd? ( app-arch/zstd:= ) selinux? ( sec-policy/selinux-apache ) virtual/tmpfiles REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-1 lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.75.tar.xz verify-sig? ( https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.75.tar.xz.asc ) _eclasses_=flag-o-matic 288c54efeb5e2aa70775e39032695ad4 lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb meson aecae905c2e0c201d7925fae52a5576d multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca readme.gentoo-r1 204091a2cde6179cd9d3db26d09412d3 systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=0925062472983d647196fc1abb0d28d0 +_md5_=f8c03daddf3b7d5bc283d90ddb03a789 diff --git a/metadata/md5-cache/www-servers/tomcat-8.5.100 b/metadata/md5-cache/www-servers/tomcat-8.5.100 index 4db24120c783..ae9f21df2267 100644 --- a/metadata/md5-cache/www-servers/tomcat-8.5.100 +++ b/metadata/md5-cache/www-servers/tomcat-8.5.100 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://tomcat.apache.org/ INHERIT=java-pkg-2 java-ant-2 prefix verify-sig IUSE=extra-webapps doc source test verify-sig -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.15 acct-group/tomcat acct-user/tomcat >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) RESTRICT=test !test? ( test ) SLOT=8.5 SRC_URI=mirror://apache/tomcat/tomcat-8/v8.5.100/src/apache-tomcat-8.5.100-src.tar.gz verify-sig? ( https://downloads.apache.org/tomcat/tomcat-8/v8.5.100/src/apache-tomcat-8.5.100-src.tar.gz.asc ) _eclasses_=java-ant-2 d3f6ffc6629499cbc0d4cd71b9d7e7dc java-pkg-2 b6d755b4f6afabfd933932be28b46368 java-utils-2 b346c3901e71ba37137bae0b25b00221 multilib c19072c3cd7ac5cb21de013f7e9832e0 prefix eab3c99d77fe00506c109c8a736186f7 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 verify-sig a79ba011daaf532d71a219182474d150 -_md5_=84ce482d7e5bfe344f167be771e681ef +_md5_=2e7c1ec007a2073361b76c226c4fb2b4 diff --git a/metadata/md5-cache/x11-apps/Manifest.gz b/metadata/md5-cache/x11-apps/Manifest.gz index 41ffa48c6b36..0e2c8b6ab821 100644 Binary files a/metadata/md5-cache/x11-apps/Manifest.gz and b/metadata/md5-cache/x11-apps/Manifest.gz differ diff --git a/metadata/md5-cache/x11-apps/xconsole-1.1.0 b/metadata/md5-cache/x11-apps/xconsole-1.1.0 new file mode 100644 index 000000000000..cdc47cd57822 --- /dev/null +++ b/metadata/md5-cache/x11-apps/xconsole-1.1.0 @@ -0,0 +1,14 @@ +BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3 virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst postrm prepare unpack +DEPEND=x11-libs/libXaw x11-libs/libXmu x11-libs/libXt x11-libs/libX11 x11-base/xorg-proto +DESCRIPTION=monitor system console messages with X +EAPI=8 +HOMEPAGE=https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xconsole +INHERIT=xorg-3 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=x11-libs/libXaw x11-libs/libXmu x11-libs/libXt x11-libs/libX11 +SLOT=0 +SRC_URI=https://www.x.org/releases/individual/app/xconsole-1.1.0.tar.xz +_eclasses_=autotools 3af8f60c4bdb23e738db506a630898ee flag-o-matic 288c54efeb5e2aa70775e39032695ad4 gnuconfig b6b3e92f8b8c996400074b5f61a59256 libtool 5f49a16f67f81bdf873e3d1f10b10001 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xorg-3 2093d675f9b0882f91143352a79d06d7 +_md5_=242ac771d5853342375e84b60fd5b081 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 40ae3e185598..f28f619c8f58 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 28 Apr 2024 11:00:49 +0000 +Tue, 30 Apr 2024 03:40:16 +0000 diff --git a/metadata/projects.xml b/metadata/projects.xml index ed4f0c0a7213..52e42be3a57c 100644 --- a/metadata/projects.xml +++ b/metadata/projects.xml @@ -2301,7 +2301,7 @@ jstein@gentoo.org Jonas Stein - Workshops + Workshops, XMPP maffblaster@gentoo.org diff --git a/metadata/timestamp b/metadata/timestamp index 76e7ec05f649..fa4724e7b305 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Apr 28 11:00:38 AM UTC 2024 +Tue Apr 30 03:40:16 AM UTC 2024 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 63ba26753601..8b7e254bca14 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 28 Apr 2024 12:00:00 +0000 +Tue, 30 Apr 2024 04:00:00 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 6f8d1d38ec31..a8ecda0d66e4 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -82b47041228db5dd0acc15535bf99d75e428a316 1714298665 2024-04-28T10:04:25+00:00 +f7e98e17da6c3a9ddecad45d4d6ca5d51261db8a 1714444603 2024-04-30T02:36:43+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 7c7028dfa05a..616741a6c25b 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1714302300 Sun 28 Apr 2024 11:05:00 AM UTC +1714448401 Tue 30 Apr 2024 03:40:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index a791cdb986a7..f28f619c8f58 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Sun, 28 Apr 2024 11:00:39 +0000 +Tue, 30 Apr 2024 03:40:16 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index 927874a45d61..dc71116205de 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/fail2ban/Manifest b/net-analyzer/fail2ban/Manifest index ab84e5639461..54681ec36bc0 100644 --- a/net-analyzer/fail2ban/Manifest +++ b/net-analyzer/fail2ban/Manifest @@ -1 +1,2 @@ DIST fail2ban-1.0.2.tar.gz 583295 BLAKE2B 84eb5e3487c4db734f4f0a36af142d520e1cc53c2960893ee2f05ff4e78133860be59ed9580fa0d972509a03c17e5d9458b8e3f6b470a4c3154f10911f94691e SHA512 688a84361b5794e1658f53d2d200ce752fe1e3320ddb1742c32c4b4b82a79ace16ae464e7ea3eeb94a0e862bcac73c2d3a0e61dd7b28e179a4c857f950d74dbb +DIST fail2ban-1.1.0.tar.gz 603854 BLAKE2B f7c2d3a1e5b5cdca1f26d92cefe75958bb61b87ad1cf316380b91527c96f3261e5665478c5fbb053f6419956dda934c8ef3ce837af2819b1b1c8d162246fc15f SHA512 9bff7b9c41e58a953901800468e5c4153c9db6af01c7eb18111ad8620b40d03a0771020472fb759b2809d250e2bb45471e6c7e8283e72ea48290ecf7bf921821 diff --git a/net-analyzer/fail2ban/fail2ban-1.1.0.ebuild b/net-analyzer/fail2ban/fail2ban-1.1.0.ebuild new file mode 100644 index 000000000000..8f83d3ea20cf --- /dev/null +++ b/net-analyzer/fail2ban/fail2ban-1.1.0.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit bash-completion-r1 distutils-r1 systemd tmpfiles + +DESCRIPTION="Scans log files and bans IPs that show malicious signs" +HOMEPAGE="https://www.fail2ban.org/" + +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://github.com/fail2ban/fail2ban" + inherit git-r3 +else + SRC_URI="https://github.com/fail2ban/fail2ban/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="selinux systemd test" +RESTRICT="!test? ( test )" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/pyasyncore[${PYTHON_USEDEP}] + dev-python/pyasynchat[${PYTHON_USEDEP}] + ' 3.12) + virtual/logger + virtual/mta + selinux? ( sec-policy/selinux-fail2ban ) + systemd? ( + $(python_gen_cond_dep ' + dev-python/python-systemd[${PYTHON_USEDEP}] + ') + ) +" +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + dev-python/aiosmtpd[${PYTHON_USEDEP}] + ') + ) +" + +DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) + +PATCHES=( + "${FILESDIR}"/${PN}-0.11.2-adjust-apache-logs-paths.patch + "${FILESDIR}"/${PN}-1.0.2-umask-tests.patch +) + +python_prepare_all() { + distutils-r1_python_prepare_all + + # Replace /var/run with /run, but not in the top source directory + find . -mindepth 2 -type f -exec \ + sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die +} + +python_test() { + # Skip testRepairDb for bug #907348 (didn't always fail..) + # https://github.com/fail2ban/fail2ban/issues/3586 + bin/fail2ban-testcases \ + --no-network \ + --ignore databasetestcase.DatabaseTest.testRepairDb \ + --verbosity=4 || die "Tests failed with ${EPYTHON}" + + # Workaround for bug #790251 + rm -rf fail2ban.egg-info || die +} + +python_install_all() { + distutils-r1_python_install_all + + rm -rf "${ED}"/usr/share/doc/${PN} "${ED}"/run || die + + newconfd files/fail2ban-openrc.conf ${PN} + + # These two are placed in the ${BUILD_DIR} after being "built" + # in install_scripts(). + newinitd "${BUILD_DIR}/fail2ban-openrc.init" "${PN}" + systemd_dounit "${BUILD_DIR}/${PN}.service" + + dotmpfiles files/${PN}-tmpfiles.conf + + doman man/*.{1,5} + + # Use INSTALL_MASK if you do not want to touch /etc/logrotate.d. + # See http://thread.gmane.org/gmane.linux.gentoo.devel/35675 + insinto /etc/logrotate.d + newins files/${PN}-logrotate ${PN} + + keepdir /var/lib/${PN} + + newbashcomp files/bash-completion ${PN}-client + bashcomp_alias ${PN}-client ${PN}-server ${PN}-regex +} + +pkg_preinst() { + has_version "<${CATEGORY}/${PN}-0.7" + previous_less_than_0_7=$? +} + +pkg_postinst() { + tmpfiles_process ${PN}-tmpfiles.conf + + if [[ ${previous_less_than_0_7} == 0 ]] ; then + elog + elog "Configuration files are now in /etc/fail2ban/" + elog "You probably have to manually update your configuration" + elog "files before restarting Fail2Ban!" + elog + elog "Fail2Ban is not installed under /usr/lib anymore. The" + elog "new location is under /usr/share." + elog + elog "You are upgrading from version 0.6.x, please see:" + elog "http://www.fail2ban.org/wiki/index.php/HOWTO_Upgrade_from_0.6_to_0.8" + fi + + if ! has_version dev-python/pyinotify ; then + elog "For most jail.conf configurations, it is recommended you install" + elog "dev-python/pyinotify to control how log file modifications are detected" + fi + + if ! has_version dev-lang/python[sqlite] ; then + elog "If you want to use ${PN}'s persistent database, then reinstall" + elog "dev-lang/python with USE=sqlite. If you do not use the" + elog "persistent database feature, then you should set" + elog "dbfile = :memory: in fail2ban.conf accordingly." + fi +} diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild index f9f5b8721fff..8f83d3ea20cf 100644 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/fail2ban/fail2ban/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-analyzer/fping/fping-5.1-r1.ebuild b/net-analyzer/fping/fping-5.1-r1.ebuild index ddd1e6978d3a..0b69f0dcac00 100644 --- a/net-analyzer/fping/fping-5.1-r1.ebuild +++ b/net-analyzer/fping/fping-5.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://fping.org/dist/${P}.tar.gz" LICENSE="fping" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="suid" FILECAPS=( cap_net_raw+ep usr/sbin/fping ) diff --git a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild index 2e60316ccd2c..1e03916d125e 100644 --- a/net-analyzer/fprobe/fprobe-1.1-r7.ebuild +++ b/net-analyzer/fprobe/fprobe-1.1-r7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="debug messages" RDEPEND="net-libs/libpcap" diff --git a/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild index 3797d8ce8d40..bfb18bf3ace8 100644 --- a/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild +++ b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI=" mirror://debian/pool/main/m/${PN}/${PN}_${PV/_p*}-$(ver_cut 5).$(ver_cut 7).debian.tar.xz " LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" SLOT="0" PATCHES=( diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild index c0cc55723524..c8fbb4f76e81 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6-r2.ebuild @@ -15,7 +15,7 @@ S=${WORKDIR}/${P/_p*} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ppc64 x86" DEPEND=" net-libs/libpcap diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index b0314c58c45a..a0c18fd1a95e 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/pdns-recursor/pdns-recursor-5.0.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-5.0.4.ebuild index 35970c3ed18e..e244974c1501 100644 --- a/net-dns/pdns-recursor/pdns-recursor-5.0.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-5.0.4.ebuild @@ -46,7 +46,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2 ${CARGO_CRATE_ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug dnstap snmp sodium systemd test valgrind" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" diff --git a/net-firewall/Manifest.gz b/net-firewall/Manifest.gz index a1550ecb5d6e..b7c81f0681fb 100644 Binary files a/net-firewall/Manifest.gz and b/net-firewall/Manifest.gz differ diff --git a/net-firewall/firewalld/Manifest b/net-firewall/firewalld/Manifest index bf0242a0009d..58ee0e06b095 100644 --- a/net-firewall/firewalld/Manifest +++ b/net-firewall/firewalld/Manifest @@ -1,4 +1 @@ -DIST firewalld-2.0.1.tar.bz2 1257251 BLAKE2B a78ff5c1d733897024c33fe74ae8723c97253498ba55957420c66ccdfe4dcf64265336c5ee0cf120c4450d9c4da492e64c4fe01a3ea974d2992f6cf5879ef88d SHA512 31b18b74af4d731f6259915fd86d6551968eea563deba211b6d304d961747662085a02c7c185c0d7d8916693f53a5dca581b0877bce59c634e99a9f20de2f3e1 -DIST firewalld-2.0.2.tar.bz2 1276527 BLAKE2B 194f8b738a37b329f11a47fa9cf01f9cadc16d9f9dc7c8ace13b56f81bbb7d999b4a15cc156f89b14ecf794d4d6ef92f307600e298552779aed936d5b196c433 SHA512 fdcf4937e337bce4bca07d904efe2b775c8a69d4c7c9ca55c42752cfcf37f637f1cf1125bc1ca2c35a8980c995d90ea4e3afb5712f1666734e90e78e26888196 -DIST firewalld-2.1.0.tar.bz2 1310431 BLAKE2B e25941f16f5a2b0803c78d45f7b4beafdd1587106daefd009ac34a906c4604fa1c8d84a179e50d005433eadae982dcd0718e753c0627725918f2b6f5b8674146 SHA512 0f0e56a5397ea43801f0abfd3c50854340159804c95b920c3d4a22e2c211861b0d147fce879e9ddd58f6e89a805ccd5f828e8ffa2782a077c091c56dac97ee5b DIST firewalld-2.1.1.tar.bz2 1315222 BLAKE2B 064abfae1f2f1c5a63bbbbbec3357aa6e63936818fa2020ca882d1b834736b3735a32b0ab318e6de78b6f785cb4da0ee4e299956c922d9dbf6e7bd442e9bb2d6 SHA512 383e5ea3d451a28241e5a76f8d0efeeb8319663bdc5f680b68c5156ddb5145fac766a9ee9521c4af27b1df82861ca6f68ee81c0588b1dd6c4f6d4e4f5ca8fee1 diff --git a/net-firewall/firewalld/firewalld-2.0.1.ebuild b/net-firewall/firewalld/firewalld-2.0.1.ebuild deleted file mode 100644 index 47bd3faa6dc2..000000000000 --- a/net-firewall/firewalld/firewalld-2.0.1.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit bash-completion-r1 gnome2-utils linux-info optfeature -inherit plocale python-single-r1 systemd xdg-utils - -DESCRIPTION="A firewall daemon with D-Bus interface providing a dynamic firewall" -HOMEPAGE="https://firewalld.org/" -SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" -# Tests are too unreliable in sandbox environment -RESTRICT="!test? ( test ) test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gui? ( - x11-libs/gtk+:3 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - ) - nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) - ') - iptables? ( - net-firewall/iptables[ipv6(+)] - net-firewall/ebtables - net-firewall/ipset - nftables? ( net-firewall/nftables[xtables(+)] ) - ) -" -DEPEND=" - ${RDEPEND} - dev-libs/glib:2 -" -BDEPEND=" - app-text/docbook-xml-dtd - >=dev-util/intltool-0.35 - sys-devel/gettext -" - -# Testsuite's Makefile.am calls missing(!) -# ... but this seems to be consistent with the autoconf docs? -# Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html -QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" - -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW" - -pkg_setup() { - # See bug #830132 for the huge list - # We can probably narrow it down a bit but it's rather fragile - local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER - ~NETFILTER_ADVANCED - ~NETFILTER_INGRESS - ~NF_NAT_MASQUERADE - ~NF_NAT_REDIRECT - ~NF_TABLES_INET - ~NF_TABLES_IPV4 - ~NF_TABLES_IPV6 - ~NF_CONNTRACK - ~NF_CONNTRACK_BROADCAST - ~NF_CONNTRACK_NETBIOS_NS - ~NF_CONNTRACK_TFTP - ~NF_CT_NETLINK - ~NF_CT_NETLINK_HELPER - ~NF_DEFRAG_IPV4 - ~NF_DEFRAG_IPV6 - ~NF_NAT - ~NF_NAT_TFTP - ~NF_REJECT_IPV4 - ~NF_REJECT_IPV6 - ~NF_SOCKET_IPV4 - ~NF_SOCKET_IPV6 - ~NF_TABLES - ~NF_TPROXY_IPV4 - ~NF_TPROXY_IPV6 - ~IP_NF_FILTER - ~IP_NF_IPTABLES - ~IP_NF_MANGLE - ~IP_NF_NAT - ~IP_NF_RAW - ~IP_NF_SECURITY - ~IP_NF_TARGET_MASQUERADE - ~IP_NF_TARGET_REJECT - ~IP6_NF_FILTER - ~IP6_NF_IPTABLES - ~IP6_NF_MANGLE - ~IP6_NF_NAT - ~IP6_NF_RAW - ~IP6_NF_SECURITY - ~IP6_NF_TARGET_MASQUERADE - ~IP6_NF_TARGET_REJECT - ~IP_SET - ~NETFILTER_CONNCOUNT - ~NETFILTER_NETLINK - ~NETFILTER_NETLINK_OSF - ~NETFILTER_NETLINK_QUEUE - ~NETFILTER_SYNPROXY - ~NETFILTER_XTABLES - ~NETFILTER_XT_CONNMARK - ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER_XT_MATCH_MULTIPORT - ~NETFILTER_XT_MATCH_STATE - ~NETFILTER_XT_NAT - ~NETFILTER_XT_TARGET_MASQUERADE - ~NFT_COMPAT - ~NFT_CT - ~NFT_FIB - ~NFT_FIB_INET - ~NFT_FIB_IPV4 - ~NFT_FIB_IPV6 - ~NFT_HASH - ~NFT_LIMIT - ~NFT_LOG - ~NFT_MASQ - ~NFT_NAT - ~NFT_QUEUE - ~NFT_QUOTA - ~NFT_REDIR - ~NFT_REJECT - ~NFT_REJECT_INET - ~NFT_REJECT_IPV4 - ~NFT_REJECT_IPV6 - ~NFT_SOCKET - ~NFT_SYNPROXY - ~NFT_TPROXY - ~NFT_TUNNEL - ~NFT_XFRM" - - # kernel >= 4.19 has unified a NF_CONNTRACK module, bug #692944 - if kernel_is -lt 4 19; then - CONFIG_CHECK+=" ~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_IPV6" - fi - - # bug #831259 - if kernel_is -le 5 4 ; then - CONFIG_CHECK+=" ~NF_TABLES_SET" - fi - - # bug #853055 - if kernel_is -lt 5 18 ; then - CONFIG_CHECK+=" ~NFT_COUNTER" - fi - - # bug #926685 - if kernel_is -le 6 1 ; then - CONFIG_CHECK+=" ~NFT_OBJREF" - fi - - linux-info_pkg_setup -} - -src_prepare() { - default - - plocale_find_changes "po" "" ".po" || die - plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS -} - -src_configure() { - python_setup - - local myeconfargs=( - --enable-systemd - $(use_with iptables iptables "${EPREFIX}/sbin/iptables") - $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore") - $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables") - $(use_with iptables ip6tables_restore "${EPREFIX}/sbin/ip6tables-restore") - $(use_with iptables ebtables "${EPREFIX}/sbin/ebtables") - $(use_with iptables ebtables_restore "${EPREFIX}/sbin/ebtables-restore") - $(use_with iptables ipset "${EPREFIX}/usr/sbin/ipset") - --with-systemd-unitdir="$(systemd_get_systemunitdir)" - --with-bashcompletiondir="$(get_bashcompdir)" - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - python_optimize - - # Get rid of junk - rm -rf "${D}/etc/sysconfig/" || die - - # For non-gui installs we need to remove GUI bits - if ! use gui; then - rm -rf "${D}/etc/xdg/autostart" || die - rm -f "${D}/usr/bin/firewall-applet" || die - rm -f "${D}/usr/bin/firewall-config" || die - rm -rf "${D}/usr/share/applications" || die - rm -rf "${D}/usr/share/icons" || die - fi - - newinitd "${FILESDIR}"/firewalld.init firewalld - - # Our version drops the/an obsolete 'conflicts' line with old iptables services - # bug #833506 - systemd_dounit "${FILESDIR}"/firewalld.service -} - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_icon_cache_update - gnome2_schemas_update - - # bug #833569 - optfeature "changing zones with NetworkManager" gnome-extra/nm-applet -} - -pkg_postrm() { - xdg_icon_cache_update - gnome2_schemas_update -} diff --git a/net-firewall/firewalld/firewalld-2.0.2.ebuild b/net-firewall/firewalld/firewalld-2.0.2.ebuild deleted file mode 100644 index ce1a6e8dd6b7..000000000000 --- a/net-firewall/firewalld/firewalld-2.0.2.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit bash-completion-r1 gnome2-utils linux-info optfeature -inherit plocale python-single-r1 systemd xdg-utils - -DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall" -HOMEPAGE="https://firewalld.org/" -SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" -# Tests are too unreliable in sandbox environment -RESTRICT="!test? ( test ) test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gui? ( - x11-libs/gtk+:3 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - ) - nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) - ') - iptables? ( - net-firewall/iptables[ipv6(+)] - net-firewall/ebtables - net-firewall/ipset - nftables? ( net-firewall/nftables[xtables(+)] ) - ) -" -DEPEND=" - ${RDEPEND} - dev-libs/glib:2 -" -BDEPEND=" - app-text/docbook-xml-dtd - >=dev-util/intltool-0.35 - sys-devel/gettext -" - -# Testsuite's Makefile.am calls missing(!) -# ... but this seems to be consistent with the autoconf docs? -# Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html -QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" - -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ru si sk sq sr sr@latin sv ta te tr uk zh_CN zh_TW" - -pkg_setup() { - # See bug #830132 for the huge list - # We can probably narrow it down a bit but it's rather fragile - local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER - ~NETFILTER_ADVANCED - ~NETFILTER_INGRESS - ~NF_NAT_MASQUERADE - ~NF_NAT_REDIRECT - ~NF_TABLES_INET - ~NF_TABLES_IPV4 - ~NF_TABLES_IPV6 - ~NF_CONNTRACK - ~NF_CONNTRACK_BROADCAST - ~NF_CONNTRACK_NETBIOS_NS - ~NF_CONNTRACK_TFTP - ~NF_CT_NETLINK - ~NF_CT_NETLINK_HELPER - ~NF_DEFRAG_IPV4 - ~NF_DEFRAG_IPV6 - ~NF_NAT - ~NF_NAT_TFTP - ~NF_REJECT_IPV4 - ~NF_REJECT_IPV6 - ~NF_SOCKET_IPV4 - ~NF_SOCKET_IPV6 - ~NF_TABLES - ~NF_TPROXY_IPV4 - ~NF_TPROXY_IPV6 - ~IP_NF_FILTER - ~IP_NF_IPTABLES - ~IP_NF_MANGLE - ~IP_NF_NAT - ~IP_NF_RAW - ~IP_NF_SECURITY - ~IP_NF_TARGET_MASQUERADE - ~IP_NF_TARGET_REJECT - ~IP6_NF_FILTER - ~IP6_NF_IPTABLES - ~IP6_NF_MANGLE - ~IP6_NF_NAT - ~IP6_NF_RAW - ~IP6_NF_SECURITY - ~IP6_NF_TARGET_MASQUERADE - ~IP6_NF_TARGET_REJECT - ~IP_SET - ~NETFILTER_CONNCOUNT - ~NETFILTER_NETLINK - ~NETFILTER_NETLINK_OSF - ~NETFILTER_NETLINK_QUEUE - ~NETFILTER_SYNPROXY - ~NETFILTER_XTABLES - ~NETFILTER_XT_CONNMARK - ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER_XT_MATCH_MULTIPORT - ~NETFILTER_XT_MATCH_STATE - ~NETFILTER_XT_NAT - ~NETFILTER_XT_TARGET_MASQUERADE - ~NFT_COMPAT - ~NFT_CT - ~NFT_FIB - ~NFT_FIB_INET - ~NFT_FIB_IPV4 - ~NFT_FIB_IPV6 - ~NFT_HASH - ~NFT_LIMIT - ~NFT_LOG - ~NFT_MASQ - ~NFT_NAT - ~NFT_QUEUE - ~NFT_QUOTA - ~NFT_REDIR - ~NFT_REJECT - ~NFT_REJECT_INET - ~NFT_REJECT_IPV4 - ~NFT_REJECT_IPV6 - ~NFT_SOCKET - ~NFT_SYNPROXY - ~NFT_TPROXY - ~NFT_TUNNEL - ~NFT_XFRM" - - # kernel >= 4.19 has unified a NF_CONNTRACK module, bug #692944 - if kernel_is -lt 4 19; then - CONFIG_CHECK+=" ~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_IPV6" - fi - - # bug #831259 - if kernel_is -le 5 4 ; then - CONFIG_CHECK+=" ~NF_TABLES_SET" - fi - - # bug #853055 - if kernel_is -lt 5 18 ; then - CONFIG_CHECK+=" ~NFT_COUNTER" - fi - - # bug #926685 - if kernel_is -le 6 1 ; then - CONFIG_CHECK+=" ~NFT_OBJREF" - fi - - linux-info_pkg_setup -} - -src_prepare() { - default - - plocale_find_changes "po" "" ".po" || die - plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS -} - -src_configure() { - python_setup - - local myeconfargs=( - --enable-systemd - $(use_with iptables iptables "${EPREFIX}/sbin/iptables") - $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore") - $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables") - $(use_with iptables ip6tables_restore "${EPREFIX}/sbin/ip6tables-restore") - $(use_with iptables ebtables "${EPREFIX}/sbin/ebtables") - $(use_with iptables ebtables_restore "${EPREFIX}/sbin/ebtables-restore") - $(use_with iptables ipset "${EPREFIX}/usr/sbin/ipset") - --with-systemd-unitdir="$(systemd_get_systemunitdir)" - --with-bashcompletiondir="$(get_bashcompdir)" - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - python_optimize - - # Get rid of junk - rm -rf "${D}/etc/sysconfig/" || die - - # For non-gui installs we need to remove GUI bits - if ! use gui; then - rm -rf "${D}/etc/xdg/autostart" || die - rm -f "${D}/usr/bin/firewall-applet" || die - rm -f "${D}/usr/bin/firewall-config" || die - rm -rf "${D}/usr/share/applications" || die - rm -rf "${D}/usr/share/icons" || die - fi - - newinitd "${FILESDIR}"/firewalld.init firewalld - - # Our version drops the/an obsolete 'conflicts' line with old iptables services - # bug #833506 - systemd_dounit "${FILESDIR}"/firewalld.service -} - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_icon_cache_update - gnome2_schemas_update - - # bug #833569 - optfeature "changing zones with NetworkManager" gnome-extra/nm-applet -} - -pkg_postrm() { - xdg_icon_cache_update - gnome2_schemas_update -} diff --git a/net-firewall/firewalld/firewalld-2.1.0.ebuild b/net-firewall/firewalld/firewalld-2.1.0.ebuild deleted file mode 100644 index 34c0630c75a7..000000000000 --- a/net-firewall/firewalld/firewalld-2.1.0.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -inherit bash-completion-r1 gnome2-utils linux-info optfeature -inherit plocale python-single-r1 systemd xdg-utils - -DESCRIPTION="Firewall daemon with D-Bus interface providing a dynamic firewall" -HOMEPAGE="https://firewalld.org/" -SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -IUSE="gui +nftables +iptables test" -# Tests are too unreliable in sandbox environment -RESTRICT="!test? ( test ) test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( >=sys-apps/openrc-0.11.5 sys-apps/systemd ) - $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - gui? ( - x11-libs/gtk+:3 - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - ) - nftables? ( >=net-firewall/nftables-0.9.4[python,json] ) - ') - iptables? ( - net-firewall/iptables[ipv6(+)] - net-firewall/ebtables - net-firewall/ipset - nftables? ( net-firewall/nftables[xtables(+)] ) - ) -" -DEPEND=" - ${RDEPEND} - dev-libs/glib:2 -" -BDEPEND=" - app-text/docbook-xml-dtd - >=dev-util/intltool-0.35 - sys-devel/gettext -" - -# Testsuite's Makefile.am calls missing(!) -# ... but this seems to be consistent with the autoconf docs? -# Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html -QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" - -PLOCALES="ar as ast bg bn_IN ca cs da de el en_GB en_US es et eu fa fi fr gl gu hi hr hu ia id it ja ka kn ko lt ml mr nl or pa pl pt pt_BR ro ru si sk sl sq sr sr@latin sv ta te tr uk zh_CN zh_TW" - -pkg_setup() { - # See bug #830132 for the huge list - # We can probably narrow it down a bit but it's rather fragile - local CONFIG_CHECK="~NF_CONNTRACK ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER - ~NETFILTER_ADVANCED - ~NETFILTER_INGRESS - ~NF_NAT_MASQUERADE - ~NF_NAT_REDIRECT - ~NF_TABLES_INET - ~NF_TABLES_IPV4 - ~NF_TABLES_IPV6 - ~NF_CONNTRACK - ~NF_CONNTRACK_BROADCAST - ~NF_CONNTRACK_NETBIOS_NS - ~NF_CONNTRACK_TFTP - ~NF_CT_NETLINK - ~NF_CT_NETLINK_HELPER - ~NF_DEFRAG_IPV4 - ~NF_DEFRAG_IPV6 - ~NF_NAT - ~NF_NAT_TFTP - ~NF_REJECT_IPV4 - ~NF_REJECT_IPV6 - ~NF_SOCKET_IPV4 - ~NF_SOCKET_IPV6 - ~NF_TABLES - ~NF_TPROXY_IPV4 - ~NF_TPROXY_IPV6 - ~IP_NF_FILTER - ~IP_NF_IPTABLES - ~IP_NF_MANGLE - ~IP_NF_NAT - ~IP_NF_RAW - ~IP_NF_SECURITY - ~IP_NF_TARGET_MASQUERADE - ~IP_NF_TARGET_REJECT - ~IP6_NF_FILTER - ~IP6_NF_IPTABLES - ~IP6_NF_MANGLE - ~IP6_NF_NAT - ~IP6_NF_RAW - ~IP6_NF_SECURITY - ~IP6_NF_TARGET_MASQUERADE - ~IP6_NF_TARGET_REJECT - ~IP_SET - ~NETFILTER_CONNCOUNT - ~NETFILTER_NETLINK - ~NETFILTER_NETLINK_OSF - ~NETFILTER_NETLINK_QUEUE - ~NETFILTER_SYNPROXY - ~NETFILTER_XTABLES - ~NETFILTER_XT_CONNMARK - ~NETFILTER_XT_MATCH_CONNTRACK - ~NETFILTER_XT_MATCH_MULTIPORT - ~NETFILTER_XT_MATCH_STATE - ~NETFILTER_XT_NAT - ~NETFILTER_XT_TARGET_MASQUERADE - ~NFT_COMPAT - ~NFT_CT - ~NFT_FIB - ~NFT_FIB_INET - ~NFT_FIB_IPV4 - ~NFT_FIB_IPV6 - ~NFT_HASH - ~NFT_LIMIT - ~NFT_LOG - ~NFT_MASQ - ~NFT_NAT - ~NFT_QUEUE - ~NFT_QUOTA - ~NFT_REDIR - ~NFT_REJECT - ~NFT_REJECT_INET - ~NFT_REJECT_IPV4 - ~NFT_REJECT_IPV6 - ~NFT_SOCKET - ~NFT_SYNPROXY - ~NFT_TPROXY - ~NFT_TUNNEL - ~NFT_XFRM" - - # kernel >= 4.19 has unified a NF_CONNTRACK module, bug #692944 - if kernel_is -lt 4 19; then - CONFIG_CHECK+=" ~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_IPV6" - fi - - # bug #831259 - if kernel_is -le 5 4 ; then - CONFIG_CHECK+=" ~NF_TABLES_SET" - fi - - # bug #853055 - if kernel_is -lt 5 18 ; then - CONFIG_CHECK+=" ~NFT_COUNTER" - fi - - # bug #926685 - if kernel_is -le 6 1 ; then - CONFIG_CHECK+=" ~NFT_OBJREF" - fi - - linux-info_pkg_setup -} - -src_prepare() { - default - - plocale_find_changes "po" "" ".po" || die - plocale_get_locales | sed -e 's/ /\n/g' > po/LINGUAS -} - -src_configure() { - python_setup - - local myeconfargs=( - --enable-systemd - $(use_with iptables iptables "${EPREFIX}/sbin/iptables") - $(use_with iptables iptables_restore "${EPREFIX}/sbin/iptables-restore") - $(use_with iptables ip6tables "${EPREFIX}/sbin/ip6tables") - $(use_with iptables ip6tables_restore "${EPREFIX}/sbin/ip6tables-restore") - $(use_with iptables ebtables "${EPREFIX}/sbin/ebtables") - $(use_with iptables ebtables_restore "${EPREFIX}/sbin/ebtables-restore") - $(use_with iptables ipset "${EPREFIX}/usr/sbin/ipset") - --with-systemd-unitdir="$(systemd_get_systemunitdir)" - --with-bashcompletiondir="$(get_bashcompdir)" - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - python_optimize - - # Get rid of junk - rm -rf "${D}/etc/sysconfig/" || die - - # For non-gui installs we need to remove GUI bits - if ! use gui; then - rm -rf "${D}/etc/xdg/autostart" || die - rm -f "${D}/usr/bin/firewall-applet" || die - rm -f "${D}/usr/bin/firewall-config" || die - rm -rf "${D}/usr/share/applications" || die - rm -rf "${D}/usr/share/icons" || die - fi - - newinitd "${FILESDIR}"/firewalld.init firewalld - - # Our version drops the/an obsolete 'conflicts' line with old iptables services - # bug #833506 - systemd_dounit "${FILESDIR}"/firewalld.service -} - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_icon_cache_update - gnome2_schemas_update - - # bug #833569 - optfeature "changing zones with NetworkManager" gnome-extra/nm-applet -} - -pkg_postrm() { - xdg_icon_cache_update - gnome2_schemas_update -} diff --git a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild index fbe62a47db37..518816e8e8b3 100644 --- a/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 gnome2-utils linux-info optfeature inherit plocale python-single-r1 systemd xdg-utils @@ -13,7 +13,7 @@ SRC_URI="https://github.com/firewalld/firewalld/releases/download/v${PV}/${P}.ta LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" IUSE="gui +nftables +iptables test" # Tests are too unreliable in sandbox environment RESTRICT="!test? ( test ) test" diff --git a/net-firewall/firewalld/firewalld-2.1.1.ebuild b/net-firewall/firewalld/firewalld-2.1.1.ebuild index 34c0630c75a7..d30735b4523c 100644 --- a/net-firewall/firewalld/firewalld-2.1.1.ebuild +++ b/net-firewall/firewalld/firewalld-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 gnome2-utils linux-info optfeature inherit plocale python-single-r1 systemd xdg-utils diff --git a/net-fs/Manifest.gz b/net-fs/Manifest.gz index e16266dd7471..23688c3ff5ff 100644 Binary files a/net-fs/Manifest.gz and b/net-fs/Manifest.gz differ diff --git a/net-fs/libnfs/libnfs-5.0.3.ebuild b/net-fs/libnfs/libnfs-5.0.3.ebuild index 4d724238c890..f1f29dc19bc3 100644 --- a/net-fs/libnfs/libnfs-5.0.3.ebuild +++ b/net-fs/libnfs/libnfs-5.0.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 x86" S="${WORKDIR}"/${PN}-${P} fi diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz index dd5c95b8123e..5007d81fc91f 100644 Binary files a/net-ftp/Manifest.gz and b/net-ftp/Manifest.gz differ diff --git a/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r4-c99-port.patch b/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r4-c99-port.patch new file mode 100644 index 000000000000..b4db3d2df8b0 --- /dev/null +++ b/net-ftp/linksys-tftp/files/linksys-tftp-1.2.1-r4-c99-port.patch @@ -0,0 +1,572 @@ +Following patches are by Richard Narron from https://bugs.gentoo.org/928051 +--- linksys-tftp-1.2.1/tftpsubs.c 2024-04-16 08:27:50.310449884 -0700 ++++ linksys-tftp-1.2.1/tftpsubs.c 2024-04-16 08:53:26.084521570 -0700 +@@ -38,6 +38,7 @@ static char sccsid[] = "@(#)tftpsubs.c 5 + // modified tftp header to include pass + #include + #include ++#include + + #define PKTSIZE (1432+4) /* SEGSIZE+4 */ /* should be moved to tftp.h */ + +@@ -60,14 +61,22 @@ static int current; /* index of buff + int newline = 0; /* fillbuf: in middle of newline expansion */ + int prevchar = -1; /* putbuf: previous char (cr check) */ + +-struct tftphdr *rw_init(); ++/* functions declared in this program */ ++struct tftphdr *w_init(); ++struct tftphdr *r_init(); ++struct tftphdr *rw_init(int x); ++int readit(FILE *file, struct tftphdr **dpp, int convert); ++int read_ahead(FILE *file, int convert); ++int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert); ++int write_behind( FILE *file, int convert); ++int synchnet(int f); + + struct tftphdr *w_init() { return rw_init(0); } /* write-behind */ + struct tftphdr *r_init() { return rw_init(1); } /* read-ahead */ + +-struct tftphdr * +-rw_init(x) /* init for either read-ahead or write-behind */ +-int x; /* zero for write-behind, one for read-head */ ++/* init for either read-ahead or write-behind */ ++struct tftphdr *rw_init(int x) ++ /* zero for write-behind, one for read-head */ + { + newline = 0; /* init crlf flag */ + prevchar = -1; +@@ -82,10 +91,8 @@ int x; /* zero for writ + /* Have emptied current buffer by sending to net and getting ack. + Free it and return next buffer filled with data. + */ +-readit(file, dpp, convert) +- FILE *file; /* file opened for read */ +- struct tftphdr **dpp; +- int convert; /* if true, convert to ascii */ ++int readit(FILE *file, struct tftphdr **dpp, int convert) ++ /* file opened for read if true, convert to ascii */ + { + struct bf *b; + +@@ -104,9 +111,9 @@ readit(file, dpp, convert) + * fill the input buffer, doing ascii conversions if requested + * conversions are lf -> cr,lf and cr -> cr, nul + */ +-read_ahead(file, convert) +- FILE *file; /* file opened for read */ +- int convert; /* if true, convert to ascii */ ++int read_ahead(FILE *file, int convert) ++ /* file opened for read */ ++ /* if true, convert to ascii */ + { + register int i; + register char *p; +@@ -154,16 +161,14 @@ read_ahead(file, convert) + *p++ = c; + } + b->counter = (int)(p - dp->th_data); ++ return 0; + } + + /* Update count associated with the buffer, get new buffer + from the queue. Calls write_behind only if next buffer not + available. + */ +-writeit(file, dpp, ct, convert) +- FILE *file; +- struct tftphdr **dpp; +- int convert; ++int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) + { + bfs[current].counter = ct; /* set size of data to write */ + current = !current; /* switch to other buffer */ +@@ -180,9 +185,7 @@ writeit(file, dpp, ct, convert) + * Note spec is undefined if we get CR as last byte of file or a + * CR followed by anything else. In this case we leave it alone. + */ +-write_behind(file, convert) +- FILE *file; +- int convert; ++int write_behind( FILE *file, int convert) + { + char *buf; + int count; +@@ -238,9 +241,8 @@ skipit: + * when trace is active). + */ + +-int +-synchnet(f) +-int f; /* socket to flush */ ++int synchnet(int f) ++ /* socket to flush */ + { + int i, j = 0; + char rbuf[PKTSIZE]; +@@ -258,4 +260,5 @@ int f; /* socket to flush */ + return(j); + } + } ++ return 0; /* should never get here */ + } +--- linksys-tftp-1.2.1/tftp.c 2024-04-16 08:27:50.328449885 -0700 ++++ linksys-tftp-1.2.1/tftp.c 2024-04-15 21:26:36.259371211 -0700 +@@ -47,6 +47,13 @@ extern int rexmtval; + extern int maxtimeout; + extern int segsize; + ++/* functions from tftpsubs */ ++extern int readit(FILE *file, struct tftphdr **dpp, int convert); ++extern int read_ahead(FILE *file, int convert); ++extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert); ++extern int write_behind( FILE *file, int convert); ++extern int synchnet(int f); ++ + #define PKTSIZE (1432+4) /* SEGSIZE+4 */ + char ackbuf[PKTSIZE]; + int timeout; +@@ -57,6 +64,19 @@ jmp_buf timeoutbuf; + #define OACK 6 + #endif + ++/* functions declared herein */ ++void timer(int sig); ++void parseoack(char *cp, int sz); ++void sendfile(int fd, char *name, char *mode, char *linkpass); ++void recvfile(int fd, char *name, char *mode, char *linkpass); ++int makerequest(int request, char *name, struct tftphdr *tp, char *mode, char *linkpass); ++void nak(int error); ++void topts(char *cp, int sz); ++void tpacket(char *s, struct tftphdr *tp, int n); ++void startclock(); ++void stopclock(); ++void printstats(char *direction, unsigned long amount); ++ + void timer(int sig) + { + +@@ -72,9 +92,7 @@ void timer(int sig) + /* + * Parse an OACK package and set blocksize accordingly + */ +-parseoack(cp, sz) +- char *cp; +- int sz; ++void parseoack(char *cp, int sz) + { + int n; + +@@ -106,11 +124,7 @@ parseoack(cp, sz) + /* + * Send the requested file. + */ +-sendfile(fd, name, mode, linkpass) +- int fd; +- char *name; +- char *mode; +- char *linkpass; ++void sendfile(int fd, char *name, char *mode, char *linkpass) + { + register struct tftphdr *ap; /* data and ack packets */ + struct tftphdr *r_init(), *dp; +@@ -211,7 +225,7 @@ send_data: + printf("protocol violation\n"); + longjmp(toplevel, -1); + } +- parseoack(&ap->th_stuff, n - 2); ++ parseoack(ap->th_stuff, n - 2); + break; + } + } +@@ -231,11 +245,7 @@ abort: + /* + * Receive a file. + */ +-recvfile(fd, name, mode, linkpass) +- int fd; +- char *name; +- char *mode; +- char *linkpass; ++void recvfile(int fd, char *name, char *mode, char *linkpass) + { + register struct tftphdr *ap; + struct tftphdr *dp, *w_init(); +@@ -336,7 +346,7 @@ send_ack: + longjmp(toplevel, -1); + } + waitforoack = 0; +- parseoack(&dp->th_stuff, n - 2); ++ parseoack(dp->th_stuff, n - 2); + ap->th_opcode = htons((u_short)ACK); + ap->th_block = htons(0); + size = 4; +@@ -362,10 +372,7 @@ abort: + printstats("Received", amount); + } + +-makerequest(request, name, tp, mode, linkpass) +- int request; +- char *name, *mode, *linkpass; +- struct tftphdr *tp; ++int makerequest(int request, char *name, struct tftphdr *tp, char *mode, char *linkpass) + { + register char *cp; + +@@ -404,8 +411,7 @@ struct errmsg { + * standard TFTP codes, or a UNIX errno + * offset by 100. + */ +-nak(error) +- int error; ++void nak(int error) + { + register struct tftphdr *tp; + int length; +@@ -431,9 +437,7 @@ nak(error) + perror("nak"); + } + +-topts(cp, sz) +- char *cp; +- int sz; ++void topts(char *cp, int sz) + { + int n, i = 0; + +@@ -454,10 +458,7 @@ topts(cp, sz) + } + } + +-tpacket(s, tp, n) +- char *s; +- struct tftphdr *tp; +- int n; ++void tpacket(char *s, struct tftphdr *tp, int n) + { + static char *opcodes[] = + { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" }; +@@ -505,17 +506,15 @@ struct timeval tstart; + struct timeval tstop; + struct timezone zone; + +-startclock() { ++void startclock() { + gettimeofday(&tstart, &zone); + } + +-stopclock() { ++void stopclock() { + gettimeofday(&tstop, &zone); + } + +-printstats(direction, amount) +-char *direction; +-unsigned long amount; ++void printstats(char *direction, unsigned long amount) + { + double delta; + /* compute delta in 1/10's second units */ +--- linksys-tftp-1.2.1/main.c 2024-04-16 08:27:50.327449884 -0700 ++++ linksys-tftp-1.2.1/main.c 2024-04-15 21:36:43.035399534 -0700 +@@ -33,6 +33,7 @@ static char sccsid[] = "@(#)main.c 5.8 ( + #include + + #include ++#include + + #include + #include +@@ -43,7 +44,11 @@ static char sccsid[] = "@(#)main.c 5.8 ( + #include + #include + #include +-#include ++/* #include */ ++ ++/* routines from tftp.c */ ++extern void sendfile(int fd, char *name, char *mode, char *linkpass); ++extern void recvfile(int fd, char *name, char *mode, char *linkpass); + + #define TIMEOUT 5 /* secs between rexmt's */ + +@@ -64,9 +69,13 @@ struct servent *sp; + + int segsize = 512; + +-int quit(), help(), setverbose(), settrace(), status(); +-int get(), put(), setpeer(), modecmd(), setrexmt(), settimeout(); +-int setbinary(), banner(), setascii(), setblocksize(); ++/* local routines */ ++int quit(), help(), setverbose(), settrace(), status(), command(); ++int get(), getusage(), put(), putusage(); ++int setpeer(), modecmd(), setrexmt(), settimeout(), status(); ++int setbinary(), setascii(); ++void setmode(), makeargv(); ++int setblocksize(), banner(); + + #define HELPINDENT (sizeof("connect")) + +@@ -114,8 +123,7 @@ struct cmd *getcmd(); + char *index(); + char *rindex(); + +-int main(argc, argv) +- char *argv[]; ++int main(int argc, char *argv[]) + { + struct sockaddr_in sin; + int top; +@@ -147,13 +155,12 @@ int main(argc, argv) + top = setjmp(toplevel) == 0; + for (;;) + command(top); ++ return 0; + } + + char hostname[100]; + +-setpeer(argc, argv) +- int argc; +- char *argv[]; ++int setpeer(int argc, char *argv[]) + { + struct hostent *host; + +@@ -187,6 +194,7 @@ setpeer(argc, argv) + port = htons(port); + } + connected = 1; ++ return 0; + } + + struct modes { +@@ -201,8 +209,7 @@ struct modes { + { 0, 0 } + }; + +-modecmd(argc, argv) +- char *argv[]; ++int modecmd(int argc, char *argv[]) + { + register struct modes *p; + char *sep; +@@ -234,18 +241,17 @@ modecmd(argc, argv) + return 0; + } + +-setbinary(argc, argv) +-char *argv[]; +-{ setmode("octet"); ++int setbinary(int argc, char *argv[]) ++{ ++ setmode("octet"); + } + +-setascii(argc, argv) +-char *argv[]; +-{ setmode("netascii"); +-} ++int setascii(int argc, char *argv[]) ++{ ++ setmode("netascii"); ++ } + +-setmode(newmode) +-char *newmode; ++void setmode(char *newmode) + { + strcpy(mode, newmode); + if (verbose) +@@ -256,8 +262,7 @@ char *newmode; + * Send file(s). + */ + +-put(argc, argv) +- char *argv[]; ++int put(int argc, char *argv[]) + { + int fd; + register int n; +@@ -286,8 +291,7 @@ put(argc, argv) + return 0; + } + +-putusage(s) +- char *s; ++int putusage(char *s) + { + printf("usage: %s file [linksys pass] (you must be connected)\n", s); + return 0; +@@ -296,8 +300,7 @@ putusage(s) + /* + * Receive file(s). + */ +-get(argc, argv) +- char *argv[]; ++int get(int argc, char *argv[]) + { + int fd; + register int n; +@@ -327,16 +330,15 @@ get(argc, argv) + return 0; + } + +-getusage(s) +-char * s; ++int getusage(char *s) + { + printf("usage: %s file [linksys pass] (you must be connected)\n", s); ++ return 0; + } + + int rexmtval = TIMEOUT; + +-setrexmt(argc, argv) +- char *argv[]; ++int setrexmt(int argc, char *argv[]) + { + int t; + +@@ -357,12 +359,12 @@ setrexmt(argc, argv) + printf("%d: bad value\n", t); + else + rexmtval = t; ++ return 0; + } + + int maxtimeout = 5 * TIMEOUT; + +-settimeout(argc, argv) +- char *argv[]; ++int settimeout(int argc, char *argv[]) + { + int t; + +@@ -383,10 +385,10 @@ settimeout(argc, argv) + printf("%d: bad value\n", t); + else + maxtimeout = t; ++ return 0; + } + +-status(argc, argv) +- char *argv[]; ++int status(int argc, char *argv[]) + { + if (connected) + printf("Connected to %s.\n", hostname); +@@ -396,6 +398,7 @@ status(argc, argv) + verbose ? "on" : "off", trace ? "on" : "off"); + printf("Rexmt-interval: %d seconds, Max-timeout: %d seconds\n", + rexmtval, maxtimeout); ++ return 0; + } + + void intr(int sig) +@@ -408,8 +411,7 @@ void intr(int sig) + /* + * Command parser. + */ +-command(top) +- int top; ++int command(int top) + { + register struct cmd *c; + +@@ -438,11 +440,10 @@ command(top) + } + (*c->handler)(margc, margv); + } ++ return 0; + } + +-struct cmd * +-getcmd(name) +- register char *name; ++struct cmd *getcmd(register char *name) + { + register char *p, *q; + register struct cmd *c, *found; +@@ -473,7 +474,7 @@ getcmd(name) + /* + * Slice a string up into argc/argv. + */ +-makeargv() ++void makeargv() + { + register char *cp; + register char **argp = margv; +@@ -496,7 +497,7 @@ makeargv() + } + + /*VARARGS*/ +-quit() ++int quit() + { + exit(0); + } +@@ -504,9 +505,7 @@ quit() + /* + * Help command. + */ +-help(argc, argv) +- int argc; +- char *argv[]; ++int help(int argc, char *argv[]) + { + register struct cmd *c; + +@@ -527,24 +526,26 @@ help(argc, argv) + else + printf("%s\n", c->help); + } ++ return 0; + } + + /*VARARGS*/ +-settrace() ++int settrace() + { + trace = !trace; + printf("Packet tracing %s.\n", trace ? "on" : "off"); ++ return 0; + } + + /*VARARGS*/ +-setverbose() ++int setverbose() + { + verbose = !verbose; + printf("Verbose mode %s.\n", verbose ? "on" : "off"); ++ return 0; + } + +-setblocksize(argc, argv) +- char *argv[]; ++int setblocksize(int argc, char *argv[]) + { + int t; + +@@ -565,8 +566,9 @@ setblocksize(argc, argv) + printf("%d: bad value\n", t); + else + segsize = t; ++ return 0; + } +-banner() { ++int banner() { + printf("TJ Shelton\tredsand [at] redsand.net\n"); + printf("Mike Lynn\tabaddon [at] 802.11ninja.net\n"); + printf("Linksys TFTP Client for *BSD/Linux\tThe Firmware gets sexier\n"); +Following is to fix one last missing include on musl systems +--- linksys-tftp-1.2.1.orig/main.c 2024-04-24 10:53:18.768850587 +0000 ++++ linksys-tftp-1.2.1/main.c 2024-04-24 10:56:29.329427589 +0000 +@@ -44,6 +44,7 @@ + #include + #include + #include ++#include + /* #include */ + + /* routines from tftp.c */ diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r4.ebuild b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r4.ebuild new file mode 100644 index 000000000000..7a669f8ed51f --- /dev/null +++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://www.redsand.net/solutions/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~riscv ~x86" + +PATCHES=( + "${FILESDIR}/${P}-r1-header.patch" + "${FILESDIR}/${P}-r1-Makefile.patch" + "${FILESDIR}/${P}-r1-fno-common.patch" + "${FILESDIR}/${P}-r1-clang.patch" + "${FILESDIR}/${P}-r4-c99-port.patch" +) + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + dobin linksys-tftp + einstalldocs +} diff --git a/net-im/Manifest.gz b/net-im/Manifest.gz index 73b82c6c43c3..a351883d8de3 100644 Binary files a/net-im/Manifest.gz and b/net-im/Manifest.gz differ diff --git a/net-im/discord/Manifest b/net-im/discord/Manifest index 733d92e23fac..a8dd8ec9b5d2 100644 --- a/net-im/discord/Manifest +++ b/net-im/discord/Manifest @@ -1 +1 @@ -DIST discord-0.0.51.tar.gz 101529628 BLAKE2B 7bc457c1d994556a06b086d7360f0010619e9355e71a464d289fc6b27f0d0d11d8cba2153fa65ebb891cc5781500f5a9e6ab6694c8818f1326697b49f0a774ea SHA512 b98072a64cfb593176e7e057b926fcf2d9e1a4aa555a659cebb8abe20fe463ff135a8028fd0fc36dc6c1bd40235da98c7c055c372e707cae00b882c8b0462dd9 +DIST discord-0.0.52.tar.gz 101426470 BLAKE2B 631c85111a29b12227835485c94f0f0c443132f5fb613fcf3a1749271257f95ca4ea9cdcdac16181f764d24f50b4206c3a3523d93dccc793d2a7aa48464b1f2e SHA512 42ff4b59a0dd846f06a297a1a8b5a1e28f37daa6951b4ce597d103492458c5ae90f69545908cd41238c5ed91b249ad2dd9b9cec3ef4feeb9ad22245c692eaa72 diff --git a/net-im/discord/discord-0.0.51.ebuild b/net-im/discord/discord-0.0.52.ebuild similarity index 100% rename from net-im/discord/discord-0.0.51.ebuild rename to net-im/discord/discord-0.0.52.ebuild diff --git a/net-im/mattermost-desktop-bin/Manifest b/net-im/mattermost-desktop-bin/Manifest index e7ff804a5cb5..97a8bf7cf38e 100644 --- a/net-im/mattermost-desktop-bin/Manifest +++ b/net-im/mattermost-desktop-bin/Manifest @@ -1,4 +1,4 @@ DIST mattermost-desktop-5.7.0-linux-arm64.tar.gz 104464404 BLAKE2B 08caa572a986826f212dde6235c8ab36a31e559d14ca5a4e1a5e1e9024efc7f6a4126e56f96ad9f6dbc0fcc5798c466328791d9dccc6a5dcd83e0e0b80664930 SHA512 8e83d2105daa5a701b0f067203f7a0466a440962be2764f59ad7fa7ad892d6dcc07a1df8d5d924456b4038fae568a65efd52adc2c6f5c953f5ee7106468d526a DIST mattermost-desktop-5.7.0-linux-x64.tar.gz 104733209 BLAKE2B 3da6c25a3b197f60169b8178208e7dd2d14585c8d1e83247720f1cebd71e7f8a663df1ad479cca47931abcb016f3d576ece435ea6ab9a9ea3dbef9d653216d88 SHA512 e993f30d19adc5ee619f2708b0e7e91872b07ff8d4cba102097239e8928ea6464efd87d80a66d39219a79393719fe5db7d7b28df7fd9d53fae3a72e84ee7e718 -DIST mattermost-desktop-5.8.0-rc.1-linux-arm64.tar.gz 103062689 BLAKE2B cfe5c2e3dd8f6a8fb4e792fb8539b37364126ba4cea1d89692ed770c1c36bdeb6b4d737e1fab111942a2277ec33c6ce173a1b52c99b57ca2760df5b4e8c8ce52 SHA512 272c1d4fe9213450e1e77a9551d2f991aad775b9b7fbf737655ee27336e559d9f629fa0c5e0c286b4bbb7a455fceb6fe2c41dfe7a4657475000b8f2875ce5433 -DIST mattermost-desktop-5.8.0-rc.1-linux-x64.tar.gz 103008224 BLAKE2B f02c619df0ed714961e1ec145e46ee403ee20d3107eb5367809046711ce9049c756abea1679b6f15b2f63241fb19c12c0b2b96e71eea946284cb9dab614b56d9 SHA512 7129b253b2e56757cd31787f1c4468050f68f023a2795f05a7f14826e33187346894c5fd7650c8d64d003205b1ca4ffd351290a939b88354f4811ef732ca02f0 +DIST mattermost-desktop-5.8.0-rc.2-linux-arm64.tar.gz 103062623 BLAKE2B 85d0013317486d60a3545feca4f27bce14140c8719262c3fd9f5e3ab10a6decc9d9e6421e037e5754b8407a0ef7a915c8269fde0578e5cb5a2870c903a577e2c SHA512 6afe06020720d25ed2052e87d18fdbd871bc80b1a4ac9a093ae65da56a65f7ba8eb1d7c89569ce65224a874b466c9c3ab04b03cabeb719be06f833f95006eb27 +DIST mattermost-desktop-5.8.0-rc.2-linux-x64.tar.gz 103008303 BLAKE2B 52312c9bb09f50668c4c23485a12a3e64aa0d40bb7ce0007af8c5d5ac15c7b1b9ce3dda39e3f4687a44e277ff5f1e0de83c92795ee266bfe665ae998667e1ba0 SHA512 d1d4b082da057f1bd20c917d624641804f5012149defb3fd000a7abaec037887ccc74eb4aa3a831f8ae369ac971750794b92d580b74a00b9bad64befe76c4154 diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc1.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc2.ebuild similarity index 100% rename from net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc1.ebuild rename to net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc2.ebuild diff --git a/net-im/signal-cli-bin/Manifest b/net-im/signal-cli-bin/Manifest index 4f0bd3a1a471..e00539abdbd2 100644 --- a/net-im/signal-cli-bin/Manifest +++ b/net-im/signal-cli-bin/Manifest @@ -1,6 +1,3 @@ -DIST signal-cli-bin-0.12.7.README.md 5634 BLAKE2B 18cc55c1e00c3011921633d41c7510b20420cb74f874d811c802f523b0095afd31941a3151411bf232d8e17e6c9f6294ea4d340afdc9e7a2275a9e7e935949b7 SHA512 4df477726ed1f06dcc4079ac1d5931ed0fc73c6f18a46bb96fc7ce0efbc8441b7c615c3dcdc9eec6ef64e1b02e1545a23bbfbf6f26e3b1af7f9bd1b27f586102 -DIST signal-cli-bin-0.12.7.gh.tar.gz 52233248 BLAKE2B 0f4279a80740c6d9c8a803a99c2365d6ecd2e0e9b6304f3dfd44d8209b469d4353d3d93512fb818b96a3ddd8fe2d3b0f03d2dd57ea33a6697f4f63cf04460f55 SHA512 a241c489ed7993a4a26002bed2a0539295567548c6286fe1f2e102eeadabdfc3f49a72634ddd7c91eabd3dfe489f042d1c5105d31074368282dabecca1e48053 -DIST signal-cli-bin-0.12.7.signal-cli.1.adoc 25618 BLAKE2B e971d8752c57a0b49677d84cbdbd21e2303c3fdac36dfbecc1ab1d4141c89b27dc563be06d7df472682c3fce684b9c9b572e10d155af266b7ac516edeed0b282 SHA512 ad9fd60e164ec1649ea9abddd3de51bb8b055d183e0e690e33ccca92f5a7afb2b35bf6c982fe21375d38eb8ed400da38b886e742cb63562ef0dcde0d14f07266 DIST signal-cli-bin-0.13.1.README.md 5538 BLAKE2B 9cef6c3db846dada9e855e445d2a0465b1ba6495e27cf4366bdf34e5c505ec5bf76c8d898a1d36a564e4a983eefd401cc94ab71804c6bd30367c84af065504d4 SHA512 575d355a7969dd748958c945c7d3c92de77882a63bf7111062d417127e465b1975e55a13853b83ccecf1307c0baf9eb1057c48363bd78a729b6f1c9e19ab134d DIST signal-cli-bin-0.13.1.gh.tar.gz 51796574 BLAKE2B dad3d4c3b1ac450b14edbdedd42abc62ece2941ea57d11239adb8cbf5bd82781b714260a62f7552a3879bfdfd2dd7b63dcb9d3ea33c65499c5aa4783a4bc253f SHA512 c82a1dadfbc37cc316fefb663a07d5e2366d31fa49a7a207fb3b2f1d68f55b41074f01704bada55b528bf60a3177a7ab74b612bc644ae57f8cb4a8115138d825 DIST signal-cli-bin-0.13.1.signal-cli.1.adoc 28070 BLAKE2B 6530cefd79ca26673f8dda7b6e19574ed057aa92a2b940f55e951487254629d1f7c6ac03d30b682e7afc638ac859c31c1f3ac0542183316e1ba56c6dcd0e7d4c SHA512 8f98357f2ee2fb0102c847fb9ff91f0475386fb58708d9e37871ccb351fae7ab852c73eac5c3eedf154dc4bd4038c1d0f53f9024d1c0e0cb45bbd145f7dd09f9 diff --git a/net-im/signal-cli-bin/files/signal-cli-bin-0.11.3-use-working-java-version.patch b/net-im/signal-cli-bin/files/signal-cli-bin-0.11.3-use-working-java-version.patch deleted file mode 100644 index 02b77bc54dd4..000000000000 --- a/net-im/signal-cli-bin/files/signal-cli-bin-0.11.3-use-working-java-version.patch +++ /dev/null @@ -1,33 +0,0 @@ -This patch searches the jre 17 binary in the gentoo specific directories. - -Signed-off-by: Martin Dummer - ---- a/bin/signal-cli -+++ b/bin/signal-cli -@@ -118,13 +118,19 @@ - - - # Determine the Java command to use to start the JVM. --if [ -n "$JAVA_HOME" ] ; then -- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then -- # IBM's JDK on AIX uses strange locations for the executables -- JAVACMD=$JAVA_HOME/jre/sh/java -- else -- JAVACMD=$JAVA_HOME/bin/java -- fi -+# This package needs Java 17, -+# so we must search for matching java binaries -+for I in /usr/lib*/openjdk-17 /opt/openjdk-bin-17 /opt/openjdk-jre-bin-17; do -+ J_TRY="$I/bin/java" -+ if [ -x "$J_TRY" ] ; then -+ "$J_TRY" -version 2>&1 | grep --fixed-strings --quiet "17." -+ if [ $? -eq 0 ] ; then -+ JAVACMD="$J_TRY" -+ break -+ fi -+ fi -+done -+if [ -n "$JAVACMD" ] ; then - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - diff --git a/net-im/signal-cli-bin/files/signal-cli-bin-0.13.1-use-working-java-version.patch b/net-im/signal-cli-bin/files/signal-cli-bin-0.13.1-use-working-java-version.patch index 452435a6751c..366ca18e19ed 100644 --- a/net-im/signal-cli-bin/files/signal-cli-bin-0.13.1-use-working-java-version.patch +++ b/net-im/signal-cli-bin/files/signal-cli-bin-0.13.1-use-working-java-version.patch @@ -20,7 +20,7 @@ Signed-off-by: Julien Roy +for I in /usr/lib*/openjdk-21 /opt/openjdk-bin-21 /opt/openjdk-jre-bin-21; do + J_TRY="$I/bin/java" + if [ -x "$J_TRY" ] ; then -+ "$J_TRY" -version 2>&1 | grep --fixed-strings --quiet "17." ++ "$J_TRY" -version 2>&1 | grep --fixed-strings --quiet "21." + if [ $? -eq 0 ] ; then + JAVACMD="$J_TRY" + break diff --git a/net-im/signal-cli-bin/signal-cli-bin-0.12.7.ebuild b/net-im/signal-cli-bin/signal-cli-bin-0.12.7.ebuild deleted file mode 100644 index 3898a8985c79..000000000000 --- a/net-im/signal-cli-bin/signal-cli-bin-0.12.7.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2021-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P="signal-cli-${PV}" -DESCRIPTION="Send and receive messages of Signal Messenger over a command line interface" -HOMEPAGE="https://github.com/AsamK/signal-cli/wiki" -SRC_URI=" - https://github.com/AsamK/signal-cli/releases/download/v${PV}/${MY_P}.tar.gz -> ${P}.gh.tar.gz - https://github.com/AsamK/signal-cli/raw/v${PV}/README.md -> ${P}.README.md - https://github.com/AsamK/signal-cli/raw/v${PV}/man/signal-cli.1.adoc -> ${P}.signal-cli.1.adoc -" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" - -DEPEND=" - || ( virtual/jdk:17 virtual/jre:17 ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - app-text/asciidoc -" - -PATCHES=( - "${FILESDIR}/${PN}-0.11.3-use-working-java-version.patch" -) - -src_unpack() { - default - cp "${DISTDIR}/${P}.signal-cli.1.adoc" signal-cli.1.adoc || die -} - -src_compile() { - default - a2x --no-xmllint --doctype manpage --format manpage "${WORKDIR}/signal-cli.1.adoc" || die -} - -src_install() { - insinto /usr - doins -r lib - dobin bin/signal-cli - newdoc "${DISTDIR}/${P}.README.md" README.md - doman "${WORKDIR}/signal-cli.1" -} - -pkg_postinst() { - elog "Please read /usr/share/doc/${PF}/README.md.bz2" - elog "how to register signal-cli with the signal service and how to send" - elog "and receive messages" -} diff --git a/net-im/signal-cli-bin/signal-cli-bin-0.13.1.ebuild b/net-im/signal-cli-bin/signal-cli-bin-0.13.1-r1.ebuild similarity index 97% rename from net-im/signal-cli-bin/signal-cli-bin-0.13.1.ebuild rename to net-im/signal-cli-bin/signal-cli-bin-0.13.1-r1.ebuild index 134539b98724..200ffb194879 100644 --- a/net-im/signal-cli-bin/signal-cli-bin-0.13.1.ebuild +++ b/net-im/signal-cli-bin/signal-cli-bin-0.13.1-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - || ( virtual/jdk:21 virtual/jre:21 ) + virtual/jre:21 " RDEPEND="${DEPEND}" BDEPEND=" diff --git a/net-im/signal-cli-bin/signal-cli-bin-0.13.2.ebuild b/net-im/signal-cli-bin/signal-cli-bin-0.13.2-r1.ebuild similarity index 97% rename from net-im/signal-cli-bin/signal-cli-bin-0.13.2.ebuild rename to net-im/signal-cli-bin/signal-cli-bin-0.13.2-r1.ebuild index 134539b98724..200ffb194879 100644 --- a/net-im/signal-cli-bin/signal-cli-bin-0.13.2.ebuild +++ b/net-im/signal-cli-bin/signal-cli-bin-0.13.2-r1.ebuild @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - || ( virtual/jdk:21 virtual/jre:21 ) + virtual/jre:21 " RDEPEND="${DEPEND}" BDEPEND=" diff --git a/net-irc/Manifest.gz b/net-irc/Manifest.gz index b7caeed88d18..6e60772b1004 100644 Binary files a/net-irc/Manifest.gz and b/net-irc/Manifest.gz differ diff --git a/net-irc/irker/irker-2.24.ebuild b/net-irc/irker/irker-2.24.ebuild index b38f087cadbc..56c668a66660 100644 --- a/net-irc/irker/irker-2.24.ebuild +++ b/net-irc/irker/irker-2.24.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Dependency notes: diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 7fc459173d14..562a2484acc8 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/courier-authlib/courier-authlib-0.72.1.ebuild b/net-libs/courier-authlib/courier-authlib-0.72.1.ebuild index 616bcc104784..cc82d999c472 100644 --- a/net-libs/courier-authlib/courier-authlib-0.72.1.ebuild +++ b/net-libs/courier-authlib/courier-authlib-0.72.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.courier-mta.org/authlib/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs" RESTRICT="!berkdb? ( test )" diff --git a/net-libs/courier-unicode/courier-unicode-2.3.0.ebuild b/net-libs/courier-unicode/courier-unicode-2.3.0.ebuild index e1bc7ca824f9..d039bdb48cd6 100644 --- a/net-libs/courier-unicode/courier-unicode-2.3.0.ebuild +++ b/net-libs/courier-unicode/courier-unicode-2.3.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0/7" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" src_configure() { econf --disable-static diff --git a/net-libs/gnutls/gnutls-3.8.5.ebuild b/net-libs/gnutls/gnutls-3.8.5.ebuild deleted file mode 100644 index 19002c19728c..000000000000 --- a/net-libs/gnutls/gnutls-3.8.5.ebuild +++ /dev/null @@ -1,149 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnutls.asc -inherit libtool multilib-minimal verify-sig - -DESCRIPTION="A secure communications library implementing the SSL, TLS and DTLS protocols" -HOMEPAGE="https://www.gnutls.org/" -SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz" -SRC_URI+=" verify-sig? ( mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz.sig )" - -LICENSE="GPL-3 LGPL-2.1+" -# As of 3.8.0, the C++ library is header-only, but we won't drop the subslot -# component for it until libgnutls.so breaks ABI, to avoid pointless rebuilds. -# Subslot format: -# . -SLOT="0/30.30" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="brotli +cxx dane doc examples +idn nls +openssl pkcs11 seccomp sslv2 sslv3 static-libs test test-full +tls-heartbeat tools zlib zstd" -REQUIRED_USE="test-full? ( cxx dane doc examples idn nls openssl pkcs11 seccomp tls-heartbeat tools )" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}] - dev-libs/libunistring:=[${MULTILIB_USEDEP}] - >=dev-libs/nettle-3.6:=[gmp,${MULTILIB_USEDEP}] - >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}] - brotli? ( >=app-arch/brotli-1.0.0:=[${MULTILIB_USEDEP}] ) - dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] ) - nls? ( >=virtual/libintl-0-r1:=[${MULTILIB_USEDEP}] ) - pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] ) - idn? ( >=net-dns/libidn2-0.16-r1:=[${MULTILIB_USEDEP}] ) - zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) - zstd? ( >=app-arch/zstd-1.3.0:=[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} - test? ( - seccomp? ( sys-libs/libseccomp ) - ) -" -BDEPEND=" - dev-build/gtk-doc-am - >=virtual/pkgconfig-0-r1 - doc? ( dev-util/gtk-doc ) - nls? ( sys-devel/gettext ) - test-full? ( - app-crypt/dieharder - || ( sys-libs/libfaketime >=app-misc/datefudge-1.22 ) - dev-libs/softhsm:2[-bindist(-)] - net-dialup/ppp - net-misc/socat - ) - verify-sig? ( >=sec-keys/openpgp-keys-gnutls-20240415 ) -" - -DOCS=( README.md doc/certtool.cfg ) - -HTML_DOCS=() - -QA_CONFIG_IMPL_DECL_SKIP=( - # gnulib FPs - MIN - alignof - static_assert -) - -src_prepare() { - default - - # bug #520818 - export TZ=UTC - - use doc && HTML_DOCS+=( doc/gnutls.html ) - - # don't try to use system certificate store on macOS, it is - # confusingly ignoring our ca-certificates and more importantly - # fails to compile in certain configurations - sed -i -e 's/__APPLE__/__NO_APPLE__/' lib/system/certs.c || die - - # Use sane .so versioning on FreeBSD. - elibtoolize -} - -multilib_src_configure() { - LINGUAS="${LINGUAS//en/en@boldquot en@quot}" - - local libconf=() - - # TPM needs to be tested before being enabled - # Note that this may add a libltdl dep when enabled. Check configure.ac. - libconf+=( - --without-tpm - --without-tpm2 - ) - - # hardware-accel is disabled on OSX because the asm files force - # GNU-stack (as doesn't support that) and when that's removed ld - # complains about duplicate symbols - [[ ${CHOST} == *-darwin* ]] && libconf+=( --disable-hardware-acceleration ) - - # -fanalyzer substantially slows down the build and isn't useful for - # us. It's useful for upstream as it's static analysis, but it's not - # useful when just getting something built. - export gl_cv_warn_c__fanalyzer=no - - local myeconfargs=( - --disable-valgrind-tests - $(multilib_native_enable manpages) - $(multilib_native_use_enable doc gtk-doc) - $(multilib_native_use_enable doc) - $(multilib_native_use_enable seccomp seccomp-tests) - $(multilib_native_use_enable test tests) - $(multilib_native_use_enable test-full full-test-suite) - $(multilib_native_use_enable tools) - $(use_enable cxx) - $(use_enable dane libdane) - $(use_enable nls) - $(use_enable openssl openssl-compatibility) - $(use_enable sslv2 ssl2-support) - $(use_enable sslv3 ssl3-support) - $(use_enable static-libs static) - $(use_enable tls-heartbeat heartbeat-support) - $(use_with brotli) - $(use_with idn) - $(use_with pkcs11 p11-kit) - $(use_with zlib) - $(use_with zstd) - --disable-rpath - --with-default-trust-store-file="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt - --with-unbound-root-key-file="${EPREFIX}"/etc/dnssec/root-anchors.txt - --without-included-libtasn1 - $("${S}/configure" --help | grep -o -- '--without-.*-prefix') - ) - - ECONF_SOURCE="${S}" econf "${libconf[@]}" "${myeconfargs[@]}" -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -type f -name '*.la' -delete || die - - if use examples; then - docinto examples - dodoc doc/examples/*.c - fi -} diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest index 43a0ae433262..287f05186784 100644 --- a/net-libs/libmicrohttpd/Manifest +++ b/net-libs/libmicrohttpd/Manifest @@ -1,2 +1,3 @@ DIST libmicrohttpd-0.9.76.tar.gz 2199858 BLAKE2B 2c2de77d731ff130bb1491733b91e9e0b0c68bc30ea1a826f7f1d97aaf83fa7f6bec3c219f81c5293de72595b26d1e6eb66cdd4bfe3b16bd37a10e3acd3c6446 SHA512 9ff8a837892142376eaeaf50c0b0dba76697d0ff44b908434cba8db4324c57dfb8bbcc1a922b97d825891ac10f50693dee9388531856e0fa81fa2cfeac538581 DIST libmicrohttpd-0.9.77.tar.gz 1896679 BLAKE2B 09a07c7da77d6072e5aa0fb121aedffb66b6cfdb2da30d1809583469282365832beb935417e779ddb31876949358d25c10bf79616079393503ca5860d88ac052 SHA512 001025c023dd94c4a0cf017ed575e65a577b5ce595e7e450346bfb75def77eaa8a4cfbeffb9f4b912e34165c2cfca147c02c895e067a4f6c5a321a12035758a5 +DIST libmicrohttpd-1.0.1.tar.gz 2239593 BLAKE2B a29e49c719fc544ae72224d81cba7b7ef914f2641efe4b90d580d2212f2c3357a6d70499c43a6f50d14f4ec9d3102da8de899fe0420bf6660eb413080d89b7f7 SHA512 c99b8b93cae5feee8debcc5667ee3ff043412a84b30696fe852e6c138f3c890bb43c8fcd7199f1d2f809d522fef159e83b607c743d6cf3401a57050fbdf9b5c1 diff --git a/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild new file mode 100644 index 000000000000..bf51ab887652 --- /dev/null +++ b/net-libs/libmicrohttpd/libmicrohttpd-1.0.1.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit linux-info multilib-minimal + +MY_P="${P/_/}" + +DESCRIPTION="Small C library to run an HTTP server as part of another application" +HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" +SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + +LICENSE="|| ( LGPL-2.1+ !ssl? ( GPL-2+-with-eCos-exception-2 ) )" +SLOT="0/12" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="debug +epoll +eventfd ssl static-libs test +thread-names verify-sig" +REQUIRED_USE="epoll? ( kernel_linux )" +RESTRICT="!test? ( test )" + +RDEPEND="ssl? ( >net-libs/gnutls-2.12.20:=[${MULTILIB_USEDEP}] )" +# libcurl and the curl binary are used during tests on CHOST +DEPEND="${RDEPEND} + test? ( net-misc/curl[ssl?] )" +BDEPEND="ssl? ( virtual/pkgconfig )" + +DOCS=( AUTHORS NEWS COPYING README ChangeLog ) + +pkg_pretend() { + if use kernel_linux ; then + CONFIG_CHECK="" + use epoll && CONFIG_CHECK+=" ~EPOLL" + ERROR_EPOLL="EPOLL is not enabled in kernel, but enabled in libmicrohttpd." + ERROR_EPOLL+=" libmicrohttpd will fail to start with 'automatic' configuration." + use eventfd && CONFIG_CHECK+=" ~EVENTFD" + ERROR_EVENTFD="EVENTFD is not enabled in kernel, but enabled in libmicrohttpd." + ERROR_EVENTFD+=" libmicrohttpd will not work." + check_extra_config + fi +} + +multilib_src_configure() { + local itc_type + if use eventfd; then + itc_type="eventfd" + else + itc_type="pipe" + fi + ECONF_SOURCE="${S}" \ + econf \ + --enable-shared \ + $(use_enable static-libs static) \ + --enable-bauth \ + --enable-dauth \ + --enable-messages \ + --enable-postprocessor \ + --enable-httpupgrade \ + --disable-examples \ + --disable-tools \ + --disable-experimental \ + --disable-heavy-tests \ + --enable-itc=${itc_type} \ + $(use_enable debug asserts) \ + $(use_enable thread-names) \ + $(use_enable epoll) \ + $(use_enable test curl) \ + $(use_enable ssl https) +} + +multilib_src_install_all() { + default + + if ! use static-libs; then + find "${ED}" -name '*.la' -delete || die + fi +} diff --git a/net-libs/miniupnpc/Manifest b/net-libs/miniupnpc/Manifest index f4a792a8ccff..1bfa020c464e 100644 --- a/net-libs/miniupnpc/Manifest +++ b/net-libs/miniupnpc/Manifest @@ -1,4 +1,2 @@ -DIST miniupnpc-2.2.6.tar.gz 103949 BLAKE2B bf5ea9ce0194dcff47763989da6eea0282fe2507bab79a14bb699aa1f843730c95b448030d8100241787b899d3cc5e4e7ab4633ee2a97b9121eea05c90b138b0 SHA512 012a7a7c96694890af458933f0bc14573f5c85cc5f3021854e1a965574f993be174ca15c1b0edb224333c2560c3a44cd68a067527db832475a16dbbaaaf48125 -DIST miniupnpc-2.2.6.tar.gz.sig 543 BLAKE2B 243d9eacab92a33c6c9bf064333c6d2620c88d2bfb5b6bd1dd5f8360f355e8e4b0c0af596ceccc5783e9beaeb21bc2ba0c24fbf3d7448e92235f4a1a0793859a SHA512 750d0ffef99210552d96383bc67d4200f1306c4200ecac8b0d91f6796882a2c8686e83dbc3fe103d01d957a4212258e660c91a79a76ff87b2a7b0498bc5a822e DIST miniupnpc-2.2.7.tar.gz 104258 BLAKE2B 5681c1747c8e330442a0ad46d673e1739283bfc23571cb2225abf82326caa7da979911b3182cab2e3eea49140b90619f4e00bb5b1e2f0cd6067c28017cf87016 SHA512 d24e653c2f7bfed4485342c5ec8d18b4dd4c3430975b5fae392d3534f38bb3fb59e6638e76d57847f49045e22f3afd6cac128d7d9d10ef05bd6ad24ef38303b6 DIST miniupnpc-2.2.7.tar.gz.sig 543 BLAKE2B 6649e5866afd13034b05a9d771c25c419e85631ca17ed7457e5811aee0ba8c38b0ad34033caa5b611cde21a63251e902e3f24cc4748e52a4a379ef075bf59dc5 SHA512 188837275b20c61c05babac916bff86178774030dbc191ecd0e5314c6e9b6dbb627680b512c554a8b27a020bd7503b141be26a134e0ed7e2cc56c7e2c01d9e81 diff --git a/net-libs/miniupnpc/miniupnpc-2.2.6-r1.ebuild b/net-libs/miniupnpc/miniupnpc-2.2.6-r1.ebuild deleted file mode 100644 index 8f58e1fc3ffd..000000000000 --- a/net-libs/miniupnpc/miniupnpc-2.2.6-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs verify-sig - -DESCRIPTION="UPnP client library and a simple UPnP client" -HOMEPAGE=" - http://miniupnp.free.fr/ - https://miniupnp.tuxfamily.org/ - https://github.com/miniupnp/miniupnp/ -" -SRC_URI=" - https://miniupnp.tuxfamily.org/files/${P}.tar.gz - verify-sig? ( - https://miniupnp.tuxfamily.org/files/${P}.tar.gz.sig - ) -" - -LICENSE="BSD" -SLOT="0/17" -KEYWORDS="amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - kernel_linux? ( sys-apps/lsb-release ) - verify-sig? ( sec-keys/openpgp-keys-miniupnp ) -" - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/miniupnp.asc - -src_prepare() { - local PATCHES=( - "${FILESDIR}"/miniupnpc-2.2.3-drop-which.patch - ) - default - - local exprs=( - # These bins are not installed, upnpc-static requires building static lib - -e '/EXECUTABLES =/s/ upnpc-static upnp-listdevices-static//' - # Prevent gzipping manpage. - -e '/gzip/d' - # Disable installing the static library - -e '/FILESTOINSTALL =/s/ $(LIBRARY)//' - -e '/$(INSTALL) -m 644 $(LIBRARY) $(DESTDIR)$(INSTALLDIRLIB)/d' - ) - sed -i "${exprs[@]}" Makefile || die -} - -# Upstream cmake causes more trouble than it fixes, -# so we'll just stay with the Makefile for now. - -src_compile() { - tc-export CC AR - emake build/upnpc-shared -} - -src_test() { - emake -j1 check -} - -src_install() { - emake \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="$(get_libdir)" \ - install - - dodoc README Changelog.txt -} diff --git a/net-libs/miniupnpc/miniupnpc-2.2.7.ebuild b/net-libs/miniupnpc/miniupnpc-2.2.7.ebuild index a58e57abe446..8f58e1fc3ffd 100644 --- a/net-libs/miniupnpc/miniupnpc-2.2.7.ebuild +++ b/net-libs/miniupnpc/miniupnpc-2.2.7.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0/17" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" BDEPEND=" kernel_linux? ( sys-apps/lsb-release ) diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest index baeb21f5bca7..8d9f58da8642 100644 --- a/net-libs/nghttp2/Manifest +++ b/net-libs/nghttp2/Manifest @@ -1,5 +1 @@ -DIST nghttp2-1.57.0.tar.xz 1543568 BLAKE2B 6fad0f922477f896db14319433569b99cf599217335b5af189cc7b460f78996a801845927040d4f529151bbcc572b2cf4d8d28eae2647fad1fd35f796fd4afb8 SHA512 d914eb48afd1ea182c1b2a454bf5e7963a7e28165f1d6d29bb83dd61a1b611c8c469e72a7a22daf23b8037f6e5ae9d4e791150b7d135746c1a5ec71ceb777f92 -DIST nghttp2-1.58.0.tar.xz 1546332 BLAKE2B db51bf6a0307f1465f4fcda7555b3a720800ee09aa8d26533fb6726f9b56a137435f5ea745f8fa5f927c8638e2a8fd371b04825e23c6a802070cebcfb654d256 SHA512 97b70727c633be1168df6a5b48617dde113b1d1e34176ec8bf22f4449041af2f73b2ada438d14336c9712271ec6bfc7525f000c8ca6a7a9f8d06db01b876dd1c -DIST nghttp2-1.59.0.tar.xz 1546956 BLAKE2B 0a1471c3686fcf8a896183e71e7a1c000e9397fc1831054dc87ab8860ff5d8ce2ec5ede0ba916edc7fcf94f3361b2f91e623303cbb1f6c08310f5bfbfe6cebfe SHA512 0725f302957520893ac454997adc6d6e71dc9b520c62390477fe8c5dd5c64d02415023266814cfec859bf562159e4a42eeb7d7312c5871739a3d57ed7430820b -DIST nghttp2-1.60.0.tar.xz 1587004 BLAKE2B 8f2ab1aead261823fd2b15e54f0404c118a13f269c0f1c5d2cdc3f344e35338bcf64acfe58bed8ffbcda3843935c7168650dfc8bef17c1cdfacb684261bb2727 SHA512 5e6365d9118596d41848930de70f4a918d72463920184df60a7e1678c3a6c9cf1416236888e7e34395c87f41bba00a114994ba5a6e73f6a389769abf1b5cc842 DIST nghttp2-1.61.0.tar.xz 1645808 BLAKE2B e78fb94cc9234260447f0d3610e58e22f9eadc2dd8b79eec3c1bb10d5c03ad3a87f83d54e560e5bbdef5d60086c00b465caabca145485ecd636aa35a2cda616f SHA512 01e930d7caf464699505f92b76e2bc8192d168612dc564d2546812c42afea2fb81d552d70e8a5fed35e2bf5deadbec8eda095af94a2484bca41542988afce52a diff --git a/net-libs/nghttp2/nghttp2-1.57.0.ebuild b/net-libs/nghttp2/nghttp2-1.57.0.ebuild deleted file mode 100644 index fbbc7b203665..000000000000 --- a/net-libs/nghttp2/nghttp2-1.57.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="HTTP/2 C Library" -HOMEPAGE="https://nghttp2.org/" -SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0/1.14" # 1. -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" - -RESTRICT="!test? ( test )" - -SSL_DEPEND=" - >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] -" -RDEPEND=" - hpack-tools? ( >=dev-libs/jansson-2.5:= ) - jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) - utils? ( - ${SSL_DEPEND} - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] - net-dns/c-ares:=[${MULTILIB_USEDEP}] - ) - systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" -BDEPEND="virtual/pkgconfig" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_EXAMPLES=OFF - -DENABLE_FAILMALLOC=OFF - -DENABLE_WERROR=OFF - -DENABLE_THREADS=ON - -DENABLE_DEBUG=$(usex debug) - -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools) - $(cmake_use_find_package hpack-tools Jansson) - -DWITH_JEMALLOC=$(multilib_native_usex jemalloc) - -DENABLE_STATIC_LIB=$(usex static-libs) - $(cmake_use_find_package systemd Systemd) - $(cmake_use_find_package test CUnit) - -DENABLE_APP=$(multilib_native_usex utils) - -DWITH_LIBXML2=$(multilib_native_usex xml) - ) - cmake_src_configure -} - -multilib_src_test() { - eninja check -} diff --git a/net-libs/nghttp2/nghttp2-1.58.0.ebuild b/net-libs/nghttp2/nghttp2-1.58.0.ebuild deleted file mode 100644 index c028ca91bbb4..000000000000 --- a/net-libs/nghttp2/nghttp2-1.58.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="HTTP/2 C Library" -HOMEPAGE="https://nghttp2.org/" -SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0/1.14" # 1. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" - -RESTRICT="!test? ( test )" - -SSL_DEPEND=" - >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] -" -RDEPEND=" - hpack-tools? ( >=dev-libs/jansson-2.5:= ) - jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) - utils? ( - ${SSL_DEPEND} - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] - net-dns/c-ares:=[${MULTILIB_USEDEP}] - ) - systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" -BDEPEND="virtual/pkgconfig" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_EXAMPLES=OFF - -DENABLE_FAILMALLOC=OFF - -DENABLE_WERROR=OFF - -DENABLE_THREADS=ON - -DENABLE_DEBUG=$(usex debug) - -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools) - $(cmake_use_find_package hpack-tools Jansson) - -DWITH_JEMALLOC=$(multilib_native_usex jemalloc) - -DENABLE_STATIC_LIB=$(usex static-libs) - $(cmake_use_find_package systemd Systemd) - $(cmake_use_find_package test CUnit) - -DENABLE_APP=$(multilib_native_usex utils) - -DWITH_LIBXML2=$(multilib_native_usex xml) - ) - cmake_src_configure -} - -multilib_src_test() { - eninja check -} diff --git a/net-libs/nghttp2/nghttp2-1.59.0.ebuild b/net-libs/nghttp2/nghttp2-1.59.0.ebuild deleted file mode 100644 index cf8309087fb6..000000000000 --- a/net-libs/nghttp2/nghttp2-1.59.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="HTTP/2 C Library" -HOMEPAGE="https://nghttp2.org/" -SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0/1.14" # 1. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" - -RESTRICT="!test? ( test )" - -SSL_DEPEND=" - >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] -" -RDEPEND=" - hpack-tools? ( >=dev-libs/jansson-2.5:= ) - jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) - utils? ( - ${SSL_DEPEND} - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] - net-dns/c-ares:=[${MULTILIB_USEDEP}] - ) - systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" -BDEPEND="virtual/pkgconfig" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_EXAMPLES=OFF - -DENABLE_FAILMALLOC=OFF - -DENABLE_WERROR=OFF - -DENABLE_THREADS=ON - -DENABLE_DEBUG=$(usex debug) - -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools) - $(cmake_use_find_package hpack-tools Jansson) - -DWITH_JEMALLOC=$(multilib_native_usex jemalloc) - -DENABLE_STATIC_LIB=$(usex static-libs) - $(cmake_use_find_package systemd Systemd) - $(cmake_use_find_package test CUnit) - -DENABLE_APP=$(multilib_native_usex utils) - -DWITH_LIBXML2=$(multilib_native_usex xml) - ) - cmake_src_configure -} - -multilib_src_test() { - eninja check -} diff --git a/net-libs/nghttp2/nghttp2-1.60.0.ebuild b/net-libs/nghttp2/nghttp2-1.60.0.ebuild deleted file mode 100644 index 4b3b74750dc6..000000000000 --- a/net-libs/nghttp2/nghttp2-1.60.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib - -DESCRIPTION="HTTP/2 C Library" -HOMEPAGE="https://nghttp2.org/" -SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0/1.14" # 1. -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" - -RESTRICT="!test? ( test )" - -SSL_DEPEND=" - >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}] -" -RDEPEND=" - hpack-tools? ( >=dev-libs/jansson-2.5:= ) - jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) - utils? ( - ${SSL_DEPEND} - >=dev-libs/libev-4.15[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}] - net-dns/c-ares:=[${MULTILIB_USEDEP}] - ) - systemd? ( >=sys-apps/systemd-209 ) - xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_EXAMPLES=OFF - -DENABLE_FAILMALLOC=OFF - -DENABLE_WERROR=OFF - -DENABLE_THREADS=ON - -DENABLE_DEBUG=$(usex debug) - -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools) - $(cmake_use_find_package hpack-tools Jansson) - -DWITH_JEMALLOC=$(multilib_native_usex jemalloc) - -DBUILD_STATIC_LIBS=$(usex static-libs) - $(cmake_use_find_package systemd Systemd) - -DENABLE_APP=$(multilib_native_usex utils) - -DWITH_LIBXML2=$(multilib_native_usex xml) - ) - cmake_src_configure -} - -multilib_src_test() { - eninja check -} diff --git a/net-libs/nghttp2/nghttp2-1.61.0.ebuild b/net-libs/nghttp2/nghttp2-1.61.0.ebuild index 5accde584b6c..3f8e52d14272 100644 --- a/net-libs/nghttp2/nghttp2-1.61.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.61.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0/1.14" # 1. -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug hpack-tools jemalloc static-libs systemd test utils xml" REQUIRED_USE="test? ( static-libs )" diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index e999a44f221f..4ff41e17c664 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,23 +29,25 @@ RDEPEND=" ) systemd? ( >=sys-apps/systemd-209 ) xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" multilib_src_configure() { + #TODO: enable HTTP3 + #requires quictls/openssl, libngtcp2, libngtcp2_crypto_quictls, libnghttp3 local mycmakeargs=( -DENABLE_EXAMPLES=OFF -DENABLE_FAILMALLOC=OFF + -DENABLE_HTTP3=OFF -DENABLE_WERROR=OFF -DENABLE_THREADS=ON -DENABLE_DEBUG=$(usex debug) -DENABLE_HPACK_TOOLS=$(multilib_native_usex hpack-tools) $(cmake_use_find_package hpack-tools Jansson) -DWITH_JEMALLOC=$(multilib_native_usex jemalloc) - -DENABLE_STATIC_LIB=$(usex static-libs) + -DBUILD_STATIC_LIBS=$(usex static-libs) + -DBUILD_TESTING=$(usex test) $(cmake_use_find_package systemd Systemd) - $(cmake_use_find_package test CUnit) -DENABLE_APP=$(multilib_native_usex utils) -DWITH_LIBXML2=$(multilib_native_usex xml) ) diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 458289178984..fc517945306d 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild index 1e6696f28666..310c7066bc74 100644 --- a/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.26.9.ebuild @@ -20,7 +20,7 @@ else SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86" fi LICENSE="GPL-2" diff --git a/net-misc/geoipupdate/geoipupdate-6.1.0.ebuild b/net-misc/geoipupdate/geoipupdate-6.1.0.ebuild index c0e08724e787..e614b260fb7e 100644 --- a/net-misc/geoipupdate/geoipupdate-6.1.0.ebuild +++ b/net-misc/geoipupdate/geoipupdate-6.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="ISC BSD BSD-2 MIT Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~s390 ~x86" +KEYWORDS="amd64 arm ppc64 ~s390 x86" DOCS=( README.md CHANGELOG.md doc/GeoIP.conf.md doc/geoipupdate.md ) diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest index a12e11a145d6..490f3d260fc7 100644 --- a/net-misc/memcached/Manifest +++ b/net-misc/memcached/Manifest @@ -1,6 +1,3 @@ -DIST memcached-1.6.21.tar.gz 1127623 BLAKE2B 13feb4872f5d196c1c3ded0159c16c2b09661b95f2486fbffb012d3f0bc86a94cbcf82aea9d4e59a9beac7cc4251fb60efd9e2f4c066831cb9b582bd44631d28 SHA512 9d8ba8964474e7ed40095e414747a3ce76860ee32b9d8bac19fc7932a79d4bb9947e4cbe810933b6d271f4b0ee5576e25089ca40f414b25faf9245733bfbd369 -DIST memcached-1.6.22.tar.gz 1135926 BLAKE2B 872594e087e2302ac7901481797aa6fda98a73e39b8ad64e084c87834e86d7026abcdc3a87b016d0c7eb80bc96621ac9a0da8fcc0b46fc93e7c042cc30848cac SHA512 a30adc4f14c32051d2fc112eaa71de96f7ba614bd7f940ab5dd86365fe5e4df1399fa6fe6591cee903c8b914f2156050edef3139bafe38cd4a2b6424ba973e8e -DIST memcached-1.6.23.tar.gz 1166511 BLAKE2B 4e0d4cc49781a78e6900d843750d495d87f72829eabf6dcb1b959725a4f1df388a4cb44e87677f80ca19ea76102df997bb292137f626e8829113ec01e0b26e06 SHA512 b531a58f8fd1ff9ae821319302093ccf44a6c911ad680a15cc29390144a153340814f45c0a1ea9eebf999743399579e655abea671b27b85c1202d70945ce902a DIST memcached-1.6.24.tar.gz 1168521 BLAKE2B f68b9111c179865dba8ec126775195bc1dc0efb1ad76b121a06ca019a8fba675866b6d6c243d91412db259bc79cf54ef126b7c7c800198d5c980e1c48f6307a2 SHA512 e43386c2a6c0b95cefdccfe7f6b3890c59ca8b5c2636efc2e910b9617b20a5cf6de9bfedaafe0fb05c91bebb175fbdf033f5e0e512cb041b73af5af0d1854265 DIST memcached-1.6.25.tar.gz 1178044 BLAKE2B a00fb61cf6fbad07d18ecf878c08b250bcc2206f5bc1bbf91d2d1524ba14bba15743a3cc2d919fbdf0388d01ec26671dcfd0e4511b477747497ee564d796828f SHA512 70b11244fdedbea29cceda0f6db94fcd3723f70643f614db1163bae90d9b9792fe247233aa08b894869252f7b8340e85e41213cd04195b5f4ba288901ede80f7 DIST memcached-1.6.26.tar.gz 1178446 BLAKE2B 95919a83bd46bcddc7d055467954da6d64d42d0b9d1ee8e373e6c2a79cf518b768e0bd5d10f25a0eb27e642dd5fbc825f24c968d12034aa6e885a945a018e761 SHA512 7bd0d0dc0d228cde2fc3841c8973a2dde86bd50a4819f9737a22e12435f61d7459655029da390b63b8e6c3ca555b92a9c4c125a7c0bef5e6b051216414f1d49e diff --git a/net-misc/memcached/memcached-1.6.21-r1.ebuild b/net-misc/memcached/memcached-1.6.21-r1.ebuild deleted file mode 100644 index 53e00ffd929c..000000000000 --- a/net-misc/memcached/memcached-1.6.21-r1.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic systemd - -MY_PV="${PV/_rc/-rc}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="High-performance, distributed memory object caching system" -HOMEPAGE="http://memcached.org/" -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz - https://www.memcached.org/files/old/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later - -RDEPEND=">=dev-libs/libevent-1.4:= - dev-lang/perl - sasl? ( dev-libs/cyrus-sasl ) - seccomp? ( sys-libs/libseccomp ) - selinux? ( sec-policy/selinux-memcached ) - ssl? ( >=dev-libs/openssl-1.1.0g:= )" -DEPEND="${RDEPEND} - acct-user/memcached - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) )" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" -) - -src_prepare() { - default - - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die - - eautoreconf - - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN - - # Tweak upstream systemd unit to use Gentoo variables/envfile. - # As noted by bug #587440 - sed -i -e '/^ExecStart/{ - s,{USER},{MEMCACHED_RUNAS},g; - s,{CACHESIZE},{MEMUSAGE},g; - s,OPTIONS,MISC_OPTS,g; - }; - /Environment=/{s,OPTIONS,MISC_OPTS,g;}; - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;}; - ' \ - "${S}"/scripts/memcached.service -} - -src_configure() { - econf \ - --disable-docs \ - --disable-werror \ - $(use_enable sasl) \ - $(use_enable ssl tls) - # The xml2rfc tool to build the additional docs requires TCL :-( - # `use_enable doc docs` -} - -src_compile() { - # There is a heavy degree of per-object compile flags - # Users do NOT know better than upstream. Trying to compile the testapp and - # the -debug version with -DNDEBUG _WILL_ fail. - append-flags -UNDEBUG -pthread - emake testapp memcached-debug CFLAGS="${CFLAGS}" - - filter-flags -UNDEBUG - emake -} - -src_test() { - emake -j1 test -} - -src_install() { - emake DESTDIR="${D}" install - dobin scripts/memcached-tool - use debug && dobin memcached-debug - - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt} - - newconfd "${FILESDIR}/memcached.confd" memcached - newinitd "${FILESDIR}/memcached.init2" memcached - systemd_dounit "${S}/scripts/memcached.service" -} - -pkg_postinst() { - elog "With this version of Memcached Gentoo now supports multiple instances." - elog "To enable this you should create a symlink in /etc/init.d/ for each instance" - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/" - elog "Please see Gentoo bug #122246 for more info" -} diff --git a/net-misc/memcached/memcached-1.6.22.ebuild b/net-misc/memcached/memcached-1.6.22.ebuild deleted file mode 100644 index 53e00ffd929c..000000000000 --- a/net-misc/memcached/memcached-1.6.22.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic systemd - -MY_PV="${PV/_rc/-rc}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="High-performance, distributed memory object caching system" -HOMEPAGE="http://memcached.org/" -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz - https://www.memcached.org/files/old/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later - -RDEPEND=">=dev-libs/libevent-1.4:= - dev-lang/perl - sasl? ( dev-libs/cyrus-sasl ) - seccomp? ( sys-libs/libseccomp ) - selinux? ( sec-policy/selinux-memcached ) - ssl? ( >=dev-libs/openssl-1.1.0g:= )" -DEPEND="${RDEPEND} - acct-user/memcached - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) )" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" -) - -src_prepare() { - default - - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die - - eautoreconf - - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN - - # Tweak upstream systemd unit to use Gentoo variables/envfile. - # As noted by bug #587440 - sed -i -e '/^ExecStart/{ - s,{USER},{MEMCACHED_RUNAS},g; - s,{CACHESIZE},{MEMUSAGE},g; - s,OPTIONS,MISC_OPTS,g; - }; - /Environment=/{s,OPTIONS,MISC_OPTS,g;}; - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;}; - ' \ - "${S}"/scripts/memcached.service -} - -src_configure() { - econf \ - --disable-docs \ - --disable-werror \ - $(use_enable sasl) \ - $(use_enable ssl tls) - # The xml2rfc tool to build the additional docs requires TCL :-( - # `use_enable doc docs` -} - -src_compile() { - # There is a heavy degree of per-object compile flags - # Users do NOT know better than upstream. Trying to compile the testapp and - # the -debug version with -DNDEBUG _WILL_ fail. - append-flags -UNDEBUG -pthread - emake testapp memcached-debug CFLAGS="${CFLAGS}" - - filter-flags -UNDEBUG - emake -} - -src_test() { - emake -j1 test -} - -src_install() { - emake DESTDIR="${D}" install - dobin scripts/memcached-tool - use debug && dobin memcached-debug - - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt} - - newconfd "${FILESDIR}/memcached.confd" memcached - newinitd "${FILESDIR}/memcached.init2" memcached - systemd_dounit "${S}/scripts/memcached.service" -} - -pkg_postinst() { - elog "With this version of Memcached Gentoo now supports multiple instances." - elog "To enable this you should create a symlink in /etc/init.d/ for each instance" - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/" - elog "Please see Gentoo bug #122246 for more info" -} diff --git a/net-misc/memcached/memcached-1.6.23.ebuild b/net-misc/memcached/memcached-1.6.23.ebuild deleted file mode 100644 index 9561a6bf3beb..000000000000 --- a/net-misc/memcached/memcached-1.6.23.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic systemd - -MY_PV="${PV/_rc/-rc}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="High-performance, distributed memory object caching system" -HOMEPAGE="http://memcached.org/" -SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz - https://www.memcached.org/files/old/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later - -RDEPEND=">=dev-libs/libevent-1.4:= - dev-lang/perl - sasl? ( dev-libs/cyrus-sasl ) - seccomp? ( sys-libs/libseccomp ) - selinux? ( sec-policy/selinux-memcached ) - ssl? ( >=dev-libs/openssl-1.1.0g:= )" -DEPEND="${RDEPEND} - acct-user/memcached - test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ssl? ( dev-perl/IO-Socket-SSL ) )" - -S="${WORKDIR}/${MY_P}" - -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" - "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch" -) - -src_prepare() { - default - - sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die - - eautoreconf - - use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN - - # Tweak upstream systemd unit to use Gentoo variables/envfile. - # As noted by bug #587440 - sed -i -e '/^ExecStart/{ - s,{USER},{MEMCACHED_RUNAS},g; - s,{CACHESIZE},{MEMUSAGE},g; - s,OPTIONS,MISC_OPTS,g; - }; - /Environment=/{s,OPTIONS,MISC_OPTS,g;}; - /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;}; - ' \ - "${S}"/scripts/memcached.service -} - -src_configure() { - econf \ - --disable-docs \ - --disable-werror \ - $(use_enable sasl) \ - $(use_enable ssl tls) - # The xml2rfc tool to build the additional docs requires TCL :-( - # `use_enable doc docs` -} - -src_compile() { - # There is a heavy degree of per-object compile flags - # Users do NOT know better than upstream. Trying to compile the testapp and - # the -debug version with -DNDEBUG _WILL_ fail. - append-flags -UNDEBUG -pthread - emake testapp memcached-debug CFLAGS="${CFLAGS}" - - filter-flags -UNDEBUG - emake -} - -src_test() { - emake -j1 test -} - -src_install() { - emake DESTDIR="${D}" install - dobin scripts/memcached-tool - use debug && dobin memcached-debug - - dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt} - - newconfd "${FILESDIR}/memcached.confd" memcached - newinitd "${FILESDIR}/memcached.init2" memcached - systemd_dounit "${S}/scripts/memcached.service" -} - -pkg_postinst() { - elog "With this version of Memcached Gentoo now supports multiple instances." - elog "To enable this you should create a symlink in /etc/init.d/ for each instance" - elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/" - elog "Please see Gentoo bug #122246 for more info" -} diff --git a/net-misc/memcached/memcached-1.6.26.ebuild b/net-misc/memcached/memcached-1.6.26.ebuild index 9561a6bf3beb..bd837580012f 100644 --- a/net-misc/memcached/memcached-1.6.26.ebuild +++ b/net-misc/memcached/memcached-1.6.26.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug sasl seccomp selinux slabs-reassign ssl test" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4:= diff --git a/net-misc/nemesis/nemesis-1.8.ebuild b/net-misc/nemesis/nemesis-1.8.ebuild index 11179c95c875..34fb4277a9dd 100644 --- a/net-misc/nemesis/nemesis-1.8.ebuild +++ b/net-misc/nemesis/nemesis-1.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libnet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~sparc ~x86" +KEYWORDS="~alpha amd64 sparc x86" RDEPEND=" net-libs/libnet:1.1 diff --git a/net-misc/openvswitch/openvswitch-2.17.8.ebuild b/net-misc/openvswitch/openvswitch-2.17.8.ebuild index b8af26f3b838..03f00817ad77 100644 --- a/net-misc/openvswitch/openvswitch-2.17.8.ebuild +++ b/net-misc/openvswitch/openvswitch-2.17.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="debug modules monitor +ssl unwind valgrind" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/pedro/Manifest b/net-misc/pedro/Manifest index 8f822449e20c..c7d6532e9f82 100644 --- a/net-misc/pedro/Manifest +++ b/net-misc/pedro/Manifest @@ -1,2 +1,3 @@ DIST pedro-1.12.tgz 1181678 BLAKE2B ed882ab3dae0912519283229d10ff6f12ef4f623d72beaf22b8467e8072752fbd57836a0ebbad0f0ce3da1b4837049161bcb12673e3c38c94eb167e16c0c0a1e SHA512 936b2c6cac526d9d3c0e146b53dc65ed0508c6abd1b66c97656fa5b4011d7dd11912d1c0bf091a29b56e13c3e19ec3e0ad7760d44d4887b939699cdd2389c819 +DIST pedro-1.14.tgz 1213309 BLAKE2B 104f3816d79534411ba5d78517a744d9a0bf892cf99a1c654a94b9041f4ff038c00d029b182b8f825cfe80cb9861e9440b4e73de3be1f74945a34dbaefb995e7 SHA512 ffe32c296c8325ea31a4bf5d937504e9076654253f19dea17b234f53ba62a4b96e8611cab1dbf545f30734cfd8924e4140b08956180886ac21849546b9ad0cad DIST pedro-manual-1.x.tar.gz 222863 BLAKE2B 085b118585808aced9217a8001080b589d9dad958ad14787f929a4808b10bb2be80ae7bc04c07b676e41aed9e2ec916215c5d15dda2317f71ecebbc7c1737d96 SHA512 87f8e07e3a687d12e366f1974398996f2346e417680ab534622f901c0c7e1efeb171f0c0dadad46b578122c9e98531570c303d2d3ce04b1cd8150816d6138f99 diff --git a/net-misc/pedro/files/pedro-1.14-portage.patch b/net-misc/pedro/files/pedro-1.14-portage.patch new file mode 100644 index 000000000000..2bd26d0d92e6 --- /dev/null +++ b/net-misc/pedro/files/pedro-1.14-portage.patch @@ -0,0 +1,45 @@ +Adapted Gentoo patch from version 1.12 + +diff --git a/configure.ac b/configure.ac +index 21f803d..d89b296 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -4,30 +4,21 @@ AM_INIT_AUTOMAKE + AC_PROG_CC + AC_PROG_LEX([noyywrap]) + AC_PROG_INSTALL ++AM_PROG_AR + AC_PROG_RANLIB + #AC_PROG_LIBTOOL + PKG_CHECK_MODULES([GLIB],[glib-2.0 >= 2.12]) + AC_CONFIG_HEADERS(config.h) + AC_CONFIG_MACRO_DIR([m4]) +-CPPFLAGS="-DNDEBUG -O2 -g `pkg-config --cflags glib-2.0`" ++CPPFLAGS="`${PKG_CONFIG} --cflags glib-2.0`" + case "${host}" in +- *i686*) ++ *-mingw32*) + WIN32="yes" +- LDFLAGS="" +- #LIBS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm" +- LIBS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm -lwsock32 -lws2_32 -lwinmm" +- ;; +- *x86*) +- WIN32="no" +- LDFLAGS="" +- #LIBS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm" +- LIBS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm -lwsock32 -lws2_32 -lwinmm" ++ LIBS="-L../lib -lpedro `${PKG_CONFIG} --libs glib-2.0` -lm -lwsock32 -lws2_32 -lwinmm" + ;; + *) + WIN32="no" +- #LDFLAGS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm" +- LDFLAGS="" +- LIBS="-L../lib -lpedro `pkg-config --libs glib-2.0` -lm" ++ LIBS="-L../lib -lpedro `${PKG_CONFIG} --libs glib-2.0` -lm" + ;; + esac + AC_CONFIG_FILES([Makefile src/Makefile src/server/Makefile src/lib/Makefile src/examples/Makefile doc/Makefile]) +-- +2.43.2 + diff --git a/net-misc/pedro/pedro-1.14.ebuild b/net-misc/pedro/pedro-1.14.ebuild new file mode 100644 index 000000000000..19bf94c63701 --- /dev/null +++ b/net-misc/pedro/pedro-1.14.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools toolchain-funcs + +DESCRIPTION="Pedro is a subscription/notification communications system" +HOMEPAGE="https://staff.itee.uq.edu.au/pjr/HomePages/PedroHome.html" +SRC_URI="https://staff.itee.uq.edu.au/pjr/HomePages/PedroFiles/${P}.tgz + doc? ( https://dev.gentoo.org/~keri/distfiles/pedro/${PN}-manual-1.x.tar.gz )" +S="${WORKDIR}"/${P} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc examples" + +RDEPEND="dev-libs/glib:2" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +PATCHES=( + "${FILESDIR}"/${P}-portage.patch +) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + tc-export PKG_CONFIG + + default +} + +src_install() { + default + + if use doc ; then + dodoc "${WORKDIR}"/${PN}.pdf + fi + + if use examples ; then + docinto examples + dodoc src/examples/*.{c,tcl} + + docinto examples/java_api + dodoc src/java_api/*.java + + docinto examples/python_api + dodoc src/python_api/*.py + fi +} diff --git a/net-misc/rsync/rsync-3.3.0.ebuild b/net-misc/rsync/rsync-3.3.0.ebuild index fc6198dfa4d7..c6b7365a04b0 100644 --- a/net-misc/rsync/rsync-3.3.0.ebuild +++ b/net-misc/rsync/rsync-3.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Uncomment when introducing a patch which touches configure #RSYNC_NEEDS_AUTOCONF=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic prefix python-single-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" diff --git a/net-misc/rsync/rsync-9999.ebuild b/net-misc/rsync/rsync-9999.ebuild index fc6198dfa4d7..c6b7365a04b0 100644 --- a/net-misc/rsync/rsync-9999.ebuild +++ b/net-misc/rsync/rsync-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Uncomment when introducing a patch which touches configure #RSYNC_NEEDS_AUTOCONF=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic prefix python-single-r1 systemd DESCRIPTION="File transfer program to keep remote files into sync" diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest index bd303a7aa894..16968ac79828 100644 --- a/net-misc/tuba/Manifest +++ b/net-misc/tuba/Manifest @@ -1 +1,2 @@ DIST Tuba-0.6.3.gh.tar.gz 1124191 BLAKE2B b5a7107c94d9adf89fc02224891c12b71fc2b640e962006fbfcf1d0673e5f3f73b11423b6d66e8952e2aef122ade6a57607cced5d4707bd91193157fd561ce11 SHA512 b987b9b8434a0abd086a3197154b27bd4a0bca69df07bcec26c59a2da51cf447943e7a05a83529a99670f2b1b7ea1a7dce1da39148844d23706940f3a0a423d8 +DIST Tuba-0.7.2.gh.tar.gz 1388074 BLAKE2B 6785225612db57592f351d2e0937b9578f4861230e999190f64b1068f344624ad41e69afcb199913c0a8e5b5eadb1438b7c6c48746b3582e1978afe6e09cde32 SHA512 bbabadbf2131233a737d6ccded50fde0af44330c7a69d1e0688a6ef42fe548826cacbe714a61df78dbe5afe867940b1dbae868efc3dfae707342b9f7ce5a9835 diff --git a/net-misc/tuba/tuba-9999.ebuild b/net-misc/tuba/tuba-0.7.2.ebuild similarity index 79% rename from net-misc/tuba/tuba-9999.ebuild rename to net-misc/tuba/tuba-0.7.2.ebuild index e6f63c24642f..ddb73ceb06b5 100644 --- a/net-misc/tuba/tuba-9999.ebuild +++ b/net-misc/tuba/tuba-0.7.2.ebuild @@ -3,27 +3,34 @@ EAPI=8 -inherit git-r3 gnome2-utils meson optfeature vala +inherit gnome2-utils meson optfeature vala +MY_P=${P^} DESCRIPTION="Browse the Fediverse (GTK client)" HOMEPAGE=" https://tuba.geopjr.dev/ https://github.com/GeopJr/Tuba/ " -EGIT_REPO_URI="https://github.com/GeopJr/Tuba.git" +SRC_URI=" + https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="GPL-3 CC-BY-SA-4.0" SLOT="0" +KEYWORDS="~amd64 ~arm64" # TODO: optional dep on libspelling-1 DEPEND=" app-crypt/libsecret[introspection,vala] >=dev-libs/glib-2.76.0:2 + dev-libs/icu:= >=dev-libs/json-glib-1.4.4[introspection] >=dev-libs/libgee-0.8.5:0.8[introspection] dev-libs/libxml2 - >=gui-libs/gtk-4.11.3:4[gstreamer,introspection] - >=gui-libs/libadwaita-1.4:1[introspection,vala] + >=gui-libs/gtk-4.13.4:4[gstreamer,introspection] + >=gui-libs/libadwaita-1.5:1[introspection,vala] >=gui-libs/gtksourceview-5.6.0:5[introspection,vala] net-libs/libsoup:3.0[introspection,vala] " diff --git a/net-misc/whois/whois-5.5.21.ebuild b/net-misc/whois/whois-5.5.21.ebuild index afbc87e1ae4d..b5be510bfed5 100644 --- a/net-misc/whois/whois-5.5.21.ebuild +++ b/net-misc/whois/whois-5.5.21.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" #S="${WORKDIR}"/${PN} - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" diff --git a/net-p2p/Manifest.gz b/net-p2p/Manifest.gz index d63a53d77634..bd5dba37024f 100644 Binary files a/net-p2p/Manifest.gz and b/net-p2p/Manifest.gz differ diff --git a/net-p2p/torrentinfo/Manifest b/net-p2p/torrentinfo/Manifest index bc05406886b8..a39cce912e62 100644 --- a/net-p2p/torrentinfo/Manifest +++ b/net-p2p/torrentinfo/Manifest @@ -1 +1,2 @@ DIST torrentinfo-1.8.6.tar.gz 22232 BLAKE2B 04159e4e54fbe979a1a73e1dee39c9b7f9def389c44e3886fd28707646a2bc4c6a4dfadd5494ef9283427959da1c36260828693a0008e09993786d8639813bcf SHA512 7f36f6c80876cbd70ea9e1331195c8a30a6546406f345402d4bec5c58afb9b03a3b60189b8d177a63a7047c3ede7fc18d8fc47ecb1bcbb726dd01b7cb2a6efb2 +DIST torrentinfo-1.8.7.tar.gz 22325 BLAKE2B 07947a2b3b66b6bc25954f689bf8c070e75b6d0eca5f0f02900abfa9526f55aa9712b7c923fa4a5198050cbe83abb64ebc9154c4c32cb6b6cfb6b5b5bab104bd SHA512 751d4ca9d666058e768fee5c4469f9a76f6d1f6eb503271cf45d2c850f92cf0467723d94e8c6e5a78801be83aa3f83a30eb615b8a3dd7baa5bcc67e9a4544547 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild new file mode 100644 index 000000000000..34117dc5b487 --- /dev/null +++ b/net-p2p/torrentinfo/torrentinfo-1.8.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="A torrent file parser" +HOMEPAGE="https://github.com/Fuuzetsu/torrentinfo" +SRC_URI="https://github.com/Fuuzetsu/torrentinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +PATCHES=( + # https://github.com/Fuuzetsu/torrentinfo/pull/16 + "${FILESDIR}/${PN}-1.8.6-fix-tests.patch" + # https://github.com/Fuuzetsu/torrentinfo/pull/18 + "${FILESDIR}/${PN}-1.8.6-remove-nose.patch" +) + +distutils_enable_tests pytest diff --git a/net-print/Manifest.gz b/net-print/Manifest.gz index dccc403fe993..a3004e82efdc 100644 Binary files a/net-print/Manifest.gz and b/net-print/Manifest.gz differ diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r4.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r4.ebuild index 1d3b175d5905..555c55040cd5 100644 --- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r4.ebuild +++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff" RESTRICT="!test? ( test )" diff --git a/net-proxy/Manifest.gz b/net-proxy/Manifest.gz index 46d6e0a5f929..b5552c289e2e 100644 Binary files a/net-proxy/Manifest.gz and b/net-proxy/Manifest.gz differ diff --git a/net-proxy/haproxy/haproxy-2.4.23.ebuild b/net-proxy/haproxy/haproxy-2.4.23.ebuild index 14261f9c3f98..74bb3576a796 100644 --- a/net-proxy/haproxy/haproxy-2.4.23.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.23.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 arm arm64 ppc x86" + KEYWORDS="amd64 arm64 x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.25.ebuild b/net-proxy/haproxy/haproxy-2.4.25.ebuild index ec56dcf067f4..74bb3576a796 100644 --- a/net-proxy/haproxy/haproxy-2.4.25.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.25.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 arm64 x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.26.ebuild b/net-proxy/haproxy/haproxy-2.4.26.ebuild index 7f97bd0b755f..d8800bf0af84 100644 --- a/net-proxy/haproxy/haproxy-2.4.26.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.26.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild b/net-proxy/haproxy/haproxy-2.4.9999.ebuild index 7f97bd0b755f..d8800bf0af84 100644 --- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.6.14.ebuild b/net-proxy/haproxy/haproxy-2.6.14.ebuild index 90cbde54056e..1e57b8694cc7 100644 --- a/net-proxy/haproxy/haproxy-2.6.14.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.14.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm arm64 ppc x86" + KEYWORDS="amd64 arm64 ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.6.16.ebuild b/net-proxy/haproxy/haproxy-2.6.16.ebuild index 86ce84d00cf8..3812c59ca589 100644 --- a/net-proxy/haproxy/haproxy-2.6.16.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.16.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 arm64 ~ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.6.17.ebuild b/net-proxy/haproxy/haproxy-2.6.17.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.6.17.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.17.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.6.9999.ebuild b/net-proxy/haproxy/haproxy-2.6.9999.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.6.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.6.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.7.11.ebuild b/net-proxy/haproxy/haproxy-2.7.11.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.7.11.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.11.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.7.9.ebuild b/net-proxy/haproxy/haproxy-2.7.9.ebuild index 90cbde54056e..1e57b8694cc7 100644 --- a/net-proxy/haproxy/haproxy-2.7.9.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.9.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm arm64 ppc x86" + KEYWORDS="amd64 arm64 ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.7.9999.ebuild b/net-proxy/haproxy/haproxy-2.7.9999.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.7.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.7.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.8.7.ebuild b/net-proxy/haproxy/haproxy-2.8.7.ebuild index 86ce84d00cf8..3812c59ca589 100644 --- a/net-proxy/haproxy/haproxy-2.8.7.ebuild +++ b/net-proxy/haproxy/haproxy-2.8.7.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 arm64 ~ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.8.9.ebuild b/net-proxy/haproxy/haproxy-2.8.9.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.8.9.ebuild +++ b/net-proxy/haproxy/haproxy-2.8.9.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.8.9999.ebuild b/net-proxy/haproxy/haproxy-2.8.9999.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.8.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.8.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.9.6.ebuild b/net-proxy/haproxy/haproxy-2.9.6.ebuild index 86ce84d00cf8..3812c59ca589 100644 --- a/net-proxy/haproxy/haproxy-2.9.6.ebuild +++ b/net-proxy/haproxy/haproxy-2.9.6.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" + KEYWORDS="amd64 arm64 ~ppc x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.9.7.ebuild b/net-proxy/haproxy/haproxy-2.9.7.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.9.7.ebuild +++ b/net-proxy/haproxy/haproxy-2.9.7.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-2.9.9999.ebuild b/net-proxy/haproxy/haproxy-2.9.9999.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-2.9.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.9.9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild index e34d28a9f9c3..dca3aa00891c 100644 --- a/net-proxy/haproxy/haproxy-9999.ebuild +++ b/net-proxy/haproxy/haproxy-9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} != *9999 ]]; then VTEST_DIR="${WORKDIR}/VTest-${VTEST_COMMIT}" SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz test? ( https://github.com/vtest/VTest/archive/${VTEST_COMMIT}.tar.gz -> VTest-${VTEST_COMMIT}.tar.gz )" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" elif [[ ${PV} == 9999 ]]; then VTEST_DIR="${WORKDIR}/VTest" EGIT_REPO_URI="https://git.haproxy.org/git/haproxy.git/" diff --git a/net-proxy/sshuttle/sshuttle-1.1.2.ebuild b/net-proxy/sshuttle/sshuttle-1.1.2.ebuild index 8bde64af7644..0c3c7b286c31 100644 --- a/net-proxy/sshuttle/sshuttle-1.1.2.ebuild +++ b/net-proxy/sshuttle/sshuttle-1.1.2.ebuild @@ -28,7 +28,7 @@ fi LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="${SSHUTTLE_DOCS_USEFLAG}" BDEPEND=" diff --git a/net-vpn/6tunnel/6tunnel-0.13.ebuild b/net-vpn/6tunnel/6tunnel-0.13.ebuild index 671c2632db71..d596a0a12817 100644 --- a/net-vpn/6tunnel/6tunnel-0.13.ebuild +++ b/net-vpn/6tunnel/6tunnel-0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 DESCRIPTION="TCP proxy for applications that don't speak IPv6" diff --git a/net-vpn/Manifest.gz b/net-vpn/Manifest.gz index 091c07a46e55..1e19d771c442 100644 Binary files a/net-vpn/Manifest.gz and b/net-vpn/Manifest.gz differ diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 9f162554fe61..d2af744d76dd 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/package.mask b/profiles/package.mask index 03e86c811499..be00dda8cf7f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Jason Zaman (2024-04-28) +# TensorFlow was removed from the tree in feb, Keras applications and +# preprocessing no longer have any revdeps in the tree. For ML, the +# recommendation is to install from pip in a venv. +# Removal in 30 days. Bug #930830 +sci-libs/keras-applications +sci-libs/keras-preprocessing + # Sam James (2024-04-28) # Masked for testing. Tracker bug: bug #930805. >=sys-libs/ncurses-6.5 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index bf8517422ff6..77496b4bb195 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -855,6 +855,7 @@ app-misc/blink1:tool - Build and install command-line tool blink1-tool app-misc/broot:X - X11 clipboard interaction app-misc/byobu:screen - Use app-misc/screen as the default backend app-misc/ca-certificates:cacert - Include root/class3 certs from CAcert (https://www.cacert.org/) +app-misc/carbon-c-relay:client - build and install sendmetric client utility app-misc/carbon-c-relay:lz4 - add support for LZ4 compressed transport app-misc/carbon-c-relay:oniguruma - use dev-libs/oniguruma as regex implementation app-misc/carbon-c-relay:pcre2 - use dev-libs/libpcre2 as regex implementation diff --git a/sci-libs/Manifest.gz b/sci-libs/Manifest.gz index 552ed614b820..86b56dbf8335 100644 Binary files a/sci-libs/Manifest.gz and b/sci-libs/Manifest.gz differ diff --git a/sci-libs/evaluate/evaluate-0.4.0-r3.ebuild b/sci-libs/evaluate/evaluate-0.4.0-r4.ebuild similarity index 96% rename from sci-libs/evaluate/evaluate-0.4.0-r3.ebuild rename to sci-libs/evaluate/evaluate-0.4.0-r4.ebuild index ffcfa55cc008..44de1b5ec03a 100644 --- a/sci-libs/evaluate/evaluate-0.4.0-r3.ebuild +++ b/sci-libs/evaluate/evaluate-0.4.0-r4.ebuild @@ -25,9 +25,9 @@ RDEPEND=" dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyarrow[${PYTHON_USEDEP},parquet] dev-python/unidecode[${PYTHON_USEDEP}] - sci-libs/transformers[${PYTHON_USEDEP}] ') sci-libs/datasets[${PYTHON_SINGLE_USEDEP}] + sci-libs/transformers[${PYTHON_SINGLE_USEDEP}] " BDEPEND="test? ( $(python_gen_cond_dep ' diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz index 10b4f5fc451a..f4f3a3e4d9ab 100644 Binary files a/sci-mathematics/Manifest.gz and b/sci-mathematics/Manifest.gz differ diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild similarity index 87% rename from sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild rename to sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild index bf77f3595ce5..b8969f14aa7c 100644 --- a/sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild +++ b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit elisp-common distutils-r1 @@ -13,10 +13,12 @@ HOMEPAGE="https://github.com/cpitclaudel/alectryon/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 + EGIT_REPO_URI="https://github.com/cpitclaudel/${PN}.git" else SRC_URI="https://github.com/cpitclaudel/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" + KEYWORDS="~amd64" fi @@ -33,7 +35,9 @@ RDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] sci-mathematics/coq-serapi " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} +" BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* @@ -43,7 +47,7 @@ BDEPEND=" " DOCS=( CHANGES.rst CITATION.bib README.rst ) -PATCHES=( "${FILESDIR}"/${P}-setup.cfg-version.patch ) +PATCHES=( "${FILESDIR}/${P}-setup.cfg-version.patch" ) SITEFILE="50${PN}-gentoo.el" src_compile() { @@ -66,7 +70,7 @@ src_install() { dodoc ./recipes/sphinx/_build/latex/alectryon-demo.tex fi if use emacs ; then - elisp-install ${PN} ./etc/elisp/${PN}.el{,c} + elisp-install "${PN}" ./etc/elisp/${PN}.el{,c} elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi } diff --git a/sci-mathematics/stp/stp-2.3.3-r3.ebuild b/sci-mathematics/stp/stp-2.3.3-r3.ebuild index 3aa8309bf123..ae62721212d2 100644 --- a/sci-mathematics/stp/stp-2.3.3-r3.ebuild +++ b/sci-mathematics/stp/stp-2.3.3-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -OC_COMMIT=119fe41a83bc455a24a11ecc9b78e7b13fcfcc45 -GT_COMMIT=2ad076167a676e3ed62f90b754b30fac5caa1f88 +OC_COMMIT="119fe41a83bc455a24a11ecc9b78e7b13fcfcc45" +GT_COMMIT="2ad076167a676e3ed62f90b754b30fac5caa1f88" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic python-single-r1 cmake @@ -16,6 +16,7 @@ HOMEPAGE="https://stp.github.io/ SRC_URI=" https://github.com/stp/stp/archive/${PV}.tar.gz -> ${P}.tar.gz + test? ( https://github.com/stp/OutputCheck/archive/${OC_COMMIT}.tar.gz -> ${P}_OutputCheck.tar.gz @@ -40,18 +41,24 @@ RDEPEND=" dev-libs/icu:= sci-mathematics/cryptominisat:= ) - python? ( ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + ) +" +DEPEND=" + ${RDEPEND} " -DEPEND="${RDEPEND}" BDEPEND=" sys-apps/help2man - test? ( dev-python/lit ) + test? ( + dev-python/lit + ) " PATCHES=( - "${FILESDIR}"/${P}-CMakeLists.txt-fix_cflags.patch - "${FILESDIR}"/${P}-cstdint.patch - "${FILESDIR}"/${P}-stp.py-library_path.patch + "${FILESDIR}/${P}-CMakeLists.txt-fix_cflags.patch" + "${FILESDIR}/${P}-cstdint.patch" + "${FILESDIR}/${P}-stp.py-library_path.patch" ) pkg_setup() { @@ -59,13 +66,14 @@ pkg_setup() { } src_unpack() { - unpack ${P}.tar.gz + unpack "${P}.tar.gz" if use test ; then local i for i in OutputCheck gtest ; do - tar xf "${DISTDIR}"/${P}_${i}.tar.gz --strip-components=1 \ - -C "${S}"/utils/${i} || die "failed to unpack ${i}" + tar xf "${DISTDIR}/${P}_${i}.tar.gz" --strip-components=1 \ + -C "${S}/utils/${i}" \ + || die "failed to unpack ${i}" done fi } @@ -75,7 +83,7 @@ src_prepare() { sed -i "s/set(LIBDIR lib/set(LIBDIR $(get_libdir)/" CMakeLists.txt || die # Remove problematic test - rm "${S}"/tests/query-files/misc-tests/no-query.cvc || die + rm "${S}/tests/query-files/misc-tests/no-query.cvc" || die cmake_src_prepare } @@ -86,9 +94,9 @@ src_configure() { local CMAKE_BUILD_TYPE if use debug ; then - CMAKE_BUILD_TYPE=Debug + CMAKE_BUILD_TYPE="Debug" else - CMAKE_BUILD_TYPE=Release + CMAKE_BUILD_TYPE="Release" fi local -a mycmakeargs=( @@ -107,8 +115,8 @@ src_install() { # Because Python files for tests (in BUILD_DIR) and those installed on the # system differ, and are generated upon install, we have to wait for CMake # to install them into the temporary image. - use python && python_optimize "${D}/$(python_get_sitedir)"/stp + use python && python_optimize "${D}/$(python_get_sitedir)/stp" - mv "${D}"/usr/man "${D}"/usr/share/man || die + mv "${D}/usr/man" "${D}/usr/share/man" || die dodoc -r papers } diff --git a/sec-keys/Manifest.gz b/sec-keys/Manifest.gz index adfc8f2cde80..62645a26363b 100644 Binary files a/sec-keys/Manifest.gz and b/sec-keys/Manifest.gz differ diff --git a/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20240301.ebuild b/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20240301.ebuild index 0ae9cb460f46..2f94c0b0187a 100644 --- a/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20240301.ebuild +++ b/sec-keys/openpgp-keys-elfutils/openpgp-keys-elfutils-20240301.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" src_install() { local files=( ${A} ) diff --git a/sec-keys/openpgp-keys-gentoo-developers/openpgp-keys-gentoo-developers-20240226.ebuild b/sec-keys/openpgp-keys-gentoo-developers/openpgp-keys-gentoo-developers-20240226.ebuild index b7e16ffc58b3..ab693b185062 100644 --- a/sec-keys/openpgp-keys-gentoo-developers/openpgp-keys-gentoo-developers-20240226.ebuild +++ b/sec-keys/openpgp-keys-gentoo-developers/openpgp-keys-gentoo-developers-20240226.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]] ; then BDEPEND="net-misc/curl" else SRC_URI="https://qa-reports.gentoo.org/output/keys/active-devs-${PV}.gpg -> ${P}-active-devs.gpg" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86" fi S="${WORKDIR}" diff --git a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild index b2785d28d201..e6f172f82880 100644 --- a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild +++ b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" src_install() { local files=( ${A} ) diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 70e38f3c0266..8ea7fb4ec414 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest index 0e025eaf233d..868c915b77f7 100644 --- a/sys-apps/attr/Manifest +++ b/sys-apps/attr/Manifest @@ -1,2 +1 @@ -DIST attr-2.5.1.tar.xz 318188 BLAKE2B 876dcbd802ea79b7851640f208820ffdfb73dc46065af673037c6dd50ad2af158f9f74b34cf45728baf9d0cc5572b40c3f102aa2907245a877db0d3879e38f04 SHA512 9e5555260189bb6ef2440c76700ebb813ff70582eb63d446823874977307d13dfa3a347dfae619f8866943dfa4b24ccf67dadd7e3ea2637239fdb219be5d2932 DIST attr-2.5.2.tar.xz 334180 BLAKE2B cf26348c3a96622e4f62493ac7655e14b6580d36a5784ef4c3750178856eceabd33192fd58516be21c8aa1ad41d56c024ad440ef4bc922bed8f7a4984ea16c63 SHA512 f587ea544effb7cfed63b3027bf14baba2c2dbe3a9b6c0c45fc559f7e8cb477b3e9a4a826eae30f929409468c50d11f3e7dc6d2500f41e1af8662a7e96a30ef3 diff --git a/sys-apps/attr/attr-2.5.1-r2.ebuild b/sys-apps/attr/attr-2.5.1-r2.ebuild deleted file mode 100644 index 93dc3a36329f..000000000000 --- a/sys-apps/attr/attr-2.5.1-r2.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs multilib-minimal usr-ldscript - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://git.savannah.gnu.org/git/${PN}.git" - inherit autotools git-r3 -else - inherit libtool - - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" -fi - -DESCRIPTION="Extended attributes tools" -HOMEPAGE="https://savannah.nongnu.org/projects/attr" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="debug nls static-libs" - -BDEPEND="nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/${PN}-2.5.1-r2-fix-symver.patch -) - -src_prepare() { - default - - if [[ ${PV} == 9999 ]] ; then - po/update-potfiles || die - eautopoint - eautoreconf - else - # bug #580792 - elibtoolize - fi -} - -multilib_src_configure() { - local myeconfargs=( - --bindir="${EPREFIX}"/bin - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - --enable-shared - $(use_enable static-libs static) - $(use_enable nls) - $(use_enable debug) - ) - - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" -} - -multilib_src_install() { - emake DESTDIR="${D}" install - - # Sanity check until we track down why this is happening. bug #644048 - local lib="${ED}/usr/$(get_libdir)/libattr.so.1" - if [[ -e ${lib} ]] ; then - local versions=$($(tc-getREADELF) -V "${lib}") - local symbols=$($(tc-getREADELF) -sW "${lib}") - if [[ "${versions}" != *"ATTR_1.0"* || \ - "${versions}" != *"ATTR_1.1"* || \ - "${versions}" != *"ATTR_1.2"* || \ - "${versions}" != *"ATTR_1.3"* || \ - "${symbols}" != *"getxattr@ATTR_1.0"* ]] ; then - echo "# readelf -V ${lib}" - echo "${versions}" - echo "# readelf -sW ${lib}" - echo "${symbols}" - die "Symbol version sanity check failed; please comment on https://bugs.gentoo.org/644048" - else - einfo "${lib} passed symbol checks" - fi - fi - - if multilib_is_native_abi; then - # We install attr into /bin, so we need the shared lib with it - gen_usr_ldscript -a attr - fi - - # Add a wrapper until people upgrade. - # TODO: figure out when this was added & when we can drop it! - insinto /usr/include/attr - newins "${FILESDIR}"/xattr-shim.h xattr.h -} - -multilib_src_install_all() { - if ! use static-libs; then - find "${ED}" -name '*.la' -delete || die - fi - - einstalldocs -} diff --git a/sys-apps/attr/attr-2.5.2-r1.ebuild b/sys-apps/attr/attr-2.5.2-r1.ebuild index 850befff79d5..2ba543d8d0e8 100644 --- a/sys-apps/attr/attr-2.5.2-r1.ebuild +++ b/sys-apps/attr/attr-2.5.2-r1.ebuild @@ -24,6 +24,10 @@ IUSE="debug nls static-libs" BDEPEND="nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}/${PN}-2.5.2-r1-musl-1.2.5.patch" +) + src_prepare() { default diff --git a/sys-apps/attr/attr-9999.ebuild b/sys-apps/attr/attr-9999.ebuild index 8aac35056b3e..f240734877d9 100644 --- a/sys-apps/attr/attr-9999.ebuild +++ b/sys-apps/attr/attr-9999.ebuild @@ -24,6 +24,10 @@ IUSE="debug nls static-libs" BDEPEND="nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}/${PN}-2.5.2-r1-musl-1.2.5.patch" +) + src_prepare() { default diff --git a/sys-apps/attr/files/attr-2.5.2-r1-musl-1.2.5.patch b/sys-apps/attr/files/attr-2.5.2-r1-musl-1.2.5.patch new file mode 100644 index 000000000000..6a1200ad2f17 --- /dev/null +++ b/sys-apps/attr/files/attr-2.5.2-r1-musl-1.2.5.patch @@ -0,0 +1,23 @@ + +If we're not building with glibc, then add its basename definition manually + +diff --git a/tools/attr.c b/tools/attr.c +index f12e4af..d321b37 100644 +--- a/tools/attr.c ++++ b/tools/attr.c +@@ -33,6 +33,15 @@ + + #include "misc.h" + ++#if !defined(__GLIBC__) ++char * ++basename (const char *filename) ++{ ++ char *p = strrchr (filename, '/'); ++ return p ? p + 1 : (char *) filename; ++} ++#endif ++ + #define SETOP 1 /* do a SET operation */ + #define GETOP 2 /* do a GET operation */ + #define REMOVEOP 3 /* do a REMOVE operation */ diff --git a/sys-apps/ed/ed-1.20.2.ebuild b/sys-apps/ed/ed-1.20.2.ebuild index a6c6dacf9a4c..58c23dd36124 100644 --- a/sys-apps/ed/ed-1.20.2.ebuild +++ b/sys-apps/ed/ed-1.20.2.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="GPL-2+" SLOT="0" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi BDEPEND=" diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest index 6184fd621740..569c39dd9369 100644 --- a/sys-apps/fwupd/Manifest +++ b/sys-apps/fwupd/Manifest @@ -1,5 +1,3 @@ -DIST fwupd-1.9.10.tar.xz 3901816 BLAKE2B d8a0931188bf494e1b916f5bdebaf290b8e4b81a314e899f7b7e2aeec2dc37240b40c9fbf6259662fd2d92abca477460d630af0d8d95363027aa00ce46021789 SHA512 308bcd3af84d82157492a2ee8dc6fa4d7df6a66cca64e45b3dff9b46d0367f7d3122671388b627f67ab59a69bac1cb36feeccd1668cce0487fe466736dd8b8cc DIST fwupd-1.9.14.tar.xz 4367612 BLAKE2B d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3 SHA512 582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1 DIST fwupd-1.9.16.tar.xz 4284796 BLAKE2B 67f83826ed4978324777e737e2751f43454078b7d5e0165993572747c79465f128954c13ea39056483f9916a0b31cfd6800bea49c7bb50844a4df72d63d6ab09 SHA512 e373f17a8d946b07d6f299353949dfc503138c4198a87272018524a39598f3fbd8c381dd13d74469e296a143071cc9e739b3774d9eda8ae9557760fef0a02bb5 DIST fwupd-1.9.18.tar.xz 4286880 BLAKE2B 7dd1691e2db600085a61a545961730a14d74e3f8b3a66fd90092658e19336a8e11861202db063d64c936cac9ab12ebf7dcdd3a8dcd7ff01b05f0a860d8b4ba68 SHA512 d5e0f3a8c741240f389628e2ed81f1e6ec21689bdcd39f692222114a2d495925a0f0720b10fbb0087362c0b734f4f0abfd8e105eff4695e41e645395e5587a50 -DIST fwupd-1.9.6.tar.xz 3863452 BLAKE2B 8b54efef5947dc4766a24b8501100f7e24707944b5c9aae3c3fcd88dfce230667507af8816203b0ececa0510485661f5f599c1cdc2285df72683ede4b7a6d15c SHA512 c65d795268e0e36fd2572ce3d4f2fb811412c16d583fa5463bee017a70b5d0f8b1b92460efa977a7d70bb5e3f6b5b02756e795e5f8ab7e7ac7874dc1ab5a0bfb diff --git a/sys-apps/fwupd/fwupd-1.9.10-r1.ebuild b/sys-apps/fwupd/fwupd-1.9.10-r1.ebuild deleted file mode 100644 index 800a75b349ba..000000000000 --- a/sys-apps/fwupd/fwupd-1.9.10-r1.ebuild +++ /dev/null @@ -1,209 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit meson python-single-r1 vala udev xdg - -DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="https://fwupd.org" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="amdgpu amt +archive bash-completion bluetooth cbor elogind fastboot flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager nvme policykit spi +sqlite synaptics systemd test test-full tpm uefi" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - ^^ ( elogind minimal systemd ) - fastboot? ( gusb ) - logitech? ( gusb ) - minimal? ( !introspection ) - modemmanager? ( gusb ) - spi? ( lzma ) - synaptics? ( gnutls ) - test? ( archive gusb ) - test-full? ( test ) - uefi? ( gnutls ) -" -RESTRICT="!test? ( test )" - -BDEPEND="$(vala_depend) - $(python_gen_cond_dep ' - dev-python/jinja[${PYTHON_USEDEP}] - ') - >=dev-build/meson-0.60.0 - virtual/pkgconfig - gtk-doc? ( - $(python_gen_cond_dep ' - >=dev-python/markdown-3.2[${PYTHON_USEDEP}] - ') - >=dev-util/gi-docgen-2021.1 - ) - bash-completion? ( >=app-shells/bash-completion-2.0 ) - introspection? ( dev-libs/gobject-introspection ) - test? ( - net-libs/gnutls[tools] - test-full? ( dev-util/umockdev ) - ) -" -COMMON_DEPEND="${PYTHON_DEPS} - >=app-arch/gcab-1.0 - app-arch/xz-utils - >=dev-libs/glib-2.68:2 - >=dev-libs/json-glib-1.6.0 - >=dev-libs/libgudev-232:= - >=dev-libs/libjcat-0.1.4[gpg,pkcs7] - >=dev-libs/libxmlb-0.3.6:=[introspection?] - $(python_gen_cond_dep ' - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - ') - >=net-misc/curl-7.62.0 - archive? ( app-arch/libarchive:= ) - cbor? ( >=dev-libs/libcbor-0.7.0:= ) - elogind? ( >=sys-auth/elogind-211 ) - flashrom? ( >=sys-apps/flashrom-1.2-r3 ) - gnutls? ( >=net-libs/gnutls-3.6.0 ) - gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) - logitech? ( dev-libs/protobuf-c:= ) - lzma? ( app-arch/xz-utils ) - modemmanager? ( net-misc/modemmanager[mbim,qmi] ) - policykit? ( >=sys-auth/polkit-0.114 ) - sqlite? ( dev-db/sqlite ) - systemd? ( >=sys-apps/systemd-211 ) - tpm? ( app-crypt/tpm2-tss:= ) - uefi? ( - sys-apps/fwupd-efi - sys-boot/efibootmgr - sys-fs/udisks - sys-libs/efivar - ) -" -RDEPEND=" - ${COMMON_DEPEND} - sys-apps/dbus -" - -DEPEND=" - ${COMMON_DEPEND} - x11-libs/pango[introspection] - amdgpu? ( - sys-kernel/linux-headers - x11-libs/libdrm[video_cards_amdgpu] - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.9.6-fragile_tests.patch -) - -pkg_pretend() { - if [[ ${MERGE_TYPE} != buildonly ]]; then - if use test-full && has sandbox ${FEATURES}; then - ewarn "Certain ${PN} tests are fragile with sandboxing enabled," - ewarn "see https://github.com/fwupd/fwupd/issues/1414." - ewarn "When in doubt, emerge ${PN} with USE=-test-full." - fi - fi -} - -src_prepare() { - default - - vala_setup - - sed -e "/install_dir.*'doc'/s/doc/gtk-doc/" \ - -i docs/meson.build || die - - python_fix_shebang "${S}"/contrib/*.py -} - -src_configure() { - local plugins=( - -Dplugin_gpio="enabled" - $(meson_feature amdgpu plugin_amdgpu) - $(meson_feature amt plugin_intel_me) - $(meson_feature fastboot plugin_fastboot) - $(meson_feature flashrom plugin_flashrom) - $(meson_feature gusb plugin_uf2) - $(meson_feature logitech plugin_logitech_bulkcontroller) - $(meson_feature modemmanager plugin_modem_manager) - $(meson_feature nvme plugin_nvme) - $(meson_use spi plugin_intel_spi) - $(meson_feature synaptics plugin_synaptics_mst) - $(meson_feature synaptics plugin_synaptics_rmi) - $(meson_feature tpm plugin_tpm) - $(meson_feature uefi plugin_uefi_capsule) - $(meson_use uefi plugin_uefi_capsule_splash) - $(meson_feature uefi plugin_uefi_pk) - ) - if use ppc64 || use riscv ; then - plugins+=( -Dplugin_msr="disabled" ) - fi - - local emesonargs=( - --localstatedir "${EPREFIX}"/var - -Dbuild="$(usex minimal standalone all)" - -Dconsolekit="disabled" - -Dcurl="enabled" - -Defi_binary="false" - -Dman="true" - -Dsupported_build="enabled" - -Dsystemd_unit_user="" - -Dudevdir="${EPREFIX}$(get_udevdir)" - $(meson_feature archive libarchive) - $(meson_use bash-completion bash_completion) - $(meson_feature bluetooth bluez) - $(meson_feature cbor) - $(meson_feature elogind) - $(meson_feature gnutls) - $(meson_feature gtk-doc docs) - $(meson_feature gusb) - $(meson_feature lzma) - $(meson_feature introspection) - $(meson_feature policykit polkit) - $(meson_feature sqlite) - $(meson_feature systemd) - $(meson_use test tests) - $(meson_use test-full) - - ${plugins[@]} - ) - use uefi && emesonargs+=( -Defi_os_dir="gentoo" ) - export CACHE_DIRECTORY="${T}" - meson_src_configure -} - -src_test() { - LC_ALL="C" meson_src_test -} - -src_install() { - meson_src_install - - if ! use minimal ; then - newinitd "${FILESDIR}"/${PN}-r2 ${PN} - fi - - if use test; then - # Preventing tests from being installed in the first place is a moving target, - # just axe them all afterwards. - rm -rf "${ED}"/etc/fwupd/remotes.d/fwupd-tests.conf \ - "${ED}"/usr/libexec/installed-tests \ - "${ED}"/usr/share/fwupd/device-tests \ - "${ED}"/usr/share/fwupd/host-emulate.d/thinkpad-p1-iommu.json.gz \ - "${ED}"/usr/share/installed-tests \ - || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - use minimal || udev_reload -} - -pkg_postrm() { - xdg_pkg_postrm - use minimal || udev_reload -} diff --git a/sys-apps/fwupd/fwupd-1.9.6.ebuild b/sys-apps/fwupd/fwupd-1.9.6.ebuild deleted file mode 100644 index 68f92e672ef7..000000000000 --- a/sys-apps/fwupd/fwupd-1.9.6.ebuild +++ /dev/null @@ -1,205 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -inherit meson python-single-r1 vala udev xdg - -DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable" -HOMEPAGE="https://fwupd.org" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" -IUSE="amdgpu amt +archive bash-completion bluetooth cbor elogind fastboot flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager nvme policykit spi +sqlite synaptics systemd test test-full tpm uefi" -REQUIRED_USE="${PYTHON_REQUIRED_USE} - ^^ ( elogind minimal systemd ) - fastboot? ( gusb ) - logitech? ( gusb ) - minimal? ( !introspection ) - modemmanager? ( gusb ) - spi? ( lzma ) - synaptics? ( gnutls ) - test? ( archive gusb ) - test-full? ( test ) - uefi? ( gnutls ) -" -RESTRICT="!test? ( test )" - -BDEPEND="$(vala_depend) - $(python_gen_cond_dep ' - dev-python/jinja[${PYTHON_USEDEP}] - ') - >=dev-build/meson-0.60.0 - virtual/pkgconfig - gtk-doc? ( - $(python_gen_cond_dep ' - >=dev-python/markdown-3.2[${PYTHON_USEDEP}] - ') - >=dev-util/gi-docgen-2021.1 - ) - bash-completion? ( >=app-shells/bash-completion-2.0 ) - introspection? ( dev-libs/gobject-introspection ) - test? ( - net-libs/gnutls[tools] - test-full? ( dev-util/umockdev ) - ) -" -COMMON_DEPEND="${PYTHON_DEPS} - >=app-arch/gcab-1.0 - app-arch/xz-utils - >=dev-libs/glib-2.68:2 - >=dev-libs/json-glib-1.6.0 - >=dev-libs/libgudev-232:= - >=dev-libs/libjcat-0.1.4[gpg,pkcs7] - >=dev-libs/libxmlb-0.3.6:=[introspection?] - $(python_gen_cond_dep ' - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - ') - >=net-misc/curl-7.62.0 - archive? ( app-arch/libarchive:= ) - cbor? ( >=dev-libs/libcbor-0.7.0:= ) - elogind? ( >=sys-auth/elogind-211 ) - flashrom? ( >=sys-apps/flashrom-1.2-r3 ) - gnutls? ( >=net-libs/gnutls-3.6.0 ) - gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] ) - logitech? ( dev-libs/protobuf-c:= ) - lzma? ( app-arch/xz-utils ) - modemmanager? ( net-misc/modemmanager[mbim,qmi] ) - policykit? ( >=sys-auth/polkit-0.114 ) - sqlite? ( dev-db/sqlite ) - systemd? ( >=sys-apps/systemd-211 ) - tpm? ( app-crypt/tpm2-tss:= ) - uefi? ( - sys-apps/fwupd-efi - sys-boot/efibootmgr - sys-fs/udisks - sys-libs/efivar - ) -" -RDEPEND=" - ${COMMON_DEPEND} - sys-apps/dbus -" - -DEPEND=" - ${COMMON_DEPEND} - x11-libs/pango[introspection] - amdgpu? ( sys-kernel/linux-headers ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.9.6-fragile_tests.patch -) - -pkg_pretend() { - if [[ ${MERGE_TYPE} != buildonly ]]; then - if use test-full && has sandbox ${FEATURES}; then - ewarn "Certain ${PN} tests are fragile with sandboxing enabled," - ewarn "see https://github.com/fwupd/fwupd/issues/1414." - ewarn "When in doubt, emerge ${PN} with USE=-test-full." - fi - fi -} - -src_prepare() { - default - - vala_setup - - sed -e "/install_dir.*'doc'/s/doc/gtk-doc/" \ - -i docs/meson.build || die - - python_fix_shebang "${S}"/contrib/*.py -} - -src_configure() { - local plugins=( - -Dplugin_gpio="enabled" - $(meson_feature amdgpu plugin_amdgpu) - $(meson_feature amt plugin_intel_me) - $(meson_feature fastboot plugin_fastboot) - $(meson_feature flashrom plugin_flashrom) - $(meson_feature gusb plugin_uf2) - $(meson_feature logitech plugin_logitech_bulkcontroller) - $(meson_feature modemmanager plugin_modem_manager) - $(meson_feature nvme plugin_nvme) - $(meson_use spi plugin_intel_spi) - $(meson_feature synaptics plugin_synaptics_mst) - $(meson_feature synaptics plugin_synaptics_rmi) - $(meson_feature tpm plugin_tpm) - $(meson_feature uefi plugin_uefi_capsule) - $(meson_use uefi plugin_uefi_capsule_splash) - $(meson_feature uefi plugin_uefi_pk) - ) - if use ppc64 || use riscv ; then - plugins+=( -Dplugin_msr="disabled" ) - fi - - local emesonargs=( - --localstatedir "${EPREFIX}"/var - -Dbuild="$(usex minimal standalone all)" - -Dconsolekit="disabled" - -Dcurl="enabled" - -Defi_binary="false" - -Dman="true" - -Dsupported_build="enabled" - -Dudevdir="${EPREFIX}$(get_udevdir)" - $(meson_feature archive libarchive) - $(meson_use bash-completion bash_completion) - $(meson_feature bluetooth bluez) - $(meson_feature cbor) - $(meson_feature elogind) - $(meson_feature gnutls) - $(meson_feature gtk-doc docs) - $(meson_feature gusb) - $(meson_feature lzma) - $(meson_feature introspection) - $(meson_feature policykit polkit) - $(meson_feature sqlite) - $(meson_feature systemd) - $(meson_use test tests) - $(meson_use test-full) - - ${plugins[@]} - ) - use uefi && emesonargs+=( -Defi_os_dir="gentoo" ) - export CACHE_DIRECTORY="${T}" - meson_src_configure -} - -src_test() { - LC_ALL="C" meson_src_test -} - -src_install() { - meson_src_install - - if ! use minimal ; then - newinitd "${FILESDIR}"/${PN}-r2 ${PN} - fi - - if use test; then - # Preventing tests from being installed in the first place is a moving target, - # just axe them all afterwards. - rm -rf "${ED}"/etc/fwupd/remotes.d/fwupd-tests.conf \ - "${ED}"/usr/libexec/installed-tests \ - "${ED}"/usr/share/fwupd/device-tests \ - "${ED}"/usr/share/fwupd/host-emulate.d/thinkpad-p1-iommu.json.gz \ - "${ED}"/usr/share/installed-tests \ - || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - use minimal || udev_reload -} - -pkg_postrm() { - xdg_pkg_postrm - use minimal || udev_reload -} diff --git a/sys-apps/grep/files/grep-3.11-100k-files-dir.patch b/sys-apps/grep/files/grep-3.11-100k-files-dir.patch new file mode 100644 index 000000000000..2862fef02efd --- /dev/null +++ b/sys-apps/grep/files/grep-3.11-100k-files-dir.patch @@ -0,0 +1,143 @@ +https://bugs.gentoo.org/930825 +https://debbugs.gnu.org/64773 +https://bugs.debian.org/1041588 +https://bugs.debian.org/1041588#105 + +We backport the following: +* the fix (https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=d4d8abb39eb02c555f062b1f83ffcfac999c582f) +* a test (https://git.savannah.gnu.org/cgit/grep.git/commit/?id=d1c3fbe7722662b449bae23130b644c726473fe3) +* a fixup commit for the test (https://git.savannah.gnu.org/cgit/grep.git/commit/?id=180e8dd674ede48727c03647dd36c1f8c3379667) + +From d4d8abb39eb02c555f062b1f83ffcfac999c582f Mon Sep 17 00:00:00 2001 +From: Bruno Haible +Date: Fri, 5 May 2023 12:02:49 +0200 +Subject: [PATCH] dirfd: Fix bogus override (regression 2023-04-26). + +Reported by Bjarni Ingi Gislason in +. + +* m4/dirfd.m4 (gl_FUNC_DIRFD): Fix mistake in last change. +--- a/m4/dirfd.m4 ++++ b/m4/dirfd.m4 +@@ -1,4 +1,4 @@ +-# serial 27 -*- Autoconf -*- ++# serial 28 -*- Autoconf -*- + + dnl Find out how to get the file descriptor associated with an open DIR*. + +@@ -40,10 +40,6 @@ AC_DEFUN([gl_FUNC_DIRFD], + HAVE_DIRFD=0 + else + HAVE_DIRFD=1 +- dnl Replace only if the system declares dirfd already. +- if test $ac_cv_have_decl_dirfd = yes; then +- REPLACE_DIRFD=1 +- fi + dnl Replace dirfd() on native Windows, to support fdopendir(). + AC_REQUIRE([gl_DIRENT_DIR]) + if test $DIR_HAS_FD_MEMBER = 0; then +--- a/configure ++++ b/configure +@@ -31438,9 +31438,6 @@ printf "%s\n" "$gl_cv_func_dirfd_macro" >&6; } + HAVE_DIRFD=0 + else + HAVE_DIRFD=1 +- if test $ac_cv_have_decl_dirfd = yes; then +- REPLACE_DIRFD=1 +- fi + + if test $DIR_HAS_FD_MEMBER = 0; then + REPLACE_DIRFD=1 +From d1c3fbe7722662b449bae23130b644c726473fe3 Mon Sep 17 00:00:00 2001 +From: Jim Meyering +Date: Fri, 21 Jul 2023 17:42:23 -0700 +Subject: doc: mention the 100,000-entry ENOTSUP bug +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +* NEWS: document the fixed bug. +* tests/100k-entries: New file, to test for this. +Reported by Vincent Lefevre via Santiago Ruano Rincón in +https://bugs.gnu.org/64773 +Fixed by gnulib commit v0.1-6175-gd4d8abb39e. +--- + tests/100k-entries | 15 +++++++++++++++ + 2 files changed, 24 insertions(+) + create mode 100755 tests/100k-entries + +diff --git a/tests/100k-entries b/tests/100k-entries +new file mode 100755 +index 0000000..382ab3c +--- /dev/null ++++ b/tests/100k-entries +@@ -0,0 +1,15 @@ ++#!/bin/sh ++# This would make grep-3.11 fail with ENOTSUP and exit 2. ++. "${srcdir=.}/init.sh"; path_prepend_ ../src ++expensive_ ++ ++fail=0 ++ ++mkdir t || framework_failure_ ++(cd t && seq 100000|xargs touch) || framework_failure_ ++ ++returns_ 1 grep -r x t > out 2> err ++compare /dev/null out || fail=1 ++compare /dev/null err || fail=1 ++ ++Exit $fail +-- +cgit v1.1 + +From 180e8dd674ede48727c03647dd36c1f8c3379667 Mon Sep 17 00:00:00 2001 +From: Jim Meyering +Date: Sun, 20 Aug 2023 12:42:14 -0700 +Subject: tests: actually package and run the new 100k-entries test + +* tests/Makefile.am (TESTS): Include the new test file name, +100k-entries. +--- + tests/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/tests/Makefile.am b/tests/Makefile.am +index d566445..94430a9 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -71,6 +71,7 @@ else + endif + + TESTS = \ ++ 100k-entries \ + backref \ + backref-alt \ + backref-multibyte-slow \ +-- +cgit v1.1 +diff --git a/tests/Makefile.in b/tests/Makefile.in +index 8ae7bb4..0007f8d 100644 +--- a/tests/Makefile.in ++++ b/tests/Makefile.in +@@ -1953,6 +1953,7 @@ XFAIL_TESTS = triple-backref glibc-infloop $(am__append_1) + # If you're using older glibc you can upgrade to glibc 2.28 or later, + # configure --with-included-regex, or ignore the test failure. + TESTS = \ ++ 100k-entries \ + backref \ + backref-alt \ + backref-multibyte-slow \ +@@ -2430,6 +2431,13 @@ recheck: all $(check_PROGRAMS) + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? ++100k-entries.log: 100k-entries ++ @p='100k-entries'; \ ++ b='100k-entries'; \ ++ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ ++ --log-file $$b.log --trs-file $$b.trs \ ++ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ ++ "$$tst" $(AM_TESTS_FD_REDIRECT) + backref.log: backref + @p='backref'; \ + b='backref'; \ diff --git a/sys-apps/grep/grep-3.11-r1.ebuild b/sys-apps/grep/grep-3.11-r1.ebuild new file mode 100644 index 000000000000..e330ebb9fbd4 --- /dev/null +++ b/sys-apps/grep/grep-3.11-r1.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/grep.asc +inherit flag-o-matic verify-sig + +DESCRIPTION="GNU regular expression matcher" +HOMEPAGE="https://www.gnu.org/software/grep/" + +if [[ ${PV} == *_p* ]] ; then + # Subscribe to the 'platform-testers' ML to find these. + # Useful to test on our especially more niche arches and report issues upstream. + MY_COMMIT="19-2ea9" + MY_P=${PN}-$(ver_cut 1-2).${MY_COMMIT} + SRC_URI="https://meyering.net/${PN}/${MY_P}.tar.xz" + SRC_URI+=" verify-sig? ( https://meyering.net/${PN}/${MY_P}.tar.xz.sig )" + S="${WORKDIR}"/${MY_P} +else + SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +fi + +LICENSE="GPL-3+" +SLOT="0" +IUSE="+egrep-fgrep nls pcre static" + +# We lack dev-libs/libsigsegv[static-libs] for now +REQUIRED_USE="static? ( !sparc )" + +LIB_DEPEND=" + pcre? ( >=dev-libs/libpcre2-10.42-r1[static-libs(+)] ) + sparc? ( dev-libs/libsigsegv ) +" +RDEPEND=" + !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) + nls? ( virtual/libintl ) + virtual/libiconv +" +DEPEND=" + ${RDEPEND} + static? ( ${LIB_DEPEND} ) +" +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext ) + verify-sig? ( sec-keys/openpgp-keys-grep ) +" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) + +QA_CONFIG_IMPL_DECL_SKIP=( + # Either gnulib FPs or fixed in newer autoconf, not worth autoreconf here for now? + MIN + alignof + static_assert +) + +PATCHES=( + "${FILESDIR}"/${P}-100k-files-dir.patch +) + +src_prepare() { + default + + # bug #523898 + sed -i \ + -e "s:@SHELL@:${EPREFIX}/bin/sh:g" \ + -e "s:@grep@:${EPREFIX}/bin/grep:" \ + src/egrep.sh || die + + # Drop when grep-3.11-100k-files-dir.patch is gone + touch aclocal.m4 config.hin configure {,doc/,gnulib-tests/,lib/,src/,tests/}Makefile.in || die +} + +src_configure() { + use static && append-ldflags -static + + # We used to turn this off unconditionally (bug #673524) but we now + # allow it for cases where libsigsegv is better for userspace handling + # of stack overflows. + # In particular, it's necessary for sparc: bug #768135 + export ac_cv_libsigsegv=$(usex sparc) + + local myeconfargs=( + --bindir="${EPREFIX}"/bin + $(use_enable nls) + $(use_enable pcre perl-regexp) + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + if use egrep-fgrep ; then + # Delete the upstream wrapper variants which warn on egrep+fgrep use + rm "${ED}"/bin/{egrep,fgrep} || die + + into / + # Install egrep, fgrep which don't warn. + # + # We do this by default to avoid breakage in old scripts + # and such which don't expect unexpected output on stderr, + # we've had examples of builds failing because foo-config + # starts returning a warning. + # + # https://lists.gnu.org/archive/html/bug-grep/2022-10/msg00000.html + newbin - egrep <<-EOF + #!/usr/bin/env sh + exec "${EPREFIX}/bin/grep" -E "\$@" + EOF + + newbin - fgrep <<-EOF + #!/usr/bin/env sh + exec "${EPREFIX}/bin/grep" -F "\$@" + EOF + fi +} diff --git a/sys-apps/grep/metadata.xml b/sys-apps/grep/metadata.xml index 89eff5cf9f7e..392e432c4d1a 100644 --- a/sys-apps/grep/metadata.xml +++ b/sys-apps/grep/metadata.xml @@ -19,5 +19,6 @@ cpe:/a:gnu:grep + grep diff --git a/sys-apps/irqbalance/irqbalance-1.9.4.ebuild b/sys-apps/irqbalance/irqbalance-1.9.4.ebuild index 0baa39a88aa2..d15ff251b576 100644 --- a/sys-apps/irqbalance/irqbalance-1.9.4.ebuild +++ b/sys-apps/irqbalance/irqbalance-1.9.4.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/${P}/contrib LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="caps +numa systemd selinux thermal tui" # Hangs RESTRICT="test" diff --git a/sys-apps/kmod/kmod-32-r1.ebuild b/sys-apps/kmod/kmod-32-r1.ebuild index 341d36a4f5e2..4be43d175957 100644 --- a/sys-apps/kmod/kmod-32-r1.ebuild +++ b/sys-apps/kmod/kmod-32-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="LGPL-2" diff --git a/sys-apps/moreutils/moreutils-0.69.ebuild b/sys-apps/moreutils/moreutils-0.69.ebuild index 21d861330d68..2903a50a150d 100644 --- a/sys-apps/moreutils/moreutils-0.69.ebuild +++ b/sys-apps/moreutils/moreutils-0.69.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://git.joeyh.name/index.cgi/moreutils.git/snapshot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos" IUSE="+doc +perl" RDEPEND=" diff --git a/sys-apps/sg3_utils/sg3_utils-1.47-r2.ebuild b/sys-apps/sg3_utils/sg3_utils-1.47-r2.ebuild index 7713ea4da2c5..a32b94eb7b0d 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.47-r2.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.47-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static-libs" RDEPEND="!sys-apps/rescan-scsi-bus" diff --git a/sys-apps/systemd/files/255-dnssec.patch b/sys-apps/systemd/files/255-dnssec.patch new file mode 100644 index 000000000000..5c720c58ce4a --- /dev/null +++ b/sys-apps/systemd/files/255-dnssec.patch @@ -0,0 +1,27 @@ +https://github.com/systemd/systemd/commit/d840783db5208219c78d73b9b46ef5daae9fea0a + +From d840783db5208219c78d73b9b46ef5daae9fea0a Mon Sep 17 00:00:00 2001 +From: Ronan Pigott +Date: Mon, 29 Apr 2024 02:17:23 -0700 +Subject: [PATCH] resolved: always progress DS queries + +If we request a DS and the resolver offers an unsigned SOA, a new +auxiliary transaction for the DS will be rejected as a loop, and we +might not make any progress toward finding the DS we need. Let's ensure +that we at least always check the parent in this case. + +Fixes: 47690634f157 ("resolved: don't request the SOA for every dns label") +--- a/src/resolve/resolved-dns-transaction.c ++++ b/src/resolve/resolved-dns-transaction.c +@@ -2618,6 +2618,10 @@ int dns_transaction_request_dnssec_keys(DnsTransaction *t) { + return r; + if (r == 0) + continue; ++ ++ /* If we were looking for the DS RR, don't request it again. */ ++ if (dns_transaction_key(t)->type == DNS_TYPE_DS) ++ continue; + } + + r = dnssec_has_rrsig(t->answer, rr->key); + diff --git a/sys-apps/systemd/systemd-255.5-r1.ebuild b/sys-apps/systemd/systemd-255.5-r1.ebuild new file mode 100644 index 000000000000..5b851ace01ec --- /dev/null +++ b/sys-apps/systemd/systemd-255.5-r1.ebuild @@ -0,0 +1,530 @@ +# Copyright 2011-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) + +# Avoid QA warnings +TMPFILES_OPTIONAL=1 +UDEV_OPTIONAL=1 + +QA_PKGCONFIG_VERSION=$(ver_cut 1) + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/systemd/systemd.git" + inherit git-r3 +else + if [[ ${PV} == *.* ]]; then + MY_PN=systemd-stable + else + MY_PN=systemd + fi + MY_PV=${PV/_/-} + MY_P=${MY_PN}-${MY_PV} + S=${WORKDIR}/${MY_P} + SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz" + + if [[ ${PV} != *rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + fi +fi + +inherit bash-completion-r1 linux-info meson-multilib optfeature pam python-single-r1 +inherit secureboot systemd toolchain-funcs udev + +DESCRIPTION="System and service manager for Linux" +HOMEPAGE="http://systemd.io/" + +LICENSE="GPL-2 LGPL-2.1 MIT public-domain" +SLOT="0/2" +IUSE=" + acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls elfutils + fido2 +gcrypt gnutls homed http idn importd iptables +kernel-install +kmod + +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode + +resolvconf +seccomp selinux split-usr +sysv-utils test tpm ukify vanilla xkb +zstd +" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + dns-over-tls? ( || ( gnutls openssl ) ) + fido2? ( cryptsetup openssl ) + homed? ( cryptsetup pam openssl ) + importd? ( curl lzma || ( gcrypt openssl ) ) + pwquality? ( homed ) + boot? ( kernel-install ) + ukify? ( boot ) +" +RESTRICT="!test? ( test )" + +MINKV="4.15" + +COMMON_DEPEND=" + >=sys-apps/util-linux-2.32:0=[${MULTILIB_USEDEP}] + sys-libs/libcap:0=[${MULTILIB_USEDEP}] + virtual/libcrypt:=[${MULTILIB_USEDEP}] + acl? ( sys-apps/acl:0= ) + apparmor? ( >=sys-libs/libapparmor-2.13:0= ) + audit? ( >=sys-process/audit-2:0= ) + cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= ) + curl? ( >=net-misc/curl-7.32.0:0= ) + elfutils? ( >=dev-libs/elfutils-0.158:0= ) + fido2? ( dev-libs/libfido2:0= ) + gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] ) + gnutls? ( >=net-libs/gnutls-3.6.0:0= ) + http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] ) + idn? ( net-dns/libidn2:= ) + importd? ( + app-arch/bzip2:0= + sys-libs/zlib:0= + ) + kmod? ( >=sys-apps/kmod-15:0= ) + lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] ) + iptables? ( net-firewall/iptables:0= ) + openssl? ( >=dev-libs/openssl-1.1.0:0= ) + pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] ) + pkcs11? ( >=app-crypt/p11-kit-0.23.3:0= ) + pcre? ( dev-libs/libpcre2 ) + pwquality? ( >=dev-libs/libpwquality-1.4.1:0= ) + qrcode? ( >=media-gfx/qrencode-3:0= ) + seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) + selinux? ( >=sys-libs/libselinux-2.1.9:0= ) + tpm? ( app-crypt/tpm2-tss:0= ) + xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) + zstd? ( >=app-arch/zstd-1.4.0:0=[${MULTILIB_USEDEP}] ) +" + +# Newer linux-headers needed by ia64, bug #480218 +DEPEND="${COMMON_DEPEND} + >=sys-kernel/linux-headers-${MINKV} +" + +PEFILE_DEPEND='dev-python/pefile[${PYTHON_USEDEP}]' + +# baselayout-2.2 has /run +RDEPEND="${COMMON_DEPEND} + >=acct-group/adm-0-r1 + >=acct-group/wheel-0-r1 + >=acct-group/kmem-0-r1 + >=acct-group/tty-0-r1 + >=acct-group/utmp-0-r1 + >=acct-group/audio-0-r1 + >=acct-group/cdrom-0-r1 + >=acct-group/dialout-0-r1 + >=acct-group/disk-0-r1 + >=acct-group/input-0-r1 + >=acct-group/kvm-0-r1 + >=acct-group/lp-0-r1 + >=acct-group/render-0-r1 + acct-group/sgx + >=acct-group/tape-0-r1 + acct-group/users + >=acct-group/video-0-r1 + >=acct-group/systemd-journal-0-r1 + >=acct-user/root-0-r1 + acct-user/nobody + >=acct-user/systemd-journal-remote-0-r1 + >=acct-user/systemd-coredump-0-r1 + >=acct-user/systemd-network-0-r1 + acct-user/systemd-oom + >=acct-user/systemd-resolve-0-r1 + >=acct-user/systemd-timesync-0-r1 + >=sys-apps/baselayout-2.2 + ukify? ( + ${PYTHON_DEPS} + $(python_gen_cond_dep "${PEFILE_DEPEND}") + ) + selinux? ( + sec-policy/selinux-base-policy[systemd] + sec-policy/selinux-ntp + ) + sysv-utils? ( + !sys-apps/openrc[sysv-utils(-)] + !sys-apps/sysvinit + ) + !sysv-utils? ( sys-apps/sysvinit ) + resolvconf? ( !net-dns/openresolv ) + !sys-apps/hwids[udev] + !sys-auth/nss-myhostname + !sys-fs/eudev + !sys-fs/udev +" + +# sys-apps/dbus: the daemon only (+ build-time lib dep for tests) +PDEPEND=">=sys-apps/dbus-1.9.8[systemd] + >=sys-fs/udev-init-scripts-34 + policykit? ( sys-auth/polkit ) + !vanilla? ( sys-apps/gentoo-systemd-integration )" + +BDEPEND=" + app-arch/xz-utils:0 + dev-util/gperf + >=dev-build/meson-0.46 + >=sys-apps/coreutils-8.16 + sys-devel/gettext + virtual/pkgconfig + test? ( + app-text/tree + dev-lang/perl + sys-apps/dbus + ) + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xml-dtd:4.5 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt:0 + ${PYTHON_DEPS} + $(python_gen_cond_dep " + dev-python/jinja[\${PYTHON_USEDEP}] + dev-python/lxml[\${PYTHON_USEDEP}] + boot? ( >=dev-python/pyelftools-0.30[\${PYTHON_USEDEP}] ) + ukify? ( test? ( ${PEFILE_DEPEND} ) ) + ") +" + +QA_FLAGS_IGNORED="usr/lib/systemd/boot/efi/.*" +QA_EXECSTACK="usr/lib/systemd/boot/efi/*" + +pkg_pretend() { + if use split-usr; then + eerror "Please complete the migration to merged-usr." + eerror "https://wiki.gentoo.org/wiki/Merge-usr" + die "systemd no longer supports split-usr" + fi + if [[ ${MERGE_TYPE} != buildonly ]]; then + local CONFIG_CHECK="~BLK_DEV_BSG ~CGROUPS + ~CGROUP_BPF ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE + ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS + ~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS + ~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH + ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED + ~!SYSFS_DEPRECATED_V2" + + use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL" + use seccomp && CONFIG_CHECK+=" ~SECCOMP ~SECCOMP_FILTER" + + if kernel_is -ge 5 10 20; then + CONFIG_CHECK+=" ~KCMP" + else + CONFIG_CHECK+=" ~CHECKPOINT_RESTORE" + fi + + if kernel_is -ge 4 18; then + CONFIG_CHECK+=" ~AUTOFS_FS" + else + CONFIG_CHECK+=" ~AUTOFS4_FS" + fi + + if linux_config_exists; then + local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH) + if [[ -n ${uevent_helper_path} ]] && [[ ${uevent_helper_path} != '""' ]]; then + ewarn "It's recommended to set an empty value to the following kernel config option:" + ewarn "CONFIG_UEVENT_HELPER_PATH=${uevent_helper_path}" + fi + if linux_chkconfig_present X86; then + CONFIG_CHECK+=" ~DMIID" + fi + fi + + if kernel_is -lt ${MINKV//./ }; then + ewarn "Kernel version at least ${MINKV} required" + fi + + check_extra_config + fi +} + +pkg_setup() { + use boot && secureboot_pkg_setup +} + +src_unpack() { + default + [[ ${PV} != 9999 ]] || git-r3_src_unpack +} + +src_prepare() { + local PATCHES=( + "${FILESDIR}/systemd-test-process-util.patch" + "${FILESDIR}/255-dnssec.patch" + ) + + if ! use vanilla; then + PATCHES+=( + "${FILESDIR}/gentoo-generator-path-r2.patch" + "${FILESDIR}/gentoo-journald-audit-r1.patch" + ) + fi + + default +} + +src_configure() { + # Prevent conflicts with i686 cross toolchain, bug 559726 + tc-export AR CC NM OBJCOPY RANLIB + + python_setup + + multilib-minimal_src_configure +} + +multilib_src_configure() { + local myconf=( + --localstatedir="${EPREFIX}/var" + # default is developer, bug 918671 + -Dmode=release + -Dsupport-url="https://gentoo.org/support/" + -Dpamlibdir="$(getpam_mod_dir)" + # avoid bash-completion dep + -Dbashcompletiondir="$(get_bashcompdir)" + -Dsplit-bin=false + # Disable compatibility with sysvinit + -Dsysvinit-path= + -Dsysvrcnd-path= + # Avoid infinite exec recursion, bug 642724 + -Dtelinit-path="${EPREFIX}/lib/sysvinit/telinit" + # no deps + -Dima=true + -Ddefault-hierarchy=$(usex cgroup-hybrid hybrid unified) + # Match /etc/shells, bug 919749 + -Ddebug-shell="${EPREFIX}/bin/sh" + -Ddefault-user-shell="${EPREFIX}/bin/bash" + # Optional components/dependencies + $(meson_native_use_bool acl) + $(meson_native_use_bool apparmor) + $(meson_native_use_bool audit) + $(meson_native_use_bool boot bootloader) + $(meson_native_use_bool cryptsetup libcryptsetup) + $(meson_native_use_bool curl libcurl) + $(meson_native_use_bool dns-over-tls dns-over-tls) + $(meson_native_use_bool elfutils) + $(meson_native_use_bool fido2 libfido2) + $(meson_use gcrypt) + $(meson_native_use_bool gnutls) + $(meson_native_use_bool homed) + $(meson_native_use_bool http microhttpd) + $(meson_native_use_bool idn) + $(meson_native_use_bool importd) + $(meson_native_use_bool importd bzip2) + $(meson_native_use_bool importd zlib) + $(meson_native_use_bool kernel-install) + $(meson_native_use_bool kmod) + $(meson_use lz4) + $(meson_use lzma xz) + $(meson_use test tests) + $(meson_use zstd) + $(meson_native_use_bool iptables libiptc) + $(meson_native_use_bool openssl) + $(meson_use pam) + $(meson_native_use_bool pkcs11 p11kit) + $(meson_native_use_bool pcre pcre2) + $(meson_native_use_bool policykit polkit) + $(meson_native_use_bool pwquality) + $(meson_native_use_bool qrcode qrencode) + $(meson_native_use_bool seccomp) + $(meson_native_use_bool selinux) + $(meson_native_use_bool tpm tpm2) + $(meson_native_use_bool test dbus) + $(meson_native_use_bool ukify) + $(meson_native_use_bool xkb xkbcommon) + -Dntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org" + # Breaks screen, tmux, etc. + -Ddefault-kill-user-processes=false + -Dcreate-log-dirs=false + + # multilib options + $(meson_native_true backlight) + $(meson_native_true binfmt) + $(meson_native_true coredump) + $(meson_native_true environment-d) + $(meson_native_true firstboot) + $(meson_native_true hibernate) + $(meson_native_true hostnamed) + $(meson_native_true ldconfig) + $(meson_native_true localed) + $(meson_native_true man) + $(meson_native_true networkd) + $(meson_native_true quotacheck) + $(meson_native_true randomseed) + $(meson_native_true rfkill) + $(meson_native_true sysusers) + $(meson_native_true timedated) + $(meson_native_true timesyncd) + $(meson_native_true tmpfiles) + $(meson_native_true vconsole) + $(meson_native_enabled vmspawn) + ) + + meson_src_configure "${myconf[@]}" +} + +multilib_src_test() { + ( + unset DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR + export COLUMNS=80 + addpredict /dev + addpredict /proc + addpredict /run + addpredict /sys/fs/cgroup + meson_src_test + ) || die +} + +multilib_src_install_all() { + # meson doesn't know about docdir + mv "${ED}"/usr/share/doc/{systemd,${PF}} || die + + einstalldocs + dodoc "${FILESDIR}"/nsswitch.conf + + insinto /usr/lib/tmpfiles.d + doins "${FILESDIR}"/legacy.conf + + if ! use resolvconf; then + rm -f "${ED}"/usr/bin/resolvconf || die + fi + + if ! use sysv-utils; then + rm "${ED}"/usr/bin/{halt,init,poweroff,reboot,shutdown} || die + rm "${ED}"/usr/share/man/man1/init.1 || die + rm "${ED}"/usr/share/man/man8/{halt,poweroff,reboot,shutdown}.8 || die + fi + + # https://bugs.gentoo.org/761763 + rm -r "${ED}"/usr/lib/sysusers.d || die + + # Preserve empty dirs in /etc & /var, bug #437008 + keepdir /etc/{binfmt.d,modules-load.d,tmpfiles.d} + keepdir /etc/kernel/install.d + keepdir /etc/systemd/{network,system,user} + keepdir /etc/udev/rules.d + + keepdir /etc/udev/hwdb.d + + keepdir /usr/lib/systemd/{system-sleep,system-shutdown} + keepdir /usr/lib/{binfmt.d,modules-load.d} + keepdir /usr/lib/systemd/user-generators + keepdir /var/lib/systemd + keepdir /var/log/journal + + if use pam; then + newpamd "${FILESDIR}"/systemd-user.pam systemd-user + fi + + if use kernel-install; then + # Dummy config, remove to make room for sys-kernel/installkernel + rm "${ED}/usr/lib/kernel/install.conf" || die + fi + + use ukify && python_fix_shebang "${ED}" + use boot && secureboot_auto_sign +} + +migrate_locale() { + local envd_locale_def="${EROOT}/etc/env.d/02locale" + local envd_locale=( "${EROOT}"/etc/env.d/??locale ) + local locale_conf="${EROOT}/etc/locale.conf" + + if [[ ! -L ${locale_conf} && ! -e ${locale_conf} ]]; then + # If locale.conf does not exist... + if [[ -e ${envd_locale} ]]; then + # ...either copy env.d/??locale if there's one + ebegin "Moving ${envd_locale} to ${locale_conf}" + mv "${envd_locale}" "${locale_conf}" + eend ${?} || FAIL=1 + else + # ...or create a dummy default + ebegin "Creating ${locale_conf}" + cat > "${locale_conf}" <<-EOF + # This file has been created by the sys-apps/systemd ebuild. + # See locale.conf(5) and localectl(1). + + # LANG=${LANG} + EOF + eend ${?} || FAIL=1 + fi + fi + + if [[ ! -L ${envd_locale} ]]; then + # now, if env.d/??locale is not a symlink (to locale.conf)... + if [[ -e ${envd_locale} ]]; then + # ...warn the user that he has duplicate locale settings + ewarn + ewarn "To ensure consistent behavior, you should replace ${envd_locale}" + ewarn "with a symlink to ${locale_conf}. Please migrate your settings" + ewarn "and create the symlink with the following command:" + ewarn "ln -s -n -f ../locale.conf ${envd_locale}" + ewarn + else + # ...or just create the symlink if there's nothing here + ebegin "Creating ${envd_locale_def} -> ../locale.conf symlink" + ln -n -s ../locale.conf "${envd_locale_def}" + eend ${?} || FAIL=1 + fi + fi +} + +pkg_preinst() { + if [[ -e ${EROOT}/etc/sysctl.conf ]]; then + # Symlink /etc/sysctl.conf for easy migration. + dosym ../../../etc/sysctl.conf /usr/lib/sysctl.d/99-sysctl.conf + fi + + if ! use boot && has_version "sys-apps/systemd[gnuefi(-)]"; then + ewarn "The 'gnuefi' USE flag has been renamed to 'boot'." + ewarn "Make sure to enable the 'boot' USE flag if you use systemd-boot." + fi +} + +pkg_postinst() { + systemd_update_catalog + + # Keep this here in case the database format changes so it gets updated + # when required. + systemd-hwdb --root="${ROOT}" update + + udev_reload || FAIL=1 + + # Bug 465468, make sure locales are respected, and ensure consistency + # between OpenRC & systemd + migrate_locale + + if [[ -z ${REPLACING_VERSIONS} ]]; then + if type systemctl &>/dev/null; then + systemctl --root="${ROOT:-/}" enable getty@.service remote-fs.target || FAIL=1 + fi + elog "To enable a useful set of services, run the following:" + elog " systemctl preset-all --preset-mode=enable-only" + fi + + if [[ -L ${EROOT}/var/lib/systemd/timesync ]]; then + rm "${EROOT}/var/lib/systemd/timesync" + fi + + if [[ -z ${ROOT} && -d /run/systemd/system ]]; then + ebegin "Reexecuting system manager (systemd)" + systemctl daemon-reexec + eend $? || FAIL=1 + fi + + if [[ ${FAIL} ]]; then + eerror "One of the postinst commands failed. Please check the postinst output" + eerror "for errors. You may need to clean up your system and/or try installing" + eerror "systemd again." + eerror + fi + + if use boot; then + optfeature "installing kernels in systemd-boot's native layout and update loader entries" \ + "sys-kernel/installkernel[systemd-boot]" + fi + if use ukify; then + optfeature "generating unified kernel image on each kernel installation" \ + "sys-kernel/installkernel[ukify]" + fi +} + +pkg_prerm() { + # If removing systemd completely, remove the catalog database. + if [[ ! ${REPLACED_BY_VERSION} ]]; then + rm -f -v "${EROOT}"/var/lib/systemd/catalog/database + fi +} diff --git a/sys-apps/sysvinit/sysvinit-3.09.ebuild b/sys-apps/sysvinit/sysvinit-3.09.ebuild index bc709bce7ced..8dd06efe15bd 100644 --- a/sys-apps/sysvinit/sysvinit-3.09.ebuild +++ b/sys-apps/sysvinit/sysvinit-3.09.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${P/_*}" LICENSE="GPL-2" SLOT="0" if [[ ${PV} != *beta* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi IUSE="selinux ibm nls static" diff --git a/sys-apps/usbredir/usbredir-0.14.0.ebuild b/sys-apps/usbredir/usbredir-0.14.0.ebuild index 55f0935bdece..7839269e7d8d 100644 --- a/sys-apps/usbredir/usbredir-0.14.0.ebuild +++ b/sys-apps/usbredir/usbredir-0.14.0.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/usbredir-${P} LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/sys-apps/usbutils/usbutils-017.ebuild b/sys-apps/usbutils/usbutils-017.ebuild index 8eabc778a185..07866ff1499b 100644 --- a/sys-apps/usbutils/usbutils-017.ebuild +++ b/sys-apps/usbutils/usbutils-017.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="USB enumeration utilities" diff --git a/sys-apps/uutils-coreutils/Manifest b/sys-apps/uutils-coreutils/Manifest index 873b67d619f8..99708720ae29 100644 --- a/sys-apps/uutils-coreutils/Manifest +++ b/sys-apps/uutils-coreutils/Manifest @@ -14,13 +14,10 @@ DIST bigdecimal-0.4.0.crate 44652 BLAKE2B a104763b71dcc7c1f9d6116d319989c7777db7 DIST binary-heap-plus-0.5.0.crate 20570 BLAKE2B a0cd30313e52eb33e7fa109c96ef39642d5ec6ef38b96ca37c0b3817299f1a06d39f6245316325e072d7275021e75eceb06a0f78ffd5418ec8bdd3974f10532e SHA512 8ad19390582e20ffe26533db6a452ce8a6768f9fe309f1cf0c58be830d433e1130f9187450a106981cf8d440e2a37ddb95dde90d346decae56340971ff8eed66 DIST bindgen-0.63.0.crate 201856 BLAKE2B a99470e5878c90d0ff4cdcba5d16177eb765822041203c7224f9baf1fda23f83d92c3b9cd83759ed9ca779f9d3961509b4d7e038b716b9d68bf6563743ca8141 SHA512 43ac3067b3635c968c3a4bf6d665d633b9b80ff4eec36aad353019fc16e25c2338ea3f00a7fb077ae0dc055d10ea3ed6c304055a18dcf0c31bf980c26b110796 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 -DIST bitflags-2.4.0.crate 36954 BLAKE2B 1d6cfeb0a17dc53a6249a83c8c7ad7c102985ffcfd7f7f76506889684235e78fe489d23b5a5f9018f0bd526a38d6b1449784c62322fb01f4bb507c0af8bd545c SHA512 0c3d6667abea48811a792749702136ee3db97518b33bc4c7d35737505bf56315e0e5810deeea28b7a1b540ec0e21bd319ba0b3c5c4aef0ba8ed5499ffdfd9b0c DIST bitflags-2.4.2.crate 42602 BLAKE2B 768d4ca52aca73d8acf2f494a66957ed2603eefd5a04332ed0880d230c2cc6ef3bfdc0792fa6f288a0eb132913dbb256793e580bc34f4a40e8200e1fbafe97a9 SHA512 ef4c20e6e78a2ecee97e17189b7100a504d8176c7c15d7f17d62157a116d66f83f8b2bba472a4acf02cd3edbd94b20a7047af918c3f3b371e2e04f7474be0214 DIST blake2b_simd-1.0.2.crate 34165 BLAKE2B acb2508f3a36710119ec170bfa3d343d3d99e5f9b7c65bb62d362e316eca3f52bd17dcdfc30ecab99e41883f113b4be51d72d754b8f4ea8e886addfbd93dcb6b SHA512 b2c5da66e8d0c64c00302f0047a4944e1099ddd69b23075874c3bd3b33c7faee9f425b939380da280d2ee347ebc09dbd4c97fa805dee6f752cc40c90e7edbd5e -DIST blake3-1.5.0.crate 168914 BLAKE2B 72d1851f3cbe5c996570f5cf0cb4ab8c4215ac0e95a6b930dd64ff650333a8745ad1b63a2f988227d66a096cafc59777aeec8e63c05a22d666c1bdd58acaa320 SHA512 39c4d3d370bede96b3f4e37c44514dddfd1ef91d178116e1556eb8f3e2687b705e2320f842e600e59229198aeffff4ab1de34eaf59e8a3c039003f13d0f08aab DIST blake3-1.5.1.crate 170239 BLAKE2B d966170b27098a9f51a2ee1ad0e16bf09a5b886b9e350fcee70d62c0e42bbe6e7629eb185cea9b11e55fa4f5c3e4b65803472e1b18306316cb33e7854feac0f5 SHA512 86c67b98dc3fd790363dbafc71a47cab96bda5e6e1f971210f532783e3b538b1a62e1580140380aaeaafbfdf63d93bc3b09e01b836eb5a7a11655fec01009763 DIST block-buffer-0.10.3.crate 10465 BLAKE2B 32f0089971bb759244b73a75bdbbeb2d24f0422e92ceb0ae0afe3c698e3fabb371112a2eba3dab16a3859420d492c0ac984bfbb25e59e0c31951501cc652aab7 SHA512 e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f -DIST bstr-1.9.0.crate 380170 BLAKE2B 06ae5065a5d566b6333e911a5b97e3999ad2f0bc19b27023187004c81cd01e5315dcac920ff87a6bb87ccfbb949364f1361dc04d342e24f9f54490b5d44a81d1 SHA512 dc313a16c38ad881128977a20bb390e7c95a96d9530596433a7c4fd7f77d5fffd079d436006dd8d2bfc4aacdd7f0aff229504444250418f6aa3f8d6d4df9abba DIST bstr-1.9.1.crate 380305 BLAKE2B 52b45bd48874d052636c6b451cc36d8b012808ea5193e0188e5edd09f81d21b8306926cfebb405ad0650ec9aa710f609bacaa773bf854b21f4803dc38bb2eca7 SHA512 67e9f76719310de60f46adf3c39768b4dc078d4c32dc6bdcec1a94cd9f630c5238e427ed84cd6ec25a44f54e84adeb795a0e92060a5372d9fb9ad9f0914e3172 DIST bumpalo-3.11.1.crate 81207 BLAKE2B ba76008fb5a975aca12b6f893779e18dd353a22a42cbbeecd5870622a7cbc0cd7e37036af600c570b8a55f26ea8d07f44a9aa1a8373d977b6f75bd4276730292 SHA512 70e90bee1fa4e783ff5a3b18f192b9347bafab7daaa907e74913a415a66c29acfb073fcfb46150801aa7649ab0d2ec8a610de239551565dd167bac72ab13a9bc DIST bytecount-0.6.7.crate 14642 BLAKE2B eabbc141f2a277d07fd002869d1746e7f743b96c3dc72b8708308e826d3934ecb01407e77653ef46d06b3bdd9d931e121c9c66a784d46116a9e6b98e992512f4 SHA512 afd46ec3f60022a173b57dd954a06c7c86f21fc153a0ee6fc2052ada5a630515a386bc8344680ced57dd19a205480c694b9a04a6da0660b6e854b4a712604d53 @@ -29,7 +26,6 @@ DIST cc-1.0.79.crate 62624 BLAKE2B b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89 DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 DIST cfg-if-1.0.0.crate 7934 BLAKE2B e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b SHA512 0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff DIST cfg_aliases-0.1.1.crate 6009 BLAKE2B 6acfae9a89d3479f7ce1f0b5dbb13bfe27c006b936a96685606a61a06f69d17ab754a8a0d96c54213f758281c2fb32ac74d03a34e0f836dc7e438387955aac37 SHA512 238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880 -DIST chrono-0.4.32.crate 221116 BLAKE2B e99b0d05e62835bdf21b86f63de4cde90016df2e00c88d4c7aa492fc69cd075af8946cf022337fe38c012b88ec9f877dc4521d066512e6ec5881f7ae3fbcd80d SHA512 0c7defe4338dd6c84e73aade35560896ac0bf5b262296fa901041a6b7c460d92229c82c7bddfc6a510d5f060adfda3c88e2d2d154f0c2fd27ed644931a88246a DIST chrono-0.4.35.crate 234267 BLAKE2B 92552b9c8fb40160de9ee62ed8c5bea12bf8bae393caf91c1c64596d6b2efd09dce94355fb757ed46eaf4a13d27ee3ebb43af91e2d8c26df1f9a9f429869f319 SHA512 aed8bc3298c8f8dd8146c6a919610b6dda52c038a28b56c837a21590e41fda605cd466dc1b85e407f365e116d741cb82afbeff5d29f95f3f5bce4a62abf80812 DIST clang-sys-1.4.0.crate 38679 BLAKE2B d15bdae2142ed26b4f6bd037bd2062e8c4b7b87fc5b749b872a95ff1952d000066c255aa0984e5f9c4a5c88066db4a20cfd048db4ba5a59b331d5ffa5e9a281d SHA512 062189bb0a341e2e85de4987f4b564c1fc69e4005c9c42cfedb61dee5f48db9126a8114d1d97be1b9c21b8c885243751232fbe8cf532e1d2be593308fe45216a DIST clap-4.4.2.crate 54441 BLAKE2B 878b7808985e0cec0de249fb35c3a81b3a583b08e56c159395b0a915ef0d4a555531cd5e280f8c78b11a5f4883a02df65770733bc610ae61dfe820a2b0361bc0 SHA512 7ab5d9f320779e7f249d1f6c5b4fa351e6476fe114ce5975a70f21a19e2ba5ffd3867d383242506c0f86917ba7f271b7e31afdbb087cb590fb6ef9b1466f62dd @@ -60,7 +56,6 @@ DIST crossterm-0.27.0.crate 125311 BLAKE2B 93724dddcfcce9249db721213985fbd9b30ee DIST crossterm_winapi-0.9.1.crate 16027 BLAKE2B ea63abf751aeab203f326e77260cfbd1de286be26acf714a083ae1262b0cc2a35b5cb6d0bd54f45b33c1942eb22f916141c5870aab34149fdb30faccf4d4642e SHA512 48eee242f477f43b69c00e3a5d4d255de2ce1774f6e73d869c5472b35d85af0b63f3a607097da8ace437b1e52a524ded4106767b83d4ec53c30c2e37ac4b46a7 DIST crunchy-0.2.2.crate 2995 BLAKE2B 74ddf8c5e0deb2ceab65c20a2743e1230739ac6aa3af60c9e867a7852270697a1278b7dee00df8949fc4268f9756a4a098df1211ab3b3e31a122652c3ba0a6fb SHA512 36dc0aebc41a3aac5f1b178a7e61b65bcd9bb5c8539b2024f79428200f7c62daa7098af55c6ab0765febd2f8969bd6c0ac8096f73cdc0958e5c4e4eb6a4f7025 DIST crypto-common-0.1.6.crate 8760 BLAKE2B f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7 SHA512 471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f -DIST ctrlc-3.4.1.crate 14191 BLAKE2B da87431cf1a5497ce1212da60a63f362b5d6fea2972e2fff5cbe4a64b0f815d331173df0f78b58cb1e6566068d9320f36ed85aac09944a7115da061c7c614e66 SHA512 7a42302274ce2b4a361b0ca80f0d4ad5d14e0936ca50679b5655bec40d9815d4e2e634322dfb2d652f7de0b0d04f8548915d7af9e13685f1a63415a078f849d9 DIST ctrlc-3.4.4.crate 14660 BLAKE2B fe7c2ca8352dbe40e60ad2c63654beafd9ad3f62483b23b3c614a22dacc8ce0edd2b94e9ec3a2472c581f6a1b8befe0952df092b4c7d34ad92414190e285e51b SHA512 c09c5bb87e4116e4f2604023d9a94afb9985678a4d02aac17baf5b5d13d0ac7321e07dd7b20ed620af9670926acdb6b78be37a56c8be171c21975d34ebf0196c DIST custom_derive-0.1.7.crate 10700 BLAKE2B 205c46bd4f052873ff9790974052f8d81ca1fb16815b591d20db96fb330ef5b782a54eca9c07615edc5e55ba93eb38fcd37c1225f49251e83ea6059ed2cc3910 SHA512 593a98f7c9adfbd07eeacbc6915d3de053ffb33076099f425f5a72c089ee0dfabab8ea31f525cd3eb5da5c19782925ddd14a3672bd9999c6866fd9f14150518c DIST data-encoding-2.5.0.crate 20632 BLAKE2B 16ea08dd12f09f2e6f8ba2910b3db07d4e7c9916e6a70d41420ef1a0e5393284b49787c47af0868bceb7f5d3f1fadf203f5a547dc8cb97713d5225dc9181fdef SHA512 b1de8bcfd7cfbfb988091fdb550eb98dfa5739ff58c4b789663e5db0d539c9acf145ccd72d87f7e1cdefd09d5771772d131d2b2e2589ac8f0bc6972c801ee0ae @@ -75,9 +70,7 @@ DIST either-1.8.0.crate 15992 BLAKE2B 5b9254d54ced1f23447cc78fca74f12085c37e3c2d DIST encode_unicode-0.3.6.crate 45741 BLAKE2B e1e3792bc2bf9db7df33a516d0d755eef5eff1249aa9b2fd7f0dfcb155786c566fb619c9b2d73425a8625c8593988b117e9676c341f65e8795ddc838bf9881c4 SHA512 64193d6ac75f66d58ed864169b5d6228ede36dcf100614395e086bc8e847a3ddd287734d88e8ed50f38c679a99c80ec68449175a67d8ee03b02ec1cfa9d55e77 DIST env_logger-0.8.4.crate 33342 BLAKE2B b1bb359be2f34ca6f93f72154c86920b8254f574b48f693b2ae7296cd1ff25d34dea61e95fb2954569fdebb6c522c851ef7499c107005528aa2226df13b0de33 SHA512 9e4478ff609a2e1e1a902a55b221af43a52622fdb5668dc33fb0be354b964708b7b6d13b7f1ef11982f45fa7e71f0712a2ab3fd4ea98155a5115e5a7c3d33049 DIST errno-0.3.8.crate 10645 BLAKE2B 4a7af10845f11b3d8f177a75a692be468e8ef0ee53fb84a4d212335f1499456b6739a59af260894b5c3853d3bf21ef3490d1e3a613305561203ca334a636c3b3 SHA512 29753c421c6f929760cd7565f8171696e4f70e677654a7507253f4fc495edbcf214ace27be46bdfe5c1a0d782f4b688f591476e56f4a1096471cb353c643328d -DIST exacl-0.11.0.crate 62479 BLAKE2B 5b99d8af9c58f8a35eba991f54a392d8a3bd1fb9ac2141c401393657aec48f60c47d1451aa6769152b77c34f6aef364876bcdb876c25e8b5d828b43e3f433a6a SHA512 d1b7ca19ab6c0210e4afcfc8b9e18f774caca662b95a68fe38819385e9cebc65bc4e324223c3cc89beb44be6faf129ca6eea21bdceb6e42c43b3bc10f7196362 DIST exacl-0.12.0.crate 64506 BLAKE2B 89471ef3fd6b675ad5cf0f7ecdcdad41a852828fd4fb8f0f96ca0870013222045d7e1f627c365fb8b5a0a8c617a15d045972bae5f87b99258c28a25d13b76846 SHA512 d0eed224863b6d5216d8974bf83ad794123650808ec042d63db138cb252caf408e127fc5707fbeef181cdf50fba0c2a27ce49fa2dfd630da822e4bdee0f130dc -DIST fastrand-2.0.0.crate 14402 BLAKE2B 8bf830151ec616dbc25f216265722e39f8a2cd9ae036b0904b73775a30497368aaf9bb7f49890c330024c3d9b8084749c91f601b60b53bc8cef2da8b0aa71322 SHA512 9449dd52e4b722d5747f68f127843c0d1a402765c2b6186b9526f8ae23293cb1f6b50adcbf18a8ea768292642184cb0eb42b1801d20f6815397903f9977f3cbc DIST fastrand-2.0.1.crate 14664 BLAKE2B 7a5812153500170dcc53ca8d66384fef46eeb5a8f970be43863f22f82bf427672d07cb053f4e04b0fea358ca89178399871235680f57223b8561c07b8d21cf13 SHA512 79a1e1b3f39264f037def236afbd87b732f5e0a2154b1d9e721b3c7990c52be45138320e2571fe628f482e0da7e3cf867abb745e3c277b19015fc031fd4410d9 DIST file_diff-1.0.0.crate 282318 BLAKE2B 628bbbd75e7a8f192e54f75e3898b2c128f23c0111299fe54676f00ebfe532794f4b7fa28b27df3f94d96c8e4405fb9d2dd73e3459dbb888a38a4e99c6383389 SHA512 260313bcf0860e63d9f78523d81416fbc360a33c7c1740306d9d5b8aa1640e509b7330313c38105cd662881a47c46f89193e473f0b7da12d3848ed59d84e9905 DIST filetime-0.2.23.crate 14942 BLAKE2B e4d2d9c11745dfa5592903f3c3c6a9871292a02f9862607b610ead7562b5d1fc3b64d37e779cad0630bde8012efda72d86af5e687cd2ef5d3627d8a89bca517c SHA512 8d5ac82482758577d1d0669abbe7b880efc44958687bba745c9ee4a5c16bddb44ec0fbe9c29cf424e7120905f3c3da607f3a7ca1e50287154c0475ddf2148bf3 @@ -102,7 +95,6 @@ DIST gcd-2.3.0.crate 8934 BLAKE2B 7abecae633692861373a962262f8047893508706d8d7e7 DIST generic-array-0.14.6.crate 15889 BLAKE2B 7beac5446f5da4d077598af43c238eb7e71a12b0b91e6be5dbfc1ca33dc21d128fc93c9c8b18caac4b88830c8c8a643f2033acaca1d9a9f3d95329d042276156 SHA512 254e6fb6658f083f26e022916795c9ebfac241b9df2d811aac8316b17e1375e1c5aa54d72f1bf6c2627a88484a7df4b14eca231c90578e9aa3d9997047fa0f20 DIST getrandom-0.2.9.crate 34457 BLAKE2B ccf7232ece1047000140ed6bb9a1afa784be87b5cf83e2f58dff77abcd79e34120b45336cb05e47fbfde36407957fe9da8b04971092ec05f67b321fde9142d29 SHA512 48e341125223945d1c02c4dfc54df303ae27d3ceca0d5a30b42065f5e40da600cb2010bb59e88af6b990d54b5eb4bf83ae5bbd27e13e56363f5f68be03ea9082 DIST glob-0.3.1.crate 18880 BLAKE2B dc89b3a664e810264dd7a01ad892e865ce35b504bfe5dba12d7ea8084da7de84feaa94c2208f1a1eefed90297e552636ad61ccebf6fc8cb4d01f27d605ad0a09 SHA512 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b -DIST half-2.3.1.crate 50257 BLAKE2B 073192254d98ea786b450eb4e29d36c3a661ee2ac6e57b8f303a7da483ac60451de59a91fb4d4be3fab23ceb109674416162f8224d3e9bc05883e4f998182225 SHA512 b29acbca7b8f8fed6392346d03c710dad0f51cb2e358e7ea74a3aad4e10ffd22edb4154a56f877adc375da831a7597b51f7049335c0781a1b1110103e5eafc35 DIST half-2.4.0.crate 50666 BLAKE2B 5175650e5cb9fa08a5d45ce35b76b15454d27f214d9b9236902ffab71834b342beba0654f9c85fc796bbb499a1a979b60714a5bf7666d1faf59d61530073adbd SHA512 7357a0f84dc6ae394efdd464f5a6da2bafa48bf8d794b2c34d1507d4d66af31ece8a012b58e6f76eacea2c249488a12c20f8c7e516ddd42a70633c9dbaa13bf5 DIST hashbrown-0.13.2.crate 105265 BLAKE2B e9ff7e6e753166ab3051a834df6f2da81a19ac6997ba269ab13a65e0abb9ce00839311785aefb451553284ad5ef3a0cda925dc2bc188d2a138a78578e530969c SHA512 21dae7a283326d21e16bb32ae0dd1481c4936939a32a06478a3351c2dec97941be532437b808e99ac40e7900a75433fe0efbd852158659a682461245e19d0e70 DIST hermit-abi-0.3.2.crate 13783 BLAKE2B 43089507a5ca0731a9e9a54fdc8f4dd5f807244797eba5bdcc072c2c2b3761481df65b8cc65900769777d9d21f8345b502cb1915ec36747160e87f179469a661 SHA512 22901ec8976a7c96e93c9e07a2c5d3db49d7af60ce60c7ee6f61c3cbe93190d1f285e737c1c8b2236d540ab14e5d92e42828ec05f1b212332a862baf2b1b57f6 @@ -115,7 +107,6 @@ DIST indicatif-0.17.3.crate 53584 BLAKE2B cb65be2e4de6d2d6fc636ccbdb07b415314464 DIST inotify-0.9.6.crate 22971 BLAKE2B 7a6cedd29b2503911fb42324fe3b4f4f20abb62a6b4370f8a7f634d9988f1b3053a70d69d6bbd7b850aae2590ded7548b73326a598d31e5b579e19ac3cc781d8 SHA512 39c3db1b6da620df9eaaa41cc20c2f22b9a372e181ed7d8ba0c7ad4e711ba4486bcec7ff86bb4d814d9c53e071cc4e43845567069e45b897c562cb677fc872b2 DIST inotify-sys-0.1.5.crate 6965 BLAKE2B d70124656ce3e6f5ea3f430e8e7100d0691003161234b40542ca86c407ecaac1785f3eca98e9fd2914dababbc3f47a0855c99c9f19245d1f2cd5312739c802af SHA512 dae749f32c533b0c9f99963d97a77dcbfcacf173ec8fd7a02f275804f9925e867b4dfdf6be52c3c3c3de136d64e6e7d6b30a3bf804a01608cf974b0cc2e346da DIST io-lifetimes-1.0.11.crate 37346 BLAKE2B 7f278b7378a8569d3552c9b6d4be06d7908e05d77cdb964267f0b621ec4975a42fb6e48fc030a75ad5865681adf32ff747943ac559ab4ad73331a6611a1b10c6 SHA512 30c6e5ce6f5beabe0d7bee4f4522884d1316cf7d9b8d093ba0f952995997be3d0f10e1e77b9c20b7fe2b65429de0d2ec89bb35e939455795205206a3154ed544 -DIST itertools-0.12.0.crate 133620 BLAKE2B 73c09adab9b9a621b556d0e9ca0deb9967f25f5f7cd082a65208ada2639e8154704d1df4be06505c8a6697c51b438781ce9921f70ae826a80597d5a682b99c99 SHA512 8f4c1239aa185ba21740dfda7a0c7cd47d62430db21724acdd580a8cd62df6c0adbb11fb8ffa691acd5f1b20a143d57dbf7e30d9596c38a07b5a4b3405e31ce0 DIST itertools-0.12.1.crate 137761 BLAKE2B d7db67feb7418d6a779dc17d8a2f33481114cd81a4d53a10cffe08e13f0d3cf4525a5ef43368fe979d5a3ce230872eaf993f7065885531aeb5a6479351857708 SHA512 0d9c1849dcc0ddf7555b0aeb7e4f2ef3b101cfc6f03310ce1b6072d70ac8c8d3387ef4c726146102012e75171e0b0bf13465704b6edfc02752e349dc6af7cf68 DIST itoa-1.0.4.crate 10601 BLAKE2B 95545252eaabc3114323a44c8b8ea12a91568d9fc8d26ccb3bdd798ac0e04d9a6a9307927c17558f1284fa5491464cfceba2f0b880d00673449b94c0fb783150 SHA512 a70bb6fbdbcab27fbb5a84041bcbad8e0c8fda58d55ca7ac757f7be5cd373101be40df99e9acd6ae49e637e40de037c6bc59560f96c9adeccb2b2e0bf6531e42 DIST js-sys-0.3.64.crate 80313 BLAKE2B 7cf5dcb2b9e0b63cb82771c9e98518a4cda70372c5aed07866a07d2aa51274622357e4b5a665499328f5a3c38f7c515303da50421bad4a496fbb658e2132325f SHA512 a4f389a4eb45c2122e7bcf365dccdce8fcf14b1b521b8b839746bba8783296e2f1b959d73bdd874743f49c61a24c4077dec52f63cc7d594cd42e9cd6ea9c2e64 @@ -124,14 +115,12 @@ DIST kqueue-1.0.7.crate 12554 BLAKE2B 2302bb9a6aae077c1b69e4892614e87fd86187fc46 DIST kqueue-sys-1.0.3.crate 6673 BLAKE2B 79254d667b4cf1fa556f1773db23b00ac431bdea6c8ecf914e3c0837fe4e25a45c9b6fb76259d628e4c76a20f749df3fc285b54ea63ce3b52d21529358e81c3f SHA512 76023295abaa4415c1d7b37c844432ece522b762f78983cdf58106f65ca553ee96193bd8c93f3fd0af029d266d8414f2ba4d1b8835bcdc180acc7defa6269731 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8 DIST lazycell-1.3.0.crate 12502 BLAKE2B dca2d3f46823a52dcf87b7d6103fc4f1f83bc5247ce361946ac2d9df239fb43ce4b418104503698dff0242480cd014996e77da4ae0a88f3cedbce4eb9d3c9ef8 SHA512 f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d -DIST libc-0.2.152.crate 740278 BLAKE2B 8eecde477063207d77b6894d6f9194c8dd10e55b69585e3d66296eaa0b9d3f6e2d033e667207182bf4c3cf31f6d38820c9187b2006f4b5ebee898adafb4b2751 SHA512 1722f6f52077efab90026aae3d10306f8c38ebba95366593c3c1adf707fae121ab450064ad9e8be5a667caf6af0b90fad4d1ca1009db0f2220093c44e33c4b5c DIST libc-0.2.153.crate 740614 BLAKE2B 523a41bc8cff4ebcba0edbbe9e6a2286ec7cb3ba5e90ca5926c972b68e4b34188bc077d20c22376238c3cd91b7455898a95c505ace4ededea88cc496edb4c5a7 SHA512 3f99e3a192974fffdc053ef21e9ad5fb54b7cdbd4755df176704a95dba38047138ccab76763e89c6b565f37f98fd549fe368749f84f6d1638b3209cb07eae9b4 DIST libloading-0.7.4.crate 27580 BLAKE2B 491faef2659270b10bb88ac46e0453f747f35e78d7f28b7d6d9151177b4c7a7aec0a1efdf702eda0988c31e9dafff2990eba4e6a9b0b695c535ea9086ccf36e7 SHA512 34439d9eca68bac8fcbe2bc94a70e07550e7e95d713ab74ed60ba6736ec807fd9c9135c178d436fbeb39afb074b2a9b05775d953340845c088f5f8712f5f56a1 DIST libm-0.2.7.crate 115688 BLAKE2B e180347d10847c40a88e43d321e08561df053e6fea0cea2cac480c4162c2f31d8697b4572a384edae323d43781d3c6462b2d77220dd71b2fd0da3a2757487db1 SHA512 b7adbf657be812451fc50cd5e5f92b7a71d43b4e48761bd2738d65498c9abad851f8e86d3be06ae75cf39c7798c23cafe767bc5fd40f596774e858f69fcb46d9 DIST linux-raw-sys-0.3.8.crate 1013776 BLAKE2B 375b29d2cc700e95d94ea8dc304cb711562952742f65c9664e33560a3da862aba74f2ad2ee66b1dface8cd5371ea9cbbc452ea953a6b6c656ade7d938b7d2ff2 SHA512 cb0e5c54870dacfa513ad05f7a84e9e90dc1a42f55685fe3e252fd25cffa4b875f1b65eaf4ad132ef0a19e6677c7763b360d71ff0060fe6ce5198f38b9956375 DIST linux-raw-sys-0.4.12.crate 1465800 BLAKE2B 2f70a344c427093fd55732b68239f771cf6563edfe2db4b2f50cdbc904dfc7565b30bf06454b91482eaeea787b9cd4214979665bfa32f3c1c586551333cf4d2e SHA512 d9564d02d5f41356478066592e438629adb3275df0e5a1a44030cc99bf8856b8af64f18f27371f84122a828b34712aae16495a1a16050fbdbece6d95e9cdace9 DIST lock_api-0.4.9.crate 25685 BLAKE2B 8adf5c3cccebdf6aff6ec977f230cd2a208b0b188ef57deacbbc6019431f0ede1a760b2384ba3cb49c96b8a589dc56c0f46a6359b3e62277e7ae1a1c3f586fa3 SHA512 9215381d9bb6b80d217c73a900db43df043b3e939b5bd7a292a02e9ab911cf0eacd8f883d35bdf72b3a0e78df8f1bc3e843ca4c775294c7a7a03091dc1a74990 -DIST log-0.4.17.crate 38028 BLAKE2B b46be3719fc0a53e50b1f342762e188587e9f1ceb692c72473ce2663edfb8253742d30024e68c1444780ab7fc0e2d5b0601b8ea7228dc3405a9342a57548e605 SHA512 2477d88db42b1d92c30708d88823212e236f613b3465e85eb425f83f8d16fadfaf0352f06c2999a1852102edd2f6ffb10ecb539d8a3b6c48f552a25622ccffa2 DIST log-0.4.20.crate 38307 BLAKE2B cb9c9a401b49bd68c18d5e42f2ed94446f1aeb184caa23cefacad4ce54a2a357143af54a5595c45d6f3c3d20b054c451d9e6ccdc09c19cca99ffffdaf8bbfc72 SHA512 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e DIST lscolors-0.16.0.crate 23368 BLAKE2B f4c39acda48e5da0489b8a5b169a55bd69f9d4a2e7c264e6f785feb6f50c5b51ce793b5b34a85aca90809644d55999ce5158117e6496936ebf13758b064d59e5 SHA512 3b6f65e5cdad090fb05b278d4f5cc3d3219dcaa5413dcdb20ca4f673842906c09c71fab4dfe23a3669a9a3781af0d08a793e1626900a078e7e776286c676195a DIST match_cfg-0.1.0.crate 7153 BLAKE2B d3f40e5b16761fed337ed18dfa9db9e46aa2ad84ca8cfdc7cf7c72bea7cff8d084d95214ce013b3515bbe5b1ad4b8527bfce692569551e4588fe6f396a8a96ee SHA512 fd36f2b128d70a0f278e708bcb3274d90380229f754aed7ce9b808138b0189d5e1a07e0ba732216f788a530cecddcdd980559b3f71efa371d8805a213ff8f2d6 @@ -140,16 +129,13 @@ DIST memchr-2.7.1.crate 96307 BLAKE2B f1a008fbdbfe84852a8ae1d9d9574306b1bf120dd5 DIST memmap2-0.9.0.crate 31529 BLAKE2B 555a4160470a4f71ae3f72a8dc1de963b7df89ba83d0a50438a27a6df0d875c4fb1ce6454883b24cce3a8e8ec77b663eace08fd9d531b3c4af7393e71831e0dc SHA512 f46dcb4159fce188bb247a568ca3d86488c379bc18c8c24ce5cac5c34963f9da39af9dc9436c3d741ad364bc3b9d6d6a65b2c724aca3e6caea921127ac807e93 DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61 SHA512 385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c DIST miniz_oxide-0.5.4.crate 53485 BLAKE2B 8836697bdc3707f89fa869e6b09a36ee4d83ce2ae0a53bc7b06bbad70ed7ac25f8f67d841f3f611f6756d891f0eddb0abf7fcaf87570f8ab32220f113583ea6d SHA512 589dac16ca9c2f94e6fa92b68bcf51d140f46562cbb3a1b791b75c59feae51da5ec16042604bbd6bcb7d7f0c7f75e98ea1af8cf42d177133a5eaa86429cf3114 -DIST mio-0.8.10.crate 102345 BLAKE2B 82bba95cfbb51a02efda75dc85d973825f038f7d23e7fd0a93a60293fbafd304ae064f395a1aeb63a1bc7bc664a0c0dfa3721ac8a553ea5161c0ab2862a6edcb SHA512 680371f7da07824fcdc1e8c10a6771a71b97308c47bb5b295e0338fbcb56e211dfd91e1b400a080984c57055f08db24ca675c167f298a3dd4842a185bde62fb2 DIST mio-0.8.11.crate 102983 BLAKE2B 913a8e0e4843b3b19cce3eeaaff0a0024eaf1bdb4784a710e54ee95b6631edbd763e37669ec7d269e45157907663dd2eb6c9279db850fa47ef4c1eee867ea24a SHA512 9a2806ea78b0637d0cf92448abcd50bc5d09bd80da0f37752c847bc98d014baae7a5cc4d929de98be6283c76d82ccab1f1467aa6ab583a4e782d97d5592b0bb1 -DIST nix-0.27.1.crate 286494 BLAKE2B 63fbe347360ad4b7a86f30bf2f1b27ff1ec581145a90c34160f4d143e9c297a34a2ee72e9de3a48bd3418657fbc9bafd09b704ec15a42b16b3a4187d5304ce77 SHA512 7b35a0f87427eb1b5e1480d7daedafea4609b7f3a4fcf48ca99bdbc2f150865996539f2c51c7ae6a6a13169614681fc838efb306994b020d44b45735a7380010 DIST nix-0.28.0.crate 311086 BLAKE2B a07023566f04896fdb3ef8b2a1ae8dd64adaa5eb48217c58588e1b41733642e03e0637350c0ee83ac47e663c02b24d5668be751f8d199aa773de6df8b2213894 SHA512 73c0c94b360f4fc81ff07a13692b2a5b5ceda3a7203bdf1e526facabd36cdf160f0ae8fa479e31a4e4237c09bde11e9bf821aa496311cac8614f9c5626f8d69a DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0dfac00920b0cb50fea98c9d4edca63c34f6845cba05f8d0acb407cf3045cf64a4cb28e53c8b6bc9090cf SHA512 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad DIST notify-6.0.1.crate 36446 BLAKE2B 791dd96c28bb22e7ae457accd0b2c44e60e8fd4d1e71f0a006c45db7465f535d98ac18e0d7a9bfc2d301305a713bd1e282cdad8812a7fef69e47e3acf819baa2 SHA512 114abeb67356c90f3528f74e87f28af384b0db263d8d803043b8122b6689bee80d7a378c6ffe292a962d082665d288bee5a9e8a50a6af806d8d641dad3765c1f DIST nu-ansi-term-0.49.0.crate 28211 BLAKE2B 057f2d9a3b6fa773e5b8b7b33eb0bd588db3310f01354701832716d77dd6c49ae17f69728582cdf84e8387f7c57b9eb05cc97ee6e14541878f12fb50f93855cc SHA512 8168f44f3574e56fe70ecbc67255556bb92215d3520d1cfca7be918b3d7d54be7aa0d82359f1044eaf66f11ee85fab1f9ccf32b13cdc39139c2facc78b2d8e71 DIST num-bigint-0.4.4.crate 99369 BLAKE2B 09a44754e3a3d4f949b3714d96ddd7f3915164d611036675e3df421d6c0863e368eb0180978a4ec27fbfff529b4999d2593e411903516670c24c08fbed6a79de SHA512 0dcef3344a933509fdfe87d6adb0bb1bf67af3c692ccaeec5663a8f18ad0a251199ef9c7a24c25b95d1b255b413947e70f0a205669d549b13e54b6f4864ab3b5 DIST num-integer-0.1.45.crate 22529 BLAKE2B 4da3e801f71ba8f92c692497e200bfc8d32183c94eaad91260683b09f4697c03175fec7cff5a9ff3782d5db5d514d74f22f7a61a102c0f0d2e67a7a4b4f29222 SHA512 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 -DIST num-traits-0.2.17.crate 50190 BLAKE2B a549ef00c749dc7f276c4817477d1f9dab70cba01b6a3afa5743f16f16353bc50d992d7446a54859cf750a410d66c8cd3440708a6b91fd89d3b8889f8fff1668 SHA512 4d47d3e2f5a31019e038e609897cb0cef1ba061b35cee7e2a02e65179dcdd4960bd5b9bc759b5c013d699b3fbd9b014940a15e36658f7d4fd12cb0c7841c5b4e DIST num-traits-0.2.18.crate 51930 BLAKE2B 6c40e155d7a52267a7183d8030ef34245492d33f103cc24551b10da3eaa18e3db485062ff87057dc23e6b55e381e5c5d2a2633aaf6f4763c06677a0a0c524f02 SHA512 e395ad9f3b21b0dd1d3a94cefe0d68a42d1b1d429ddb2823696f9cd75042568a635d93d133ddb9497ed357e5b3be5caddb8e4a4af87b65882bbdc60b05c74ebc DIST num_threads-0.1.6.crate 7334 BLAKE2B 416efdf395b0299b6b01e1508823afdda08cf67ca54e1d644fc5accbb0490945a492a34bc5ba70c3e838e6405d17ddce164ef87468bd9da27097de8994ad9577 SHA512 b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6 DIST number_prefix-0.4.0.crate 6922 BLAKE2B 81bd3b588c788e6865104e5ce87119b5e0c5a526042963d52cd582ff23c2f8c9f32b4c445ef0397fc402b6d047e031d8e2c67ac97e191bde22e17662eec3a554 SHA512 a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df @@ -183,14 +169,11 @@ DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b40 DIST rand_chacha-0.3.1.crate 15251 BLAKE2B 645771b2c3e274f085e0837a20306b1d59f6e9032fba8eb38a6d1b30180d15e2f89ffa2a162bf6358da41e030098242d81e71dab4321980d0a4f6ddfc2974ce3 SHA512 8198c580b1b9b0429758ffa49cd8138fa3ce724f0dcf73c767ea7e55611d6a2e4c7cad9950896510def500ce4062b594386c947ac3d89425b4e5c9b04d0b8075 DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 DIST rand_pcg-0.3.1.crate 11983 BLAKE2B 87c2a9d0f6fd71076280a0f6447ef2a8c9efb81567c530bc45001ed93a254dbf0d007f4d3d22355cb68dea51e82bbd78761bfb9f139a62983dda39f0432306ed SHA512 6386c23c26fb911c3b20718e31b6a2f395e3cb46b59351cbd58bbc0666f1d42c2092638360162079387e0d61f7591d01271cb50212b91db6df78a76bae239dc4 -DIST rayon-1.8.0.crate 170172 BLAKE2B e2df52c64435926a13f4f275c4f25a9694316aeb02b73856c600a1a813686ceb20828676d8272393d1aec18eac4f05bfcdc5ef02ff1e19245c547c0313a2a03c SHA512 ab1cef238530d81c255b6631ecfed9cc4f3f8d7cb6a74701d29c1dcb022cc5b859db1d246cf8247d47702fdadcedfe64a6749e24cf6c7258e8c9411af7e4524a DIST rayon-1.9.0.crate 177770 BLAKE2B 34e20aeb82a548bd80b8ab3faf8fd870201ba3d67f9618e5493332a3c43bcf1443c027b8ccc76cec8df6bff852434531a01c8490f829f57df5cfbc3d8a6e8a42 SHA512 c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc -DIST rayon-core-1.12.0.crate 70081 BLAKE2B ef1bb1d430776b0ad49aa523cfe83bb0aa3a381b2e571db74cb8de04bbff884b8c269de31d7afbfd609118c445bf079afd2d4920842c8a8b312d329e4675cfc0 SHA512 588fa479c499e1620e25c5818996f0376d3bf526272af6c50a17ca0ccf0f8f67b03a3a665938575a86a8edc1f101a37ab01133b27f904eb5c291bbfc581135b2 DIST rayon-core-1.12.1.crate 70701 BLAKE2B a32eb9ae9a71b4f0881f7bfd5375aa7db5681f20f7e0b25e6ecb3161f2aad36b93026c1691d02bf298a48ea07ec9475a237fba457ed0b0b8624aebab2b4988df SHA512 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_syscall-0.5.0.crate 22262 BLAKE2B a18a5a00c3d77d508e46139489effe2f405928ac8e79bd5991dd88b57697e652798695b8cadd7ccaa4da594b1b84f234254ea30092cbd26703210494621d7880 SHA512 e51efa2947446ac641d9764a132e4cc29220eb32cd772ffe432911306c33a5e00d4da5807b553cf9bdb36f8d77ca989798ee4592fb1a792d761345b07172a1ea DIST reference-counted-singleton-0.1.2.crate 6161 BLAKE2B c90d3adc74efdf38c063a7d0a180539ba48f9c70bc96542e6a1fa2f6501f4ebfaf8afc340528b3fcbff45f2a0af0c5879111adf270c4d3102ed9b53dc6d83ce8 SHA512 bafd0bea76a131b21f183f597c7ce71a6d15e76ead76ade929225b4930b2345326ddfccdffa1ac6456627ba50eaaa02bcc364865207f574baea89b4e0c709ea9 -DIST regex-1.10.3.crate 253101 BLAKE2B 390ebb00bf5430048412883b672d80737e783fd36f40895343cb38ef2e26e2713418c2fb4d66792bfd3be4c990b4518ba120de229a72cbeb7fd5c2af325fbcaf SHA512 d090898465013b0975a6de87fbdcdf76b4896578056f4da83424bd5e7832547a3d8ace643c379c4f14700a0a88dc95950a38645508d1675306c377879a90cf5d DIST regex-1.10.4.crate 253191 BLAKE2B 08bdb925efbea1ee9f885a89ec6b4692e39d7b17039f788e5b3c1dbfb7847d4f53b67f0c61e4085af7ef4901e67e33ea94948668bf706fef19b4102a06ef0447 SHA512 88ef121a51759f418d5dc01607a6e02651bd00343dae92962c02a80f30343d3f079a0375457780ce46bf205ca38f279b03989154638199fe2fcede10554bf21b DIST regex-automata-0.4.4.crate 617294 BLAKE2B 68f29fae9479a82dbecf8091250b65486c19af2e5c37c1b2df5d12906bac8aaa4d1e577dc0437a2eb46174a9580410e51a2c53ab265dd8af14e0c758888e92ac SHA512 9705f7949b270003c095f1787a3936ab7d4b0dc9f050ee046ef4e96f4f4630ac56cf0dabb0ac3b9120c462aca6344ca60636cb95e0c0d537ace506159c02b15a DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 211fd1c35ad0f28874d4b4d276e0fb0a27e5a1608f2f16ba2333641b154624e378419daf8d1c955f21ff5f40f6d49c89569b7e11ea5649850846d0fe447a675c SHA512 301dde555f300298f2594490ccd8b92033e4917fe9b8671b8a97db6c827793c73969be85a92999964dcaf3177edda51abeb576811ad6cab9772964dc0a77e728 @@ -203,22 +186,18 @@ DIST rust-ini-0.19.0.crate 18328 BLAKE2B 63d72949f2aec01f73670d9c531093c5faca0c9 DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9 SHA512 84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544 DIST rustc_version-0.4.0.crate 12175 BLAKE2B 6fda2ce03eab45d7193fa0d70175cc7ffb56b7be85fb1314092bdcfd3948ea145420569ace3a47218a4a2a6e44a818862cea6dd8cfb945475496f63b591c29da SHA512 f66da7c6efe431db06cd01180d84ba67fcd38f8cd6ef693762957c00ccc2211f23c08079d7f184776e08f28d2d6ca3bdb5f5016f7de245c6193d4722891ba1db DIST rustix-0.37.26.crate 324663 BLAKE2B 49876bd8bb34da5d03ffff3c0635b78c985d6d5360f783a902a7b3c878a7dd25d10d72f8990d23adcbed9e60bfe60279c527562edf17e37ec9e95219dabd45d7 SHA512 ac9266a30274ce399d3856f0363ff55708ab5cbc817b6a1da31a2c14d14de3e00af4aff49adf1a9ddf3dbe2d6b6c8d667e6c9c5291e3cd3dc40020f73f3016b7 -DIST rustix-0.38.30.crate 374744 BLAKE2B 63ad9fe2e131259a008abdf7a19735d2e2401e62cceae7b449ec7cb6025e82f8d275c24caba5c23c19d9c37de9b3b9263e96db3eea6bba569eb6146f5b3dd62f SHA512 6ffcdc274f97e7dad9fb0a23fe948ec4041fff6ce915204fb46adc31b55646a5fd0ff3d8d6483673da2cc55044ba53af4d6e48ebeb8622e7ac027a5d390231de DIST rustix-0.38.31.crate 375443 BLAKE2B 9e8ba6bb4eb4fdf0bacfbc719124f745f383abbabfeb161bff9908d1948942d358f46191377b90c180a2793a88bb01be20dab556cfabc8da8efa2533af8e460b SHA512 593e0395a7bc5bba949e6f2a5ed9e39ae13140970a598def32ab7d6d91b4ec100752fb05abda407ee2e5e420d950b19e607f963f3974213637423c751df75960 DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c -DIST scopeguard-1.1.0.crate 11470 BLAKE2B f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe SHA512 368fa5726df8f42b599993681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST self_cell-1.0.3.crate 15147 BLAKE2B 9b53b0568dc4ce0c7372565eef14e593aa25e262d7501da6e4b8cd7807f5385977f9bd3563ed39a6fd4e07c824847d0c09a2a750024a800229c7a57ce5e8e325 SHA512 89a990f8a59cdbb99930ebbf9bb6566b77f03f1f551e49b207c865e7205541fd9f0342d284aca5f3d054a24520fd438b6c53baf48c43fa28dfbe8d79fe8c7e00 DIST selinux-0.4.0.crate 36519 BLAKE2B a10f9d651f79b43edad40cf50f5ca806d6b892885a9a6f79b0b098f8507869345aa4244a05427bfa296ad0c2d31d5cfb47fcbbddb5d19a8649f019fc9a59450a SHA512 a8f31aa747848ce9109d3817e2e1701eb5fb9ceb0a15b92e5f84183a0b897d88c8b928ac152a164719a8a0ce5c844a39e530e2f8a5ad1dccbbfe74b18ee203d7 DIST selinux-sys-0.6.2.crate 8324 BLAKE2B 19f04e215b41fd9af546d96b480385f417de111f3cedbf1b8b9b1ff632bf335a18f13488c13db8651723eaa26ad8f64bc55e614e188bd49043051d7fd5813c60 SHA512 c1ac433ed4777b5164f3f37dbeff36d1e867fce65e5d117a8a5b036d7a947c44b3e7ee59ee08ee74ccc14370d2f07d301101a282fc70dd6dc5c1c9e12f419975 DIST semver-1.0.14.crate 29813 BLAKE2B a080f0a65127142a90bf033452241ffebfc7098b56a6a6b8bd818528df3b88fb48b3982125b405c1601e1bd55f3a0fdb4ffd9653e398295d8156651a04b2e903 SHA512 04db4c0a30141c2767d24d6d715b66ecd6355c1c88e572d4c473e0fa8c1fdd7197092b8286c973f25d201c5fcdc9105ba3e28c11ba1546a666167afc1fdf6728 -DIST serde-1.0.147.crate 76697 BLAKE2B 90fb2df19ad225c96a30cf88dea82a5785bb110f256b882cadef8d1e09f91dd610637a104c2e7629847a14d4a422f89f7ae324c29845788aefb0a6bb51503886 SHA512 d993bd86c61bba602faf7286ff21d36c5d8c83176c5bbb203cb284a3f89dbc8a1ca893a09eb2657f9e98ccb5c5287f44aac06d2e60db96e78d99ee40bd1fe1b0 DIST serde-1.0.193.crate 76863 BLAKE2B 163097e85b5542451896d7381607aa297e3b0342a2641887a01689b13122c6c1ca566fcb7f32f51bb0ecc861aed014f1467edfe21338223d5361555f870425a3 SHA512 82259ca302f42116ecffca3c88bc1212785ce5430f9d29390a9041d4e5943c13b13de119fde644a583960102c4b6e850a16f962d36dc76ac69fc2297ed65a506 DIST serde_derive-1.0.193.crate 55692 BLAKE2B eeb2a2fbcd0daf5fee1bd6a4f584fed330db58cbd786073311d6a94308c63dfc6b7c2dfbc4b8980064ed66509f0127525b79d99aa96ca0134226fe21715999bb SHA512 05efb144aeee293a0e7dc7540106eb8c4920b2d8dfc25771d73afa8ffcba330104643430a6e396ea2adabbed4ccb23591251479b75449b9c8322799f91d38c41 DIST sha1-0.10.6.crate 13517 BLAKE2B 85ad8dcd237125945f6f9c2d7a48bc9802dfe8398a2bac86ddb96763486092fa18e80a2e69f89cfd6e95599d34d60ced33b26a68cbbe39bf158238a79433584b SHA512 fd37be7e3f1d4b6addd313a36b55215fb70abd21be7831b71de28bd3eb03b7352817d8a7b1a166df002c3a23eadc8224e49edd4a37556c0e5357565305d4128f DIST sha2-0.10.8.crate 26357 BLAKE2B 1d01b381223a931dc631ad3a1191f5378b1d2f3f9f20474c5f020e366624c73b08330ce8dc4bdd3e63b15f647276f533de655b545b77f70fbedc1a1846f44f0a SHA512 3be73133a6b7690e14acaead47914dc92395dca4191fb657a2ea186fefd0ccd94d12a1121d63a26027d9a9c62b775c53202473edc461587b9dcd75472af77785 DIST sha3-0.10.8.crate 858216 BLAKE2B 0251020db34e0be3f150d342d055bae00c7fe17e2eb1f5134016389e45a4d3ef35ab8e533f58cedd7e10412955c4a011ba8e604e129fc5bd9a433ff756f0ca5e SHA512 390102cea4cbb0de4fa772a0842cf6d13dadde9fd95c5dfa9e75ebf89e98a2b4bb10f05257797e8f688af78ac42d951cb71df71e3b7ec36e52e2661932479c7e -DIST shlex-1.1.0.crate 5199 BLAKE2B 325536bab9c9707566a099a161e7bc8448c7369cd9d7b2f144ed71543d551038ef1fd764376491e8076ccdcc928b5c4e177764a68584267a91386b8d542264c3 SHA512 e51892298dd79dc7cf04d7e6f0a03e4850a57b15cd75e6e3b56e2a0b15d4cb85ee8afcc14e3727d193c8b91baec8c2864a9c800834ee4d18a1be584f17591752 DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a DIST signal-hook-0.3.17.crate 50296 BLAKE2B 5469a11485362b4a76f99c06071c69f6cc083bf4cceea93fce0b43385163ac3621b7a3c98d18ea1fb9e1439460ea37f470a29bfde9dea199e60a12b248be5d25 SHA512 045ac6268e504c5561d3884610a48c930dfd936086f793839f42602e92e4a8cef289955776e8eba8a5ca1a91b5f27ccb3724f49b32091f8f06c8bde984d82298 DIST signal-hook-mio-0.2.3.crate 9064 BLAKE2B 2bd11d0fad02fab92871e0129fc4ea3a609a43cee5d33737d82a624018eaa90077f2c92fec88f7b19d3ada619b8618f9d33fbd2cf6b7c63d3175dc57fb0341a7 SHA512 98429330c109dacbeca5f0788d993d1ec2830b6f95886a433592b2096508dfef2027d62a99b985654dfcd927f7f3f93fbfc19361f8efaef5efe84cbacfc1ab08 @@ -226,19 +205,15 @@ DIST signal-hook-registry-1.4.0.crate 17912 BLAKE2B c50ade90e580e5f009832d812299 DIST siphasher-0.3.10.crate 9889 BLAKE2B e5dd6d265340b4c9e4266ab1ff3a20f1fb87fd493b2d7b5fba32d26421cc858b38929e4ab96941d0c055375b8acebbd04236d994cadca324500ed05064b9bfc9 SHA512 f90425a2cccc9575d377bb92a765d34653ddef1ac12b7c63dc6d700aaa74b525787e11609061c2d3e44ea56fe0e4b8f93f7b13f0279b5de2e0f710c5caffd4ce DIST slab-0.4.7.crate 16647 BLAKE2B f567cc822e7b84f64a0b0372c22a0463d260871455a33df025808a0476dcbbd4e051a117d8896d96d6d3d0655b7c296cd691ca22edc54486440f4e2e0f5d1e1b SHA512 659a9ca3323fc2cd236f6cb9eb6feeae8a1f5fa046fa239a34cd7a5ab8a7eadb9e5977e8d5cc41e9138900dd7c75ebc0601480771c5fdd2e084ee76619b82521 DIST sm3-0.4.2.crate 10344 BLAKE2B 72d571c1e6c7bf2f30b2286b4bf5dc63a872b838a1bd6c67dc7fb37539367e4ac8ae2cf49224d243af5b938176300681f80e3fc40e44a65e31310e97b390322a SHA512 b5cbb43af4d5be6d18e9e5bdef151817c89ba6962f37d36b2ff46be704d8d7996a5c48bf629e91ca3648229eae0d1e03f7d9407aaad64a1cf0786dcf6b363c5a -DIST smallvec-1.13.0.crate 35327 BLAKE2B b1ac305b95d096afe72c2b6c9fde72d70379d36c7444e4f47151d42eb78903e0d99f7007acc08c6b6bff0d61acb14b830a097ed03eed2f765976bdf994911b9c SHA512 2b668a71462ef09de8a441565ebc128d94e76688f5066f03811d82dd9fc3127bae4e6b4c125642a243abf14d17f1560284fb8f38d3777334bf81d37687429c8e DIST smallvec-1.13.1.crate 34952 BLAKE2B e0dcf1d26883564cd4f5d20a588562404e193075b1ae011f7f7542009a9466e5df3ade7768e1a8feb8806774b2cee5f15d31779928f83714e7d4b6ed46af9ab9 SHA512 1259ef947400470b8c9e74c5582dbc1a49753aa46420883c1f7d66f320f67bebe733a15a23cd57ba461020fad4ff337a5b298de82754602a78f5e6cec969652d DIST smawk-0.3.1.crate 12840 BLAKE2B 937471e3ec3431f174264ce41e7a9c8ac781f5ce3638afe6219173730f5a0d0cec2b482ca72eeee34d5765c75db1707433b2c5b5004cd6d6fa4809f606b26813 SHA512 d6a050e873da5c90de3ff9fd02166de3be4c03931de9cac5307e6c16a71b8db1db6e8309eaa38ad408b20e0cc98eb4133595ad7aea96f62ebdcea579a643b65f DIST socket2-0.5.3.crate 52588 BLAKE2B 03692b67f27530670048db0920e26da4d95373a3aaa81ffe840b09e73a5730e2cec4fa43c25e63db0a6164c67d6fe555b0fcf1c9f7ce6a231d2972f5224a4d50 SHA512 63cb78d66b057587e4b3b50b9c618db1a202102c72b52b79c2e9f9a401dc1c28fe4523a0f6483b38ca8a3d24d1e2fca0b7176d96fef6ec1b922ae7c4afacc324 DIST strsim-0.10.0.crate 11355 BLAKE2B bcb25ad0a7284e24e4f17ebe0ccb621bdc4118e499b50b094d98aa7e8fcc0b96716c9953c3516ce7ea78309d41d424892ded595259696a5bbffdcb07802b5c2f SHA512 78b318532addfcf5c1ccc1e14539e258aab9d3cd893cc45d82342549bde838c177d90f13c560671f8f32929af47d0b467db35e6876bd7697d8b3f9e055aeeac1 DIST syn-1.0.109.crate 237611 BLAKE2B e827445d00c79a8eeb91eacde472f1987addd6ce9e1df95d7abf6446a77ff4173a8006845f3ae71c1da47193cfb72e0ead9a6d6bad2573be12c17e90735d9ad9 SHA512 12816b9e8cf984024b2fbce9f0ae14cf94d4d2c06f08cc54fb793ce78770bb4cc1288eb7df0ba5e8e937756e1e8e295c53fe07a0c5dde1ea8ddba03b6203b37d -DIST syn-2.0.23.crate 241166 BLAKE2B de55798634899162388667e4a68a6525904057a480a6bcd741d0bd0f83ba0d0feed3f9a1bd768ca591602ece1e79866a076b6ca218f86b2cf4827d81224d6ad6 SHA512 3f46b2ae62b2e3378024d057130e48b7ae03316ea38ce1d7d4e6dac9337befd84c9eb20518562917643304de43bbd716c34f508a86dbe21081cccb934b4072a0 DIST syn-2.0.32.crate 242504 BLAKE2B 2c2938c0d711c684c9baf95538e2e76220418646590474b2b654d9242d2818aa7c3e5990208fe231ef64903df17edbbf6cc930e6224c964cad4eae5aeaeae781 SHA512 609f125f8138d17b1185760b1a63f3713079f5214fb56c23012229a56d10ac1c12654466c9ad1ecd6b2aff1126d125abfb0a42bd7f669635e5024b962b0cb0af DIST tempfile-3.10.1.crate 33653 BLAKE2B 819b183e7840f70270883ee8b6a91fa09861c3112eaadc65007199885abe099bd593e1cdc4d9ab48c23490a6d484cad9bf0e80cf4e718c369cc2418b72eaf09c SHA512 bac7515b85b0d01ea914b527f0fadd3a4d8e77c9eabe786977d2625d8a3e91decaec502dd15bab4d49a43597fa7cf7660fff4be1b043112d13b542a72443bf39 -DIST tempfile-3.9.0.crate 32182 BLAKE2B 4e802990988aff3ab5173bd96dbd906651a8df46b2619e6a500a3b9e7f4a3cd01dc7ee977791343f7875afdc4793a845000bb363d8c1a6599aeb6b1efcce5d56 SHA512 04e06c966bfa7a1567e7185ebd5c2876b96e46e36af14931bf0eba63795cd20d1c3427b6709a4cab2a68b8d289fdabd5537a50e5407a76e3a9fa0dcc7d3ce6d7 DIST terminal_size-0.2.6.crate 10585 BLAKE2B 8696b9046c717eec8bf7246346af84a5d0cb740ac6e1335a4d8c20476628f4c0dd7c6106cde33513681466e9701d4b05d73f22a3bd2dfabc4d22045a69d31345 SHA512 95f38bc00f8c5e1a6913bb2a0a7c46d96e02a4f3234af1623ad3d7be41eae677e77f1b5d5d005d1e9d778fcc6c87196f67a51ab37caab5b4d299da79c85d06ed DIST terminal_size-0.3.0.crate 10096 BLAKE2B 097ef50a85945128dcfa36d8ea0fb15f11142c206462a32980dbbba4fe2872abd214823fe3c75e804f3159a97d6e929ec338860e9c89587da509fb9e6da5d339 SHA512 f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681 -DIST textwrap-0.16.0.crate 53722 BLAKE2B 44140aa2dfd5076005749449a56e920418e71e34cb92f1d697eb3f3e7f6fe87b0a3861c8a4050a4a62e03187b6cadc4495e4200bee52ee183541431c73e47209 SHA512 97ae8acece5663e1a6b08b827179e96d5ad0ee67d635888cc3d83454b52cf48fce97eb0eba374ba4747834099c74f43d66d9fec868e84be45369a42c1aaec2c3 DIST textwrap-0.16.1.crate 56012 BLAKE2B 9b5a7c76eca64d089f4fab7095f2d35624527ca223e53b03cc807c6bfe913a99b55197b973a3102e3e5c4055bcd6ab580a0c9d67657180b61435bd6eb7631211 SHA512 3a8d2036c8e4b88866d68b8066a2991756f6bd4ac5c726e63fdffbc894fbdc03bf8b6e0ece4b96684c8e1facb6413190768d51a8539094efe47977c120d31f1b DIST thiserror-1.0.37.crate 18752 BLAKE2B b8d792715cfdffccba72af132e414a6ef28f8e4dfc0608bea49bda1bde5b6acb13da24feaabf4467b8aeace9b6d90a97e2202f7d24bfb753cc4019c2243bda25 SHA512 07f0cf9da1bf1029d70c1b6f0c54bc41ed759214683f35cf6b321ec2d69173e3da0abf80a692115a1e4630400b1fbf462878053853fdc6026edb40f7e13be72e DIST thiserror-impl-1.0.37.crate 15428 BLAKE2B d91e9f058e1a2b722f604d9a399c0f291c5309299c4bc103427f8927ba41c9937c7e7cd4c0f394dfb9d96799be8a3d5b33f8e869045f58228a43354dead5117b SHA512 37d90875118fe45b51afa89dd0acfbe4d9852b899ad391b419b5181a92bda115cf5569ffef57caf6020964d5d847c2b1f191c99e2c0caf7d4166f531bd19f952 @@ -249,19 +224,15 @@ DIST tiny-keccak-2.0.2.crate 20129 BLAKE2B 105a2d2af36cc053cd95721ea563108f33b8a DIST typenum-1.15.0.crate 40741 BLAKE2B 5752d80396d0a37b0069b98ace9efe96d94ccaf41b33b8149c8b8c6a767537dbffe64251bbf61f3812465ecbc8cb45544f177dc97ac9735d84454282e4d1ed66 SHA512 a3c1ceac85e1aed98d0829449c35f4f36db860218b955b4e5f8f01da1d27ee6213f3c60e2b25c3745dcd67369049da5de737a9473fa9402db99cf7cddeb42288 DIST unicode-ident-1.0.5.crate 35455 BLAKE2B 7e14ce97ac53a88ccec015dea690918a673dc5b49e44de7fdcb5421871da35c4f514c6db9a363d6f4bfcf2e9a61a50a593d345d0b6f388ea882b17a00cd0335d SHA512 d355370daac356d900cd4c0a792d6c0eff114524c4bffce4d7e74469fe2117883ee00bf0e27d950b72e88739473f2045d5f83440a0aedfede97b4d9163b64a6c DIST unicode-linebreak-0.1.5.crate 15324 BLAKE2B dc560d5b36ed01357c22750feb7f09fd0f57fb0ea543180f6e31c0b71b51df4faaa70ac8482f9cd60e5d1faa5bfd4bebfbfd628dd5913c2c4a858ec04beeca3f SHA512 f37be2f7b04b886e95bb7d0f33bd392b78bb940ef9a01cec487062cf31ec0367306650fad7004df556887a324c714eeb28f697044aad9a429ce07b7b7344af60 -DIST unicode-segmentation-1.10.1.crate 98416 BLAKE2B 4c391ad34c5f8a00096ce89793b15212555f2d8a367f3ae78f26a36c5897b69f3efcd280a1bd3eb3f61c87b8a26061804b1cd56e1c1500cbcd62e8bc74520014 SHA512 e96224bba73fe9a167bbf226bb13fe5bea085765a90f7232cb20b42f3c584242b7291aeba1eb8edbe2ae40e5bee2f4714f434324f79316b22e8437c77a50e86b DIST unicode-segmentation-1.11.0.crate 102740 BLAKE2B 6ab5de53073ff56da4924e8c6ecbfa4bbd72a66b8d86f2c32b2f0ccfefee8064997a6b5311af5de2b71943089c9f52862e3cb13cf366cd645f57c96f2ac8673a SHA512 4914543cf022680f341c4a235f6d9204b3ac9a9098f34a80ee8c94e3d8ccbb82e78af016978eda910987533044593ac629a35286dc80707d349b33e405e86bef DIST unicode-width-0.1.11.crate 19187 BLAKE2B 6baf7f3b32eb838925e591792abfe11968206d177facefb89ef51daf44c18f3fef1e41c19a47b88b81be50667af626af2024ccc540b240fb6e1d83fdea57076f SHA512 ee06f4144525424327a17578642565f396802f0eea539b3bebc8d9627376a8bc6c5376d83a6ee577068e99fe75815bd765e6d49fb9ab9b253d00594bb15a5ffe DIST unicode-xid-0.2.4.crate 15352 BLAKE2B 80c327b39f3b8f2cdb5747cde968cfa1efe7b65b6bee9136adc881fa19f66aa5b1010d9d08de55a61b322d665b5b0cb0395e9ac471f6333c40d8dca5d97e123c SHA512 e67bd1258e1961807d9d5fe583a89ab5b82b2a529ecd32cadfc79aa5331380eb4a2db9fd96b74c8eace47f2f29021587d69bcdbf79f7e2650e92a25f7839d03c DIST unindent-0.2.1.crate 7256 BLAKE2B 44fe571c7795c5f4a57581d29bdc793ba804a4d0516aa61ce3f9801c11e99f2342488b93594581fcb6bb1c3113aec1881fed0c8150a061c9690a1a9334e55f07 SHA512 497ad4c6af4aa5b930921988fdcf0da40296ff8659c557f0d6ab562b2208fda4004a6ab98a2acc0b8e58c83f9ad9164e69f5bf2bcef8fb65c5c1bec893f233bc DIST utf8parse-0.2.1.crate 13435 BLAKE2B a1c111d7ffc60690f2aaa86f034c66ba1abe4e126f1774a4377d41eba3269369862f57515af387ea785d69a8adf46338b5e53761b5ee6f4f4380473f4d9cab0a SHA512 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050 -DIST uuid-1.2.2.crate 53669 BLAKE2B ce31d21677cbdaec4d2265ee62896c978e8c38e706579e78efd184248f55a04d775654e0839b3a4ab313ec1269014f95ddbe134192b96c3a370a1c6c881f6d63 SHA512 6036d9e115a99b4359ae52c00bd194639d0e37afb86713cf8cec21ba67c71b89b0b10e3c08d9603f948023b532a75f869bee4d11e6ba8a9ef844f7464b028037 DIST uuid-1.7.0.crate 42627 BLAKE2B 493f6a3a643d3493a2bd7e0e92a1ccfb7bd722e3a1fc8deb7df0ddc875a822daead1cdd35dc3ac6f26346844100a671318d71e5ad760c9587471d4f05bbb0c69 SHA512 2ea704d082b725d98717d772e1af84fe743929ee32658ebeb111c6fa2395ff5f44558b7e375087617f91c6f7bc242f2db96e80a631071722de6fe15af845e856 -DIST uutils-coreutils-0.0.24.tar.gz 2091716 BLAKE2B a293442a48f014eb140636fa5fc1f05d914f8ec62b239cfaed44290c94204a75fda27845f9c966c373fbc2694d46d18380eab7421e5b2dc276d8d4323677f758 SHA512 da9028effede4e925263244f0fdcfdd13f4d44a4baf2da57df090aad8c3821b880a10dbb74d8e1e2958f324299f63ebdbd1bb068895c000835b1bb12fcccc599 DIST uutils-coreutils-0.0.25.tar.gz 2287537 BLAKE2B 3c3d5f38ffe5e5b917ae00359eadbc72781fe7156de4216787879a4eb912ff190323ce901bb7bbcaf1ee4707c0b848f881eb5f4fc857570a199f42c94d487166 SHA512 bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278 DIST uutils_term_grid-0.3.0.crate 12055 BLAKE2B c5492862b8346272639e59b62eaf516093df4e9b47c6fd4a1dfad0e318991828b4f1e3126eade02bdb251adc05a4674948b0a2558accd780d843748e1b9e0992 SHA512 8df1048bc260a8d95d1d983b837ed4be55d8b7cbe07f51c0f8f5f8836ae7dbb095fe27cdca2e70f6c9cf01211871a6fb96e06d210f95ffa90e5e164ad790e0bd DIST version_check-0.9.4.crate 14895 BLAKE2B fa1fa4008af165bfc1fdbe560488afd9d232cfafee94104fbcc4cbc52f234849bff9ddfa88109a1ac682f6d9c1d86b0459893d223f64e65adc08966aaf93dc89 SHA512 b172dc9a3759a4a683ffc39b9a40b03b9974b626a088217de87090466cef695226557c226cf3e469b2b25ee7297b7eb0d7719878cab42457f80146a81943c0c8 -DIST walkdir-2.4.0.crate 23550 BLAKE2B b4298c01cb38be0479b7ddfee627af01f889b6b6ff432e368bb67f65134c3958a4fe271a5a7dd61b19259ae88f5680e5ce8e12e50a872b05fcba68f59b7073ec SHA512 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9 DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f DIST wasm-bindgen-0.2.87.crate 175052 BLAKE2B bf8cf4aa1786ac5c2ba76e80500b5c54313adf9690ef370e60b894401bd1b81416da7bb46b90c014412c96f30f995bd1e52cf7f3a6be1111aea40866e8178396 SHA512 0c3099155ef079d2b91d2d5b135243d687bf865cdd9ae9d97d8cc2eb4c9bf7439b66b28d5b1d7e95048e53be63ed4909b6b3f2427951348de25ca7abb7a03705 @@ -270,7 +241,6 @@ DIST wasm-bindgen-macro-0.2.87.crate 13897 BLAKE2B 0926975b0328cdd5525820358795b DIST wasm-bindgen-macro-support-0.2.87.crate 20006 BLAKE2B d32dfc7231e4fbc226586e66063538208f9e299fbf803c4e2d1e1e61b4a22f51cc7509bdd269a44f072f9843a083ee84d2326408fb3211009ce93542c3fdc6ce SHA512 9390aa2767fed1027be168612c424d4c7cd4423addd83b79afd8c67886f66303ca4846e6454302ecc78b47bc62e8ee46849a4c0d3edb98849ce8476901424e33 DIST wasm-bindgen-shared-0.2.87.crate 7248 BLAKE2B 0393ce9452119fd5f92836a76b28d3a697f91fb09de39d1af0a2a83e81d48bd4a17f39b48f15ae97edca3e361d4f8fedae8de04173c4ba1711decc73f64000d5 SHA512 cb9ff537554f56fd07052ddc4adc904a57ee64e13298df1dfca58b361ce163c34640e7dd9ed301ec1375f335dfa424230e22638ea7569ceb34aeca4505f6c008 DIST which-4.3.0.crate 9635 BLAKE2B 36556a9eca6d8702c0e3634abc458f7ff831aec28a7117f21f812c6f46cccd8db0e6ce7cc76f8033ba89d51858411251e5fecb0883542669269cade9c1a5aadb SHA512 cad05bd43dfcf9e50fd6e3b9dcd5d9a987175a0f44adbf204079117b70d0b42e6483e635287924698c51d0452f168e48e041453f18ff5720c0e2ec4c734d2578 -DIST wild-2.2.0.crate 8067 BLAKE2B 628902dd8c2d252397bb0677b59295f37ab088df79cbc92c32d3a17023535d9c192b49bffe23c74a49145e0e3c57cbb84c0db7d41923adc204b291d19d9f3272 SHA512 12a3484f372b5979715d56afdadc6d9b152ee75c1961fd0352f5cfb500691b526d4fc32bee32af7548cb7e6bb20288a5eae710a473bde9d2065fcbfc3f8de851 DIST wild-2.2.1.crate 8080 BLAKE2B 489a2a625aa8091fdef9f4d49747db7816d82c01384672bd12ff9e4c906f3418fa5a5fa8951b625f6d22a9c1977c523f1b54d7c4252c241413ef6f63d327cb29 SHA512 8f92b83cb2568fed7841ad372111138d9ea5806c21a0affaecc639f0556ab879ca42fe205fe3c1e55a1b5c1c4fb0b705a5566b06bad5c119a1d41df9c01ed2c9 DIST winapi-0.3.9.crate 1200382 BLAKE2B cb5799749ccd935ea2d7068d953cecf19f543d9db7dc16ad4584bb7005373ada34937a3ced7225544d8bc765da599911c7a3190efefb3a25b7c1bb7123b4f673 SHA512 ff8b7b78065f3d8999ec03c725a0460ebc059771bf071c7a3df3f0ecd733edf3b0a2450024d4e24e1aedddaecd9038ce1376c0d8bbf45132068cf45cf4a53a97 DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 diff --git a/sys-apps/uutils-coreutils/files/uutils-coreutils-0.2.21-xfail-tests.patch b/sys-apps/uutils-coreutils/files/uutils-coreutils-0.2.21-xfail-tests.patch deleted file mode 100644 index 23002c71e672..000000000000 --- a/sys-apps/uutils-coreutils/files/uutils-coreutils-0.2.21-xfail-tests.patch +++ /dev/null @@ -1,67 +0,0 @@ -See also: https://github.com/uutils/coreutils/issues/4946 ---- a/tests/by-util/test_install.rs -+++ b/tests/by-util/test_install.rs -@@ -1335,6 +1335,7 @@ fn test_install_dir_dot() { - // To match tests/install/d-slashdot.sh - let scene = TestScenario::new(util_name!()); - -+ /* - scene.ucmd().arg("-d").arg("dir1/.").succeeds(); - scene.ucmd().arg("-d").arg("dir2/..").succeeds(); - // Tests that we don't have dir3/. in the output -@@ -1367,7 +1368,7 @@ fn test_install_dir_dot() { - assert!(at.dir_exists("dir2")); - assert!(at.dir_exists("dir3")); - assert!(at.dir_exists("dir4/cal")); -- assert!(at.dir_exists("dir5/cali")); -+ assert!(at.dir_exists("dir5/cali"));*/ - } - - #[test] ---- a/tests/by-util/test_pinky.rs -+++ b/tests/by-util/test_pinky.rs -@@ -105,5 +105,5 @@ fn test_no_flag() { - let expect = unwrap_or_return!(expected_result(&ts, &[])).stdout_move_str(); - let v_actual: Vec<&str> = actual.split_whitespace().collect(); - let v_expect: Vec<&str> = expect.split_whitespace().collect(); -- assert_eq!(v_actual, v_expect); -+ /* assert_eq!(v_actual, v_expect); */ - } ---- a/tests/test_util_name.rs -+++ b/tests/test_util_name.rs -@@ -23,9 +23,9 @@ fn execution_phrase_double() { - .arg("--some-invalid-arg") - .output() - .unwrap(); -- assert!(String::from_utf8(output.stderr) -+ /*assert!(String::from_utf8(output.stderr) - .unwrap() -- .contains(&format!("Usage: {} ls", scenario.bin_path.display(),))); -+ .contains(&format!("Usage: {} ls", scenario.bin_path.display(),)));*/ - } - - #[test] -@@ -41,10 +41,10 @@ fn execution_phrase_single() { - .output() - .unwrap(); - dbg!(String::from_utf8(output.stderr.clone()).unwrap()); -- assert!(String::from_utf8(output.stderr).unwrap().contains(&format!( -+ /*assert!(String::from_utf8(output.stderr).unwrap().contains(&format!( - "Usage: {}", - scenario.fixtures.plus("uu-ls").display() -- ))); -+ )));*/ - } - - #[test] ---- a/tests/by-util/test_tail.rs -+++ b/tests/by-util/test_tail.rs -@@ -1541,6 +1541,8 @@ fn test_retry9() { - // Ensure that inotify will switch to polling mode if directory - // of the watched file was removed and recreated. - -+ return; -+ - use text::BACKEND; - - let ts = TestScenario::new(util_name!()); diff --git a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild b/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild deleted file mode 100644 index a59b37bd4e89..000000000000 --- a/sys-apps/uutils-coreutils/uutils-coreutils-0.0.24.ebuild +++ /dev/null @@ -1,383 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.6.2 - -EAPI=8 - -CRATES=" - adler@1.0.2 - aho-corasick@1.0.4 - android-tzdata@0.1.1 - android_system_properties@0.1.5 - anstream@0.5.0 - anstyle-parse@0.2.0 - anstyle-query@1.0.0 - anstyle-wincon@2.1.0 - anstyle@1.0.0 - arrayref@0.3.6 - arrayvec@0.7.4 - autocfg@1.1.0 - bigdecimal@0.4.0 - binary-heap-plus@0.5.0 - bindgen@0.63.0 - bitflags@1.3.2 - bitflags@2.4.0 - blake2b_simd@1.0.2 - blake3@1.5.0 - block-buffer@0.10.3 - bstr@1.9.0 - bumpalo@3.11.1 - bytecount@0.6.7 - byteorder@1.5.0 - cc@1.0.79 - cexpr@0.6.0 - cfg-if@1.0.0 - chrono@0.4.32 - clang-sys@1.4.0 - clap@4.4.2 - clap_builder@4.4.2 - clap_complete@4.4.0 - clap_lex@0.5.0 - clap_mangen@0.2.9 - colorchoice@1.0.0 - compare@0.1.0 - console@0.15.8 - const-random-macro@0.1.16 - const-random@0.1.16 - constant_time_eq@0.3.0 - conv@0.3.3 - core-foundation-sys@0.8.3 - coz@0.1.3 - cpp@0.5.9 - cpp_build@0.5.9 - cpp_common@0.5.9 - cpp_macros@0.5.9 - cpufeatures@0.2.5 - crc32fast@1.3.2 - crossbeam-channel@0.5.10 - crossbeam-deque@0.8.4 - crossbeam-epoch@0.9.17 - crossbeam-utils@0.8.18 - crossterm@0.27.0 - crossterm_winapi@0.9.1 - crunchy@0.2.2 - crypto-common@0.1.6 - ctrlc@3.4.1 - custom_derive@0.1.7 - data-encoding-macro-internal@0.1.12 - data-encoding-macro@0.1.14 - data-encoding@2.5.0 - diff@0.1.13 - digest@0.10.7 - dlv-list@0.5.0 - dns-lookup@2.0.4 - dunce@1.0.4 - either@1.8.0 - encode_unicode@0.3.6 - env_logger@0.8.4 - errno@0.3.8 - exacl@0.11.0 - fastrand@2.0.0 - file_diff@1.0.0 - filetime@0.2.23 - flate2@1.0.24 - fnv@1.0.7 - fs_extra@1.3.0 - fsevent-sys@4.1.0 - fts-sys@0.2.4 - fundu-core@0.3.0 - fundu@2.0.0 - futures-channel@0.3.28 - futures-core@0.3.28 - futures-executor@0.3.28 - futures-io@0.3.28 - futures-macro@0.3.28 - futures-sink@0.3.28 - futures-task@0.3.28 - futures-timer@3.0.2 - futures-util@0.3.28 - futures@0.3.28 - gcd@2.3.0 - generic-array@0.14.6 - getrandom@0.2.9 - glob@0.3.1 - half@2.3.1 - hashbrown@0.13.2 - hermit-abi@0.3.2 - hex-literal@0.4.1 - hex@0.4.3 - hostname@0.3.1 - iana-time-zone-haiku@0.1.2 - iana-time-zone@0.1.53 - indicatif@0.17.3 - inotify-sys@0.1.5 - inotify@0.9.6 - io-lifetimes@1.0.11 - itertools@0.12.0 - itoa@1.0.4 - js-sys@0.3.64 - keccak@0.1.4 - kqueue-sys@1.0.3 - kqueue@1.0.7 - lazy_static@1.4.0 - lazycell@1.3.0 - libc@0.2.152 - libloading@0.7.4 - libm@0.2.7 - linux-raw-sys@0.3.8 - linux-raw-sys@0.4.12 - lock_api@0.4.9 - log@0.4.17 - lscolors@0.16.0 - match_cfg@0.1.0 - md-5@0.10.6 - memchr@2.7.1 - memmap2@0.9.0 - minimal-lexical@0.2.1 - miniz_oxide@0.5.4 - mio@0.8.10 - nix@0.27.1 - nom@7.1.3 - notify@6.0.1 - nu-ansi-term@0.49.0 - num-bigint@0.4.4 - num-integer@0.1.45 - num-traits@0.2.17 - num_threads@0.1.6 - number_prefix@0.4.0 - once_cell@1.19.0 - onig@6.4.0 - onig_sys@69.8.1 - ordered-multimap@0.6.0 - os_display@0.1.3 - parking_lot@0.12.1 - parking_lot_core@0.9.9 - parse_datetime@0.5.0 - peeking_take_while@0.1.2 - phf@0.11.2 - phf_codegen@0.11.2 - phf_generator@0.11.1 - phf_shared@0.11.2 - pin-project-lite@0.2.9 - pin-utils@0.1.0 - pkg-config@0.3.26 - platform-info@2.0.2 - portable-atomic@0.3.15 - ppv-lite86@0.2.17 - pretty_assertions@1.4.0 - proc-macro2@1.0.63 - procfs-core@0.16.0 - procfs@0.16.0 - quick-error@2.0.1 - quickcheck@1.0.3 - quote@1.0.29 - rand@0.8.5 - rand_chacha@0.3.1 - rand_core@0.6.4 - rand_pcg@0.3.1 - rayon-core@1.12.0 - rayon@1.8.0 - redox_syscall@0.4.1 - reference-counted-singleton@0.1.2 - regex-automata@0.4.4 - regex-syntax@0.8.2 - regex@1.10.3 - relative-path@1.8.0 - rlimit@0.10.1 - roff@0.2.1 - rstest@0.18.2 - rstest_macros@0.18.2 - rust-ini@0.19.0 - rustc-hash@1.1.0 - rustc_version@0.4.0 - rustix@0.37.26 - rustix@0.38.30 - same-file@1.0.6 - scopeguard@1.1.0 - self_cell@1.0.3 - selinux-sys@0.6.2 - selinux@0.4.0 - semver@1.0.14 - serde@1.0.147 - sha1@0.10.6 - sha2@0.10.8 - sha3@0.10.8 - shlex@1.1.0 - signal-hook-mio@0.2.3 - signal-hook-registry@1.4.0 - signal-hook@0.3.17 - siphasher@0.3.10 - slab@0.4.7 - sm3@0.4.2 - smallvec@1.13.0 - smawk@0.3.1 - socket2@0.5.3 - strsim@0.10.0 - syn@1.0.109 - syn@2.0.23 - tempfile@3.9.0 - terminal_size@0.2.6 - terminal_size@0.3.0 - textwrap@0.16.0 - thiserror-impl@1.0.37 - thiserror@1.0.37 - time-core@0.1.0 - time-macros@0.2.8 - time@0.3.20 - tiny-keccak@2.0.2 - typenum@1.15.0 - unicode-ident@1.0.5 - unicode-linebreak@0.1.5 - unicode-segmentation@1.10.1 - unicode-width@0.1.11 - unicode-xid@0.2.4 - unindent@0.2.1 - utf8parse@0.2.1 - uuid@1.2.2 - uutils_term_grid@0.3.0 - version_check@0.9.4 - walkdir@2.4.0 - wasi@0.11.0+wasi-snapshot-preview1 - wasm-bindgen-backend@0.2.87 - wasm-bindgen-macro-support@0.2.87 - wasm-bindgen-macro@0.2.87 - wasm-bindgen-shared@0.2.87 - wasm-bindgen@0.2.87 - which@4.3.0 - wild@2.2.0 - winapi-i686-pc-windows-gnu@0.4.0 - winapi-util@0.1.6 - winapi-x86_64-pc-windows-gnu@0.4.0 - winapi@0.3.9 - windows-sys@0.45.0 - windows-sys@0.48.0 - windows-sys@0.52.0 - windows-targets@0.42.2 - windows-targets@0.48.0 - windows-targets@0.52.0 - windows_aarch64_gnullvm@0.42.2 - windows_aarch64_gnullvm@0.48.0 - windows_aarch64_gnullvm@0.52.0 - windows_aarch64_msvc@0.42.2 - windows_aarch64_msvc@0.48.0 - windows_aarch64_msvc@0.52.0 - windows_i686_gnu@0.42.2 - windows_i686_gnu@0.48.0 - windows_i686_gnu@0.52.0 - windows_i686_msvc@0.42.2 - windows_i686_msvc@0.48.0 - windows_i686_msvc@0.52.0 - windows_x86_64_gnu@0.42.2 - windows_x86_64_gnu@0.48.0 - windows_x86_64_gnu@0.52.0 - windows_x86_64_gnullvm@0.42.2 - windows_x86_64_gnullvm@0.48.0 - windows_x86_64_gnullvm@0.52.0 - windows_x86_64_msvc@0.42.2 - windows_x86_64_msvc@0.48.0 - windows_x86_64_msvc@0.52.0 - xattr@1.3.1 - yansi@0.5.1 - z85@3.0.5 - zip@0.6.6 -" - -inherit cargo flag-o-matic - -DESCRIPTION="GNU coreutils rewritten in Rust" -HOMEPAGE="https://uutils.github.io/coreutils/ https://github.com/uutils/coreutils" - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/uutils/coreutils" - inherit git-r3 -elif [[ ${PV} == *_p* ]] ; then - COREUTILS_COMMIT="" - SRC_URI="https://github.com/uutils/coreutils/archive/${FINDUTILS_COMMIT}.tar.gz -> ${P}.tar.gz" - SRC_URI+=" ${CARGO_CRATE_URIS}" - S="${WORKDIR}"/coreutils-${COREUTILS_COMMIT} -else - SRC_URI="https://github.com/uutils/coreutils/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - SRC_URI+=" ${CARGO_CRATE_URIS}" - S="${WORKDIR}"/coreutils-${PV} - - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="MIT" -# Dependent crate licenses -LICENSE+=" Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT Unicode-DFS-2016" -SLOT="0" -IUSE="debug selinux test" -# TODO: Need to skip known-failing tests -RESTRICT="!test? ( test )" # test - -DEPEND=" - dev-libs/oniguruma:= - selinux? ( sys-libs/libselinux ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - >=virtual/rust-1.70.0 - test? ( dev-util/cargo-nextest ) -" - -QA_FLAGS_IGNORED=".*" - -PATCHES=( - "${FILESDIR}"/${PN}-0.2.21-xfail-tests.patch -) - -src_unpack() { - if [[ ${PV} == 9999 ]] ; then - git-r3_src_unpack - cargo_live_src_unpack - else - cargo_src_unpack - fi -} - -src_compile() { - # normally cargo_src_compile sets this for us, but we don't use it - filter-lto - - # By default, the crate uses a system version if it can. This just guarantees - # that it will error out instead of building a vendored copy. - export RUSTONIG_SYSTEM_LIBONIG=1 - - makeargs=( - # Disable output synchronisation as make calls cargo - -Onone - - V=1 - - PROFILE=$(usex debug debug release) - - PREFIX="${EPREFIX}/usr" - PROG_PREFIX="uu-" - MULTICALL=y - MANDIR="/share/man/man1" - - SELINUX_ENABLED=$(usex selinux) - - # pinky, uptime, users, and who require utmpx (not available on musl) - # bug #832868 - SKIP_UTILS="$(usev elibc_musl "pinky uptime users who")" - ) - - emake "${makeargs[@]}" -} - -src_test() { - local -x RUST_BACKTRACE=full - - # Nicer output for nextest vs test - emake "${makeargs[@]}" \ - CARGOFLAGS="${CARGOFLAGS} $(usev !debug --release)" \ - TEST_NO_FAIL_FAST="--no-fail-fast" \ - nextest -} - -src_install() { - emake "${makeargs[@]}" DESTDIR="${D}" install -} diff --git a/sys-block/Manifest.gz b/sys-block/Manifest.gz index a6d2004eb30a..6823fdc0f8ad 100644 Binary files a/sys-block/Manifest.gz and b/sys-block/Manifest.gz differ diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild index 3f5e9a39ea2f..0844090c1082 100644 --- a/sys-block/nbd/nbd-3.25.ebuild +++ b/sys-block/nbd/nbd-3.25.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz" SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~sparc x86" fi LICENSE="GPL-2" diff --git a/sys-devel/Manifest.gz b/sys-devel/Manifest.gz index 1142c7d8fd20..464c697b9182 100644 Binary files a/sys-devel/Manifest.gz and b/sys-devel/Manifest.gz differ diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest index 7fc6e4d114d3..78345766432a 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -20,6 +20,9 @@ DIST gcc-14-20240421.tar.xz 87982608 BLAKE2B e977ee966d7256e996064d0cb3a01ccbece DIST gcc-14-20240427.tar.xz 88008160 BLAKE2B 025474f2d325ee98b099e097086637983140f75df94d66e545b21a6f251760ab11b24dcd71ccc148fa23b7117d85efa2631356166e9e014eed0e35f0b0b84ee7 SHA512 91830661070619e185d77afc039b39adc70dfc630d3a95c71d2be15a7d93618200cee80922cce430cb5acd0109a72f8754e8ae85f5b668e40211d4a6339d1f54 DIST gcc-14.0.0-musl-patches-1.tar.xz 3576 BLAKE2B 692baee8a7709905d53aeb150d73a3721c4ba47ee5f397cfb1b5be905cf003ca02b60c94ee294d90ac39645cd5cdf186c7a3aa950c47d8cf680c128ed705b807 SHA512 0592ab98a7142e404623a6511c67dff61e9ade32c3fb2c0e75b456306e0af3799ad13252b50b3d2fdd31e5815d7f0b16b0ad63ab8386fe4d78729fc9c182d617 DIST gcc-14.0.0-patches-26.tar.xz 12360 BLAKE2B a2fdd6ff1774bc94f96bc4f7da4092c373936c93e04b94e75701227ab55d530523fee6b561773d05080e51748cc7716868d8b108f51a06e37a2c26a1d7f39b33 SHA512 1275e6345417ee196e74c46845d05508c8662d71e2432fbfbf7f1eb9c220657b4ee8e3b0ca02b7b4c7e14df164f254380c65af91cadc3bda4cd7afbe6af5ea8b +DIST gcc-15-20240428.tar.xz 87999896 BLAKE2B 83e53e5a93166c741bd61f1642539823f9eef5859f89c85493cfe0be412251950c07b3704e8a983c61e00fd4b0e0027f7333867f9b4245ba45d6f606ce56953d SHA512 69aedb59fd4d9ec59b7a71098bcf330ec0515e7a51e7510d237e086e7c042526aaa52a702783b6121ee7c9133345c8234d5d2fcd89459d7ae8a1a1e09c42cce8 +DIST gcc-15.0.0-musl-patches-1.tar.xz 3596 BLAKE2B 48fddc723ec8282cc2704c795a50fb37a46738a555151e0430180dda61d039fe96b29a6c3e8a543386d69690302bf46dfc89aad572082b7e47c928c0ccefdeb0 SHA512 e43284d02e25b77b911ce90d57520897751e86c631bdd6beb7d2e4429000156801b8c11bd9a737ec11bc966812f13ae44b88c1893645f8e6c6f8dfddc636ec39 +DIST gcc-15.0.0-patches-1.tar.xz 11588 BLAKE2B 0623914dcf3ee0d44c729776cebbecfe92b256039a48c91e3fc16a27254a9c40436a1b6ea7fa9285914b153af861ea98ab845515169af204eeea0243c890a652 SHA512 7d3bcb1adcfa79c1672737125539fc0583f9c74eb8da0301ea0e441c68afeb7e1dbcbdffbf18e03b2515b4f23822a39e339298cf88ea94b93f5fc22b497cd545 DIST gcc-8.5.0-patches-4.tar.xz 18616 BLAKE2B 7594cbaea5daecf1a0b3d526c06aeba0a84c6da66aee2e105a51fda6be8d30a37ccc3814281b284a4582d892a1d556bca063551584edfc2525bed8ea5b6888e7 SHA512 1aa5742c361186637e7855f06feb1a4547e7d4d5de6e51f3d049e0ef3c19e2eff179465f52781739f59422035b7f8e4c0efa3844849f920f3c96acfdc37ca6a6 DIST gcc-8.5.0.tar.xz 63841008 BLAKE2B aa81a1a730fd7371360f6abed6ba78b5843fd18c58d5de5687acc320741b9e430e85df3535a1ef7a26051409be8d2f0945f503e5968480d919103123a99d4b12 SHA512 92f599680e6b7fbce88bcdda810f468777d541e5fddfbb287f7977d51093de2a5178bd0e6a08dfe37090ea10a0508a43ccd00220041abbbec33f1179bfc174d8 DIST gcc-9.5.0-patches-2.tar.xz 14324 BLAKE2B 1d3bf3e673108ad2fcdcb86daefb4603d1c9f6aa815e34d1591054d466b76d6f50cce124ab4760528c4951ea16eb00888a3e6485417f81ebf250548732df4a8e SHA512 a6d6f650aaf0bd193a17ac279649f0544a282cea295824384c59341c3000eac4b574b60e00dd427585d928f9768166abf85168b47772132790ad98854acacbbf diff --git a/sys-devel/gcc/gcc-15.0.0_pre20240428.ebuild b/sys-devel/gcc/gcc-15.0.0_pre20240428.ebuild new file mode 100644 index 000000000000..0b395d4587be --- /dev/null +++ b/sys-devel/gcc/gcc-15.0.0_pre20240428.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TOOLCHAIN_PATCH_DEV="sam" +PATCH_GCC_VER="15.0.0" +PATCH_VER="1" +MUSL_VER="1" +MUSL_GCC_VER="15.0.0" +PYTHON_COMPAT=( python3_{10..11} ) + +if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then + # Cheesy hack for RCs + MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 1)))-RC-$(ver_cut 5) + MY_P=${PN}-${MY_PV} + GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz" + TOOLCHAIN_SET_S=no + S="${WORKDIR}"/${MY_P} +fi + +inherit toolchain + +if tc_is_live ; then + # Needs to be after inherit (for now?), bug #830908 + EGIT_BRANCH=master +elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + # Don't keyword live ebuilds + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + :; +fi + +if [[ ${CATEGORY} != cross-* ]] ; then + # Technically only if USE=hardened *too* right now, but no point in complicating it further. + # If GCC is enabling CET by default, we need glibc to be built with support for it. + # bug #830454 + RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )" + DEPEND="${RDEPEND}" + BDEPEND="amd64? ( >=${CATEGORY}/binutils-2.30[cet(-)?] )" +fi + +src_prepare() { + local p upstreamed_patches=( + # add them here + ) + for p in "${upstreamed_patches[@]}"; do + rm -v "${WORKDIR}/patch/${p}" || die + done + + toolchain_src_prepare + + eapply_user +} diff --git a/sys-devel/gcc/gcc-15.0.9999.ebuild b/sys-devel/gcc/gcc-15.0.9999.ebuild index 73d93bfe4250..ed37e9295f6d 100644 --- a/sys-devel/gcc/gcc-15.0.9999.ebuild +++ b/sys-devel/gcc/gcc-15.0.9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 TOOLCHAIN_PATCH_DEV="sam" -PATCH_GCC_VER="14.0.0" -MUSL_GCC_VER="14.0.0" +PATCH_GCC_VER="15.0.0" +MUSL_GCC_VER="15.0.0" PYTHON_COMPAT=( python3_{10..11} ) if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then diff --git a/sys-devel/mold/mold-2.30.0.ebuild b/sys-devel/mold/mold-2.30.0.ebuild index ac067b811ef2..a121f5ffefba 100644 --- a/sys-devel/mold/mold-2.30.0.ebuild +++ b/sys-devel/mold/mold-2.30.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/rui314/mold/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86" fi # mold (MIT) diff --git a/sys-firmware/Manifest.gz b/sys-firmware/Manifest.gz index 9dc1cfe6982b..94d1771fa2a8 100644 Binary files a/sys-firmware/Manifest.gz and b/sys-firmware/Manifest.gz differ diff --git a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild index ed39a5dd8bb1..e76020edbe79 100644 --- a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild +++ b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="binary debug" BDEPEND="!binary? ( sys-devel/dev86 )" diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz index e9c33cec263d..d589d6451b6f 100644 Binary files a/sys-fs/Manifest.gz and b/sys-fs/Manifest.gz differ diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild index b13cccacf786..6e3559c6b390 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/opensvc/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86" IUSE="systemd test" RESTRICT="!test? ( test )" diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild index f936c78e267e..a4168be5e3b8 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/AgentD/${PN}.git" else inherit libtool - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi diff --git a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild index 757a45fbd50a..eb7d1494151c 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.6.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="icu libedit nls selinux" RDEPEND=" diff --git a/sys-kernel/Manifest.gz b/sys-kernel/Manifest.gz index 962d9eb265a9..acbb764b8d77 100644 Binary files a/sys-kernel/Manifest.gz and b/sys-kernel/Manifest.gz differ diff --git a/sys-kernel/asahi-sources/Manifest b/sys-kernel/asahi-sources/Manifest index 23d203d4eafc..bc08b8c1c9fd 100644 --- a/sys-kernel/asahi-sources/Manifest +++ b/sys-kernel/asahi-sources/Manifest @@ -1,3 +1,3 @@ DIST asahi-sources-6.6.0_p16-rust-alloc-fix.patch 52132 BLAKE2B 3ba12bf87decb581626739786b8c0b6686c8a1d2c964ac534e2701473b117d59b084c686ba8e09bb65f27fbe57574ec2ddf8e89b544f3bdaaebc7acd4f0d2d5f SHA512 d4d1edab5a67152326a4712493a783660f68c1353e058536d19ed7a7f7d288e77b9916fc07639edd1f13f8a1948028fad3b92a90c03152522159b7f79ab54aa1 DIST asahi-sources-6.6.0_p16.tar.gz 229861406 BLAKE2B e8f90373fe3cfb0ee8824158c59d548af05d1e68626715a65dcf086b35cfe7f4d44b184f02bbfad33474040b86f488e4fa99c8886ae329cf138933161658f94c SHA512 fc62cf346b95229aa31bc1483c9fcffaeacf94d09d13801a3e8e50ed3ba7f3d1b1d4dd8083051879955e1f99bffa61bf411cd38fcc45e176d372fc1d205b9c76 -DIST linux-asahi-6.8.6-1.tar.gz 235247252 BLAKE2B 897e58cbe624b011952cd4a21b25b1bec0ad532c5cb5f30c9bd0ac33e4c981928f2c65df26d14c34629852f14e34f7c34ea4d4871084028cc20a285afba3b569 SHA512 b422427078bfd82a427bcc7a094c80f106e63359aaa7cf6dddf5976ec809a417fd19081e84a6b4bcfaba18a3cb48c6e86b2a5ce8829d14dec1dce4a7a7c0cfb6 +DIST linux-asahi-6.8.6-4.tar.gz 235255308 BLAKE2B 47b789a1cd0284d722937001ce934ef4ed0eab3f25dbc6f1add5fdf2aac58c60b2c9b24f71d34f2f1cc7044c1bca50fa0cab2d2d6f2d7acc0789c0ae05be778d SHA512 a3b2041754ae7b73a8612b3623683229788744652037983bc092f77dc9371938a82f4641a93e4f909d5cd4b0ea25d77714ffe05f686ff92a96efbe23e3dfe4c6 diff --git a/sys-kernel/asahi-sources/asahi-sources-6.8.6_p1.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.8.6_p4.ebuild similarity index 99% rename from sys-kernel/asahi-sources/asahi-sources-6.8.6_p1.ebuild rename to sys-kernel/asahi-sources/asahi-sources-6.8.6_p4.ebuild index f975144c1b51..ac1ab4ff4d6f 100644 --- a/sys-kernel/asahi-sources/asahi-sources-6.8.6_p1.ebuild +++ b/sys-kernel/asahi-sources/asahi-sources-6.8.6_p4.ebuild @@ -32,7 +32,7 @@ KERNEL_URI="https://github.com/AsahiLinux/linux/archive/refs/tags/${MY_P}.tar.gz SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} " -KEYWORDS="~arm64" +KEYWORDS="arm64" IUSE="rust" DEPEND=" diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index fde8ed42aaef..de50fe5bf70a 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -2,10 +2,18 @@ DIST genpatches-5.10-226.base.tar.xz 6746984 BLAKE2B 4a043c8df9beff87431cc7d0bd3 DIST genpatches-5.10-226.extras.tar.xz 3876 BLAKE2B 9d4753364d4931fa6210dffabdf4fb02529f6af18cd47e0520d03fa0eed5aff60c87e5a85004ee84de3476b04d3abafce237b168fef83a6609e0e42b9672ddaa SHA512 b7db48e51d982ddff47142f6852d0a0a8240289ec6f2a547e9d2cc89c7930cbf2ef596a080fb77560d1267072d2573b16a2e02f946e6e9aa31076d1b7524de68 DIST genpatches-5.15-166.base.tar.xz 6725224 BLAKE2B f19d204334748c6c5befdecb51cf9250f87f022599fd5d3c04053a9326a0832ea370b0238dc7167fe75b36e97118799dc3739b7313f92ba30143f7e2ca6c71ed SHA512 f200cb2ef8266f84ae9865f506dac6bd938383c56c3197c1ec722fb3698f14c2f6c3ffec284bb45e695877f99d8da29e7d73d16191bd81ac142eeaf55835a012 DIST genpatches-5.15-166.extras.tar.xz 3940 BLAKE2B 6db1809d2ff7d407c12a461c737a80ddfd0a91aa762ad2624613640202f9a65bc39b538007826740f42f8aa210b13f2936124737c5d5793a94a9778456135445 SHA512 45d025bbede7990ac1a8f285a6c27d4df79aab77842ec2f63b7e2e44b53b27f00da5e3866ced56fde852453130dc0930e8a1b2e95873af4c2d7a663649d1f800 +DIST genpatches-5.15-167.base.tar.xz 6743824 BLAKE2B 4982628750d9373adf5b97fbd9d1042772cfdb2724b101ea7dc36b39587e78ec40cb1fc0c2fffa7e8e5e9d6361f0efa1445288fcf50f4d393a794c3566cb4ea4 SHA512 3ca376b96d52855d1c4708011defa2822fb94048ee7354da68db03df4f92497580b141d1b74982c8d6cf8370fbccbaf0883d417c18c5c0d3762c8d6fbfe977cb +DIST genpatches-5.15-167.extras.tar.xz 3936 BLAKE2B 48ef973309b1831ddb3775e95707a5550d18634cd3b567a5616e00f03613c9ec7ccb842fba4a4fe13b88190e7f7ad061ad524fcfadba4a196e8ebc0e5c40f245 SHA512 4ecf70a33fb2e3d825d952b7ac32ec1b0cb38f15f4f77d2bf955749bb97cb438db76974c40372ee894195e11954f9097ac6ecf17832f5188f47f69e6b917bfd5 DIST genpatches-6.1-96.base.tar.xz 5079348 BLAKE2B 97ea3473a5189a92ea4478ff82051fb6b9b48344284168902c98674f4d093e2d9e8deaafc5e6ffdfe4653c7aa41bacb5c094f867dba3e283bf2fbb236d753d80 SHA512 3e7f9a56a0767b7532c89460c156d663e2bed069223c27f7b6d5ca7084c3ee869b00bd63a844989c4801e29e442ddf7889c4a025af97195228e181564d8f087e DIST genpatches-6.1-96.extras.tar.xz 3812 BLAKE2B 506642a22002bf8bd3607d2bf060740e29d1a6bb649b0345f751c83e504f1084bf0bf279e69c7f52fae517acd7b166c32861f5263d843a02384d12b7f6e04e9c SHA512 1c5a7f9e3f28d2db1d0136a037d32c30cfe754186491970addb9f3b8d24bad851e9472c028e6eb8dcc71bf892a227d7a7e606fa7b7210cf11f79b6d8a063617a +DIST genpatches-6.1-97.base.tar.xz 5144036 BLAKE2B fd20d0a6c4b3f2bb68a97bc71e4853d0a1d2d93433904480fd89787c11976be51dc3510fa130cbcabfc47fa68be9aa66a5ddaceeff522f4b96c95d35e5c31802 SHA512 db1cba6f4b2db0bd24430622ffd4eb883416f559e22f8f7116ce1d26a78dcb811c02efb896e0cf470c4a7839a3af7a564041f0b4ee56d1febbc52da62656895f +DIST genpatches-6.1-97.extras.tar.xz 3812 BLAKE2B d76227c06153026771849653a004ba3474a895e8757c46bc943eee5e30eddb86c7ee50272b339def3c07224ff65ad09e0e6cdd84f5622d2f7e74ef56e7c3ddbb SHA512 b2df67590530801817fbb0d9bc1a317df5642af16147bb325ff562e3cd2796296592a12ecfc1775f6cf9302ae7740c3cf3ec9c8637c4bbf8f7a0893eaaaf1695 +DIST genpatches-6.1-98.base.tar.xz 5144484 BLAKE2B a337723a77e23789037ff71138906e1fe97dc14f928f2166de39a0d337998b11cd2decc91664f0d20e61632ed5b8870a9bbbcd5464ea83ac51769a16daa7757d SHA512 f1877eca1741c7b7d8e844fd8e9f47a228ea00803d5b352fc59d4af1d5e45a7bb817ee2953272e4ca49684df100875eb2d6f2fd3ed2165814c280ee588e9252b +DIST genpatches-6.1-98.extras.tar.xz 3848 BLAKE2B c5092984f64c4b87256366831bc028613cb98b907b8fc162b0048f2f5185daa54021697f3ea783a56a531e036c504788b5d2e397994f18dc9c553a07b44877a2 SHA512 68a7e9ea763d2e1de5ecd8fa587338a1e72e94bddd88a295023d799a2150f584208d08eb2c451d0d0a951b08d42f5b1d6e3ef08433b4953d1ae77d729a9ae8e7 DIST genpatches-6.6-35.base.tar.xz 1860992 BLAKE2B afeb95582f83a941d830e8a90d1b7e6275d6d43b41de93aeb01dc743b1afafc5d675d98b66b528899fe9e69fe856402059932be58487c74bfc0102cff748244a SHA512 bf2848bc7e668b8b8df410f22f66b575ccd3a4d160efc6ac5d3549e4d34dc10d81736d8dbf689e64414491d4bb5479c54ee8ba7d6ad9d3dcae7db1d15c13dff0 DIST genpatches-6.6-35.extras.tar.xz 3704 BLAKE2B 23fe1a854b29b205e93ac82a796ed6eabbc96774648168f616c2366f647dedd5f5ebade68059bc7e9f8aad5b57c8b7577b6e098859484f35c07913cb4e3567a2 SHA512 37e311b153e411df00489bf4973e1a414b480c4f2d6ac488ddd8af3f717461b14c53143696628df3750168869cfcc3cfc209599454f9873e28ae1e1390198076 +DIST genpatches-6.6-36.base.tar.xz 1937600 BLAKE2B 8e3483fb9e7b3f6f63e97eb4dc66e7f0ea8c48fc22c17981d930d89fdb878fe0325fa7898df1baa8e8252a2ca122ab77e027e0e1da0881c9240a70d5dd912951 SHA512 8b66b6584b7d14ef3a897e4d71395340d6b350ed53a656988f40487da3819d403fdacc209df593459042d6c5f3ec4605f3e0d7cd78654cbcee9928ea022a6be6 +DIST genpatches-6.6-36.extras.tar.xz 3704 BLAKE2B f264b10b2956dee9762df626cc764f53f8935b774fa84c08e553b52cc23bc91e48580b46cb5ba29f2364ac6ef98ef8993757e750cc7e5d020061118483083bb6 SHA512 c006fad1e9cd0aaa3d8d4698e8fa44a17dfa121eab23991cf3549a49cb132543a070b4ed3ab980267225eec8700dd0c6e9b71c20489a16288d22fcefd0166a9a DIST genpatches-6.8-10.base.tar.xz 574628 BLAKE2B 87b6006dd317b24157dc7af3e0386ff598c9b596e0fe7cdc5f8f109d56191ff6741d6c55f359bc1e43ce9fc2887a614edbc1a2871343dace4ee57d2f472ff8a4 SHA512 fdc83b414ca5d72323646d345d95071a175f0a52470fb4a4b5cc7e9a3c8fd59e8d257396a8ff0bfdff81177bc24aaa3b22ba20b27b7bcf31eb71d8b428edfe0f DIST genpatches-6.8-10.extras.tar.xz 3704 BLAKE2B d836e79733083c5587dcb63d1fb3c30c7b91aee70660681b5fcfbdf90d4ba6fdca09dcbdab29588d267e07ffa8b338223e9590539356fa862e8fa211827d6f9f SHA512 bb01fb545a182d3073590939b172755b1883e827b6687870f889634ac00949308fd62e0d870e6d6d18d8c517dfbeafd3252f9b61d589522cf5c9d09d534ec6a4 DIST genpatches-6.8-11.base.tar.xz 623140 BLAKE2B ab3aa16e717dc0ad99893ac73e6de6af38e83f09722088596cb0ed55d77a33c8f490c3ce81c0757933ff28bd068430adcceb99395c0a7b92c6713b89566d92a4 SHA512 19bd09eac56870b47f14373d648f839effe0e7e913cb7f61fb3c17e4f882768020c4069b72a7a384224116f5cd6b7a93b75b960a14d24c7e71fa1a083ab4c506 @@ -18,14 +26,30 @@ DIST gentoo-kernel-5.15.156-1.amd64.gpkg.tar 66375680 BLAKE2B b847eb9eae44932047 DIST gentoo-kernel-5.15.156-1.arm64.gpkg.tar 59740160 BLAKE2B c75cc772ace28b6ec91f7b8a478e5f2515a2b4405f42371d8993e68372ec26dafd9aec970ab17134c1cf1153cad8cee96b61637e5e0105bce632be4135a589fe SHA512 54084ecf891bc7bffe1c1895334828d4bf49f03a8b6f46afb7247815a76dbdb9b56daba97c5bfdbda8574ce2eb723e52fd90cd766832597caa9439e881332b82 DIST gentoo-kernel-5.15.156-1.ppc64le.gpkg.tar 54988800 BLAKE2B f5065862dc552bf0b91a7333b10651a79f61776d06fbd016ca4116ae4f388f8dc499caba7f4fb566eef6b720dc337e03913b9fdd52c58131852a5b3c6afb939d SHA512 8441ffe065c51231fe0a104134ce69d5f223fe5369f97ec4daf6b628e7e70c626a6aa8112b1c4f04192cbbd0e5bb2162723316ff74857d6fcdb55f2c19513263 DIST gentoo-kernel-5.15.156-1.x86.gpkg.tar 56166400 BLAKE2B 360379ca692646d83514bbcbcbd23a600443743ed50fa90798736c67c5e4ddf502afbaf6d7fd9e601c7e6108838312047185f4ce24145ae414add9ad31365d60 SHA512 7e74a42e28186464b43e78340bff14647010e4ea324e05d7ddfac892c8cd7d79cb766b85099bb79e71460f9961b97339330177d1a09923e91cd3ead99043b5db +DIST gentoo-kernel-5.15.157-1.amd64.gpkg.tar 66375680 BLAKE2B e27d6f2dd3259c31d5f7f931fc13a403e2d23a21fd25cb27a631d5ddb91c7483fd3708ea3391c5316225b7206767a2a8be1ecd56bc2274b377c9c92767778220 SHA512 1e4cce5c778eb52cc8e327599b4ed056dc0c887cd2820b5a59b23ac7e846c7f51b60e2ddfbc3458b98388d5235056b9bd5bad0ff383dcf586a5211d6f17a22e6 +DIST gentoo-kernel-5.15.157-1.arm64.gpkg.tar 59750400 BLAKE2B 5891ee1990ba5dd2f70eb2634595e6510d22e30dc7e21d66bf2c2f69c09573ba73aaee2893bf53af5a44fde99b6167d18a03725dc105dd5e4961f61bc4cb258e SHA512 42f2ab5d0909ad8ada4ddc9e4c00360e1d7e123da2b0d7c7652869a262b47312e23748540e9f05f96fb00a7bc083c933b7cc73cdb752b518e99c7731de82e3fc +DIST gentoo-kernel-5.15.157-1.ppc64le.gpkg.tar 54978560 BLAKE2B 0734dabf3b1ad4aa07177ca3ebbd210d3a7ae891974b570a313b6532fc88cd02acf6d27f2cabd90000aaa0384d916324dbd52e5b622eeed4849b9293ef76e6da SHA512 0dad2046b49f24ffda15b4cff953065fc06209dfd1cc914c3ccc57282fed613d7fa3c5db4533c6b1dd156b981533b47048d715882af5e06a5bbe30713aba82f5 +DIST gentoo-kernel-5.15.157-1.x86.gpkg.tar 56166400 BLAKE2B c55ed8c02a2946490371d60e038d628926e40071e9cbbcfef73d287fdb8d44b348c03bc5c0a356ac09375a02b6d06a1e27ca024b5c3fcc956a8122008c3f8876 SHA512 bf40c482dd05ee75c0719fcdf556a18aa68ffbdb3539b8954fa562e79b731b283cba962500153758f78e9f1222a4aa8b46140b96553d1acd406fa80bab9e3531 DIST gentoo-kernel-6.1.87-1.amd64.gpkg.tar 72632320 BLAKE2B 599a9e9f056e91992a8da7c1ee9f417c414c9ceb9287be3a74324ebd6e3b0033a4b4903e3cb67793071a93ca6a9f13b4df1ef95eabe5fa3f8037898acb9e4848 SHA512 5cabe303802826b534705afd6c2258bfe141166217f9a895df6704eff7f52e85aa0aa20d880e6a6707acb130b6a8c89fa3c584e03bf3ada7015a69f0e1ad75b7 DIST gentoo-kernel-6.1.87-1.arm64.gpkg.tar 65617920 BLAKE2B 7b9956650c78986e5a542835a51cfa8794feb88dac8edbbe20299da079f6dd0a966ae78bc824f0d96813bdd449e0665c38d714b482fcfe56cd11a29f1d564a02 SHA512 5866054d693141fc1c95d9c9e4478b33b040631d365f6d76b0720b34ab8bb862700b6c67686aa95eeeb22382ed9d7e2afa08d3884b3e6d7927917b94d643066c DIST gentoo-kernel-6.1.87-1.ppc64le.gpkg.tar 59883520 BLAKE2B 1a95e7087902faaa19ae4f423461df9cbd9fad0a4944ebe5dd7009c1ab751e392b6c75d18a5c03677bd7bbc0b1cd0b8ce984f2fcf972de9784ea6c396baee255 SHA512 ef0529856ef34a19335e33840b79ebb7090468af3cbcddc3f4d633beed6c213f76a1d4bd1a7eca1783254493c70664a8ec64ec67aa8dd48ffcc63deaf71ee3f2 DIST gentoo-kernel-6.1.87-1.x86.gpkg.tar 62187520 BLAKE2B 357ce3627b0d02e4e021ea425da0a68648e01da002b9c793a9ffffda1791a47444c6f5b72c3f8a648a8cfd33bd0b0e7399fa29d3202ae7fb17d89d89defeb00f SHA512 eae3d1e5fcfe477ba9388f317eda8b1f82ced34ef2c32f91ea0e469752d932bb68a67de677b4be75139afd58f3a363f5faebe9f352ac92646060e3dc713cb695 +DIST gentoo-kernel-6.1.88-1.amd64.gpkg.tar 72611840 BLAKE2B f7b4b5f674787e78b4301771314bc39b010acd921b2738d26053afa5814958d0c6411e01b027956d0f2269205403c88449ca075e90869fa276df897f4218b812 SHA512 7e11b5963fa7023225e83ca3cb428bdfd40e8ee6a46f8818ae318c1d88d13d37ecafa3326e25141b90187c9cd9ccff14bb8896a92fe39cebb955c530d0a8cc73 +DIST gentoo-kernel-6.1.88-1.arm64.gpkg.tar 65638400 BLAKE2B eb42a8c696c63e69d274f5f2b16d858f42c5d24b6c3516efa10fc1244ac2f17b25141ce9746d8fc7c05e422676a2eebbb93eb1f899479f02c3c6de1994faee2b SHA512 c75faa27e1f6b1bb9faa52cc4d69203026f10027cbf8b9c31207f0592b7319758fb7642b806a89e100a77f0f0df01b34cdec33b99638a596c0709a6c66b4d46d +DIST gentoo-kernel-6.1.88-1.ppc64le.gpkg.tar 59883520 BLAKE2B 8fadc07f471cd104981a1eb05037084bbb13681c3f285ca7daa11eb57e28b3dd33eec7704c14c8b74007236fdde46e5d8f792668589c80270cbb09611cc19328 SHA512 c5f070fde1245240e131c36377425a0fcfe7997f2d5658b6b6368b0322e6166f23aab571968657906173a69737efaa920a22ecb191ad9ddea5dfbf9335138ef6 +DIST gentoo-kernel-6.1.88-1.x86.gpkg.tar 62197760 BLAKE2B c5530eb67503c436172e22f9821e2a0cd85977a839ed46dd74f35d99e61aeafaaa2c1fb3f9591fdcf815dead911b27e09d670e20c2d4b50a6919a44a0d4f4592 SHA512 d667523210de6e6ad650ec86f7390939246992442f4bd87c5e273023e9988df18ef2bd61b90417b4a2925ab5d26e9ca8e61a345b89545f0e9975b83d248d2a87 +DIST gentoo-kernel-6.1.89-1.amd64.gpkg.tar 72622080 BLAKE2B 5892a9eab6d10e5c427ed56d66b900e0a2704d7b06c23013f2617da0b9ed89bf0dc1175847ce62e272bc9c1668f861a057b76126076b1402719f5d8b8265287b SHA512 2613092660a4b34d01fb8cf0735b0950583ced6100266d9cb727e2801fc1c9ac93b8587a184eedb11ccb07551f6f46304f3c41627e9e4754c708f648a718655a +DIST gentoo-kernel-6.1.89-1.arm64.gpkg.tar 65628160 BLAKE2B 65ab898e461000a4da01845841060ef034aeb84692e8e7a86567a77876989584e6a8b3d500c11a965343c6af27ea1b4ca0e44742aca330c5d6893d987ddab71b SHA512 5babf60b18e788001491062c45c9b9c40e20b6cd8ed5dd19fdf9a0157cfdd17b5faa7894b0330aee798f5f9d26aca33ef4da086e90696da8925f7819ff64542b +DIST gentoo-kernel-6.1.89-1.ppc64le.gpkg.tar 59893760 BLAKE2B 83e12bc1ee386dffa018fef349c3e57d1fcf8486735a0e89daf75e67700d232c338d9c283f6b8a75ef911bc6235ba0d1d49bb01c408d135ffde76c2bda6c6bf0 SHA512 8c05cc60114c2dd8c5bb9b658f717592200677710b5bc7f1fcb6ed8acef287761deec7d6b8a3fefe53bbcd64b67d166dcab25c95576eca9262f1e12f4d60038b +DIST gentoo-kernel-6.1.89-1.x86.gpkg.tar 62177280 BLAKE2B 0e608e202860b9194eacd9851cd8487b58792d43dd4a41582cde052494fec13bb1602da4e075c997b07685af4a83b913cf770c17c90a1543d6b47df0c98a3333 SHA512 06c481bde149a3cd064c79e9f4f7eb0a5c42e9a053b906bb6e8f84f23e19df46f433e4d5cbc9dee97a18697a800309c55bca1cd70d90ce5ea247190ec60d8c6a DIST gentoo-kernel-6.6.28-1.amd64.gpkg.tar 147210240 BLAKE2B d043e6ceefa8c0d294d37aea78b06b7b1c11970ad4f8d4a3f24e4fed28d6d9868277fa64eed455b21208b05accb9c9abca71c4da519ca4af830ddbbad7ffec7d SHA512 dbe14cf733b0628509790affcd5b313cdbd66e4176a889147150c109efcc1f07a008909a8f800ec11991bb1577e711e4cdcb8c7a1c032e351c7f99eebc369886 DIST gentoo-kernel-6.6.28-1.arm64.gpkg.tar 119285760 BLAKE2B a62e4d589266b5e6f40c67fa19522ad075a72ac84b14cb27e25afab5a342b4a0d6dbef607e51d39f333c14da7b8fce5e74ccaf036ba4841b1ce78fcd0fa9d823 SHA512 5ed1c8ccc55d5f36a63a6d743f391825acf2b25d944ea7c1a162fdc14e14c7443c8ae5e4d5cb5b2c30250d68466b8c14c6aa340327baf34ee632e24d848e0345 DIST gentoo-kernel-6.6.28-1.ppc64le.gpkg.tar 64378880 BLAKE2B 4c0c0727cb45d642d0c9e9d4a7a9052934d47ba3f921ae4534d11fbc28b9afb059b159abd3ae72e5a3c56a6d4a6b3044b994518b33324da97c3191b39d1fd16e SHA512 9a0593fb83b314f090f3d70891bfa2fd1b026f111197398e2f966f22c4a29ddd8bdd2cb52fcf24c25b85fff257a6dec7ece81bb11252a74b5716518e4d2ba35a DIST gentoo-kernel-6.6.28-1.x86.gpkg.tar 68352000 BLAKE2B 4822a17b94cb12005c0d0c5b4105ffa04fd3fd6ec83d38352b77b22ee625635feec074a8ad1ae90a0df0f9a8389ec0db9da241bce17df769f762924bf2dfd252 SHA512 3c6b03c2d9ad20ad3071c5033b31baecf562105e10f18397c5383845fcdc847f12d71669c8ac980a1852ab315ef74263ff732bdaff27a9d092ec38b2d47f2466 +DIST gentoo-kernel-6.6.29-1.amd64.gpkg.tar 147220480 BLAKE2B 12d820e99a63be0c7808544f0f77d13e16615e8e1cea68de178ae5b4dfde73862bb05700254c63fe02f1b688e3700abb775809f60916ab2e74a904ecbd6ea7bd SHA512 91999a69d80089523fb7128f9c077846e67f43b99b85e93ff887ded045fa7a52111796be2240dbee884eb8d535949d5de8ae022c9454a6772f6d9c7ab564473d +DIST gentoo-kernel-6.6.29-1.arm64.gpkg.tar 119296000 BLAKE2B 6eee63fa2b9be94abaec4466822a3a17fec744f2783a0ad913ff697cc222996f166932eec38f0aa55c945c67bf1c32d0b0202ea28957d56f44abbbe871fb37df SHA512 e8e4f860065752641a83f4f0fd7bad80782571c24d113e783753f5dd77160168548dcb509f4cd0e27ced29c76a464a227833e000b93e56d4d0ce491452373473 +DIST gentoo-kernel-6.6.29-1.ppc64le.gpkg.tar 64378880 BLAKE2B d4e7586c6429117ee606d3b30bdb4771d1dc84d81e9eb3f85e7750815b5698b29891bfa688816dd0a33e7c8d4c2e2c69085c1b072b719487ad7920b6589cc836 SHA512 05029c21b2d2431ad347f41a2753fffbd542284bac40718133d96a7f0ef9cb19cfeee0fd46193adaf2b3778d7d43f0004222d905ca15ee2b2df9b964b57ab006 +DIST gentoo-kernel-6.6.29-1.x86.gpkg.tar 68331520 BLAKE2B cec0350b4f51a38de21a05e9fd8d4884ad81161c41d7b5e5bab427cb0be9c21544fad1f5272ad02d7694f7c444f013f4ce29e818cfbc61b4f96cf7734cdf21c6 SHA512 bf446bd7b9262d0fb1f5bf1ff41e7a09145d122389929ad3dd5be035d335b572adeff876e6ab8223d0b40a16dbaef56550cf7f8879e68154e415504a96ac95d9 DIST gentoo-kernel-6.8.7-1.amd64.gpkg.tar 150804480 BLAKE2B e77ab6f1ecb04ff826eab5acc0e802ee66b4418dcf36996240f21bca3d2b455b19d8665b867f6b410e814e245040ca931996b6ef5f8dbfaccf89cbeec21e063f SHA512 0c137076bd29fde13ad553da908a13e1a7bbf5f9e8c48c1616a61114ecb9039b6e175b6cd806885f87d0d2858d24115a992672b1c0c072b74772b42dba0321d5 DIST gentoo-kernel-6.8.7-1.arm64.gpkg.tar 122388480 BLAKE2B 764da1d27dfab1318aeda21163697ca39768485c19a397ba0f5cbe4ae20905a4de258f4a15e4ead7758bdd421d1ea1d59a70fea2f2912c1a7c0d7036125bf119 SHA512 fd37ac0317f5d13c302099623368d737d5dc4fb401049b99d583d3ab3a6433c118ee95f2bf07e088b239ff878db8e6500d32c1e92011dd209a45a618595c7bf6 DIST gentoo-kernel-6.8.7-1.ppc64le.gpkg.tar 66252800 BLAKE2B 58f910af5acaf481d2c2a1c9d1ca7e4eda0d6a2670325f9c9f4e26ae879eb5aba05b473815d6fa49d97149e482a0ec85c7d89dda28da5275ccb9592a11cc959d SHA512 6cbad4972b9f47e41116b688d6e4b56e3634b075688f8dffbc9f5f23ab9bd7f1cb5419a44b29f8afd7507a6c0ec7838ccd171387c7e117acfd1819c261f3faef diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.157.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.157.ebuild new file mode 100644 index 000000000000..eff249432fc9 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.157.ebuild @@ -0,0 +1,127 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 10 )) +BINPKG=${PF/-bin}-1 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE="https://www.kernel.org/" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc +" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +} + +src_configure() { + # force ld.bfd if we can find it easily + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + + tc-export_build_env + local makeargs=( + V=1 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP=":" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KPV}/.config" modprep/ || die + emake -C "${MY_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KPV}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KPV}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KPV}" +} + +src_install() { + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KPV}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.88.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.88.ebuild new file mode 100644 index 000000000000..1a845828a60b --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.88.ebuild @@ -0,0 +1,127 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 9 )) +BINPKG=${PF/-bin}-1 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE="https://www.kernel.org/" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc +" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +} + +src_configure() { + # force ld.bfd if we can find it easily + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + + tc-export_build_env + local makeargs=( + V=1 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP=":" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KPV}/.config" modprep/ || die + emake -C "${MY_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KPV}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KPV}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KPV}" +} + +src_install() { + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KPV}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.89.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.89.ebuild new file mode 100644 index 000000000000..1a845828a60b --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.89.ebuild @@ -0,0 +1,127 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 9 )) +BINPKG=${PF/-bin}-1 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE="https://www.kernel.org/" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc +" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +} + +src_configure() { + # force ld.bfd if we can find it easily + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + + tc-export_build_env + local makeargs=( + V=1 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP=":" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KPV}/.config" modprep/ || die + emake -C "${MY_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KPV}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KPV}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KPV}" +} + +src_install() { + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KPV}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.29.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.29.ebuild new file mode 100644 index 000000000000..ecc98612a7de --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.29.ebuild @@ -0,0 +1,161 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_EFI_ZBOOT=1 +KERNEL_IUSE_GENERIC_UKI=1 +KERNEL_IUSE_SECUREBOOT=1 + +inherit kernel-install toolchain-funcs unpacker + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 )) +BINPKG=${PF/-bin}-1 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE="https://www.kernel.org/" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + amd64? ( + https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://dev.gentoo.org/~mgorny/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://dev.gentoo.org/~mgorny/binpkg/ppc64le/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${BINPKG}.gpkg.tar + -> ${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc +" + +QA_PREBUILT='*' + +KV_LOCALVERSION='-gentoo-dist' +KPV=${PV}${KV_LOCALVERSION} + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + cd "${MY_P}" || die + default +} + +src_configure() { + # force ld.bfd if we can find it easily + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + + tc-export_build_env + local makeargs=( + V=1 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KPV}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # We need to extract the plain image for the test phase + # and USE=-generic-uki. + kernel-install_extract_from_uki linux "${uki}" "${image}" + fi + + mkdir modprep || die + cp "${kernel_dir}/.config" modprep/ || die + emake -C "${MY_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KPV}" + kernel-install_test "${KPV}" \ + "${WORKDIR}/${kernel_dir}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KPV}" +} + +src_install() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KPV}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # Keep the kernel image type we don't want out of install tree + # Replace back with placeholder + if use generic-uki; then + > "${image}" || die + else + > "${uki}" || die + fi + fi + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KPV}"/ || die + + # Update timestamps on all modules to ensure cleanup works correctly + # when switching USE=modules-compress. + find "${ED}/lib" -name '*.ko' -exec touch {} + || die + + # Modules were already stripped before signing + dostrip -x /lib/modules + kernel-install_compress_modules +} diff --git a/sys-kernel/gentoo-kernel/Manifest b/sys-kernel/gentoo-kernel/Manifest index 4154a5d7b5f6..bea5fb294c4b 100644 --- a/sys-kernel/gentoo-kernel/Manifest +++ b/sys-kernel/gentoo-kernel/Manifest @@ -2,10 +2,18 @@ DIST genpatches-5.10-226.base.tar.xz 6746984 BLAKE2B 4a043c8df9beff87431cc7d0bd3 DIST genpatches-5.10-226.extras.tar.xz 3876 BLAKE2B 9d4753364d4931fa6210dffabdf4fb02529f6af18cd47e0520d03fa0eed5aff60c87e5a85004ee84de3476b04d3abafce237b168fef83a6609e0e42b9672ddaa SHA512 b7db48e51d982ddff47142f6852d0a0a8240289ec6f2a547e9d2cc89c7930cbf2ef596a080fb77560d1267072d2573b16a2e02f946e6e9aa31076d1b7524de68 DIST genpatches-5.15-166.base.tar.xz 6725224 BLAKE2B f19d204334748c6c5befdecb51cf9250f87f022599fd5d3c04053a9326a0832ea370b0238dc7167fe75b36e97118799dc3739b7313f92ba30143f7e2ca6c71ed SHA512 f200cb2ef8266f84ae9865f506dac6bd938383c56c3197c1ec722fb3698f14c2f6c3ffec284bb45e695877f99d8da29e7d73d16191bd81ac142eeaf55835a012 DIST genpatches-5.15-166.extras.tar.xz 3940 BLAKE2B 6db1809d2ff7d407c12a461c737a80ddfd0a91aa762ad2624613640202f9a65bc39b538007826740f42f8aa210b13f2936124737c5d5793a94a9778456135445 SHA512 45d025bbede7990ac1a8f285a6c27d4df79aab77842ec2f63b7e2e44b53b27f00da5e3866ced56fde852453130dc0930e8a1b2e95873af4c2d7a663649d1f800 +DIST genpatches-5.15-167.base.tar.xz 6743824 BLAKE2B 4982628750d9373adf5b97fbd9d1042772cfdb2724b101ea7dc36b39587e78ec40cb1fc0c2fffa7e8e5e9d6361f0efa1445288fcf50f4d393a794c3566cb4ea4 SHA512 3ca376b96d52855d1c4708011defa2822fb94048ee7354da68db03df4f92497580b141d1b74982c8d6cf8370fbccbaf0883d417c18c5c0d3762c8d6fbfe977cb +DIST genpatches-5.15-167.extras.tar.xz 3936 BLAKE2B 48ef973309b1831ddb3775e95707a5550d18634cd3b567a5616e00f03613c9ec7ccb842fba4a4fe13b88190e7f7ad061ad524fcfadba4a196e8ebc0e5c40f245 SHA512 4ecf70a33fb2e3d825d952b7ac32ec1b0cb38f15f4f77d2bf955749bb97cb438db76974c40372ee894195e11954f9097ac6ecf17832f5188f47f69e6b917bfd5 DIST genpatches-6.1-96.base.tar.xz 5079348 BLAKE2B 97ea3473a5189a92ea4478ff82051fb6b9b48344284168902c98674f4d093e2d9e8deaafc5e6ffdfe4653c7aa41bacb5c094f867dba3e283bf2fbb236d753d80 SHA512 3e7f9a56a0767b7532c89460c156d663e2bed069223c27f7b6d5ca7084c3ee869b00bd63a844989c4801e29e442ddf7889c4a025af97195228e181564d8f087e DIST genpatches-6.1-96.extras.tar.xz 3812 BLAKE2B 506642a22002bf8bd3607d2bf060740e29d1a6bb649b0345f751c83e504f1084bf0bf279e69c7f52fae517acd7b166c32861f5263d843a02384d12b7f6e04e9c SHA512 1c5a7f9e3f28d2db1d0136a037d32c30cfe754186491970addb9f3b8d24bad851e9472c028e6eb8dcc71bf892a227d7a7e606fa7b7210cf11f79b6d8a063617a +DIST genpatches-6.1-97.base.tar.xz 5144036 BLAKE2B fd20d0a6c4b3f2bb68a97bc71e4853d0a1d2d93433904480fd89787c11976be51dc3510fa130cbcabfc47fa68be9aa66a5ddaceeff522f4b96c95d35e5c31802 SHA512 db1cba6f4b2db0bd24430622ffd4eb883416f559e22f8f7116ce1d26a78dcb811c02efb896e0cf470c4a7839a3af7a564041f0b4ee56d1febbc52da62656895f +DIST genpatches-6.1-97.extras.tar.xz 3812 BLAKE2B d76227c06153026771849653a004ba3474a895e8757c46bc943eee5e30eddb86c7ee50272b339def3c07224ff65ad09e0e6cdd84f5622d2f7e74ef56e7c3ddbb SHA512 b2df67590530801817fbb0d9bc1a317df5642af16147bb325ff562e3cd2796296592a12ecfc1775f6cf9302ae7740c3cf3ec9c8637c4bbf8f7a0893eaaaf1695 +DIST genpatches-6.1-98.base.tar.xz 5144484 BLAKE2B a337723a77e23789037ff71138906e1fe97dc14f928f2166de39a0d337998b11cd2decc91664f0d20e61632ed5b8870a9bbbcd5464ea83ac51769a16daa7757d SHA512 f1877eca1741c7b7d8e844fd8e9f47a228ea00803d5b352fc59d4af1d5e45a7bb817ee2953272e4ca49684df100875eb2d6f2fd3ed2165814c280ee588e9252b +DIST genpatches-6.1-98.extras.tar.xz 3848 BLAKE2B c5092984f64c4b87256366831bc028613cb98b907b8fc162b0048f2f5185daa54021697f3ea783a56a531e036c504788b5d2e397994f18dc9c553a07b44877a2 SHA512 68a7e9ea763d2e1de5ecd8fa587338a1e72e94bddd88a295023d799a2150f584208d08eb2c451d0d0a951b08d42f5b1d6e3ef08433b4953d1ae77d729a9ae8e7 DIST genpatches-6.6-35.base.tar.xz 1860992 BLAKE2B afeb95582f83a941d830e8a90d1b7e6275d6d43b41de93aeb01dc743b1afafc5d675d98b66b528899fe9e69fe856402059932be58487c74bfc0102cff748244a SHA512 bf2848bc7e668b8b8df410f22f66b575ccd3a4d160efc6ac5d3549e4d34dc10d81736d8dbf689e64414491d4bb5479c54ee8ba7d6ad9d3dcae7db1d15c13dff0 DIST genpatches-6.6-35.extras.tar.xz 3704 BLAKE2B 23fe1a854b29b205e93ac82a796ed6eabbc96774648168f616c2366f647dedd5f5ebade68059bc7e9f8aad5b57c8b7577b6e098859484f35c07913cb4e3567a2 SHA512 37e311b153e411df00489bf4973e1a414b480c4f2d6ac488ddd8af3f717461b14c53143696628df3750168869cfcc3cfc209599454f9873e28ae1e1390198076 +DIST genpatches-6.6-36.base.tar.xz 1937600 BLAKE2B 8e3483fb9e7b3f6f63e97eb4dc66e7f0ea8c48fc22c17981d930d89fdb878fe0325fa7898df1baa8e8252a2ca122ab77e027e0e1da0881c9240a70d5dd912951 SHA512 8b66b6584b7d14ef3a897e4d71395340d6b350ed53a656988f40487da3819d403fdacc209df593459042d6c5f3ec4605f3e0d7cd78654cbcee9928ea022a6be6 +DIST genpatches-6.6-36.extras.tar.xz 3704 BLAKE2B f264b10b2956dee9762df626cc764f53f8935b774fa84c08e553b52cc23bc91e48580b46cb5ba29f2364ac6ef98ef8993757e750cc7e5d020061118483083bb6 SHA512 c006fad1e9cd0aaa3d8d4698e8fa44a17dfa121eab23991cf3549a49cb132543a070b4ed3ab980267225eec8700dd0c6e9b71c20489a16288d22fcefd0166a9a DIST genpatches-6.8-10.base.tar.xz 574628 BLAKE2B 87b6006dd317b24157dc7af3e0386ff598c9b596e0fe7cdc5f8f109d56191ff6741d6c55f359bc1e43ce9fc2887a614edbc1a2871343dace4ee57d2f472ff8a4 SHA512 fdc83b414ca5d72323646d345d95071a175f0a52470fb4a4b5cc7e9a3c8fd59e8d257396a8ff0bfdff81177bc24aaa3b22ba20b27b7bcf31eb71d8b428edfe0f DIST genpatches-6.8-10.extras.tar.xz 3704 BLAKE2B d836e79733083c5587dcb63d1fb3c30c7b91aee70660681b5fcfbdf90d4ba6fdca09dcbdab29588d267e07ffa8b338223e9590539356fa862e8fa211827d6f9f SHA512 bb01fb545a182d3073590939b172755b1883e827b6687870f889634ac00949308fd62e0d870e6d6d18d8c517dfbeafd3252f9b61d589522cf5c9d09d534ec6a4 DIST genpatches-6.8-11.base.tar.xz 623140 BLAKE2B ab3aa16e717dc0ad99893ac73e6de6af38e83f09722088596cb0ed55d77a33c8f490c3ce81c0757933ff28bd068430adcceb99395c0a7b92c6713b89566d92a4 SHA512 19bd09eac56870b47f14373d648f839effe0e7e913cb7f61fb3c17e4f882768020c4069b72a7a384224116f5cd6b7a93b75b960a14d24c7e71fa1a083ab4c506 diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157.ebuild new file mode 100644 index 000000000000..538e6f85308f --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.157.ebuild @@ -0,0 +1,141 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 10 )) +CONFIG_VER=5.15.19 +CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01 +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + amd64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + sparc) + return + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88.ebuild new file mode 100644 index 000000000000..91d716db114f --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.88.ebuild @@ -0,0 +1,146 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 9 )) +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.7-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + return + ;; + sparc) + return + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89.ebuild new file mode 100644 index 000000000000..91d716db114f --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.89.ebuild @@ -0,0 +1,146 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 9 )) +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.7-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + return + ;; + sparc) + return + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29.ebuild new file mode 100644 index 000000000000..c7caf5904867 --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.29.ebuild @@ -0,0 +1,153 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 +KERNEL_IUSE_MODULES_SIGN=1 + +inherit kernel-build toolchain-funcs + +MY_P=linux-${PV%.*} +GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 )) +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.6.12-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz + https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_prepare() { + local PATCHES=( + # meh, genpatches have no directory + "${WORKDIR}"/*.patch + ) + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + loong) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + return + ;; + sparc) + return + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 89dabcbfbf85..75ae5aeddd7e 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -36,6 +36,9 @@ DIST genpatches-6.1-96.extras.tar.xz 3812 BLAKE2B 506642a22002bf8bd3607d2bf06074 DIST genpatches-6.1-97.base.tar.xz 5144036 BLAKE2B fd20d0a6c4b3f2bb68a97bc71e4853d0a1d2d93433904480fd89787c11976be51dc3510fa130cbcabfc47fa68be9aa66a5ddaceeff522f4b96c95d35e5c31802 SHA512 db1cba6f4b2db0bd24430622ffd4eb883416f559e22f8f7116ce1d26a78dcb811c02efb896e0cf470c4a7839a3af7a564041f0b4ee56d1febbc52da62656895f DIST genpatches-6.1-97.experimental.tar.xz 17440 BLAKE2B dfc132e36d60fbb5c157180f886f9a53e9492bd1e0de3c9a82309d48fc7a19dd15dae8dc9ad72716f5ebddc653f5ec9ba75b3a4abd9a5986d6adba4732281a74 SHA512 e7c9c85862f2eb4ed4cac7bb6a888f710ac6ba7aeaa4d2c004ad9c201d9ff019ddbc4c256ea41799189d52ac8de92e75ea7078c54486d9b097354210fe87b39a DIST genpatches-6.1-97.extras.tar.xz 3812 BLAKE2B d76227c06153026771849653a004ba3474a895e8757c46bc943eee5e30eddb86c7ee50272b339def3c07224ff65ad09e0e6cdd84f5622d2f7e74ef56e7c3ddbb SHA512 b2df67590530801817fbb0d9bc1a317df5642af16147bb325ff562e3cd2796296592a12ecfc1775f6cf9302ae7740c3cf3ec9c8637c4bbf8f7a0893eaaaf1695 +DIST genpatches-6.1-98.base.tar.xz 5144484 BLAKE2B a337723a77e23789037ff71138906e1fe97dc14f928f2166de39a0d337998b11cd2decc91664f0d20e61632ed5b8870a9bbbcd5464ea83ac51769a16daa7757d SHA512 f1877eca1741c7b7d8e844fd8e9f47a228ea00803d5b352fc59d4af1d5e45a7bb817ee2953272e4ca49684df100875eb2d6f2fd3ed2165814c280ee588e9252b +DIST genpatches-6.1-98.experimental.tar.xz 17448 BLAKE2B da9ba9fab31818f912c4a4ad860d28279bfd8e96746ef744e952835b54f90250c186e115e45107957c59445fa1d78760872377866c7623a04ded115e40397d40 SHA512 a012379ad65b3a774f8214a21ed6a0ff722d3b3141072543288740e980e1b5c281ec6dab6bb5ca03bcc573e1685610c5b02c3240cbfeaee01d39df7f82de6887 +DIST genpatches-6.1-98.extras.tar.xz 3848 BLAKE2B c5092984f64c4b87256366831bc028613cb98b907b8fc162b0048f2f5185daa54021697f3ea783a56a531e036c504788b5d2e397994f18dc9c553a07b44877a2 SHA512 68a7e9ea763d2e1de5ecd8fa587338a1e72e94bddd88a295023d799a2150f584208d08eb2c451d0d0a951b08d42f5b1d6e3ef08433b4953d1ae77d729a9ae8e7 DIST genpatches-6.6-16.base.tar.xz 750868 BLAKE2B 13af5286f51a69dd0ad7b2543bcf0d933865e14c4c865e495f3225a8740bd7579858cbbd72a2099333e8dc241900c166730d4c812183f2636bf3d4049156a71b SHA512 70864a69f8bdb28f8fa3515a33be510a2c529a5c3bc767aede2dae1c290869491d776336be9983259685af9fee2d2bc61c821d0103c47e91b69078bf81fe2c63 DIST genpatches-6.6-16.experimental.tar.xz 5756 BLAKE2B 48c2224ae8759ebbd36f8fb31e720b2df2d8c0a519ae5990e5d5947b04c7a1d0bf515fa2cf4316f3c84885ee643734da2cd4ea80ed6ee0bbdc73d12025d1c132 SHA512 81438179ea1d3a202a8631400727f854f938182118dcafddf7faedb12f2b69df834ac349d75cfe0ed84da422d7613d4a45723668ead5f076780d2c3236145cd4 DIST genpatches-6.6-16.extras.tar.xz 3704 BLAKE2B a33d9a80926abd8318f124fa6aa25f7181b88a6965c17908232ef2b866a27a5e856e464895994599265e0e57d8e1f81561758df4670f25ef5694e5d5f535ba95 SHA512 8ee1686a16886320b698ac0e3767804fc9bbaf595335203fb2899c727a0ca0f3e551ac13b3cbb97cec8d91e77257aa1da75669f1c41d263960875e9d31303b1a diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.89.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.1.89.ebuild new file mode 100644 index 000000000000..1582a23c0706 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.89.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="98" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="experimental" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 6d1bb94b0408..f34c0cfd6a5f 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ DIST linux-6.8.tar.xz 142502100 BLAKE2B c6f17f816cea16e629f63e9379b98888713f57b2c5173306926471f139a9d612a0c74e119341f8075390e55e203d787d9edeb4ad5a064b18870f6f0f7ffaafb2 SHA512 5c4eb4aa1d3f7d1ea01c0f7ddeadacdece6e144fd4bdfc16b2b925d3e10dc04de3a6db69320b79a96c3560052616f001d2c09e7a1bb4f7b731e2380a7ecce068 DIST patch-6.9-rc5.patch 55017344 BLAKE2B ea645c33325c12c065cfe14998a64510526bf4691d5b13640a39e9f2039bd86e80197692e35d3f9c95483909166f4634cba90bf86c5ecf4da438ee278bba49b7 SHA512 7c93fde6455a9410abd4f6b00534876fb968f0f6f30c4eb26503e12dccf85b428dc7d1a23555549b3e385ebb59504b3f539b1070de9102a1ece51c1cd7cbc3da +DIST patch-6.9-rc6.patch 55332584 BLAKE2B e4d4c1404b97304e7f1e2d50ad602c9c491ed9b12064f299ac5bfecf619f1407ff2814d9a119e48d2b2a4f1e2e19a95ec0233b2e16c29105443f83ca6cbbbfb9 SHA512 b05e3134daed7fecf6602273121b1b5b7d95152115e082494e63b66923e5e0b2c22fcaa821df0905d6ec1e298e52ebc2e5d35cad8312455dfd90abce4486ebc0 diff --git a/sys-kernel/git-sources/git-sources-6.9_rc6.ebuild b/sys-kernel/git-sources/git-sources-6.9_rc6.ebuild new file mode 100644 index 000000000000..7068b44f8f6d --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.9_rc6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="6.8" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="yes" +K_NODRYRUN="yes" +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="https://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.6-r4" + +pkg_postinst() { + postinst_sources +} diff --git a/sys-kernel/vanilla-kernel/Manifest b/sys-kernel/vanilla-kernel/Manifest index 8d11112e43b2..11fa031e5756 100644 --- a/sys-kernel/vanilla-kernel/Manifest +++ b/sys-kernel/vanilla-kernel/Manifest @@ -24,10 +24,18 @@ DIST linux-5.10.215.tar.sign 993 BLAKE2B ac8cea63b51933f95b75c91a27043955145a5fa DIST linux-5.10.215.tar.xz 120652408 BLAKE2B 92baf3d943a0c8db530f0435d5a9d73844beace0ce7d67821169e081c21a93b891622997f7ea410c53c17e8701269727f4bfc6af71bf54009c4202765db39a76 SHA512 1dca114ade79dbd26b4eed31a1b4d39732edce6cfaa9815ca0a99151fc6d487336a383355180830683c5c0415262bfa329f47b9c5c67c5008e2838a0533a7f17 DIST linux-5.15.156.tar.sign 993 BLAKE2B c606bc02fa75747b0647913fbc8acf4c9047119e235eb9ab2a555caab5185e8a7a22c72524bd8131316888923484345a80771864ad94d6a20872e5e6df584dd3 SHA512 e29269fb58f118c5747cc8b4943ad6bcce9b285f087bc93546cbab12edc179b03ed49736a219bc96782e60c901329124e9791e7ef25aba7014b2c6324338210b DIST linux-5.15.156.tar.xz 126642224 BLAKE2B 55c20146a7065ab491867d4b5f03d651399471031c8d4291f3f493bdd223c566a9f38ad66e8662732c2f7183f3fa5255cb4bddd069ea1d5cffd6ebbd7c07835f SHA512 567e6ced6a2d3a47406f7f2ddb92773d349ebc6fd43423af5ad29b55e66f954785487cb1257e1b72b1257479895f2b31c6e36761ab12bcce3dcb3d749d5c0bb3 +DIST linux-5.15.157.tar.sign 993 BLAKE2B 120a557b7603fd80205003b81c5b4cad61414ec407e357620e29296c09712f15cd50b0e06e176ef87ecc17be5c236805435adc23d29ec965d20c7d6bb32617ea SHA512 954711d4ed03fa505c0453f3d9aa8bb074d418a303d5d62ca56e7665031d33747f14219fb7c4a966804a6aa348b09d98a3e201e09925b9d30bf21d97dd5cc0dd +DIST linux-5.15.157.tar.xz 126631416 BLAKE2B d60b0d7ecda564a1de399c13c085f659792c754d68721dd3e0f2d3fbd5748d1f0a324bfdc9a14b1b54d097068d2e76721a3427230fcad40a5a17607e7d098377 SHA512 e89964732f7a6ae5d2daeb6b37e429fa87e6020eb48bba4132cf532ed8ad111b91d967d9f0dec5dc47da4229a337ad8d2dcc7820c4684624bdf63ae4b736aafa DIST linux-6.1.87.tar.sign 989 BLAKE2B 5dcbdf95424d5042049065e865ab2864b252eddedc3b13745843285116bd6c2536b9c117b86e28c783d1ac1f247374224399377d293180bfe3b81691abed0f78 SHA512 f0db832d08a38e1c462cc8b7bb26a18b1e5c47975888524d4d3f8157f87bfe141323210e42c9576cfb4260730ea8238e576f20fc889d89c5cb3ec0e8585b5a82 DIST linux-6.1.87.tar.xz 135155024 BLAKE2B 42f5f28cc22db9200a1a1fbc8ffe63434e61d4d954ea86d364bd1adab6b882f530983778f3a2db51be5d33d8fa302c1e29badf45440c142e10456055afb1f0e0 SHA512 5c5b8910f27229768292e4c5737a988e8cf3b19e787c2dff3c15bba268b28c3f99b2169ea48256b692cfbd259ef48b9f6e836ad9b306a8e2230bc7bdb3f64613 +DIST linux-6.1.88.tar.sign 989 BLAKE2B 82761c4c89269c66d493eb93a83c6964a29ded1eba0d72eee4328a5c67e678403605ef4433457a26f9befb5067d350f9a71f111d11ece103110e70a669be8a3d SHA512 5830a9a15c0f4c4b8cdd1d28f6f8193bb57eaccf4257346ff2e274da2bf4dc0f36d0c5c4e31a329c3698dd0ce17f584a4712a04c59368709210e8c1e4173be6a +DIST linux-6.1.88.tar.xz 135145404 BLAKE2B 0ac898718d521af80aaaf59e7c85d199006b155cfd48e3a102a8b11162eef88eeb388265970f211cf33655bab71303364b5b81f1a32e2b7892039843c14ee6bd SHA512 ba706f7c2c09c00413f919092d4ac1da67cb2f922ae63ea97932bebbf1188d49aee3bea08ef61df1dbe7b0c0ed6bf3b63866ce881f53edf2701f7da174fbc958 +DIST linux-6.1.89.tar.sign 989 BLAKE2B 7509887cb90a00ab894aa681f6ce47da5678bd74794ff009e6e33143fc006e76cb287beee32382d729489a0b776708d2a9117672989710e4216eeebaa984aa7d SHA512 2e3a79b38cd2be727d66fa9c5fee06c1a45352c85dae7a32ed384967a7905cb4679b95fc71501c8c25753f1e5f984742ac6f3683ee6b617186707d4836aba66a +DIST linux-6.1.89.tar.xz 135148796 BLAKE2B 5b37ef931dee4ae271c2b1b2818cfa0fb19a1efd231e5a75fdd4ac67f474a21dd4e7f4f7324696ec2b0f9ce3b6c6d36325c5a53807834abdb8baae5f8ce6711b SHA512 dc25ca0201f18b7bf673f73df3a4d96ab7c38d2c60efd3c0f176e8439bf700d2c52c5a6f4b46491cc702103cab5b8a7d7763b502bbdff2678d7e220baf7d45a9 DIST linux-6.6.28.tar.sign 989 BLAKE2B 6e33458ee45ac75a58f1c40d2684d32d791a828a6fe9b8f73f47822c900f179c451c8782c187911016a277fcaf8d5867b690fa9d047b8cab91231cc9484876e0 SHA512 a74f1c948aaf2096f148df2d0adffd4ee64610b8552826e90365f3c95e3a8c6ac0c74766debf81bf584fec19da3dd198ab125c79443ef4a2233abecc2670d3bc DIST linux-6.6.28.tar.xz 140212188 BLAKE2B 688c9b46f36a0ef8dedbfe27681878216e9b11faa05bb3f8a5f257d6536df2a3260c2ecac33d67b6b1a27dfb747a86ae8911a0bc2c6376f062fd04595e05b199 SHA512 fdf6def06de85656f8aa010edfb8b2f7f71cdeef9a70b5b35511833fbcf0e4fbfafb6224acfdf475975bc4bc8f05d0291745af5a6ae752a70cbd09ae2d3d17a8 +DIST linux-6.6.29.tar.sign 989 BLAKE2B 84228e96923cfc36873e3e91083665cda51e1d32267b7452eddc034866da945606a5cd3fc1f75cd8022e6ee0596f3cda4baec7d8691a61f9c4fb81847d26e2cd SHA512 d6f28b767db05b3844242b24aa188e304cc5c38095a51c8ff23f99841a20dddd9c798b73196fca9569a8eb03b166e259ec2036e83badc95fed76010f07058b6c +DIST linux-6.6.29.tar.xz 140175132 BLAKE2B 9f1d24bb15d4db821f744e270f6eb24db38944afaa7ebeaba000f13e9ec7d560497608ec6e8daaf234344a510bcf1282e95dfc904c2940db4b0970479ca7deff SHA512 d5ab8b7650fd9c449bb75fcbc2cb876d03829545c3b0c88ba5f980c33ab2a7c09ea09f7826ca457a64b33910d655e6c3a5e7c99e009ed5abe1c02b83fd528740 DIST linux-6.8.7.tar.sign 987 BLAKE2B f9f9334079778072c22bfa5b686ed8e3d1400e62b5cb62babd6d235e303746435fc013a2aef071e7344fbe6729026456503ab1440f98ad7ccb2116d7df213302 SHA512 d440e9421b4cd519b6d40703a4c4bbac6590ee45aa92a3e693b7e3fe380de8543d5d3cf1e30d365838f8035424b5392325e7d70b195342dc1cbe9b3b356307b6 DIST linux-6.8.7.tar.xz 142583888 BLAKE2B e8626a99c6c5769a8126d5ee1c7962c3df3c7a8c689193ffa864c4a4b8e72daeeaf22c3e3bb6ba5490eca3ef64c32a4a12980360a196444a53abadd791cd1855 SHA512 2d580d354029832e0d93401c9ef016b5dc0bcd5b5b06ccadf6fa79eb033d5af0ba29e1beca8f7a2e79bbe966d29dfd39246c8b63c8df20b756e1d484cbc8cec1 DIST linux-6.8.8.tar.sign 987 BLAKE2B 915f68d9cb5ede81853e39299e9a882b5449e724d7cccc42e6686644f95a37be36555248e8e0c3a6786223fb53ecc38685a626606596ebff95f5b51a12e712c4 SHA512 d74fbe41abf6852c39e81222eeaf112c47287d7432df430c6aec22d84a0734fe39f8f8405d6cd1308cd188c574f5fdab4e9a0718d3df46613de32381e439d1d3 diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.157.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.157.ebuild new file mode 100644 index 000000000000..1ee50d314c7a --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.157.ebuild @@ -0,0 +1,137 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +MY_P=linux-${PV} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +CONFIG_VER=5.15.19 +CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01 +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.sign + ) + amd64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="debug hardened" +REQUIRED_USE="arm? ( savedconfig )" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( sec-keys/openpgp-keys-kernel ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + einfo "Unpacking linux-${PV}.tar.xz ..." + verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \ + < <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar -x)) + assert "Unpack failed" + unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz" + else + default + fi +} + +src_prepare() { + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.88.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.88.ebuild new file mode 100644 index 000000000000..beee28bb2c07 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.88.ebuild @@ -0,0 +1,137 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +MY_P=linux-${PV} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.7-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.sign + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="debug hardened" +REQUIRED_USE="arm? ( savedconfig )" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( sec-keys/openpgp-keys-kernel ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + einfo "Unpacking linux-${PV}.tar.xz ..." + verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \ + < <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar -x)) + assert "Unpack failed" + unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz" + else + default + fi +} + +src_prepare() { + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.89.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.89.ebuild new file mode 100644 index 000000000000..beee28bb2c07 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.89.ebuild @@ -0,0 +1,137 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +MY_P=linux-${PV} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.7-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.sign + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="debug hardened" +REQUIRED_USE="arm? ( savedconfig )" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( sec-keys/openpgp-keys-kernel ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + einfo "Unpacking linux-${PV}.tar.xz ..." + verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \ + < <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar -x)) + assert "Unpack failed" + unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz" + else + default + fi +} + +src_prepare() { + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.29.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.29.ebuild new file mode 100644 index 000000000000..f586e669e361 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.29.ebuild @@ -0,0 +1,143 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_MODULES_SIGN=1 +inherit kernel-build toolchain-funcs verify-sig + +MY_P=linux-${PV} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.6.12-gentoo +GENTOO_CONFIG_VER=g12 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.sign + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~x86" +IUSE="debug hardened" +REQUIRED_USE="arm? ( savedconfig )" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( sec-keys/openpgp-keys-kernel ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + einfo "Unpacking linux-${PV}.tar.xz ..." + verify-sig_verify_detached - "${DISTDIR}"/linux-${PV}.tar.sign \ + < <(xz -cd "${DISTDIR}"/linux-${PV}.tar.xz | tee >(tar -x)) + assert "Unpack failed" + unpack "gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz" + else + default + fi +} + +src_prepare() { + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm) + return + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + hppa) + return + ;; + loong) + return + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${MY_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 3b88dd47a320..e60d954b6624 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -9,6 +9,6 @@ DIST patch-4.19.312.xz 5995312 BLAKE2B 9c553eecf31fdfa991cd93c1bbb14c98f6c611e12 DIST patch-5.10.215.xz 5754668 BLAKE2B f41f977d20c5743dd0d6b3cffd2037c609b52ec5ae35db3a4c0972e540a00eef2b32cc6d75bfad025936a4ba20cb7810312c801413db1d711c94b834c4576b60 SHA512 a4b28866274a0233aa1f3919d3f0625859bfb25d48cad5bceb389c3185436ac358e6cd102eeef89b68c53a55b0c497c2188c1b8f3bb67d7dbeb0e1936784a415 DIST patch-5.15.157.xz 5785120 BLAKE2B 21412ced7941481b6b0f31833d1b7c4ad8dd932593956105988ca77d8c6810c17a6af43a600270164eb2feffb8889f6d3f98b1ce1f90d298b285c600fdce316f SHA512 654e341ef5c76550d3c20273c84de650f0c29306a494b0ba038fc1d29ca2ba0378c0f52fe9994ba8f8eabaaf346231946347eee4e378f99b1041784dbd1fc3bb DIST patch-5.4.274.xz 5528956 BLAKE2B 85ad0a19b9d159302fc47d09d51c7c1ead47c34017d28dcb76ba54bcd5a0d37de7af60e793663323d1e868092d8e4ab4181d2ea2b6763eb4b53d0b0ba4ef52fb SHA512 43eed1e3e5f0d3f0137292ed8ddd585e1847035d71f8d9f01985ef095fc94681cdd512585267fa0c1d87ded7c28e52042f37b9180fe123ac6be109d04e8a30a1 -DIST patch-6.1.88.xz 4517268 BLAKE2B 6d157465a83b97acb6f336d01379624e91eb17f81316c4f88e997edbaaf1b8b6d8712b81d6304ccf2f3bf15b4c213c4ace720901ae9281f2505613ba33741375 SHA512 a21407510b7e4e82e31080f893ae3b2cba883052602ca2db816be7b1e0ffdcb04f9aa8f75d691ef49f1e25833cca5d2068c04e7558e9cff857029918929bcba5 +DIST patch-6.1.89.xz 4516824 BLAKE2B 74fa6dbf1c6e79b0e7e64333012448935494f83636b6bfdfbca8c0b88bf361b5fb8392827fe0daa38f9bddcbaf6cac3a7421dcf562c749f33b98f09a4d4f00c5 SHA512 dc003f0e0f4335698aa09099346cc0c72bf0a97f1430f83626afbd13eb7e6dc10d696fb11ff9825dd9854281a6aa0a9c29b22edb97e5fbb388f7b6e935c27a0b DIST patch-6.6.29.xz 1827856 BLAKE2B b56928f86a9f42cdc15a2da29d83f8d0b2164490238731b879fbbb525407a2bf6bdc8637931c346d1889ae6c9143949bfc32285a90e013b1bf9933fbd23bf562 SHA512 fc0a0e25386dadc0663b6b5c9b2a9e0edb72f833acf591830818ed5b5e0e5859a301d35f3815dcf5b22f1e5b186fc21b4b3d95717483786239f7efedbace9c9e DIST patch-6.8.8.xz 596952 BLAKE2B 216a5a72221831a3c6a55c16430d8006fb60ea5714b12824d8541837353d1afedd8d36f4b4203557a7e8f43d5d641149466cc1415577df2411bac4815112ad4b SHA512 e17ca959c10b82ae41cdf9779a3d94082ac377d72034001dbc3d60d74873a014a0d6b3716b0b2715e0f6b92044faea78cb7caa3db02a5ea114a5fde1c5171588 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.1.88.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.1.89.ebuild similarity index 100% rename from sys-kernel/vanilla-sources/vanilla-sources-6.1.88.ebuild rename to sys-kernel/vanilla-sources/vanilla-sources-6.1.89.ebuild diff --git a/sys-libs/Manifest.gz b/sys-libs/Manifest.gz index 1aed068a19eb..8c84c7a3a7f9 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/gpm/gpm-1.20.7-r5.ebuild b/sys-libs/gpm/gpm-1.20.7-r5.ebuild index 738560a07fb2..702c39f8e3ad 100644 --- a/sys-libs/gpm/gpm-1.20.7-r5.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r5.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" SRC_URI=" https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma - mirror://gentoo/${P}-docs.patch.xz" + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-docs.patch.xz +" LICENSE="GPL-2" SLOT="0" diff --git a/sys-libs/gpm/gpm-1.20.7-r6.ebuild b/sys-libs/gpm/gpm-1.20.7-r6.ebuild index 3ad21ff8191c..5611d5e58f82 100644 --- a/sys-libs/gpm/gpm-1.20.7-r6.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r6.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="Console-based mouse driver" HOMEPAGE="https://www.nico.schottelius.org/software/gpm/" SRC_URI=" https://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma - mirror://gentoo/${P}-docs.patch.xz" + https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-docs.patch.xz +" LICENSE="GPL-2" SLOT="0" diff --git a/sys-libs/libcap-ng/Manifest b/sys-libs/libcap-ng/Manifest index 0ffa199c4537..43578be71196 100644 --- a/sys-libs/libcap-ng/Manifest +++ b/sys-libs/libcap-ng/Manifest @@ -1,3 +1,2 @@ -DIST libcap-ng-0.8.2-apply-disable.patch 723 BLAKE2B 70d9959c55119c02bbc4ea605251491c04c477511c20b9fe93e6527ffd3fe2f35a72fabab5ca149c4aaf536c6cd8dceb15375297158f8827a0c676744381bbc1 SHA512 8c9317bdd4fde7d6a4618ec613bce46bed7646891bd16bc3fa307e9a814e38601bf3c6ad13102389d4596d9ed6a7ad853cca58624e724fe07383007e386c51f8 -DIST libcap-ng-0.8.3.tar.gz 455383 BLAKE2B c54dd753e0ef6dd21bcf6af7b003f85ded9faf2fbf1ea834cda6b181b165ff4b11a0284c23c73d0e6f97a810b3e6a63fceeb57ff583a2b32f23924bdee597ef5 SHA512 0ef9bc7bc6b7b59991f43b79aa6cde3e8d2c22c4b9ced2af8deae501e01d51e893033d109cb8aa0fdcba190140110993089245346334d7b114d18f1bb1b55b97 DIST libcap-ng-0.8.4.tar.gz 453749 BLAKE2B 523480281cfa544e77e30932968b4b18424286dbced06bb4645d536cf19d4cc0f7c73de82006ffc329aa7ef208e0cf8e3379f1b20e1e8e4e90e422ed736f6c44 SHA512 f4f3499d592e8583c2bdb8d700981a7930bd545f0889bc02f49acecf17e3bc600b100cd4f64e9326e5bac0a07a02a1ac4b7e83e919563066665a3d67cbe6871e +DIST libcap-ng-0.8.5.tar.gz 460149 BLAKE2B ce0fc4ebceaa66d6f888f8b752e501bed7513d45231425054340016a6215ce52f0cd81b3a4a54c7c9ec0b623965002d66316c6c37844f0bd132b186ff7c6a41f SHA512 89fb86454847f354c012411ecdc7e17f07bb40d7e9719ca0b93ea81c436113685bbbb5c1b9cb1b7ac92d216c105c687285304135beb156aedd55ab1c61e4f269 diff --git a/sys-libs/libcap-ng/files/libcap-ng-0.8.5-python.patch b/sys-libs/libcap-ng/files/libcap-ng-0.8.5-python.patch new file mode 100644 index 000000000000..ddad5ff49d7a --- /dev/null +++ b/sys-libs/libcap-ng/files/libcap-ng-0.8.5-python.patch @@ -0,0 +1,23 @@ +https://github.com/stevegrubb/libcap-ng/commit/1fe7c1cfeea00ba4eb903fbb39b74361594d4835 + +From 1fe7c1cfeea00ba4eb903fbb39b74361594d4835 Mon Sep 17 00:00:00 2001 +From: Jan Palus +Date: Wed, 10 Apr 2024 21:30:51 +0200 +Subject: [PATCH] Fix python path when invoking py-compile (#54) + +48eebb2 replaced custom PYTHON3 variable with PYTHON by using standard +AM_PATH_PYTHON macro. Makefile however still referred to old one. +There's no need to set PYTHON explicitly anymore so drop it. + +Fixes #53 +--- a/bindings/python3/Makefile.am ++++ b/bindings/python3/Makefile.am +@@ -27,7 +27,6 @@ AM_CPPFLAGS = -I. -I$(top_builddir) $(PYTHON3_INCLUDES) + LIBS = ${top_builddir}/src/libcap-ng.la + SWIG_FLAGS = -python + SWIG_INCLUDES = ${AM_CPPFLAGS} +-PYTHON = $(PYTHON3) + pyexec_PYTHON = capng.py + pyexec_LTLIBRARIES = _capng.la + pyexec_SOLIBRARIES = _capng.so + diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.3.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.3.ebuild deleted file mode 100644 index ffb59a372613..000000000000 --- a/sys-libs/libcap-ng/libcap-ng-0.8.3.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# Keep an eye on Fedora's packaging (https://src.fedoraproject.org/rpms/libcap-ng/tree/rawhide) for patches -# Same maintainer in Fedora as upstream -PYTHON_COMPAT=( python3_{9..11} ) -inherit autotools flag-o-matic out-of-source-utils python-r1 - -DESCRIPTION="POSIX 1003.1e capabilities" -HOMEPAGE="https://people.redhat.com/sgrubb/libcap-ng/" -# Patch works around / reverts a behaviour change because not all consumers were ready. -# Keep this patch for a bit longer until Fedora stop shipping it (not clear what else -# other than gnome-keyring was broken by it: bug #759550) -# Fedora 0.8.2 https://src.fedoraproject.org/rpms/libcap-ng/c/a5b0f536df1132d8e7afa4c0ce07b630e7970cad?branch=master -SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz - https://src.fedoraproject.org/rpms/libcap-ng/raw/a5b0f536df1132d8e7afa4c0ce07b630e7970cad/f/libcap-ng-0.8.2-apply-disable.patch" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" -IUSE="python static-libs" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND="python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - sys-kernel/linux-headers" -BDEPEND="python? ( >=dev-lang/swig-2 )" - -PATCHES=( - "${DISTDIR}"/libcap-ng-0.8.2-apply-disable.patch -) - -src_prepare() { - default - - if use prefix ; then - sed -i "s@cat /usr@cat ${EPREFIX}/usr@" bindings/python*/Makefile.am || die - # bug #668722 - eautomake - fi -} - -src_configure() { - use sparc && replace-flags -O? -O0 - - local ECONF_SOURCE="${S}" - - local myconf=( - $(use_enable static-libs static) - ) - - local pythonconf=( - --without-python - --without-python3 - ) - - # Set up python bindings build(s) - if use python ; then - setup_python_flags_configure() { - pythonconf=( - --without-python - --with-python3 - ) - - run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}" - } - - python_foreach_impl setup_python_flags_configure - else - local BUILD_DIR="${WORKDIR}"/build - run_in_build_dir econf "${pythonconf[@]}" "${myconf[@]}" - fi -} - -src_compile() { - if use python ; then - python_foreach_impl run_in_build_dir emake - else - local BUILD_DIR="${WORKDIR}"/build - emake -C "${BUILD_DIR}" - fi -} - -src_test() { - if [[ "${EUID}" -eq 0 ]] ; then - ewarn "Skipping tests due to root permissions." - return - fi - - if use python ; then - python_foreach_impl run_in_build_dir emake check - else - local BUILD_DIR="${WORKDIR}"/build - emake -C "${BUILD_DIR}" check - fi -} - -src_install() { - if use python ; then - python_foreach_impl run_in_build_dir emake DESTDIR="${D}" install - else - local BUILD_DIR="${WORKDIR}"/build - emake -C "${BUILD_DIR}" DESTDIR="${D}" install - fi - - find "${ED}" -name '*.la' -delete || die -} diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.5.ebuild similarity index 88% rename from sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild rename to sys-libs/libcap-ng/libcap-ng-0.8.5.ebuild index cffaa6067dc7..cdbc9bd9b5c8 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.8.4.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.8.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" IUSE="python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -25,14 +25,14 @@ DEPEND=" " BDEPEND="python? ( >=dev-lang/swig-2 )" +PATCHES=( + "${FILESDIR}"/${P}-python.patch +) + src_prepare() { default - if use prefix ; then - sed -i "s@cat /usr@cat ${EPREFIX}/usr@" bindings/python*/Makefile.am || die - # bug #668722 - eautomake - fi + eautoreconf } src_configure() { @@ -42,6 +42,7 @@ src_configure() { local myconf=( $(use_enable static-libs static) + --with-capability_header="${ESYSROOT}"/usr/include/linux/capability.h ) local pythonconf=( diff --git a/sys-libs/libcap/libcap-2.69.ebuild b/sys-libs/libcap/libcap-2.69.ebuild deleted file mode 100644 index f1d3b050aad9..000000000000 --- a/sys-libs/libcap/libcap-2.69.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-minimal toolchain-funcs pam usr-ldscript - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/libcap/libcap.git" -else - SRC_URI="https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/${P}.tar.xz" - - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="POSIX 1003.1e capabilities" -HOMEPAGE="https://sites.google.com/site/fullycapable/" - -# it's available under either of the licenses -LICENSE="|| ( GPL-2 BSD )" -SLOT="0" -IUSE="pam static-libs tools" - -# While the build system optionally uses gperf, we don't DEPEND on it because -# the build automatically falls back when it's unavailable. #604802 -PDEPEND="pam? ( sys-libs/pam[${MULTILIB_USEDEP}] )" -DEPEND="${PDEPEND} - sys-kernel/linux-headers" -BDEPEND=" - sys-apps/diffutils - tools? ( dev-lang/go )" - -QA_FLAGS_IGNORED="sbin/captree" # go binaries don't use LDFLAGS - -PATCHES=( - "${FILESDIR}"/${PN}-2.62-ignore-RAISE_SETFCAP-install-failures.patch -) - -src_prepare() { - default - multilib_copy_sources -} - -run_emake() { - local args=( - AR="$(tc-getAR)" - CC="$(tc-getCC)" - OBJCOPY="$(tc-getOBJCOPY)" - RANLIB="$(tc-getRANLIB)" - exec_prefix="${EPREFIX}" - lib_prefix="${EPREFIX}/usr" - lib="$(get_libdir)" - prefix="${EPREFIX}/usr" - PAM_CAP="$(usex pam yes no)" - DYNAMIC=yes - GOLANG="$(multilib_native_usex tools yes no)" - ) - emake "${args[@]}" "$@" -} - -src_configure() { - tc-export_build_env BUILD_CC - multilib-minimal_src_configure -} - -multilib_src_compile() { - run_emake -} - -multilib_src_test() { - run_emake test -} - -multilib_src_install() { - # no configure, needs explicit install line #444724#c3 - run_emake DESTDIR="${D}" install - - gen_usr_ldscript -a cap - gen_usr_ldscript -a psx - if ! use static-libs ; then - rm "${ED}"/usr/$(get_libdir)/lib{cap,psx}.a || die - fi - - # install pam plugins ourselves - rm -rf "${ED}"/usr/$(get_libdir)/security || die - - if use pam ; then - dopammod pam_cap/pam_cap.so - dopamsecurity '' pam_cap/capability.conf - fi -} - -multilib_src_install_all() { - dodoc CHANGELOG README doc/capability.md -} diff --git a/sys-libs/libunwind/libunwind-1.8.1.ebuild b/sys-libs/libunwind/libunwind-1.8.1.ebuild index 589d748ba8b7..b3faa2ce860a 100644 --- a/sys-libs/libunwind/libunwind-1.8.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.8.1.ebuild @@ -31,7 +31,7 @@ else S="${WORKDIR}"/${P/_rc/-rc} if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 -sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 -sparc x86 ~amd64-linux ~x86-linux" fi fi diff --git a/sys-libs/ncurses-compat/Manifest b/sys-libs/ncurses-compat/Manifest index 2705fdade801..eb9c49fe4ca8 100644 --- a/sys-libs/ncurses-compat/Manifest +++ b/sys-libs/ncurses-compat/Manifest @@ -132,7 +132,12 @@ DIST ncurses-6.4-20240323.patch.gz 143301 BLAKE2B f51c229985025950ebe0b35e1e9cb1 DIST ncurses-6.4-20240323.patch.gz.asc 729 BLAKE2B 380eaa8b0f3faa3e2ff21a3847c6f2ba59019adec68391134bb68bdecfd13cb56589ad4ec062dd391ae3d7bd96a306d85e78ef0827300de594723d188272e7c4 SHA512 380675d04ad1db69a039001b109bea6e7ef3f9fa0059ebe8b17ad12d0b59b20dd18b90abedb63f95db2ed6ad770de77aacc85c24d70bb883b1851c72c5dada88 DIST ncurses-6.4-20240330.patch.gz 63526 BLAKE2B 593823a358017e5f98e897ebd6e1a2f945b0329c51a76b0ea65458751d2486dc51a71c1d0fdfbc1741167c47ed0b8aedc52b1a923c4788f23293d7e7729885c7 SHA512 666c8f7a37bc2b93b9b0ff76f2a5fe412f1d5c0c9260b64a26665e7c3ba74a9f05ae3883a512425d901ab943948509792759297ea85b9642cd02b7b64455326e DIST ncurses-6.4-20240330.patch.gz.asc 729 BLAKE2B 159c110254d81b1c83d7cdb3250fce7ac12d1b4773e6c1a4a347bc7a5d96893504b1a7066d6a8997c3db467ba7d3705e043714000142fd2ebac6e9a008a62ae8 SHA512 1a0dcc56e79da6e0d615bd0a6571869e42aa6e31233e6cb01fe85c8816c82858c23e93a47650e1a4fd8cee2461e4900f7b78a4f9aa3149a0aec6cda704f9c163 +DIST ncurses-6.4-20240413.patch.gz 113122 BLAKE2B d8e5d011a8ab61dd30624c51d7917ecc66f388c8b0edcba25f35179031a16b5a41379d8c5f2c40a2b6af5e485b25ca8a3cb1c97301450b00c14e2640187f0054 SHA512 45c14df0fc4229667ae173cd4eb37fad2a3dbcb8906763a4d472fad7b563dbe72dbc0bc12e6070e6e7f2e64fc2f3a254bffe5d1e904dce9f5636fccdd2761750 +DIST ncurses-6.4-20240413.patch.gz.asc 729 BLAKE2B 3786f815cddf3f6ebbf89da47e3151c01d50f26c2fa713cb982c61b7190ca25a807b6f7264688a296d5d252c78f4737372f2c6f26d7713bc448c5228676e922f SHA512 c172fe7f308a01474d04b06919b43710abcdb9fe3961396cbc7731f619093ed18bc7deb9bb62075e3bd0bb88d345059c9bf485a4f9ef614dc1109d4549c95a34 +DIST ncurses-6.4-20240414.patch.gz 3007 BLAKE2B a4db0635df3b2669ae1ba0057c21f717db2512aa51545ea5157dbaf33c3db334cf8315ecd60a4c8a6406e6e7ba417e23f00f575af72c56b18046e3c4a34dab87 SHA512 348ffdbeb2b7350493957562a0af1a217590dd35cd9f8f27ff46adfb969018224e170b63581f5b3ad268293441db59878898bd23d1d1a4add77fc681344df526 +DIST ncurses-6.4-20240414.patch.gz.asc 729 BLAKE2B 8d579b2724245756947200a3e704c1ae534ba64e6986ad009a5ca9d33145fff82ddae9003a7c6ffe5b64b68f813661440afcac0a1321e5b80113d3ec94e1ea5a SHA512 0976a253d11fb10d52fee1cd2ad38e80b0b531f89efe94a62b9a0e2d69206bd1574140785776c7f6bd19775f6ca446c582da31cd9f51a8b0f12039d1e9695600 DIST ncurses-6.4.tar.gz 3612591 BLAKE2B 47fd9c2d27f44fa9942552881a471e5067465dbace40bf68b28998dded0556127a1d8662b96de4de4fd76c1c8b98bdae796036553ab4b05ca9f160839d841ba3 SHA512 1c2efff87a82a57e57b0c60023c87bae93f6718114c8f9dc010d4c21119a2f7576d0225dab5f0a227c2cfc6fb6bdbd62728e407f35fce5bf351bb50cf9e0fd34 DIST ncurses-6.4.tar.gz.sig 438 BLAKE2B e6a78b8d0cbce1577205b49b0260394094632cefd95294813c7e4e51a2908e8599a9f24b3b648e42ba16c015fb9424b2a82236f58aac3bf96f5400a50482e44e SHA512 f2a7859725b4d5d62f68006338d56598ac6b38a1448983108906e192f0ec922be287cc89bcc79c1ae49ebc80c967af3dd077427f35ae579b00d445c882414fed DIST ncurses-6.4_p20230408-patches.tar.xz 80472 BLAKE2B 0ba8156ebd4f1691fec7bc1b800ef39ce6a4210573c027dd437919cdcd7c995830116da06c69f31c65923845a4d5c88e974673fac38acce5813f7d6cdc646e3e SHA512 32960e2cc4cd9dc60c38b49f46c5ce2c02179479abb66ca29f63cd06475ae8e26299a78b5f06762d114aefbbca3ba6fbebe7093a58106eeaa40cf500d21633a4 DIST ncurses-6.4_p20240330-patches.tar.xz 63796 BLAKE2B 3e6618ba0b37268d10a16cf26c2810e55c17ded97079af3753e34f2d12575f979a2e55cfd308abf783e35e39d4a848b89f435b4886d3633007ccb522b8dc2e51 SHA512 1bbf1978f9287f68bf6a8596f06d4d0523564bf3d2f6b3bd9746081a2fa0c76e36862beca62a4157d51cac0df61e456ddb6cacfae10b92344fe80cd752f72c38 +DIST ncurses-6.4_p20240413-patches.tar.xz 63760 BLAKE2B 6a91d453cca3705ca54b3a6f2ef00250d655168c1697726db4b581a1597cbc143479b8794e176d5e4154c794f99ea33c3fe1eb26605789930fc82649a2da3c93 SHA512 59239503a9400e054641428528799aa9c13b12669b31f32b2ff18cb60882698801e04dcdf75ece8357c7a4c3b899a729aa973090ec12a20de72cb80a916878b8 diff --git a/sys-libs/ncurses-compat/ncurses-compat-6.4_p20240414.ebuild b/sys-libs/ncurses-compat/ncurses-compat-6.4_p20240414.ebuild new file mode 100644 index 000000000000..60f46e766305 --- /dev/null +++ b/sys-libs/ncurses-compat/ncurses-compat-6.4_p20240414.ebuild @@ -0,0 +1,384 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This version is just for the ABI .5 library. +# sys-libs/ncurses-compat can be bumped with sys-libs/ncurses as upstream +# provide a configure option (which we use here) for the ABI version. + +EAPI=8 + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/thomasdickey.asc +inherit flag-o-matic toolchain-funcs multilib multilib-minimal verify-sig + +MY_PV="${PV:0:3}" +MY_P="${PN/-compat}-${MY_PV}" +MY_PN="${PN/-compat}" + +DESCRIPTION="Console display library (ABI version 5)" +HOMEPAGE="https://www.gnu.org/software/ncurses/ https://invisible-island.net/ncurses/" + +# Keep invisible-mirror.net here as some users reported 403 forbidden with invisible-island.net +SRC_URI=" + mirror://gnu/ncurses/${MY_P}.tar.gz + https://invisible-island.net/archives/${PN}/${MY_P}.tar.gz + https://invisible-mirror.net/archives/${PN}/${MY_P}.tar.gz + verify-sig? ( mirror://gnu/ncurses/${MY_P}.tar.gz.sig ) +" + +GENTOO_PATCH_DEV=sam +GENTOO_PATCH_PV=6.4_p20240413 +GENTOO_PATCH_NAME=${MY_PN}-${GENTOO_PATCH_PV}-patches + +# Populated below in a loop. Do not add patches manually here. +UPSTREAM_PATCHES=() + +if [[ ${PV} == *_p* ]] ; then + # Sometimes, after releases, there's no megapatch available yet. + # + # From upstream README at e.g. https://invisible-island.net/archives/ncurses/6.3/: + # + # "At times (generally to mark a relatively stable point), I create a rollup + # patch, which consists of all changes from the release through the current date." + # + # Also, from https://lists.gnu.org/archive/html/bug-ncurses/2019-08/msg00039.html, + # the patches are considered to be acceptable to use after some testing. They + # are both for development but also bug fixes. + # + # This array should contain a list of all the snapshots since the last + # release if there's no megapatch available yet. + PATCH_DATES=( + 20230107 + 20230114 + 20230121 + 20230128 + 20230211 + 20230218 + 20230225 + 20230311 + 20230401 + 20230408 + 20230415 + 20230418 + 20230423 + 20230424 + 20230429 + 20230506 + 20230514 + 20230520 + 20230527 + 20230603 + 20230610 + 20230615 + 20230617 + 20230624 + 20230625 + 20230701 + 20230708 + 20230715 + 20230722 + 20230729 + 20230805 + 20230812 + 20230819 + 20230826 + 20230902 + 20230909 + 20230917 + 20230918 + 20230923 + 20231001 + 20231007 + 20231014 + 20231016 + 20231021 + 20231028 + 20231104 + 20231111 + 20231118 + 20231121 + 20231125 + 20231202 + 20231209 + 20231217 + 20231223 + 20231230 + 20240106 + 20240113 + 20240120 + 20240127 + 20240203 + 20240210 + 20240217 + 20240224 + 20240302 + 20240309 + 20240323 + 20240330 + 20240413 + + # Latest patch is just _pN = $(ver_cut 4) + $(ver_cut 4) + ) + + if [[ -z ${PATCH_DATES[@]} ]] ; then + SRC_URI+=" https://invisible-island.net/archives/${PN}/${PV/_p*}/${MY_P/_p/-}.patch.sh.gz" + SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${PV/_p*}/${MY_P/_p/-}.patch.sh.gz.asc" + + # If we have a rollup patch, use that instead of the individual ones. + UPSTREAM_PATCHES+=( patch.sh ) + else + # We use a mirror as well because we've had reports of 403 forbidden for some users. + upstream_url_base="https://invisible-island.net/archives/${PN}/${PV/_p*}/${MY_P}-" + upstream_m_url_base="https://invisible-mirror.net/archives/${PN}/${PV/_p*}/${MY_P}-" + + # Prefix each date with the upstream location (https://invisible-island.net/archives/${PN}/${PV/_p*}/${MY_P}) + mangled_patches=( "${PATCH_DATES[@]/#/${upstream_url_base}}" ) + # Suffix each with .patch.gz + mangled_patches=( "${mangled_patches[@]/%/.patch.gz}" ) + mangled_patches_sig=( "${mangled_patches[@]/%/.asc}" ) + # Repeat for .patch.gz.asc for verify-sig + SRC_URI+=" ${mangled_patches[@]}" + SRC_URI+=" verify-sig? ( ${mangled_patches_sig[@]} )" + + # For all of the URLs, chuck in invisible-island.net too: + SRC_URI+=" ${mangled_patches[@]/${upstream_url_base}/${upstream_m_url_base}}" + SRC_URI+=" verify-sig? ( ${mangled_patches_sig[@]/${upstream_url_base}/${upstream_m_url_base}} )" + + UPSTREAM_PATCHES=( "${PATCH_DATES[@]/%/.patch}" ) + + unset upstream_url_base upstream_m_url_base mangled_patches mangled_patches_sig + fi +fi + +SRC_URI+=" https://dev.gentoo.org/~${GENTOO_PATCH_DEV}/distfiles/${CATEGORY}/${PN}/${GENTOO_PATCH_NAME}.tar.xz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +# The subslot reflects the SONAME. +SLOT="5/5" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="gpm +stack-realign tinfo unicode" + +DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )" +# Block the ncurses-5 that installs the same lib, bug #557472 +RDEPEND=" + ${DEPEND} + !& /dev/null \ + || lbuildflags="${dbuildflags}" + + # We can't re-use the multilib BUILD_DIR because we run outside of it. + BUILD_DIR="${WORKDIR}" \ + CC=${BUILD_CC} \ + CXX=${BUILD_CXX} \ + CPP=${BUILD_CPP} \ + CHOST=${CBUILD} \ + CFLAGS=${BUILD_CFLAGS} \ + CXXFLAGS=${BUILD_CXXFLAGS} \ + CPPFLAGS=${BUILD_CPPFLAGS} \ + LDFLAGS="${BUILD_LDFLAGS} ${lbuildflags}" \ + do_configure cross --without-shared --with-normal + fi + multilib-minimal_src_configure +} + +multilib_src_configure() { + if [[ ${ABI} == x86 ]] ; then + # For compatibility with older binaries at slight performance cost. + # bug #616402 + use stack-realign && append-flags -mstackrealign + fi + + local t + for t in "${NCURSES_TARGETS[@]}" ; do + do_configure "${t}" + done +} + +do_configure() { + local target=$1 + shift + + mkdir "${BUILD_DIR}/${target}" || die + cd "${BUILD_DIR}/${target}" || die + + local conf=( + # We need the basic terminfo files in /etc, bug #37026. We will + # add '--with-terminfo-dirs' and then populate /etc/terminfo in + # src_install() ... + ##--with-rel-version=5.9 ?? + --with-abi-version=5 + --with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo" + + # Now the rest of the various standard flags. + --without-hashed-db + --disable-pc-files + --with-shared + --without-hashed-db + --without-ada + --without-cxx + --without-cxx-binding + --without-debug + --without-profile + # The configure script uses ldd to parse the linked output which + # is flaky for cross-compiling/multilib/ldd versions/etc... + $(use_with gpm gpm libgpm.so.1) + --disable-termcap + --enable-symlinks + --with-manpage-format=normal + --enable-const + --enable-colorfgbg + --enable-echo + --disable-warnings + --without-assertions + --enable-leaks + --without-expanded + --with-macros + --without-progs + --without-tests + --without-trace + $(use_with tinfo termlib) + + # The chtype/mmask-t settings below are to retain ABI compat + # with ncurses-5.4 so dont change em ! + --with-chtype=long + --with-mmask-t=long + --disable-ext-colors + --disable-ext-mouse + --without-{pthread,reentrant} + ) + + if [[ ${target} == ncurses*w ]] ; then + conf+=( --enable-widec ) + else + conf+=( --disable-widec ) + fi + + # Make sure each variant goes in a unique location. + if [[ ${target} != "ncurses" ]] ; then + conf+=( --includedir="${EPREFIX}"/usr/include/${target} ) + fi + # See comments in src_configure. + if [[ ${target} != "cross" ]] ; then + local cross_path="${WORKDIR}/cross" + [[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic" + else + conf+=( --with-progs ) + fi + + ECONF_SOURCE="${S}" econf "${conf[@]}" "$@" +} + +src_compile() { + # See comments in src_configure. + if ! has_version -b "~sys-libs/${P}:0" ; then + BUILD_DIR="${WORKDIR}" do_compile cross -C progs tic$(get_exeext) + fi + + multilib-minimal_src_compile +} + +multilib_src_compile() { + local t + for t in "${NCURSES_TARGETS[@]}" ; do + do_compile "${t}" + done +} + +do_compile() { + local target=$1 + shift + + cd "${BUILD_DIR}/${target}" || die + + # A little hack to fix parallel builds ... they break when + # generating sources so if we generate the sources first (in + # non-parallel), we can then build the rest of the package + # in parallel. This is not really a perf hit since the source + # generation is quite small. + emake -j1 sources + + # For some reason, sources depends on pc-files which depends on + # compiled libraries which depends on sources which ... + # Manually delete the pc-files file so the install step will + # create the .pc files we want. + rm -f misc/pc-files || die + emake "$@" +} + +multilib_src_install() { + local target lib + for target in "${NCURSES_TARGETS[@]}" ; do + cd "${BUILD_DIR}/${target}/lib" || die + for lib in *5.9 ; do + newlib.so "${lib}" "${lib%%.9}" + done + done +} diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest index ef8ecea50050..4e65f9e830c4 100644 --- a/sys-libs/snapd-glib/Manifest +++ b/sys-libs/snapd-glib/Manifest @@ -1,3 +1,2 @@ DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f -DIST snapd-glib-1.64.tar.xz 195580 BLAKE2B 1c6e958033c2b98dd72b5bfb6f1a44739a79d5d9a289fded9756cf3031a1fe62cccbf3ba4ce4c4f34d3c7e48b945b481ff6c3ae245d205a49e37845dd3efbb27 SHA512 a3fa101bcc64b750c170ccd433dbbfaa306354dc6c66d5ab62911c866b7e65f6aefc7e9c82f84f5d16b8b96174edf4bef771a4839ef6e5acd15399a84b93aec4 DIST snapd-glib-1.65.tar.xz 205948 BLAKE2B e5253cd6f8ac908236a89bf8fa3ec2252d2e4bb0875c6860b63808663d80d59d0a5397a5170ac959492e720e1c8fe77d9674a6469cc58556073cf93888da9a8b SHA512 6bae381c6b5a83312004026228ee76e7b8722a5a561c991ceda35aaf104eaf84451f5a7ba299cad6b1f82e3dbcb16cc4780ac393cadb2ca58478b59a809fc613 diff --git a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild similarity index 74% rename from sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild rename to sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild index 558bca6c7442..4a9410b58007 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild @@ -13,16 +13,15 @@ LICENSE="LGPL-3" SLOT="0/1" KEYWORDS="~amd64" -IUSE="doc introspection qml qt5 qt6 vala" +IUSE="doc introspection qml qt6 vala" REQUIRED_USE=" - qml? ( || ( qt5 qt6 ) ) + qml? ( qt6 ) vala? ( introspection ) " BDEPEND=" virtual/pkgconfig sys-devel/gettext - qt5? ( dev-qt/linguist-tools:5 ) qt6? ( dev-qt/qttools:6[linguist] ) " @@ -34,14 +33,8 @@ DEPEND=" doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) qml? ( - qt5? ( dev-qt/qtdeclarative:5 ) qt6? ( dev-qt/qtdeclarative:6 ) ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - ) qt6? ( dev-qt/qtbase:6[network,widgets] ) @@ -66,26 +59,11 @@ src_configure() { "$(meson_use doc docs)" "$(meson_use introspection)" "$(meson_use qml qml-bindings)" + "$(meson_use qt6)" "$(meson_use vala vala-bindings)" -Dsoup2=false + -Dqt5=false ) - if use qt5; then - emesonargs+=( - -Dqt5=true - -Dqt6=false - ) - elif use qt6; then - emesonargs+=( - -Dqt5=false - -Dqt6=true - ) - else - emesonargs+=( - -Dqt5=false - -Dqt6=false - ) - fi - meson_src_configure } diff --git a/sys-libs/snapd-glib/snapd-glib-1.64.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild similarity index 81% rename from sys-libs/snapd-glib/snapd-glib-1.64.ebuild rename to sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild index 8728ba207b25..be44bfbc7a6a 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.64.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,12 +32,14 @@ DEPEND=" net-libs/libsoup:3.0 doc? ( dev-util/gtk-doc ) introspection? ( dev-libs/gobject-introspection ) - qml? ( dev-qt/qtdeclarative:5 ) + qml? ( + qt5? ( dev-qt/qtdeclarative:5 ) + ) qt5? ( dev-qt/qtcore:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 - ) + ) vala? ( $(vala_depend) ) " @@ -45,6 +47,11 @@ RDEPEND="${DEPEND} app-containers/snapd " +PATCHES=( + # https://github.com/snapcore/snapd-glib/pull/152 + "${FILESDIR}/${P}-install-missing-header.patch" +) + pkg_setup() { vala_setup } @@ -54,9 +61,10 @@ src_configure() { "$(meson_use doc docs)" "$(meson_use introspection)" "$(meson_use qml qml-bindings)" - "$(meson_use qt5 qt-bindings)" + "$(meson_use qt5)" "$(meson_use vala vala-bindings)" -Dsoup2=false + -Dqt6=false ) meson_src_configure diff --git a/sys-libs/zlib/zlib-1.3.1-r1.ebuild b/sys-libs/zlib/zlib-1.3.1-r1.ebuild index d328fd643286..aec08a5644b7 100644 --- a/sys-libs/zlib/zlib-1.3.1-r1.ebuild +++ b/sys-libs/zlib/zlib-1.3.1-r1.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="ZLIB" SLOT="0/1" # subslot = SONAME -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="minizip static-libs" RDEPEND="!sys-libs/zlib-ng[compat]" diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index 0bf231914845..eb110af161e7 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/acct/acct-6.6.4-r4.ebuild b/sys-process/acct/acct-6.6.4-r4.ebuild index 980c95891435..b39de6ae3d31 100644 --- a/sys-process/acct/acct-6.6.4-r4.ebuild +++ b/sys-process/acct/acct-6.6.4-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-acct )" diff --git a/sys-process/criu/criu-3.19.ebuild b/sys-process/criu/criu-3.19.ebuild index 2b1575bbe858..42928cbad03b 100644 --- a/sys-process/criu/criu-3.19.ebuild +++ b/sys-process/criu/criu-3.19.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/checkpoint-restore/${PN}/archive/v${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 -riscv" +KEYWORDS="amd64 ~arm arm64 ppc64 -riscv" IUSE="bpf doc gnutls nftables selinux setproctitle static-libs test video_cards_amdgpu" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-process/numad/numad-0.5_p20180531-r2.ebuild b/sys-process/numad/numad-0.5_p20180531-r2.ebuild index ce503112f43e..4f6a0e2433a7 100644 --- a/sys-process/numad/numad-0.5_p20180531-r2.ebuild +++ b/sys-process/numad/numad-0.5_p20180531-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ else # git archive --format=tar.gz --prefix="${P}/" -o ${P}.tar.gz ${EGIT_COMMIT} EGIT_COMMIT="d696d6c413c5b47b4bbae79e29ea132e52095af3" SRC_URI="https://dev.gentoo.org/~gyakovlev/distfiles/${P}.tar.gz" - KEYWORDS="~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86" + KEYWORDS="amd64 -arm arm64 ppc64 ~s390 x86" fi DESCRIPTION="The NUMA daemon that manages application locality" diff --git a/sys-process/parallel/parallel-20240222.ebuild b/sys-process/parallel/parallel-20240222.ebuild index fd04358e548a..1a844c522b5e 100644 --- a/sys-process/parallel/parallel-20240222.ebuild +++ b/sys-process/parallel/parallel-20240222.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" RDEPEND=" dev-lang/perl diff --git a/sys-process/psmisc/psmisc-23.7.ebuild b/sys-process/psmisc/psmisc-23.7.ebuild index 50827dfb481c..4e528dad39fe 100644 --- a/sys-process/psmisc/psmisc-23.7.ebuild +++ b/sys-process/psmisc/psmisc-23.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="apparmor nls selinux test X" RESTRICT="!test? ( test )" diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index eb87829e3abe..0ba84755c0ab 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/dist-kernel/dist-kernel-5.15.157.ebuild b/virtual/dist-kernel/dist-kernel-5.15.157.ebuild new file mode 100644 index 000000000000..3b4d92e6969b --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.157.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.1.88.ebuild b/virtual/dist-kernel/dist-kernel-6.1.88.ebuild new file mode 100644 index 000000000000..15b55453deca --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.88.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.1.89.ebuild b/virtual/dist-kernel/dist-kernel-6.1.89.ebuild new file mode 100644 index 000000000000..15b55453deca --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.89.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.6.29.ebuild b/virtual/dist-kernel/dist-kernel-6.6.29.ebuild new file mode 100644 index 000000000000..9969a23652bd --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.6.29.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" diff --git a/virtual/httpd-php/httpd-php-8.2.ebuild b/virtual/httpd-php/httpd-php-8.2.ebuild index ac1f57e1f5c8..f415cb5dc738 100644 --- a/virtual/httpd-php/httpd-php-8.2.ebuild +++ b/virtual/httpd-php/httpd-php-8.2.ebuild @@ -5,7 +5,7 @@ EAPI="8" DESCRIPTION="Virtual to provide PHP-enabled webservers" SLOT="${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] dev-lang/php:${SLOT}[apache2] diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild index 187391b93274..85d3713f7e27 100644 --- a/virtual/rust/rust-1.77.1.ebuild +++ b/virtual/rust/rust-1.77.1.ebuild @@ -13,7 +13,7 @@ LICENSE="" # we do not allow multiple llvm versions in dev-lang/rust for # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" IUSE="rustfmt profiler" BDEPEND="" diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index 8681e8d41aa6..7ea82dcdc9cf 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest index 245cb7ee439a..5b347b9573c2 100644 --- a/www-apps/hugo/Manifest +++ b/www-apps/hugo/Manifest @@ -2,3 +2,5 @@ DIST hugo-0.121.2-vendor.tar.xz 6683208 BLAKE2B d4be99aaf686c79cfda28c3ed4d1023b DIST hugo-0.121.2.tar.gz 21074668 BLAKE2B 06e42bcba49e9e2329ae1b76cc76caf2ac83e13f067533e07cd5471c064ecc402fb7cffaa21df4e20514d96bcfb7f16b4ff078ab23b84506a4ccfc423b21afca SHA512 717da396fa887995e455c1cc7cfc21c535583ba70cb90bcb15ea47e389aa636e9ffa4f66b28bf313f225579e40bc2864ef9da6ebf00d006b3a1ca68f38a47673 DIST hugo-0.124.1-vendor.tar.xz 6740828 BLAKE2B e34cb50eeb22da5f50c8ba7e1318d0f080e6df36f2f1a80e1567d4ccfdd30e4e2ad2153a87c7a18a1d2d6f1e746b5b6c1008d33e41e1900a7e94a42618c5e526 SHA512 2f59a7f2ab199bac5ebf69139b7cc6dd14dc07eab9be39fc39ee5fa41d3332000082407612528d8215a4ebc3a908f28816b19672a28b00bcbad275bea0a9ad35 DIST hugo-0.124.1.tar.gz 21052060 BLAKE2B 41bd17c3aaf1f137de41957dea049b3d7cdaf101d5bfa128e9412b5ea4eee54a0d30481c059b6982c1b803bbe6634643debf1022079320e653dbb37002f7ea35 SHA512 29f51a08f9e757a716c2f7845efc08b1ca3b0bf8e70fd06491735a123ca7da8e169116fa003c147be08d2d5f9752473e9a569085728ec0a9ed7850bd57ba8f93 +DIST hugo-0.125.4-vendor.tar.xz 6722504 BLAKE2B ceccdb09cb41d730e398664f0fae64067e5043f2b63601917f54b8a34b91a761eccca1abe3789287b071948dc971bc97877120e742720384dec8bdcc768a6f6f SHA512 5f2c76478eedadee6a431b17daabc532a0e641c85115900847193ef6be177daa33b3f95023fd0e9c5091e29ed87f406d5c2bc1be69de900fabe8f509496d433e +DIST hugo-0.125.4.tar.gz 21063288 BLAKE2B 688feac45a0b9c5c7876d28e23b4e1412f4795e866bd1baa06a79f30fe482aea9f7f40a24088c9c252b2528036bd41f3a84c3cb61aa942cf5c56fd9249c000eb SHA512 f76b85e0cb119fa35b8c253ddb05c9f8156aba004b1ec37e0b04d89afa6dec3771417c843594d076c81b1663d0a7677912f9b37ab3ef89ae13824973e6496097 diff --git a/www-apps/hugo/hugo-0.125.4.ebuild b/www-apps/hugo/hugo-0.125.4.ebuild new file mode 100644 index 000000000000..93b9e87528d4 --- /dev/null +++ b/www-apps/hugo/hugo-0.125.4.ebuild @@ -0,0 +1,101 @@ +# Copyright 2018-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module shell-completion + +DESCRIPTION="Fast static HTML and CSS website generator" +HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo" +SRC_URI=" + https://github.com/gohugoio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://tastytea.de/files/gentoo/${P}-vendor.tar.xz +" + +# NOTE: To create the vendor tarball, run: +# `go mod vendor && cd .. && tar -caf ${P}-vendor.tar.xz ${P}/vendor` + +LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0 Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86" +IUSE="doc +extended test" + +BDEPEND=" + >=dev-lang/go-1.22.2 + test? ( + dev-python/docutils + dev-ruby/asciidoctor + virtual/pandoc + ) +" +RDEPEND=" + extended? ( + dev-libs/libsass:= + >=media-libs/libwebp-1.3.2:= + ) +" +DEPEND="${RDEPEND}" + +RESTRICT="!test? ( test )" + +PATCHES=( + "${FILESDIR}"/${PN}-0.121.0-unbundle-libwebp-and-libsass.patch + "${FILESDIR}"/${PN}-0.123.0-skip-some-tests.patch +) + +src_configure() { + export CGO_ENABLED=1 + export CGO_CFLAGS="${CFLAGS}" + export CGO_CPPFLAGS="${CPPFLAGS}" + export CGO_CXXFLAGS="${CXXFLAGS}" + export CGO_LDFLAGS="${LDFLAGS}" + export MY_BUILD_FLAGS="$(usev extended "-tags extended")" + + default +} + +src_prepare() { + # wants to run command that require network access + rm testscripts/commands/mod{,_vendor,__disable,_get,_get_u,_npm{,_withexisting}}.txt || die + + default +} + +src_compile() { + mkdir -pv bin || die + ego build -ldflags "-X github.com/gohugoio/hugo/common/hugo.vendorInfo=gentoo:${PVR}" \ + ${MY_BUILD_FLAGS} -o "${S}/bin/hugo" + + bin/hugo gen man --dir man || die + + mkdir -pv completions || die + bin/hugo completion bash > completions/hugo || die + bin/hugo completion fish > completions/hugo.fish || die + bin/hugo completion zsh > completions/_hugo || die + + if use doc ; then + bin/hugo gen doc --dir doc || die + fi +} + +src_test() { + ego test "./..." ${MY_BUILD_FLAGS} +} + +src_install() { + dobin bin/* + doman man/* + + dobashcomp completions/${PN} + dofishcomp completions/${PN}.fish + dozshcomp completions/_${PN} + + if use doc ; then + dodoc -r doc/* + fi +} + +pkg_postinst() { + elog "the sass USE-flag was renamed to extended. the functionality is the" \ + "same, except it also toggles the dependency on libwebp (for encoding)" +} diff --git a/www-apps/lidarr-bin/Manifest b/www-apps/lidarr-bin/Manifest index 628c173dab6c..cd4b99183517 100644 --- a/www-apps/lidarr-bin/Manifest +++ b/www-apps/lidarr-bin/Manifest @@ -1,6 +1,6 @@ -DIST Lidarr.develop.2.3.0.4159.linux-core-arm.tar.gz 91856127 BLAKE2B 5cc8a1916dceab53ac3d2c35520c803b6adf79fa908c5902984b3958f28e6e00d0575c71e4ef8d31f87de7678b2702f0ce35277d6fa41ccb000337ff03ac6df0 SHA512 e60782b8c7f456ae79932f300ffc90942d2145458890bb06e367a7b435917daebb85c850e06a392faf51829f61aca879945e7fe8b6b868894937292e62edf091 -DIST Lidarr.develop.2.3.0.4159.linux-core-arm64.tar.gz 91474420 BLAKE2B b613b1407e647cf425be5769806c122cd007c382b60c23cdaf521372de2aec46434b9032ef72e866a22b99351b504d4d144812c0ffa04c6bc6ae331baa6aa34b SHA512 edf2d8a846fe6e3402cdf083ed29a934687d08935f502932b09b885df2fc3326b1bbd776ea3f8b8ae1fcc40988a78fabbb1bb5364c65ddbd81f8c417607d8d66 -DIST Lidarr.develop.2.3.0.4159.linux-core-x64.tar.gz 97992409 BLAKE2B 49dbe8e325bcaec9fee85b78283796d801b7af26007bfa1bb8000ff5fd5edc7955ec2156a32fd559aaa522b482c9c7052d584b4f24ad07816fecc5d07cce1d0b SHA512 bbf146ec0ae3941b5d2dbc35e4434e34879cc634e86c4673c7f25f84f1d824f78e844a190ea0bd16124981b17ded950cb94dbac031cce315b7df1decf8dde8ec -DIST Lidarr.develop.2.3.0.4159.linux-musl-core-arm.tar.gz 91924735 BLAKE2B 0790ce078982f5c4223549f03e60b5e48139228c7c028fe9a56a01a214ad8c9fcf8e857e6980414d18fb453ce5b385a69e76404fc3d034f6ad8027bac55eb839 SHA512 e68c80a8eb270e36ebcf3f1f5faa8212fc0bf1d6d80503fce505949a6eb38d013c31fa8ad8204a853ad879ea194437f295ac57d4eab6443960060c77da685ec0 -DIST Lidarr.develop.2.3.0.4159.linux-musl-core-arm64.tar.gz 91543767 BLAKE2B 28a243f4420141dc08477e411bf499d3ae9a2b43e29b33347c7d3470b3e923889a426ddd2db41a1056c9dd64c8451431efd35a2cbe3bc7202304cab6cf05fe69 SHA512 5c07159e0a11ea19e1e65021b041c99b4fa2e72aed997c1e2278e3a7304abe6c1e2866513c800e7dc6c22a66ad6836a7454e5c3a8753f6f1148f55fccf4912bb -DIST Lidarr.develop.2.3.0.4159.linux-musl-core-x64.tar.gz 97042344 BLAKE2B 17514f56b42c95c79f84558d0c1582440d7a921f3dfb52de417728b1d6ba7c55811df0ce516a72b95e6f3eba6188118d236e6b880da1b597c09a9a5c71c68c3c SHA512 fb522670d7c85fbaac83be1bee0fbd7efb9d2aaa3070c5ca48a74d64ad09591a96d59631adc4a49b5247d9fbad02802f1169750e123f28df3784d8cf30ac5d10 +DIST Lidarr.develop.2.3.1.4171.linux-core-arm.tar.gz 91846227 BLAKE2B 68242cf06df49736368c52172db276b8f3c7bc27f181762481fb4ce2b9d6a7ece07f95b0fc2f770657175bb46bdc3603eae4db54fe87b9b5a0ef1890bd392760 SHA512 7fcb22de2dbcb286d427a92d3f8d5ec4331a17f4c79940b772113f992a5a8c16894890e59dcf21167b51dda717869640283b50636916b49569e89d0b9e1d81a8 +DIST Lidarr.develop.2.3.1.4171.linux-core-arm64.tar.gz 91440849 BLAKE2B 12f035e8791c553030dc6583fccb797f5ecee367f526321414903b8869abe8de0f307c2b054422110ea939599f95fd381930d3e0551783cc674a37ddac82673e SHA512 770ccf5ae3b0652e787148d6c891a27ac0eb044fd835c54a779fd2952f4c9a80ff8cb4a91f8faf499394e67283f27a39ce7326eefe28c991f48d2605a72f7ef8 +DIST Lidarr.develop.2.3.1.4171.linux-core-x64.tar.gz 97936606 BLAKE2B ce64e5dfec7f582542574357c6b78674866014d68c19482c9e045b5da094448a5e02831528604de1544d2469f4b1186cc90218d63a20b68775be95e6957d48cd SHA512 eda38c16e8d7a07616b3c2906a4b642629a50dde4c03ed69316c3355aa4309f064e5a1876df84d8a6033ab79495eb2a02fe7233c42fce4c7088cfca1eef3ebd5 +DIST Lidarr.develop.2.3.1.4171.linux-musl-core-arm.tar.gz 91913875 BLAKE2B 16b560c76ee0c60eb4c317a8cd2799bdb36106ce08c48b721e964807113031123c75eea47851f29249a6a2678c80683c2502f3770a093cc7d003995b6e4f0202 SHA512 155d563e2c4389e08aed29b82901ffc5b57557b6f92662d750733ca69fadcbf5e26ffd4ccf94269afffd93cc91090b1a2224d6467500f24b22e542ea5329c2f9 +DIST Lidarr.develop.2.3.1.4171.linux-musl-core-arm64.tar.gz 91518355 BLAKE2B edaf154bffb91b6b04fd1e8d0e69dbf9f1cd86265e1b3de6883fd5ec740be97d769139a3c0bf6fa2e0731f79646abe7f57a0341e054a9fd7442f81d8573a94c3 SHA512 71bcb19791bc3066d8eb7245ffc0650a6c457bf34ad3dc4403826fa878992b9627bfe232ae504a5d3bc41ebd94e59dd9404f7da927f1a346a114720793e4c216 +DIST Lidarr.develop.2.3.1.4171.linux-musl-core-x64.tar.gz 97001921 BLAKE2B d7b35672c427936c8afe22fa5c733ef0f3e9742710d7393077c8145f63c21f1486b943753f0158c294a80c15932cacf7805ecc25db5d3ef9d27694ada0dd6bd8 SHA512 f36f1d0bef8c6a703aa3bff70a51e14a0a1d231a10888b1a8b0bc687e1872511de9acf5077d0f0af60d5f3e44cb1cd81d2505202b023292dcdc18a6299057ebd diff --git a/www-apps/lidarr-bin/lidarr-bin-2.3.0.4159.ebuild b/www-apps/lidarr-bin/lidarr-bin-2.3.1.4171.ebuild similarity index 100% rename from www-apps/lidarr-bin/lidarr-bin-2.3.0.4159.ebuild rename to www-apps/lidarr-bin/lidarr-bin-2.3.1.4171.ebuild diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest index e19cd672f1d8..8798086a9146 100644 --- a/www-apps/nextcloud/Manifest +++ b/www-apps/nextcloud/Manifest @@ -8,3 +8,4 @@ DIST nextcloud-28.0.2.tar.bz2 186446961 BLAKE2B 69d9816d94dda3df96b9e179a8e72903 DIST nextcloud-28.0.3.tar.bz2 185856401 BLAKE2B ad4c20d8b549c4998f265f1984017161d0547ce2e9d2339b845dc025c3db5c2caac630db5854068f96d9c273a2a332a897c70aeec93e3c7c0a5068858e54c1af SHA512 32945947bce96e8f8a7f75660b51f667bec0f9205ee5c3d0b76b1f002f68442f5e235d4f2841fc25d03a2ba06bf0862e3fe24c6d2aad8e6b53fc9599644ab6f8 DIST nextcloud-28.0.4.tar.bz2 189242050 BLAKE2B a4b3ba4c4dddba5097edd49bcd73083755eac253bb036f4ce2d674be254e1bf2536655e360f05cc9f70879d8b2436567b2ac0eea2252a454fe3de28fe62e3b94 SHA512 bb26831d9143ab5ea06ffdf9f2c98c5851c26c23002c6124c9443cd2636d7a102e5da053e0fbd0e7ed6da634d292deeaa0219038b6def4bf302e922b48135fb2 DIST nextcloud-28.0.5.tar.bz2 191229665 BLAKE2B c2f26c4d27805d687fdf007076aa5a639d3f2760877b10b054fc401a81211db0f41bc7115ea49b054a54a9805221ed32d0c62cfcc22728b033176ca53e2fe79d SHA512 a6f25e6ddced8087366537793c28869a6bbda0d165aa4d99858745fdfab7679a717e82cab17f72b73105bbeca917d58ff5a9e19ec820b688b5f85397de76457f +DIST nextcloud-29.0.0.tar.bz2 207504265 BLAKE2B 1da8b9bcf9dc1f9c389ed15ab2d644b8b57eb686930ce465b66f66e0c5a9a37e7d0f4d5061115095523a3cccbae645d18ba50a0f1e8a1a898f4d3b812bb1870f SHA512 0a3a1601895b261b26efc8fe81ac8faec86ceff199f53b75422607509edba4c8dc4125de543f6ceee2277b7fd5456d23602c992aabc8fbf5df10fec835a22385 diff --git a/www-apps/nextcloud/nextcloud-29.0.0.ebuild b/www-apps/nextcloud/nextcloud-29.0.0.ebuild new file mode 100644 index 000000000000..c4a46ad7ae66 --- /dev/null +++ b/www-apps/nextcloud/nextcloud-29.0.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit webapp + +DESCRIPTION="Personal cloud that runs on your own server" +HOMEPAGE="https://nextcloud.com/" +SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" +LICENSE="AGPL-3" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="+curl +imagemagick mysql postgres +sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" + +RDEPEND="dev-lang/php[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,truetype,xmlreader,xmlwriter,zip] + imagemagick? ( dev-php/pecl-imagick ) + virtual/httpd-php" + +S=${WORKDIR}/${PN} + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + dodir "${MY_HTDOCSDIR}"/data + + webapp_serverowned -R "${MY_HTDOCSDIR}"/apps + webapp_serverowned -R "${MY_HTDOCSDIR}"/data + webapp_serverowned -R "${MY_HTDOCSDIR}"/config + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess + + webapp_postinst_txt en "${FILESDIR}"/php-argon2-en.txt + + webapp_src_install +} diff --git a/www-apps/prowlarr-bin/Manifest b/www-apps/prowlarr-bin/Manifest index c2b7dce7ed23..450caf914f1d 100644 --- a/www-apps/prowlarr-bin/Manifest +++ b/www-apps/prowlarr-bin/Manifest @@ -1,6 +1,6 @@ -DIST Prowlarr.master.1.16.2.4435.linux-core-arm.tar.gz 87347115 BLAKE2B 966b8fd1c0b8ea2ecffbc779ffe5aa61ac1d566c8492198edfe4452340aa1ad5b575d8bc64a54f5b39e7d65df4615653126866ba52a0caad131f7b2f40f2a473 SHA512 339e94813283b18cf02ca68433261207cc42cd460574471894c74dda40d39c09d63518d1fb8b9a0fedb80ceef10b439558988e66db512e741b62cb512103e517 -DIST Prowlarr.master.1.16.2.4435.linux-core-arm64.tar.gz 86639509 BLAKE2B bfb93d1fdaa25211dc885f9075af62c235c9a15a7cec6e18712ccd2805759a5e764a49b620b5f99db1f940c0443ee4f046ff7e080d342430412d9864d5f5f9fc SHA512 f36cffef2e72a23fc24c55d608912127662d4b9d25420ea110d466e8bedbdc34b3cf85e8044fa3e00dafd84a3cbc9eaff5d7e8b2d72329527419de31942cce6f -DIST Prowlarr.master.1.16.2.4435.linux-core-x64.tar.gz 91641143 BLAKE2B 3b8734eda60455cb9a99eb2d49c549b5991d0380804ca757e60293d1218c803541d90b5366cd6462eef4d4218f3e7ba4f7b1747b94bf9c15170ee1a718b8f4c1 SHA512 09bed77920661c4d313d9a1f05cbc15b014c6f4d98400cc16699e131caef88a4e629dff9d6b4e600258b328a8639e36a74c4320cc1d92c773a92fe5d6c51fc44 -DIST Prowlarr.master.1.16.2.4435.linux-musl-core-arm.tar.gz 87407226 BLAKE2B 0f49abeacbb1e67f91d59d774a9e5133e63d178a09f5e90beb9a599c6416a303719fd041e4a6f08d3ee44122388d94723eb69f9f03494211d256f5b8c98c5607 SHA512 fbdc4afc3ea726de0e3f27889dbbbbfa62855f4e65f0bd67f649c9eb36c7b70ca082fccd8bf38ac3d40a91c86f47a6bef14c8768fbb3803668878ce42eca9068 -DIST Prowlarr.master.1.16.2.4435.linux-musl-core-arm64.tar.gz 86699771 BLAKE2B 2797d884f68f23140067a8b79b880f8358160867168cecf848a07528dfdcb7aa09b9b51d594171d40e9af16023af4869710e7de363993be4582c6431ca7707de SHA512 601877d03b700f2d62e18445ce140ef7c8602439ec3738f16c81f069d5cfc80226104875250f14c4b222d9c6452d315dfc73749afb897866b1e902cca1b39bbc -DIST Prowlarr.master.1.16.2.4435.linux-musl-core-x64.tar.gz 90705641 BLAKE2B 658913d0b2768a6f561cd96b1681dbfce46e8098ccb938a16bdb7509a67afc28b8c6ebba0de72a5a2215b34687eac94fe170100a3fd745a9f105f3c66b19eb6a SHA512 75a5a320cafa30879ed4095f367e0165b6649434fab8c88fc9e54da11a15bb008fc2d0e8c154fb6c513b12c2610d668cc2f63698a8c6d207fb5d5baa9425a425 +DIST Prowlarr.develop.1.17.0.4448.linux-core-arm.tar.gz 87368925 BLAKE2B cd5e7101f21985b562541fb981bbab44cb8cb71cb184665cd83c393a638466c4fe2918b906daa6297285dc45b960f93460bcef12a5047e4dc888566326c54a53 SHA512 5632419575d325e5edd50640b7f617b3274d0f23a8f8ebd97f210fa77bb29ae1f2650f54e8b5821c40363117d4919d63006847a73239fc6c0436816b9e64f7db +DIST Prowlarr.develop.1.17.0.4448.linux-core-arm64.tar.gz 86635700 BLAKE2B d08b56d291f13dadee7d57145bf76eebbbea86e5630f902e0f64fc5dbe085bd83241205f8b9e21877d69d0365d54cfc585138e849fc2c68281f227306648baae SHA512 191532d5795417cf3d390a91101e117706ee78ee0f8a3fe5b74faa1a80816ad8a2c1ebb4ffc767ef1e211fbbf6e0491b6999d110d87818815e77e5be37604906 +DIST Prowlarr.develop.1.17.0.4448.linux-core-x64.tar.gz 91626512 BLAKE2B 8a8cfc50e18d512fe55837f406d517ff6ffc4bee164e3001b1d18068d335816b001b0f585e7fef1b43c97ad62f02a670eb845d0a8f09ccc506edbb1fdb615e44 SHA512 26b602596fa1c988beaf0e99e1fbaca8db41a9037d2b3573a47a2a2f4a682889e8ce475c60330721418d2ef19ca222338e6f2bf4450f423798b3673e38714e2e +DIST Prowlarr.develop.1.17.0.4448.linux-musl-core-arm.tar.gz 87430518 BLAKE2B 8aad8a6f5582648c99bf1d5f0b3a7729cc68b0f3996181fa60553dfd82da9af04becefcb2ecf92e0bb72eebea5daf8299aca8b971d4bdb36c4e22c7460e36122 SHA512 624dfbc622dc83813af6db207ee51de2139f9c984bcf37bc9825d5cddb76bdaa57fead50b27c50fd342d6aeff31876e551523fca3cae8d5f9f9e62651d842780 +DIST Prowlarr.develop.1.17.0.4448.linux-musl-core-arm64.tar.gz 86706625 BLAKE2B cd59efc4afda2fee14a9fe7a0325fb99c5308abe05a56b55352ea560dd338b750aac7903ebe88cc317fd7fceff331d913323890b6f04191c21044c04d798b60e SHA512 dc98f0ac5b71048e01865289c796688a1b320706b0b0e3503fe34b4b40223731ea103d698f974bbf0df779004721010485480039e050ae876301f0c78f8b249a +DIST Prowlarr.develop.1.17.0.4448.linux-musl-core-x64.tar.gz 90691186 BLAKE2B fac4f9091960ab1a3f75122f9acd727b82a3632c8c79df96bef9ae886596dc3f1034ae2216f4b8a9bb3bd15c1a098d4fae85edb0d1637130d2e77da37b6b22e9 SHA512 6a7f054d3a382ee9e1d5f3b4c203333bf7ef6da267f12501638f895efa21bbd953e1e4ca7177bb2c75cbfaa8e3a505687d76d503e7450f2a9aaf6e2e4eaee004 diff --git a/www-apps/prowlarr-bin/prowlarr-bin-1.16.2.4435.ebuild b/www-apps/prowlarr-bin/prowlarr-bin-1.17.0.4448.ebuild similarity index 85% rename from www-apps/prowlarr-bin/prowlarr-bin-1.16.2.4435.ebuild rename to www-apps/prowlarr-bin/prowlarr-bin-1.17.0.4448.ebuild index 2c9c3707ba6b..6b55e3a00dbf 100644 --- a/www-apps/prowlarr-bin/prowlarr-bin-1.16.2.4435.ebuild +++ b/www-apps/prowlarr-bin/prowlarr-bin-1.17.0.4448.ebuild @@ -12,26 +12,26 @@ HOMEPAGE="https://wiki.servarr.com/prowlarr/ SRC_URI=" amd64? ( elibc_glibc? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-x64.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-x64.tar.gz ) elibc_musl? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-x64.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-musl-core-x64.tar.gz ) ) arm? ( elibc_glibc? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm.tar.gz ) elibc_musl? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-arm.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-musl-core-arm.tar.gz ) ) arm64? ( elibc_glibc? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-core-arm64.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-core-arm64.tar.gz ) elibc_musl? ( - https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.master.${PV}.linux-musl-core-arm64.tar.gz + https://github.com/Prowlarr/Prowlarr/releases/download/v${PV}/Prowlarr.develop.${PV}.linux-musl-core-arm64.tar.gz ) ) " diff --git a/www-apps/radarr-bin/Manifest b/www-apps/radarr-bin/Manifest index ca234917c5fb..9cbfd36e2c8f 100644 --- a/www-apps/radarr-bin/Manifest +++ b/www-apps/radarr-bin/Manifest @@ -1,6 +1,6 @@ -DIST Radarr.develop.5.5.0.8730.linux-core-arm.tar.gz 95000671 BLAKE2B d63273fb64d7b9816d27ee7f37ef6cd0eb5811e86215b5c15d65c869ea9abe15085423be8bbff6d463a054cd3a86d549555fde368def415e0796f93959f0df71 SHA512 f855883a2f13013c32098aa859b28aed88c825150123f027ccd59ba67cf632ff428470183f8b3aba7c47abb0eab4d1e2e48a5f5e1399dd6a1e268d4db6f7c858 -DIST Radarr.develop.5.5.0.8730.linux-core-arm64.tar.gz 94655961 BLAKE2B ef92ecfaf17e8f011edea82efa2568192683a6ce7d76db1947f5f09cf1ee50778b49634557d4039a26eb88cd9774b06312cc84ed14b711949dadb3a67bf18841 SHA512 f4083f27ab68b6ef75233bd5e24911e3b0cb119b714a1bc67e4311c134b0ce1644f94ab02dc4e1586571632da048d07bbcd1f94dabb4a384b24bb49ae8d92335 -DIST Radarr.develop.5.5.0.8730.linux-core-x64.tar.gz 100679315 BLAKE2B ca694a1e6bbe1fdf83a1d5373d365edb18e33df073116562a79a73900b6b9346890206d4551af630edf28d4b64ee40394d639cdc023dd1517d47684cb02bdf5f SHA512 93999c84bc7ac55b903db65076bbe07859e1503ba46b2799a0c433f96fe445769a0b4536f43a6bf284faa2116474acbacfc81e86300085acb128d040815dc95a -DIST Radarr.develop.5.5.0.8730.linux-musl-core-arm.tar.gz 95061402 BLAKE2B fb50b28948ae7c47dac44dc29b13571c6f86651fa9f3924aa368914c772a1b549308e64426ee32213049975e73709fe838df0fca916321d4ba135217afd4130c SHA512 c4b3fd72e16db69e4b9fdea304e62aa0b2255f6dee2b3d15a432a3e2ba61ac7dfcb1f32fafd1db66633fdb65baf586a22dd9a112488625c5c6798c8548586312 -DIST Radarr.develop.5.5.0.8730.linux-musl-core-arm64.tar.gz 94738106 BLAKE2B dffc493931583bdd22846f0e1d9e50b19018cfc9fb6aa62215e610993ce752c638f3cdce1d0c3789e35e27ec7c76b2838e779bcc98b2c8fac2db1a87f660e631 SHA512 c540afff75828d7b91a72f89e78b1f42126d5f465e628abd96b9fca94770263b4817302d5033c7047eaa68c9cee57b09ad8681e7d3773880c9611c0875a9248f -DIST Radarr.develop.5.5.0.8730.linux-musl-core-x64.tar.gz 99735170 BLAKE2B 5ef6e67e0c53ac80b8c33548eadd87bb8b01e8c1bc0b68a867387160cbc55bf2ad4a5ba931eaa13b926103eac555658459fa1cb92b9e824c037878ffb1b3c08e SHA512 73591469be70b1f04dded2e3c68501d305932b07e2bf62f226cdda792b44d3f99aed38f3734d98f1cb7eb190ddb65c0d73cbaa8498c4895a8ad900e1b48e3633 +DIST Radarr.develop.5.5.1.8747.linux-core-arm.tar.gz 94986228 BLAKE2B 000eb6b45e64a698ce8d5a3bbbb1fd3ecfe17a7602e86f1c86966507599e812453de9250e8cc5a7c6e500ca2eaabc53bddcdca49d0b3a92593f5a5e1f67a752b SHA512 6494dc0f068e80afccd722bf7c96a06ed987df51966011dea407d1a299194542ca9d2063cb703d0c6410f20dd2656ceb48f359b12a17c9a31217460889c9c4aa +DIST Radarr.develop.5.5.1.8747.linux-core-arm64.tar.gz 94638256 BLAKE2B f07921f13278578f4412c94cade9610f656d32cae22c885a7eeea7bc878e73cddc382a305998592a16d7bb3f5bfefe39b90759a6a2e0af700372c45473726a06 SHA512 dc800d05e26ea326c7df8b3763bddd06cf079665dcb78c0eec81c4a2e8f8173f632209a6682fd6b6f48a0bc631908b3829d576010d9a2bbd5d82094a5c3c76b1 +DIST Radarr.develop.5.5.1.8747.linux-core-x64.tar.gz 100618956 BLAKE2B 3a35ca6383eb971d1ac0bee34aa46e3aab11ae7a6aa495e759b9dad43dbcf7e5faac0c327ffde1d2ff82555fd5531a3d7a3d9a1993c0c63a8ffbe994a7fc8d6a SHA512 65fd838e29727d1f6329b665b6ad21fcbe5818102cac324e2b11edcb04f606b5ba3d5240686b43f5fcd293800cef5fe03f29009a86b5fd1cabaaf4058e283c1e +DIST Radarr.develop.5.5.1.8747.linux-musl-core-arm.tar.gz 95056844 BLAKE2B 7078c7fd87f7310301b821e9a9fc0e1106c59c47e2bc4f9717d8df3f42c03a7a45ab81b36391472c28bc4b2be1501c0a7155e14534130696fbe1277e903b6ff3 SHA512 fea088e59e8f587c2c5fb3996363bd982798ae1b7e0fde5330b81cacfe5d3cfed6a3294a7d7f77bb8c8f47872425b41e8adffb20ea77c4bb30f305503e4521c1 +DIST Radarr.develop.5.5.1.8747.linux-musl-core-arm64.tar.gz 94701792 BLAKE2B 190a28cd1f9e8bc80aee4ce6d00928e8eeddd0d0788913ff1a8933258ad4dc31ee8099828c528b3b40a60284c38c0178e3e3e77406f97bec1c41a91255a46775 SHA512 911978a669c2ff1b08ddd74b4135baa115fb5e044ac91408b99d7df005b4fb7ca8f354658359f37aedf276649feabc3bc9bbd92c13b41e74146b6eace019fe88 +DIST Radarr.develop.5.5.1.8747.linux-musl-core-x64.tar.gz 99692223 BLAKE2B 126f7ebefe8b323a121ba9dfdd971f1700ab043968b4b7b4046aba618ec2c81da9116d5d36693cbc43018c1cba2840a7959380e3fd59fd66e41d3d4c94802088 SHA512 d40e22c88974ac926b4b65a87a3d9d52e4e3dd1db2fb67e0f66e3e4670c72cc0f302bc30d4ad19b659f65f211c3b47b4c131bdac3c1d428fa2fe31836133006e diff --git a/www-apps/radarr-bin/radarr-bin-5.5.0.8730.ebuild b/www-apps/radarr-bin/radarr-bin-5.5.1.8747.ebuild similarity index 100% rename from www-apps/radarr-bin/radarr-bin-5.5.0.8730.ebuild rename to www-apps/radarr-bin/radarr-bin-5.5.1.8747.ebuild diff --git a/www-apps/readarr-bin/Manifest b/www-apps/readarr-bin/Manifest index f159539f9f02..ea44da39f3f4 100644 --- a/www-apps/readarr-bin/Manifest +++ b/www-apps/readarr-bin/Manifest @@ -1,6 +1,6 @@ -DIST Readarr.develop.0.3.24.2510.linux-core-arm.tar.gz 88594102 BLAKE2B 2d095ff93d6920920322ab7675acf453e98204b630e34ff3ea7a056115c304bd0453b10d2c19e1b1be02891970e51c15c377b2b288867f714b82bcb825117344 SHA512 44a05f33a5a13f8fa42f20eacd86d56c164835251e00651c85d3b38ff1746111f95a5cb03c82ca1b128558583f0cfc7a2ea1ac9ef52b018940e176f27fe79165 -DIST Readarr.develop.0.3.24.2510.linux-core-arm64.tar.gz 87874385 BLAKE2B c934d66440c4c061143b57e2504c0d8e33a85a4ac2ae6079ec3964f9df89f74fbc1822bc254f85f835d5f116dff5d0f0d348edc044ee727ea63102df5d4c14f1 SHA512 8dc7b28cb6082e3b7762fa0a1510e6a326aae909d35d11cf0ff4a17ced0237828eb4023e72458afa42d99d9ea2603b43cee5a17540b7f4d155a154c69cf96609 -DIST Readarr.develop.0.3.24.2510.linux-core-x64.tar.gz 92886051 BLAKE2B ce1f73e136c36ab152d1d86b376171fee2afbe8c3074b55d2706837bd792c5c60a034a5b1a9d7c2573788f672f1ee201759c5b7f2edf74c071161c4f01a12004 SHA512 c309bf6e3771582ef8eb9363816def16d5ae9eaf4deb5a2706c3f8b92d74a5445b6c8f8bf98d0d72206801d4585377e30b8fa00caa33d02419989e57c702eef3 -DIST Readarr.develop.0.3.24.2510.linux-musl-core-arm.tar.gz 88645722 BLAKE2B 4920cf22b1b7e0c254608f2b99215085299b06b3e2fc00ef02676f0631aa5394032890269cdc081c2b449480ef73cc63271474a3dfe14ab3f6365bba34ec1087 SHA512 b838e722ea831966972cf89c87b3019751b6adfb1aa8bfc272c68214df77ab987ce2a1d2b4d653c327a0be212484ac569547410ff3c2252e6da67c2c64c5c32d -DIST Readarr.develop.0.3.24.2510.linux-musl-core-arm64.tar.gz 87943901 BLAKE2B 432310a3020005d75177d00e284a87abe9166d6e9a6dd6ef1069f055fced902e6ce1d57c947804c698a75d6bf28106090c747f89199841b1da5927c2cbdf07f3 SHA512 9501ce78aaeaef701b3a3c0cb1d0ebb003a35e36ebf799d6b5d0d519a9167adfea331c9a9a795312df3e570f3966ddce3e0da68c808ba9f60359e8a80af9db1a -DIST Readarr.develop.0.3.24.2510.linux-musl-core-x64.tar.gz 91934939 BLAKE2B a01102fc237ac7f89625e559fbd8143945d7d417afbf6accdb9d5a2ede51c847057beedffba7d048ad12ab3e4c5760c1b9756f1a777417fab3ba90b03b408d59 SHA512 20728828c5ce04437fc38c24035232fd5696212e468fe7eb489efff76c282ea59da0491d41bc17cbb1ac2190a9539fba8ec674e0744e63c58fbd9ae712eebbf9 +DIST Readarr.develop.0.3.25.2515.linux-core-arm.tar.gz 88611172 BLAKE2B 8501b293e21868405055a9ee6afb27d56441f590936b8e56306aefd037ae0d5bafac8b84efed545d3267e1b7343354e1205c0942911226b9c4f73c2560be4dd0 SHA512 5807737a9fcbf12c3a412ec68d1a0e1d08fb79758e75ec5e61dd36577b66cc9ccc5394ad76d109d706616b41b692ff2593c7c9701cc4e8cafa91272bff8a1c20 +DIST Readarr.develop.0.3.25.2515.linux-core-arm64.tar.gz 87881844 BLAKE2B 0fed93adeb5cc574db6f6b4812e1931ad8f59da65c66db7b7f60e9beb69bf8fb1b7280cf2f70add1ad54e79b0ee9435ff9b44aa498370a899d8c570673edff86 SHA512 4579d965c4fe4cf5d795a2aa9debdc5bf1b56e37c9d72754443b147bd0c48603ca641b4befe237e0e54333c1dfe10d3e226934801e3d308128ea8a17e342ae32 +DIST Readarr.develop.0.3.25.2515.linux-core-x64.tar.gz 92866014 BLAKE2B 6edee925be9947179cd24934c5ec5baccf0c96b832df63a3003866e9d6e3af62ebf70eaf110389aac5334619f894bcaead16a760cc4ac033f4ce9c03f828f45f SHA512 90bd3f974372b4495c76455d54799d930a7fd31822a5d8aaaf24f442dcbbbd9453794ddaeb2c2aef557547af2baba4545f1ee9eba82c23df0a4c4f88396af663 +DIST Readarr.develop.0.3.25.2515.linux-musl-core-arm.tar.gz 88668605 BLAKE2B e9c5ec8b2fb96be8fd818bf40a017757b3a2f928d899aee4728b2850302ddef5669a6d471963267b0a9262a2dcc58307e95310f3ddbfb6f7c08d45eaf631c866 SHA512 dc6de784f5fc4cc2c5b11265c891fb1c40844ff76e8f28b6bfe3236ddd70817c82e747bdbb81c0203a1217426ccd74b970aef9586e4078c826bf2d57811740ba +DIST Readarr.develop.0.3.25.2515.linux-musl-core-arm64.tar.gz 87941764 BLAKE2B b5571685f4ed38652b4800073a9b9e40f79eab711712335814081469a0300cfe6fc574983d1f23560e755d6952a9d741cc1e9e3cfd1ab2ce3ef5cb36cb00abdb SHA512 b49205a6080832bad48a98cff79056018dcaf94771a4ee924a61c9d395e4f5866292747b7b7f4bbeec52708f9fff4a40ee2941ff5c3663a6a104065cf2131e0f +DIST Readarr.develop.0.3.25.2515.linux-musl-core-x64.tar.gz 91928099 BLAKE2B ee4e5206a8f8b419216a5f5e544a966f302fe851bd1a39e9b65c7ad1b6f6fba8fe8ed4d549a8371f3ac14df9863cb19290cdbb15442ce6c3e7ac78ac3f2c67c3 SHA512 c2f63e42f0527454dacf4c1fc15ea36a4158db5db1faee834d763bb966a4e65efc527c297634913103c0292c4205dba51ab30f64ec5e4da2339f76276302fdf6 diff --git a/www-apps/readarr-bin/readarr-bin-0.3.24.2510.ebuild b/www-apps/readarr-bin/readarr-bin-0.3.25.2515.ebuild similarity index 100% rename from www-apps/readarr-bin/readarr-bin-0.3.24.2510.ebuild rename to www-apps/readarr-bin/readarr-bin-0.3.25.2515.ebuild diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index 0b7f467d617f..0f2f77e9a15b 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index fac15a60f924..dfdf3beba94d 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -94,102 +94,6 @@ DIST firefox-115.10.0esr-vi.xpi 635921 BLAKE2B 9aaa16fbddfc39ce050861f34ea556f47 DIST firefox-115.10.0esr-xh.xpi 413331 BLAKE2B 91044dd10d764a276c14291cdd1540f4c6b4c6c12057c1ab7e91f9c233eb56b7ed5e0c17a09f939dbb445d8b1f5571d2619628f4107c0595d76dc1ba58c4adda SHA512 64db456904b4669958ca3b1fc340e3972e5c7b96c13dd9a2d9b1b208bf4fed4713f1c7e007f21a291d4ca9d3ccbd6993d102c90e29ba37042720505f1a767011 DIST firefox-115.10.0esr-zh-CN.xpi 634778 BLAKE2B 461d085d9c6d259f4a3564c149b9300df48ce1ab0ef9222ae25594c3cbb933d2559fd2deac806830f9107b872169a18edc22b1dd08b985fb28f21cd71dab1429 SHA512 cf9db5ab2029cd4bd7cbe02012e68759433b3d0cc6cd1fcaf5b6774e9c111cb65f577f128a55b0989869879d4e4f24ea11ccc86bcfdb05181b0aaf9b65b5c0b4 DIST firefox-115.10.0esr-zh-TW.xpi 639166 BLAKE2B 8dca774967abcc50d6408eb7a05013fab8d942c723e79dee956aa09dcbe1370c4087f9809623a2fbfb616c029f5c002b116a302e04ef2efc160964c193cbad9d SHA512 0f3d1f2e14f5c70f08fc6fe25edc4ad07e67936a90820a8f432d48ea3aac976bf528b267ebaf285d1d394d9a3b57106d9dc8a389389ca4a4bf93d5b0a61b5c44 -DIST firefox-125.0.1-ach.xpi 460887 BLAKE2B a913ba363cb5247fbb2c9dea479be40cb3f35f49c148211bd64d4e6c11fea171d1f1a120cad331a956dcbb7503db96f08cccb534da65ab044e49663013a11dc4 SHA512 75690d40034f978c0f634c69a6d4e0951b80ca1fd9d824d39c2d89a4dde5c84c8308388fc40398abf2478aeb25beae1ea1258f8ac3fa1a1739e63d361cc16fb8 -DIST firefox-125.0.1-af.xpi 414680 BLAKE2B 0d11aa6ee8d683e8d301f3e116b88ec963b0b354288f21ecaecb7ad1454b79bf84494dea138f85a59bbcb78fdd75e59eaa409715311bd7c65b2b38c6396308e1 SHA512 671c5d99ad4a37d7c674a00683a37db48d93738b050bf652a2cce265612efd00601deb018dc994df84d4831707c7c8dc8891db82a2d1d32b89bb4f76e28d7049 -DIST firefox-125.0.1-an.xpi 502779 BLAKE2B e39de73c29211d1e894fb2c74a71a2b3095df75acfd8f5976bf8d5b1919e22afdea6b4f1e635794af3de3383d48dde491c5ee47411b1d1b5169bd910e4aed747 SHA512 816bbb51a6cb64c3c09febe2f06a248c02297d2347d108b09a8e6e4e76fecfdb8e981b4e347cae446ec58a91069ff6d881c00b50e95c261383b5f6bb6da5671b -DIST firefox-125.0.1-ar.xpi 603588 BLAKE2B 2aebc42d07a9b3a3368cb2c6788e1726c83345b4664aa401cd747fe0a87689c4f7eac7095d2d75f26607de11a1f748bac3a632ad2257bc576aaec261f122f9ea SHA512 eaf3973e401efc45d72a14d186849943318a0c1e940331b4fde47c342df37ca01a563e5d9c8291ce39c2275b6d814b6715bb37452979afef8fe28e496d4d1ef3 -DIST firefox-125.0.1-ast.xpi 493041 BLAKE2B fd1b377a9d619599ddd6b626babbcb18c5a310cbbbc0ed45c84a282e4617c82cfe01d62579622415ed396bac5687f43163f12f9dc1070d8fdee31848d51b9ebd SHA512 2edcbb84e17523a11b46d920b0f815f49fd907412ae744628c3c74af244be25ab858ee6468810066a1a9537fc61199fc3fd49249611c57589d0f1f00fc652630 -DIST firefox-125.0.1-az.xpi 487517 BLAKE2B c75f8572887da2fa0312b6ac2257ae70c793d6268353aac0ab349262ef5b3aa80f2a23ad46342a4cfdad97144fa5065707e5a904a78b9d2e1e4b1e3e6c896063 SHA512 f5f76338ecb25f6d1facdb40cc6037ddd24e788609f9374bd1bc1a181546d13980844971e8de10cebf018d94c51c1b41fc64e473df174746300cca5c9506ede1 -DIST firefox-125.0.1-be.xpi 702925 BLAKE2B 04c0a694077208df50aa0830acc9553bfc103ed6fd1e09410a25a7b35aa9d37b15cb58517fbfb75554ce2827365412907af9a0d3471df4bacd7e9b0a04666641 SHA512 26daec37cc6aa9e62b1a3b90b7a13c7d461040182130296447494eaee10fc6c23693dc53999c38eb6e4974474e2b9ac501bc96360bc91ec06dd2cb6c0f7f074a -DIST firefox-125.0.1-bg.xpi 600536 BLAKE2B 9a205c90c9e15ca6fa5e63bc5c0524168be32986a3c3dc672b734a38415ac6993201263cb1f0d7272cc7931e8b290110e1739b457c2c6f33328618a99dec9a32 SHA512 3371be7a1ca871c3aaeaa120785f51846f0a2d8c76a6be61ce1f84d5fdc69d515b11d1d6eda40b90d8179d4a21af5db0089a7d4e4c5da41434f5285fc80e68da -DIST firefox-125.0.1-bn.xpi 578153 BLAKE2B 4010bc4b4008dd64b80e019254aa29d4c71ced2f2cfbc059ec2fc2470c5fe531cbfc30c24b701359a07ca7aaf49a7fdc50976c0f0a962a93692fba2a599ff5c6 SHA512 a0b582c67f4c1308f8cd77594ad8c139bd9c9d00183e33a81378d9d0cee1ed284a936601d2dbab22fa576a37fc91abb06b16b9a1b9b4fdb8e503fad98d5b78d4 -DIST firefox-125.0.1-br.xpi 583259 BLAKE2B e1e4fe325c66efe770dae67d4e2ec63337ef88bd0e6d011495d71d98fbbc5cb97b2d620c4e354663db8575be86b9cd6d866847d29788bccbe041fd4d6f8ea6cf SHA512 792e2957ba69a74c69c4ab013d990f623a8ae198fe0f1a40f740b1c55d5a495ddb9761008e7aaedf0e9a5a0c0639e9abe55c6d0d5457af7b2c182578775653f6 -DIST firefox-125.0.1-bs.xpi 472657 BLAKE2B 7024fa52f951b37917658075c1f4e849700d1da40b3ed9d226f41f8197aceb2d633e8aa8c7575df72a203b9e58a8b8afe48441c3ebafe9ead9a93e365d64f620 SHA512 2e639d5518b7c09ed1183c0895c2aee6dca9f8ed921dc01dee66b285c9a428437a7de3b7f0bc8282f1640960b0150200507e098ea989eb960b1528019e329a04 -DIST firefox-125.0.1-ca-valencia.xpi 542904 BLAKE2B 0e32b7d422f483945c5c09ed4ea1d1ec1a488bb896d06b170b69346fafce0544b498d39115c733394f41fbbf6910ce859bc7897b27cec8baa3f95c0e07beff20 SHA512 3e427d5fa954f006405ba1cf6c3ea842ba4843ddd8df690fd134709ad50180d25329deccf3af5e0739cbf92a530e33f3eaa81ce6d9cdf109016865c58828a9c3 -DIST firefox-125.0.1-ca.xpi 581610 BLAKE2B a269581b8f4ad2296df2e42c5bf3e217ff5f7e283a0ef8a58e3a00db183a9935f5a6d849f42f4d9641fb51cbab0d00d4b03a7abf5dfc141e9826b483a725d462 SHA512 8b4f741e2d5f66999ac6f61e82662d6f9e306fed92dc0a1542fce95badc017e15ee8a1e4af3da63273f15f20333c40897acba57b6bad607001abaeb702b0130c -DIST firefox-125.0.1-cak.xpi 589368 BLAKE2B c8653c3e064ccea5b44d0aa35274ddeede45f9e85ac22682b076581795c968a44886a458948bfb13211f6a784d3bad6569eeaeb2742469773a4d9c24e9698baa SHA512 3991571c240612087ee703cc3225309525ab87f14c673ff73a1169d207eba7ad9a32aa55b61e4f6ceef4214a7bb61e965b88886ba11ffc6e07a7042f8459d9b2 -DIST firefox-125.0.1-cs.xpi 647926 BLAKE2B c4ec4d30b331456c4f88621d9de1482b8c417108411ac2e9c238798d8b274ab0fcb442858561304f65f09da696ee652dba0fa718576ced8c511afc77762b96a9 SHA512 7b12978a446df6f6bf81e0b5466c3be31f5a731acf227b095d639dbd4e67fc9e982f0a2df165d6d5169a9e5c76ca8eb08a4c44253eb7ad1c474e53b446b7e5df -DIST firefox-125.0.1-cy.xpi 613446 BLAKE2B d1ed0b51fcfba73a30a81116a0800674019f019100f5b2ca47423233ccdf44fc333d338e47bdf1b6d6d890032f74c896a9d4ff6a9076d21a16313f3dcf1c8ddc SHA512 19450d700fc5432c50d9adb46351203a1efef2f67603c04956a326be947ae65edc41923a9a730416536a12ae5d6aff6eb34298d498d151eec76687e71b7c813a -DIST firefox-125.0.1-da.xpi 601720 BLAKE2B 8cff4f1f94d6dc9af1cdfcc04cd84ee7eed53ba8159bde6558700660718f38d0390386e6b588dbbdf0867372d242430df6e022cf1c24c785b6860bbcd0cd92f5 SHA512 2f240bcd31ebaa1a98e59bd6862efb73d5279f3a76c3bf887969025860e406255bead315a266106dcba02e989a3bb9c9787cc84b767e6316b23c7677d4a2303b -DIST firefox-125.0.1-de.xpi 622991 BLAKE2B 12fcb87f0336d2b09356a4addef2420eef7c8335b09ca23202c2d71e00aed49a6922f676f9fdde6629beb589c68b09cd52c1b8dcc0b99a35467d86cb261a3a30 SHA512 37c57e98e452a1d87e886cf50d59e1df0cdf0f54a3435a457561664c340540f686cb27a6484a91d7b617eee674ba722d7f8eb1ef8114ab1cfbe5117222e7e6fc -DIST firefox-125.0.1-dsb.xpi 639406 BLAKE2B f3f5fbf52830f6757b4744d89114f457796b98ed0c0567b0148dddb585c5b0a709060b900ce15d2f67cd60fc46b8b3e2434007c0cc3b07979c3b56f7ef4407e7 SHA512 62da847da462bc7b577ae5ef0979daa2c0936149cbe1d4659e3835a7af4ad92aa28f65ad6bde4d47343448be92416cfa16912515669ca99902714cb10cf094d8 -DIST firefox-125.0.1-el.xpi 720363 BLAKE2B 11908bc969b89311382add3017ca2e337ecff59a7d2f51389f78432aa809cf948467b54e8163e721f5e316a038454025c993d55ec21e14d5214211e5b8ae6f76 SHA512 bd9b5017683cba3964b8f5be991af15c2f21d91a1720c5aa2e0cadf973a9cc088b5431e052e5e35f87ab31ff18624a422f87d2dab226d8fd7d4905fd20529d4c -DIST firefox-125.0.1-en-CA.xpi 574330 BLAKE2B ff75374fc088d7d44228653ab07b493e0ba2e20304ac10ee89f129843d4d9f6b43652b7f789c0ac7587ac380b4ee539603d69d05fe251d88643965f7556346e4 SHA512 ebce5559b51c81970bf13c64d7eb5d7f21830816e28e9ce70c7749ec6ba5146e726d69cfce56fba94179acf65752f40b2ee094d3e7144996564c051444788fd9 -DIST firefox-125.0.1-en-GB.xpi 574947 BLAKE2B bd22b4f8fd97ad9fb2457af175dca6b81b90be63a87ba4aeca411e6e12525c6926216a0c7bfb9ff00917e0521565dc576a271c617f45fbe8736ffdd854c3519c SHA512 b35ddeeb9be0c6a9e185a2fb21942298284e305d3351d94f6f95d3aaff2a4142560a24ce9fdaef799f2891185527c40f29563d73cfffe2227fe9efbfa2af34d5 -DIST firefox-125.0.1-eo.xpi 603682 BLAKE2B 4f0b9a9ce93b5c02faf034d93d003f6003dd6d7309d943e5fd0b19a65869282b1f89251d98fa6594b4656cbf3df7d3b81bf5eece069b4b929290cea795883e62 SHA512 b5cc4b5763fa6432daa12f8715cf3e9346116a15dcdb969efe5cf041cf0be9d4187690121088cc4ceb3d9ea323d16c1395f2e9f8e518dfd6e4fe42ba477b2a4e -DIST firefox-125.0.1-es-AR.xpi 616951 BLAKE2B 4a6f7f94de8151433a557d97a8faeafd4b0009a6e887ffcfdf439601d10ed3969bedbe2c8f4252742d03f632259d98436e99b9f74253e7b785c6b2e30ae671a3 SHA512 c898c379af4a5409a3c717f6592205dac017dcfd5c718e6e95898e35e8cb6cd761d8ac3bcda7bd4b9b7e2b63f1887e690a3fd324d261e626054dbc04927d656d -DIST firefox-125.0.1-es-CL.xpi 616149 BLAKE2B 5ee8c975e8de263cc3112ac19a6a07bd537e5e889736b7f30d0d1e3900c27669157c4952090b945f017f98710eb65cfcb43a400c5cd351d1cbd4e1106ceb004d SHA512 1e3518cadd22c21cc2add90499da3756897f06fa7e2b70be8afb4524cd6a88169b6bef5606241ff451caaa3e426626df145a3b059355a66472491fb40658af77 -DIST firefox-125.0.1-es-ES.xpi 610881 BLAKE2B ded36da18b4a6f82d8b9dadf1e6ba07746715ac78a740b0df12af0f66abb8b312ed4027d53da22a00959e0dcea0609554b99b4d246467f08b8e0c2932b98feac SHA512 b206709e823c9c941a5d62ac9c4cfe6b167097d3da58bf9496bff5977a8c8693aa12aaa57b9e8fc8669fd4e8669bc1b6e0cc51bf4c2054c7c2f8c90cfb95f692 -DIST firefox-125.0.1-es-MX.xpi 588102 BLAKE2B 2931b35df33035cb70a8f43862198a91cbc667f04c619e0cd2fee342cdcffee9676afa3efcf1bdc12bcb31955de04ace8cdb54dc38d29f3c43f7599088cbf211 SHA512 0e9b2d407b0e450fdd30b86ad1b46b4c85a022cdd8d24618483f069cb72426b03c4fe9dd10e5d6b36a4a93598b0380ecf91d8805e0c239c7bf2d733e9887dbc7 -DIST firefox-125.0.1-et.xpi 536104 BLAKE2B 32d45c7681b1b18f0254a80d1a68c66c76d6d1bf63e4d1cfdaf995a4d2f8dd26f2cced21d3c8e08db9950b9ea8a5b0077fe1f0d783e9053d71016d8c19405c0b SHA512 2a366096c94f026d77044a3fa3016cb06fdba2ceee6670dbc72e9fc9d566b1e403158e7a700fdfc26c90f9174a46761400370248ad45557ba59b2bd77548541d -DIST firefox-125.0.1-eu.xpi 590743 BLAKE2B 13e28eb68ce978ca743b0e69248da18592d419fcf4f7bf8feb6fb541eb063b29ee1a5ee8182b05cce04528d4469282230721bdbba295b3637a04be3caf07ace9 SHA512 d087e0724a9797deb99430e8c08c0b267d997b6506d4afd8b94844f597ab21a212ccadef7dc2dd9239713434ad089b6074cd851ce7b4c773d5d77710a5b37520 -DIST firefox-125.0.1-fa.xpi 586594 BLAKE2B bd3b827d8a67b4d9589eea7683f1fa7e22647aa6b79e20dafa9ef5001f560461e3395f310f0d9fe017ac2dec4b0a5943df9b12bcf0b40f8550f3e33c0f070b57 SHA512 88d8852f53f52dcfb053e3991583cd20d51d63bd0924ca3ae035219fe7f632fd002f15cffa2d05edb17d0d1e62b210f3d3d3e055fb92c27c1bcfa82bbd567deb -DIST firefox-125.0.1-ff.xpi 472980 BLAKE2B ce94f0ce255d87f7c1eff807e4af17e93482d7187d0bf3ad8ba7725859bb92c5b58ab3da2d3f8335a746688e5a7c9cfa07c2497691a554f0c28dcc0a02700e6a SHA512 5b422d256daf751f69a37d6b7d38b0f86b692af9fd29474b2cbbc72d4c4cada253de77e5ba801bdaab98d4e2fcfc4d26818fed4b9fcdf79fb1cb0606ac247f5c -DIST firefox-125.0.1-fi.xpi 597110 BLAKE2B 482653dcfa285a1ca0a4716caa9b986996ece9e16cfe051dfedcf50a466386c8c29c673623ce801dc5e8f0c3301c98ec9150eab887c6bd91cb97c23ccf1b4c8d SHA512 fe99420f2895487ce09a28719e5622555078b343168240accd67486a42cb87bd774c60abacb2af58745534c42551e4eeb8becf6d71898cf20c57be6a9d25b789 -DIST firefox-125.0.1-fr.xpi 628600 BLAKE2B 375cfa89750cb872d8b767c7c7bf09fececebb75334c6d606968c24da5016b2e638fa0b88dbd34a2387e865336df935114716d499dca5633ae72c697ce4c1486 SHA512 347ddb4303f6a8328da79713ecf76a058a53bb721ae462d20be88425c84855427b901973fc5ff19f36ac49edfd0b0b70e66a71c6b3df3066a7cab8af4d4ca3fe -DIST firefox-125.0.1-fy-NL.xpi 612544 BLAKE2B c9b337ec1fe38edd5adac7d23acab3fba6739e31561171885c7a1253b4cbb2893a2bcb6756eb25a20aee11f6a1c82cad7c95b8c91ce40a365118b148f41dfc0c SHA512 7e92fe5cc99cfe3728c86575fe833bf0649b1846f16a73184985af496082fcfc8f8111832bcb8ef23b016c18a1d4cdb196c843eb92be20fc0d483ebc10f6db52 -DIST firefox-125.0.1-ga-IE.xpi 468139 BLAKE2B 15f50a67bb0d10656bf89de4e6f167985c0b8e49fe492c70417595de8058caf61b5a40a263ad25831e530f9e637bd160016918a808e7cd4128d784f2b4fd17ec SHA512 70d272b93c3d58b3d6b6a323577c017c2a48523d41b96a2e249385fbc8eada6b0b64b1cb4a6312f51ff457db7da282df0d99838f65043d2587c2d78718c49245 -DIST firefox-125.0.1-gd.xpi 587926 BLAKE2B ac92191e8d231e2f3f51a5134baaf0bf92e82ee5d671dbb3d5ede4ccf4920978a8e01ea2ab65fa1fbdd13ae6d3039ea7bc5aa2aa9832eaac0735bbaa4e620023 SHA512 98375a722f8791580fb2dd9e2193b9f57f67d85af14f190bec58dbc0a2e3e558f0ceb8003e735bf6fb587f68918dc1ce2a0a7606ec62134a45b2d919c27cd1e9 -DIST firefox-125.0.1-gl.xpi 600491 BLAKE2B 12ab649f84c6147acdba375c91f8ecf32bdb1100a4ebbfda1569afa3a91ebb7d6b3691d38488036ed1101f1240cc787161f89dcd74a18721784cd54bf349e39d SHA512 b1db600ef2b528e3c4206b949970602ee1bbfd1fee4fb885f6db93933b2c060cdbcacff7d17ed41a62ba1f4df386d03ced8e5c6ac3b09edab145d3a9ddf6f6fa -DIST firefox-125.0.1-gn.xpi 627335 BLAKE2B f794194e206b54c4e6ef3d98e9ac573f5b056339f6d8bd29bd084beb2e070e579304931af253c3c3bc916946ec644392800d1f2adfa1d6286e2f3d09dc25ae81 SHA512 67538525bd73abefbcbf16f4e8622db0389094b062db29b02dd91dab5f19c017f8884a9c52e179e26f66dd6336f755acdaf7e108d3db28b23aed6b37796a79fc -DIST firefox-125.0.1-gu-IN.xpi 524056 BLAKE2B b19a12a47bc4dd751e2c4a6e8a0b5ddc6045a243efbafd974904fca75fbd35c24d7f2b0dd682d195b90c41c1b0f2a5d50bdbbbb15a27063b558a7c76937a0a6f SHA512 0695d4bf5e07d799cd75136fe002f727abd730b3dc20587ad596831e0b14ef1df4acaef61ecb88d203d7a2ed8baa2f7e44873985ca6f2737724f328f37abab54 -DIST firefox-125.0.1-he.xpi 621328 BLAKE2B 65f2e90b0113a9bc5b215ecee323bd3de2154f164faf87efcb221a24d6e58cbedd9568a46847c1ccd5ef684906aa6c4e81baa88c343fd8737a430b7922bb3d10 SHA512 ae36d202eb4b0d965153cada7c20203e131589bec71d4c4596aeb155d8044f9062dcfdadea6b4c1f457b8c1aa8c9999c5c09de205dbb5b19b07008c78610583d -DIST firefox-125.0.1-hi-IN.xpi 562172 BLAKE2B 26e9ce03550e037fdfdaca0ea5c50d1dfd86e937d2c218ef426e4630368a92c387707618bf148d3b8100dc2145972f072655f2e752fd87f62d0c1a592b7dffaa SHA512 8432809c03e68ab4ac477cbb9e776a217f3967555b3d34989dd6865c11afb0eaf3c9a37fb01be78777f7ba3cfc0d1ececc681f0935edcd9ee00e5627a6d881bf -DIST firefox-125.0.1-hr.xpi 553375 BLAKE2B 2c389548403ef8c2511f855a13494c2f597f709873a16124c283deac70ba95260e80ba3214e2efc7a51c23e5e6be1e3b2f555f49545cbb2635710b65a8b426cc SHA512 820a324768a1f6577786199d280077c8caaf934f06e94e819861e0e70f25eb7f0e282105df9992ddcb5aad84ae085efe67d5b069054a7063ea4eba0cbc183f5d -DIST firefox-125.0.1-hsb.xpi 635468 BLAKE2B f48afedcd79c0d1ea1c091e127c294333c4c2c333bde64cc45a4496b3abd3752367d9b465fe83715db35766d0c98fee6f390ef82542485a53009d6abc70ddd6d SHA512 9f8812800b1efa79d18116ecf890a676f77337c1cea32e37b348bb009dec0a8050f42080a4195812300f25ff60207a28567c2b107a83e399a5fe33efa9b66f3f -DIST firefox-125.0.1-hu.xpi 638699 BLAKE2B e031d221e0866aeb8775d1883c7d7cc4420fbbf94fb8aec357e5bc0f92c41a0f8ca4eb7264f8d3a093148694eed98e25cdbd351394ea10a3edfe00dd2bbde02c SHA512 c2a075ba2c015c77225e79967750bfec0f8c6c3a3e66a5cf45780b11601b3bccaef61f82d01b82b95982e8a2ca420c7dc7c964ce0f20eb64d98b2d2ee56da048 -DIST firefox-125.0.1-hy-AM.xpi 615229 BLAKE2B 13a60e9dd9c2a4a6da8190527be5f5e4d518943ae8a778d5e2740fbd918ee5ac760ceffc82cfc3a66060418baf9d74adf893d426a4a966b59e751614c4aa077a SHA512 03ce01ade8ad1ea34c8bafd8af205c3e4d766e13fb2c12f367d0fdf7180814a3854beab55794b663dffc94864c338ddfcb03b6b1c04e80adadbc5377b05cd1a2 -DIST firefox-125.0.1-ia.xpi 598620 BLAKE2B 5ff1f7f9617924f505b5b32cc00272f6a7167e6e9ce070fdd5afc8e2c426628210edef7946e9216947ccd6ee46a03c4857672c54cf6fba3d5e3a0f6a592366aa SHA512 3cf868e30cf5db5f9435cebc41307cc90bb46fcf078947655670ec32e1daf9a17074c1a9421817cd372c20e4fad4b955e3bd4e47788307588ea92c0b968a4906 -DIST firefox-125.0.1-id.xpi 570672 BLAKE2B f1d556a488b9beefd620cdc0c5c79440114511b4fe4cbbec80c9feb76cbd236bc659db2ecfa39b41b502487279ec70d979beb0f891047ccbb8b0134085dee52a SHA512 85f15bc38e793eb31a2891ae03458d377fd5474f0b7c51a2fe2df0d69a7cea7c81e06350093251a7a231f2b968738861682ce8175c8af768125c1509ea743bf2 -DIST firefox-125.0.1-is.xpi 606633 BLAKE2B f04fc014037eecb3db2f1a3428cedc39eefcac7523fb5d9b515d654626f9b3ab564cec4da8674c7652ac77381ceccd6601b4444ffcb75a7ee17e0c4dc3fed35a SHA512 7fe06fb1efd07b6f0f0a0b029924ce8cefb79e735e9c2dd7b6620254c37929d472eea30b1112d3792ee2a8a766c9dd6343e93644c1cab73718e6f4a7dc3715c7 -DIST firefox-125.0.1-it.xpi 557447 BLAKE2B b226339685e6e8bb8a22757daa0232e1e200431e16df826b21a59bd8d7312e7441e140b91342cf4a9a5f38cafcdb2c08ba0dc3e42285d85240bc061ccdcee0ee SHA512 c2a0ea18137f0270d8027f744262066b3873255551cd4872d7f5a1d7ac1a06a506bb3a3813d2731edcf374d7094d802b96bb217c59cfe4381af27f9a6d74286b -DIST firefox-125.0.1-ja.xpi 668140 BLAKE2B c8e0935d9999adc03460fa04f4e98f90fa952b3ebfa5f7ea18fab4a6837ce78c04069980eb3d9a6994b3029cd63ca6237ca10ee56fe721821826d8e4afca7bba SHA512 746b21b72eb80ccab673f6c463d61f7eb308aa272db50d08864c7b9589559d9ead4ef225a5e50a7dc4f68c743512260c0e054550e952db76983b230b7354a778 -DIST firefox-125.0.1-ka.xpi 657026 BLAKE2B 1eecef3c13fb2bac30522b24e9e25561245470073856e2c4733a5754de8f5fe8dd9962cfd4ea506ff250c62acf3b6e39bf2a290027a4a5d5985bc2283eb20c7c SHA512 2057daf7487992e3053e1741051226355c9555e00d11116bc29d76d0d6fa9c61acabf5ce995329f96d9b5af4d845a9e2ca11672b58b7a4a1f39fdf5571617904 -DIST firefox-125.0.1-kab.xpi 598288 BLAKE2B 1359ad11d164b8cf838afba397643c268a04827a65f21bd06eaa384859f635430a63b445cafc449340249a720382059278e1a95586a5fdb28096f7c046267751 SHA512 025d3a5b01f1504a521d6bb162c5ecea146ea4804ec971b4de5367a2acd07ed8dc979b3c7537520e2b91a9a89d5db4188cf05bfee4415f3e3fd8e9a6ee2e50ff -DIST firefox-125.0.1-kk.xpi 695566 BLAKE2B c4d32f8430cdf4da3e9b415cc634ddf8c30c0b0f8cc42640a0396ad871327c4c1ca27368eae558afa3a15e4c3996ba3871871afd3f7ff54bface45a269f139d6 SHA512 f960e0651af71c31bf0813519a1d1fb08142eeb332e8dc7f70eedb98ca439f87e4d0229745d7462b75ec5d32d0a545d5936eb9769976bc249337f2809839626d -DIST firefox-125.0.1-km.xpi 522566 BLAKE2B ebe133a410b1d2c89acf584bf8ae801f55efcaba8e66859a90dadfb22dd3f7a883d403c453f23146089da93ed7026466a9a53548ded0b304cf98e539fc213b18 SHA512 8167a8e606915272c31628781ae535bcf7b9cdfb4b204fe4363ac4360712d428d349fc97bd29f8d187eb9756c1e90b2a80467707c041f266c0d3352c37bffc49 -DIST firefox-125.0.1-kn.xpi 488072 BLAKE2B 500eb82b412ece6cd5d7a1bd11f49e4c3c71386d5419d3d749c3d54417e95b93f24ff862e7f23184948980d8c86a7884a037860eb01cbcc7ed45dd5cbfa62f05 SHA512 76e8a0ec44e1f85698119048d9c45fb3f1f725692a93b28f06029e956268cb68a831c2a17125ffe5a656747f537cdad0b4404de5c2845d54a05c379ca103fcc2 -DIST firefox-125.0.1-ko.xpi 650094 BLAKE2B e02a65dcfa1f182a99487a481da714203c47c3616dfc434c78c4f365cd3e61b344cc436d1e2258fb91c8b1ab1889f515c1d1b2a8c9f0468c8681dd001a463dac SHA512 53d90f3cf00426f70162e5a674c0a5e903bcd3cad5d344d3f8d6ce92af54f3268d0e0ed87766a37cfdd2f102dd0d2b5a6253a1758f69dd732afe3f0c58f1cbb8 -DIST firefox-125.0.1-lij.xpi 480897 BLAKE2B 0278b714fa932457c3f8cad76200fe0bc9cbac46ee879d1b163001a1d81c44f1da53564e1793d88d1ef6bd3e22a31af747f20605ebcce51f52f497baab7bd16e SHA512 a965d27221702e2a51abb7f83fb43e93a790552627ed09518965f62470c1fde538a31c0a0f9ca124b060a3920de8e8312da11d8c3f3adb366afcaf8a5ecf9a9b -DIST firefox-125.0.1-lt.xpi 569233 BLAKE2B 16c40e396f770c7b46fec05f58d948fead494f85f6027c3d1d0e2e3effe2849b6ea7212d7aba2a4f7695361fa885a79c921c1a6951481fc32f441f652de72f72 SHA512 fdc914ef78b1198aff0fb0f416b3a3624f44e2a87bbaf0e5636d139119a1aa43ce0e1b1dfbd25d9ad6be4742df580ab1dc62a5c7b7ae04f69a34f38b7cfc6d4a -DIST firefox-125.0.1-lv.xpi 564980 BLAKE2B 00f3214039b1893f4bd89d562c808aedf2717a13a4a5bb5c1177389403896580f8a904e1d9e6265e052eacc832d4d2691dcc8ce7a1702dffcfea23caae99de7d SHA512 20dbb02bb09434d0fcc4ef794ebed5621a28aa665cfc3d2d603916faf451c9a61e85bedec318e0b91cdb500c1bdc9d730681a251266ac165070e98d3da30c6de -DIST firefox-125.0.1-mk.xpi 490012 BLAKE2B d25545abda01326f7ed80f076a1451e9d01493915c1a6cb65bb8bc994217712fca3bd0d93e95a44f12fceb906931664f063b81e3159ca2d253f266fdefc78d2e SHA512 706faf3fc044b911aa9321f0d12f5f0a6995b65317ad2cd3dca11b3f5c902d47cee43477f492973918002e7aa9ab2caabe791d785a2ba3e7524762e2e4370d42 -DIST firefox-125.0.1-mr.xpi 528859 BLAKE2B c36328dc63e5ec436c05687aab1a35a0bc7513412c8ca340c9063258adeadfc04dd85e58e8a01c7161e5f429aab970a1bdae62e696a7e873a98969ba298d5859 SHA512 ba4afa6dc46439a26e590acedf7bcbbbce67f00b4b722c3fff72ce0cb21c6d1045f3579539a62a58a9c3373d31364fcf7860e179869f4c01e485be2884fa9cfe -DIST firefox-125.0.1-ms.xpi 446535 BLAKE2B 5d2462fa8879af9a7d45100717800509d0eb591ae711ac9685b302c4cdae0058371cc33100622b862bfda6f4ea4e4c54411c2e94d7bfecc70b24a786547a96a5 SHA512 f6d76f80c7ac03b62c428cab8553b0ab0905fbb06850122908d0f42f4d7f72c129af66d3eca9232a47d38fd4aefa1bccee76238f2eb8ce5504a0e0c114323737 -DIST firefox-125.0.1-my.xpi 515535 BLAKE2B 6d8850b952b206a01915665f9bddc0a5f71053d4441371b329d1f95af6606c21361ffe84139ec2e98ea2bbe772b8d596c39e0c5a9dbe64dc49cea1f9c05d9f95 SHA512 041c4cca306a1546459e5dd5cf9dec63ae2d95b9fe930c863747a22889f553165c64b9c300f033c412c82bba3cb503ad88a37eeb3bcc82af087261d95824474f -DIST firefox-125.0.1-nb-NO.xpi 595777 BLAKE2B 891e50efbc7b04f3691f866328992cbb46bc3302321e1e5f9c786fb5aae4fcaa3e446aa4fb97cd62273e05fc238526407bdcad83da248605646250ba425070e9 SHA512 54fa81113d243073cb498fc659c26634f3412426450192176229a2a5483cb8d7b35394c67587d3d074949ade61939a237c647f7e62da06fd27e20d0368ffb06d -DIST firefox-125.0.1-ne-NP.xpi 494581 BLAKE2B a976caf916c2a33d2dc163213786bbc6818786c2a1de0a9b804479ccc48a8cfd483eb1dc404a8e756e6d9b49db21ae8557b1061414a75910e290a6d5d85adac4 SHA512 bebf5bbecbca6a98f143367b6022fff60171bc6f781e8a4d31318bf6af15680549727a6ffdbd8be5108f4a85c344acd55b02c28c0aa2cff47d1b0027e17b77cc -DIST firefox-125.0.1-nl.xpi 606357 BLAKE2B 953823bfe0064cef4b40bab96a134328b6bb04c0adc5f86288b048173c00c6564fe239ad5db12eebc0980b0ea0fbff67c204ec94ce9fed012ec2fdcb9541a0ab SHA512 c90614a686c0419dcf68d3a69c313556df0d73a560c1beb465e2d8de768a16c4af863ae8823465683204d2e8303cf5d489608d3e348414b4404b7ab1fb18f76f -DIST firefox-125.0.1-nn-NO.xpi 591638 BLAKE2B 017c9abdacd36d9a044a5f354b91bf9a48f9c4ca1542ed5dc5bfdbf1bacc905912184cf832d1608260a9775a3bea8a45cc8531fc678f9aa434532d6a26e44804 SHA512 59e59672059754c01f1bdfd4e68b106fa4592af0400b7b8d4cfc48a5003328a72d3296eff2bb4f1fce1325b51fc8b5cb41a9d6a57ce74fdb286ed484eb5a4dd3 -DIST firefox-125.0.1-oc.xpi 606786 BLAKE2B bb82832201bcf2db7522343cbf23655f7da5bb44c7297d3436167bf34c70efe8f63f8bf0a99df0911c1dd38fdbd3428c2dee6ad92048ae168ea6a8110ca85661 SHA512 64935b19a18f19d7d9059dd99f0204e6a65c3a2abc4d7415727d45e4a657252804c1c5aa38e33fff0854655c7c45e243db6232811083206a10ae4d6d99f87d45 -DIST firefox-125.0.1-pa-IN.xpi 679000 BLAKE2B c89a47282c5aed06ddca1a1e0474fee67627ccc0aaa04f721fa50080ee9d73c3af2733fddc8d957279528ad096d90c441fd9cef4d460eaa02cc497c996afe019 SHA512 a29879c03b10c47580ea3273d8694d05d084f819ded523afd046c1ca34b4a69fff8a42d6967cc51a71adf4fbf340d008821340c0be9f2a700c084e2e1e4e8dcd -DIST firefox-125.0.1-pl.xpi 626580 BLAKE2B 1a0ac22ddaf672ee52fed9ab5035398195bcdd2509217e3e92e039cb9186f0811f98aced53236535990faad0aeb22ea7d2ffa1b70840d28fb6de5b58ba436d49 SHA512 d77f90d441bf59fea1fa51a1655164d3945c4b59d7f8d6e25ba89a8b87b1edd19ca169e63928f2c4f48d9289153a7ccc26a7891e70eaf7e500a4ff47d814860e -DIST firefox-125.0.1-pt-BR.xpi 611067 BLAKE2B b59fc2ed84658f9bacf5bb51f02c27eb10c20d265e865750302571332ae5dca824dd9a94f93a888fe4a7f5a18daa537478c3957abef8dba1570b82d03e1e9d57 SHA512 356f4d363cdeafecdcdbc5832cec959a913401d08dcba9b2cc1d6df1020e47f77f99545c5a0ecfc7d039ed5484130b75ed5ab7a81b85fbbdd4641096498bd327 -DIST firefox-125.0.1-pt-PT.xpi 617156 BLAKE2B 74654a900f0b9eb27b6a039f328e3ec6dc47a511f0cf562933c49d38875fda6475afc50fb672146c26b8dd1c773c85b966c4440a2ca83577f441873d73f63f9f SHA512 a18e605c6732976ee9c7d3b371b9dc129ca5fbb0cc769aa09bc71ee0e218317b766eae5bc007e35603775b0abdb964870ace81ebc39e145b9270f48075d31a1f -DIST firefox-125.0.1-rm.xpi 605676 BLAKE2B 1a69af26ea266c9f9aca596878300b457a4a2a516a2b6ab269c154f5d838c2bb53ba3e67885777fd54c576e5499e331c90fa403f963c22570d17a8e6c773ab80 SHA512 cc6b612f9a7286323f949b7054ec64a71ec15aa488f4fd1522cb324f3c2552ed8ee32114dd5150f9f5a81bf8391d47aa6c7c7bbf5c6d524855e42cc61dde99d6 -DIST firefox-125.0.1-ro.xpi 546375 BLAKE2B 921901f5df9f5ecb2e2655fe8b76b9a99ca51863d90e7da07628e3ed2cb7baf5a1027c4506040fb2c402a414e2da0a844a109d1e0221523c089a7a4311b36f1d SHA512 66708942d15a538f952cf3913d7b0d4bf6809b26777bfc260311cdb31ccc99173d484beaf71d6d055f4d9a1e37d8188062bd1c1816d5c5d78e881deb42551c84 -DIST firefox-125.0.1-ru.xpi 707741 BLAKE2B d23574875494993f84c9563a5c4e6253f6ff35ff43a2cce96921d1ab68dda9ac44031e750a12e63ecbaf7808ad0613976be1153a91a0c11ef91274598bfef1c7 SHA512 01805d4ddc536ee6863e9b4400ba35d9a82a618f376a8d79022dca92bff3e4bf8bb38d7ce4f319a4f3ba638e8aca9b8167261db9fc66fe6582c452733bcb5deb -DIST firefox-125.0.1-sco.xpi 507982 BLAKE2B 9429a3c642538a3d3cfd1dad34a176c046e1df0719ec2de1c20582e16d03f10b46f46c3cf48422ea7a238401631d41ee590accf6c72a2b71c7a93e519152d0a4 SHA512 bba3eb47916c951bd8962e453143410b17cf9befdc44c20e473259d09dbb8d08dd8687fbc4297143b2f6cf5e35d33ad1df4133c4d228b500ab1dd52e6f4d8596 -DIST firefox-125.0.1-si.xpi 602488 BLAKE2B 252cb9876d1e70580e385462cd447e37127fb6dfea3291ed39519c323d6a76b811228e1360ace745a63611b49da75cc21b259112f5177274bc43d3228e8bf1f4 SHA512 d3c10d083ebced33b77cf44c46e785af5c25ee9aed56661b3d73f816bb4d734b62cdb145c9f60167d5c80ddba04c7cd40c781e81a437e8702fe1d5ba0e3667f7 -DIST firefox-125.0.1-sk.xpi 640883 BLAKE2B 7d0af03cba1a999b608b8e623579b1c4a0fda6d2f795e0946d905917002353f947b5d227243335dc28a59c591b4b32f4fbd0404628ffecd7a7f01bf670a9fe45 SHA512 f8e6e5d5a3f615c081892c18d8fe0a31bb767d5fa2a7b02c8ad91788e6961e92c70cebdfff194c2c3bb2603a3a5ca52f178ed296d9f24e12ca02f664477f7cd3 -DIST firefox-125.0.1-sl.xpi 606609 BLAKE2B 51b632d4f0181a789da93a135d2ff329c44e2f561253868928c7a4b8d830f49193029df87e44e99320fb8b00332fff53e1c9906ce205998a92cb75333d5589e6 SHA512 5965a45288d3c5dca4b865a0b8efa0c6284f99605f17fb5ffe6ab486cc894c66043746ec77f3e967b0d4d146ca1faa3ab61cc5bea9d5b97d297359bc49e50c6a -DIST firefox-125.0.1-son.xpi 413592 BLAKE2B e7b2c689a3e71e25bf0d318ccbfa95684744a2d172575e9e6d274b579719dbe89c4cdb0819482984ff24a69cf006a24841aa064597b7ad35a13cb33927387cee SHA512 818e2b531f4674ae25d14a2f375af97be84a2c477f45fcbf740ace9788c6000ccdc12611f95a1f2227a8a84818afd3ffad3c9a402b5816355fc1ac7d6ff38bf6 -DIST firefox-125.0.1-sq.xpi 625801 BLAKE2B b5ce6c07f16bac8754bbdf6e82ee1ebd19c28170ed5d7ae282257a324bf7859be307836b1432ff70381834856c7c39e0157eeef9e69e661f9f0c9377ae0c234a SHA512 91fe8403b9e3f6afad49b7bbf6a9c2d020f471675c8861d89273ebd1fd9922e10420a1b577cfc5b6a8858a92a3d2f1ec878ba201432b6c9737f183332cd2a62f -DIST firefox-125.0.1-sr.xpi 635841 BLAKE2B 2b0216addbcb129cc72e0a18f71600bb5deddc6580ef521a66e39bc796fc51140313c15c54b4e708c4e330e509872abbf8c5981d78765c8585a360619beeab9c SHA512 7cc17db38f1682bf260153852822c3a3015e159d90d5d956fde7c81134a9c065cd4fa5ef4ffec509023783a520903e867d8511a38437a2ae2d425a6f9aec2361 -DIST firefox-125.0.1-sv-SE.xpi 608293 BLAKE2B 459fadfc5e22a5d4662e14d10af0d0d21067981bc772c86ba1ec773d4f28c8bc763828aebad858b54a50328f29a28e8a75414ba0fd5e4345e56b68f02958c9cf SHA512 ed7f63bf3450bd94e1314c8c60219609774098dee0e1c712ef1d6e5ec4ae5a86d0e8d04be0c0b297e9de8fb6abb89dd44dd4266fff2af4727e4c2882d9569d33 -DIST firefox-125.0.1-ta.xpi 504351 BLAKE2B 71ac9e0ed62a6888140542fff772387e68f24fec5bb9fac26ee36161512bc4d321c56aad197b3ed4f5faa94b4526551852c02082a705d34417a945f4246c0b09 SHA512 c1e6cb541b9bfd7ed340711e377278b8a8219c8c460262124705fa3a47551f581a6640eb785ee6ce298e4ecdb22a0964533e14a35bd112583ec942e4daab8c09 -DIST firefox-125.0.1-te.xpi 555762 BLAKE2B 27165f87c64347c119dba2341e484a63f1cd66906570b00b5eb07d0b3f0408af669ccd6152e8edbb523dade06d12dd3c9c5f32d3d78944944a6ecbe59cb46050 SHA512 78847b07edfc09a5aa3fc7d17acc3607ce33bde3620f55733438c23c2d86baa9948e0844e7f5542b449b89da1581d96b49de5a876eacd2f69cb7cff8a9cd22e2 -DIST firefox-125.0.1-th.xpi 685321 BLAKE2B 26cafe81618d9abb347e011fa6fd755e45cc78e563bd3a6d715d2135650a7f65efd04ad8c3b006802bebf2356d58abb966446bec764071d1de6f7c20508e8864 SHA512 11f27eb365e8dae0e4691ef4c2255cfe4b49ac6dd5eb32ac91961944ef21f73bbac042c6c2d8606f32eeefe620648d7dd20b900883976679ccfb38387e569dd8 -DIST firefox-125.0.1-tl.xpi 530819 BLAKE2B bef20fc30aabf9ae162683f4498d4244a8a182a841f067ed527b1d9c38db8df4ffb5615992324f3bed15934c91672bd277379dba881f574856828d0ac32e11d6 SHA512 6065b207b12aa83bbaf705945c211b360d8550795aab0a956049901696401ef9aaf90e4a055b4f7e43ddc07a312e4d01072171475b8b77aefbd5f5a127418e6b -DIST firefox-125.0.1-tr.xpi 621046 BLAKE2B 8cf175eb18bb43c4ed440f57ace11f99cd0c25e5e8fe8c5d1f4cfdc559095241e711e0d76a35b73038af7b924e849663e30d17a9a480adc2955dfb464d2d3ffd SHA512 ed5a2e1366b757f6341c46760f006f8eb65f5fd0e438ece8486c9f12cab12f8fdce7c2a02ba213a0c23056a1276723116879dfde86a14e94ed15e5e5936ed08b -DIST firefox-125.0.1-trs.xpi 500780 BLAKE2B 526b6cedf898c99a7ce9cdd0de805ce1e1b70dea5fb549dbaec93964b7154e9a72c6a71c95554e4f8bf911874578a85a1a283a1ad26d75f1d2e1e626cc09c353 SHA512 8fe9925d9d63ec33f422f11079070fd9fb7a0f569bd8b6f3dfbae67a0435b2310dff7d237b8e18352eda8a3c55645da44570ea36cce5cec68b7ef46ebdd7cc9b -DIST firefox-125.0.1-uk.xpi 700075 BLAKE2B ff840dfd6462a532f41891b474562f3a094cdf51b00872de3e61fd3fae11ff221b3d6c3edfdb37308e12a498f016e04a010e9533a882147c86b223262cfdd882 SHA512 f340f1441e689d77c54b285a6d89ac7e49cacf7514fe1ed7a47f92da9e8d6961cef0aebbf97bc38e1078a5e99223c74ece9a92b154f70ded3d28d704384295f6 -DIST firefox-125.0.1-ur.xpi 557251 BLAKE2B 0a8e1721455e391a23441f171cbd6b6617e9823b4926f754c1bb47f225bc0e8027a94b7784efe8be38e61e35176c34e463a6006fd7232251c6cbbd3bcdcb88d0 SHA512 7544bbb9e54dedcfd956eb7f42aa312a8595f345efde59a926bfe5bcf4d636bd7d29e2b28ffa9228ef398f13b2d1e64955e0c1116f258d287d6d170b8a05292b -DIST firefox-125.0.1-uz.xpi 475755 BLAKE2B c74b05c830b1ba4d2f2307b24dbb4db1c264e33fea3f8488c1c28b84fd8f9fbced1f6c1f5b6148ddac7d6eda39f3dc66b2a5dda240ce3237fece816f87e73e71 SHA512 dfbcf44f057bef5f0771217cd2269597d1783bc951b7b8a934601034e38bb98f9b217004f6aba10fab1c956d41596dd33a09d4b38c70ec1b63e20f99191e3c68 -DIST firefox-125.0.1-vi.xpi 645249 BLAKE2B 97ea0b6d646708352c61f0daad3798fda8ebceb7a56172f0f7d9d4cf78efb448e1a7e033306a3466ff4d65318b09f86836e3cc0bb9597f0e67c68a3f8306e450 SHA512 9055b36cbe4f7ae7a015042c310b8117d1d12bfdcc076afe1ebbf9a312cee6143506462e234f99f68dc6cf9ca15e3fb3a7e5e12f1936e178456a2118213fd9b1 -DIST firefox-125.0.1-xh.xpi 414339 BLAKE2B 4f5d61a63cc8e8ce8e10cd65ad0e9183a320131e01289783505e1843c8eb72f45716e61cb1c432f8255d4cfa9f6075560fa3a83bc70bfd8ccbd1e7264ab949f4 SHA512 f112727e43f84634e0c0488480e7bd95f88b1a7141b0d23a98decf6542e1b4a92432906073b1f3091266c41d583f1f95f7fb2bcb6294bb0e0aa79d86429d8103 -DIST firefox-125.0.1-zh-CN.xpi 645742 BLAKE2B 755fb1abb57b3e38d1ddea69a72b6cb0eecaff98bafc46555c449d9d60a3db30135d1b6a37c23da5d02c16f2e993a5d1358594cc3941d7371438c7e40e045059 SHA512 bb12d80156938fd03b90c4dc0b30c944913c4c60bd697b97d9adef0c74f48531c793010f84680127b9c8685eeb8194ab12fb1d495d52d8e49c3c843a3576b6c4 -DIST firefox-125.0.1-zh-TW.xpi 647637 BLAKE2B 036b026687d33217b854438da76df09ac2fdd94d4504ad9f9334650e453b96e8122c139f598a526798e3291ceea813b63ecbb05b1e57503507ad4ffae9c996ab SHA512 10c395063dc7b0d0633cade6571ed5abe7388932b5b8c05297efbce2ad98652a0314823865f486cfe019f8885ac0f6afd0149d0752bf63fb5f8f626824441d35 DIST firefox-125.0.2-ach.xpi 460866 BLAKE2B f1a1036a9d17c16c81b9e2b8250e61c964a9d8016ca3d7a6fe24859c203b3cffe269389b53bc99b6c9c94bda107f7d74a918669c360d723b984002ce38c686ac SHA512 805f130d05e829422e930180cf7bd0268eef9d3fe7021b679b5be8fed5f6dc40ccd8bb4df3da2bafcd15835598921537c0024e7a184d65a614e5da698dc0b8ec DIST firefox-125.0.2-af.xpi 414694 BLAKE2B 84ffa576949252520e8cf9e3c80c34fa135fdc8f0f39b2e42edf6189141ed5ffc6ad488ce30a20b094d5e803c659ee37f8251be112528d82af2cf8d7d532a362 SHA512 4bc6ae95c2ba87566bbab7c19e997c2d5b6012ec4d6c0905582a68482b1b13921b08e27a68a45c54ceb8320b746e68cc677d1cdd92b3eb0f1950cb3cc90e6e5e DIST firefox-125.0.2-an.xpi 502762 BLAKE2B 601eb96a7d9af68453dc8d228d18fda63782b4abcdd871e50176e75e95e3f27520fc43b9735bc4c0a14c9291b049b4897322276c825bd81a939869996e1479bc SHA512 70093d5264c4662372ea4e1c88f6856d87bb4ec3c02b68d43e7fcc214eb194756e479d3c6524fc6ac2675f669a8fda313729e2777cacdd62209f643e783d1f09 @@ -286,9 +190,105 @@ DIST firefox-125.0.2-vi.xpi 645254 BLAKE2B 18d5d271548a541a9de72b795e879f6ea9937 DIST firefox-125.0.2-xh.xpi 414345 BLAKE2B 4fdff9e787dc13c37087952939049271dbf591b398361bd0424ae1d80ffb8b0322001696fa454e19e69463e01b3e1a6b50a0f1587dcdc2b1da97bd31fcb2fa44 SHA512 997bc1a7355ba6e4d6706c8919b4e6e364d59e3d60bf67ee671c5396862a004735c852923ad7b84ee8d82d6251eea232531eab4d8ba8c46638fb7abf7e21284b DIST firefox-125.0.2-zh-CN.xpi 645750 BLAKE2B 8cff30eb04dbe14b08b22ddf9be70b4fdd0d5984065015973d5c67e10a479b125822a543cf79cfda893c1e1d57c07c53939cae12aae8fcade4c239649cf82d3c SHA512 e71af90e7f973c9856f82e99fb8c75c6353203ba77eb06ef966cbb322e5c7091aa7d4b8f0c99730eaa9010e6ad3e9401a8c61c863669d42ef184034a4c8f8f61 DIST firefox-125.0.2-zh-TW.xpi 647645 BLAKE2B fee91568b53b2962f317ea33a2697622aded8434abe850eee5df66b12b51f35de84d1f518aeee706b8cca6b7a38282e8bf0d08d363df3dda1d34fa71d09131b6 SHA512 7bd17b86199b10e1a66a72df2d049e3e92e35d512932a0d95986417b24dbd34552e7e8d7aa6138b664601a23df6c854f617895b976def4e55302ae4a5158224f +DIST firefox-125.0.3-ach.xpi 460870 BLAKE2B f513488d973510eff85da695fb4dcf8e228da3a4b0ab1be6f6eb8083e64af12c427131c9d06ef2cc8c795e5ae0d07b685127c936415481789898afd1cbc0343f SHA512 d4dd8524d3ef41eb265fd6d26de3187d81d0b2826c41ce28731670f6f36b7a81f0cfa4ed36d63bff58542d3f9084c8aece1d1dbc3472b43ef91f44b072201dbb +DIST firefox-125.0.3-af.xpi 414692 BLAKE2B f53aa21e599da6d3b80e44d817e93813917b8b8e5b7222c053da3e31ca0c2aee5845d75c862a76a6c9f485fb9b914f447ef269245af45c7c5761070a1769637d SHA512 2d122751f3e426ac204986a0c169f29af9d51b111da4b2f84366e5a25b382ba29a1c6443fadab6572b1e8a6d5101a768f062cfd2ddd229d753d15da43a29f7b7 +DIST firefox-125.0.3-an.xpi 502748 BLAKE2B 153717b42b5ede59bd7008ac6168c219bae6a6b0609c3982de359c58315fb18b3a85a0461f0cc7079c27d31e61cea38c1523d2e0077e11ea6b821b046e260c9d SHA512 2849fa08e18b5d9e984c23bd5265ee5b3a1e8a32ade93fdf7231cddc55a7d7f1449f358963022865f0743284451b67847d3352af93f06e7a9353afd92eaf735f +DIST firefox-125.0.3-ar.xpi 603476 BLAKE2B 031c66bb0bb10fdf6b6c2344e217df91365d1412aacd4a7ac146cc0da4fc48095f740c136477aa66ab14af53b6c7aa383287cb764e1a29bf888f34e42867b6c1 SHA512 b508ed5e17d6edab165c9acd75905bad2348366c8ceb867dbcab648ceba53e43e79413a788f52410e91ef21f06f79c37ac1cc9fed7a0d102cb91afb5b2ece34e +DIST firefox-125.0.3-ast.xpi 493030 BLAKE2B 4d7affac6104322150177ef8b218d4b8667e52cb64064e478fef7b2ec7de4b68638be3bfb281608aa9d59f6fdfa86e538f86368e9535dd4dc6d6fca947405660 SHA512 a0fba750f3e77d2b4c40b140df5626c2715beecd41e547b1d64ca20b71f2827f15b00454048094a032b3274e5c35090c47c58e8e06a2be89af8b0b89815c5a3e +DIST firefox-125.0.3-az.xpi 487526 BLAKE2B 8216201fd7e8420b2da1bdfac4cdc3d06b2e213dc83a169689350bfcfb34cccd2ec18e48139576d0a92b83e0020ee2c9d58cf666703bbdbc6bb37608e8a70e5f SHA512 d2eb6b98a2b17384fdfe7229171ae4fb5c438b3b95cc9406e7c0f1549617466dfc2b629f5c827264594f499e4dd29fe62aba0b0b30529b59c755564eff7c4338 +DIST firefox-125.0.3-be.xpi 702927 BLAKE2B d943991bbe41a9c09ef9a18f655e94da560902ef2c05a091f5ab47e89432146d2d05bc33fe65f53e48f9d9d450313d320a3ce80750427eb8cc29f4780457257a SHA512 11a3276e4499b07795cd3fa410164657821bfbdb77c440eff8e79b444702be715073df165b172d4bf6128165163c5fb89fb0ff71c7a22fb113b2bd617497141e +DIST firefox-125.0.3-bg.xpi 600552 BLAKE2B 32ea1a2c9cf64c3ea044d2c9bc45a4037cc2bf4f914379e5591bc3123a7386f08357aa8efc63aeff0eae16b37482ae1e59c7b96815e4c4cd39ddf279e25a1b86 SHA512 9fed5a6725aa26102894154562d8e68fe25ddbb1fddda7515dbb6c79d0491d6dcefc58b5643f73513c0b0cd819af20b9633b2a78e952ca7c422cf9d58daf04de +DIST firefox-125.0.3-bn.xpi 578162 BLAKE2B ec4d56ebd8e031c96ff7be1fa7babcdc4503dd30291b0475c94e264a4d679dac02e48289c7e9bb22c2bcee75663cdb7c4f925858a0b7c3384654da325bf2263b SHA512 1a3f0c1f6718856a591464d367a14ec75049b61aeb403d947c82b7666dd026d83eca29dcf9bf24627726c375cfd8e3bb1186ec55d08e47fd0b181c2b8aeb0627 +DIST firefox-125.0.3-br.xpi 583247 BLAKE2B 0d775a5c9d5a9b88d206edcad6bf4d05774ae94191a2c91444bbac46147369dbce36be213595e07a47aff78c8cfea4c554c03ae2925ddca05d98ba7175827d8c SHA512 f189d35538edbd506674eb98e583fd8cb9d776f3eb0943dda568c5df0b095c757198f4e636adca7fb003546894f3b585cd7c776a16df8cbfa2f956942fa52845 +DIST firefox-125.0.3-bs.xpi 472645 BLAKE2B 11f87a7645839c7c1de47de4c66295a6205fc872a5ae95ab52d84899d0b2f375931121a501485232910900c83530631c64cb65de3b612e65890aa3fc4480dbef SHA512 6e8fb97415cc777b813e8fea58150e2052c5e80c8e923b72dd578829e2470fbd361d4261c5a7e3d40cc3ef159b151c2c4f00a5d97c49d281b2755a5e53a2d4e9 +DIST firefox-125.0.3-ca-valencia.xpi 542907 BLAKE2B d7a2aefc559b21b0acf8b72df6336c175c5a291bbf8c7fdb691a282dab827a815959969594012da676fceda45d48277984827398c19d362046bb1f31869c21ef SHA512 0dbfdc365b9e0744e5a64d33aed694adc6e9e72fc5f81b4be9446e5e56888672132fa3f1b7eeeec8f5bfc8ee4459567461d405c8cfde536af63bd7362f3c27de +DIST firefox-125.0.3-ca.xpi 581507 BLAKE2B db9ca7e773d1d7e87222c96e27db3a1e9e88eb4de19db6d7eb3fc1baa0af500eb1c471c5c1dd82ff98c63afcf62fcf6e7ad7ca58acff992c044764f6326273a5 SHA512 7a96bf738fc07cc069ff110cee5f6781d9d468f7c3167e62b645489939cc421414be02b906cacc950defa311ca95e7bb00c3d35ec41cded097d1e7cd40cd39d1 +DIST firefox-125.0.3-cak.xpi 589350 BLAKE2B e3e07af1d18571f8547ac83b8694b0fd0b08c6af2e5436eefea59de92906f9d5b5c39b1188c204d4c532d4dda95fdc76832842d354a224252b78bd50e4f8eee7 SHA512 ac20b3990c2202dcc2011d1b52f99c4133c3781c9b09fc8cf7e98474e0574f4e8bc01cd7ff315064d7a9bd19f8a131076c09e69f5cadaca0432560b3c353b2ae +DIST firefox-125.0.3-cs.xpi 647924 BLAKE2B 7073320391cdcd098910bbedcf29fc54deb57135ebfcd3b2d3ebb433fc5d680d6a02fb5762c3f76a1ba7cf97251c0f1b69fc4e553c29cde35f17ce189f6f44f9 SHA512 d7446c309bcc246b3b1717b615494306e7fd146aeea6cefd0d48fbbdf48177c3e32ee463dcc745620cc6d2dbefd7e9f62ab83f08f0d9baaa5c18e74ed65acc93 +DIST firefox-125.0.3-cy.xpi 613447 BLAKE2B 3081adcd23ba60cb439b3d624392c107a6e95227fb3a4f596680dc9c76e550f6013e818b4db00d0fb23a1c314feab07f0a0ed5fff23d54aef367939bee43fe85 SHA512 53fe5a79a5bfec8cf4b733be4d3ed936f3b92ea43eddd147e350475f4c61c2c81b7df46d75f71a94c9c8adddfe81c77b3a97138a1a3de90f261810e2041e164a +DIST firefox-125.0.3-da.xpi 601726 BLAKE2B b3b82f2210c734488fc8a0580bfa8934e83b0007a6ee0f0b47f401b50b66876d633b7f80c10fd3c9ed9bb1710fab1109b4202889878def077a6e5080e4b011b8 SHA512 bb25880047994d3d4aa14141b7e9d2985f026f62e6084565f388cbd6a128d54fc6f29101d286463230e7daa876db74dc2191a1a2a1c0fff64031d804aaa615d9 +DIST firefox-125.0.3-de.xpi 623006 BLAKE2B 25cb2c9cb2aa1c1d0c43db5f3c31c86049ca5c99c3a1cede99bc34cfa5d7bf25fd75a6a5b16215e4a39c7f95a8285625e8625c2e66e6a6cd158092bba5549ed7 SHA512 21de118b70421e125fd4c820cd14239b336bd8177c6f109d4a85b0bb020c7499474a82c9180fe4235b08b71fb555281854590fdb6ec50c314edd252bd82715d6 +DIST firefox-125.0.3-dsb.xpi 639419 BLAKE2B e68577ed6ecde402655a1c00f6a64deb97acec977eaadb2634402478fa55ee1579b6aacad43385a54a88429dec2ed48b639ca39ec77df4cfe8e958f1e9e3702f SHA512 54bd5126433938aac392795fdb392dfe3689c9118eae3c61afecc4619b42ee09f58ded778ef7fcf78c3d26b27fa61e077c01b9148bd9479e7574c92424951c00 +DIST firefox-125.0.3-el.xpi 720358 BLAKE2B dc87588624ccb4c3509a26151c26885c8513e0000c475421133b79440b67ce755e072102bb408c33fed8c64d1f6f02083aabdf0603829793eff9b6a65fd5ce21 SHA512 6a0d2b61c7569807bfe12a14574d4a41b9f38fdb22bc05a5079ff49a9df4f4e414fefa0a5dfb6b7c1bad193349a74f78e4e3be75109b6c10a057ace2adba466c +DIST firefox-125.0.3-en-CA.xpi 574329 BLAKE2B f928aa7919969d7989e57b7438b812542905d70cf07206da4ac5d524073fbcc894147caec5b4f42df5396e200e9183b0c48e3ee90f291d8e5e363a1dc54d339c SHA512 eeee6a84569c4f5038f323dbad9d8bb15755920ae88499b29302e4c0c28dc1d63a181f0b38b9ed567fbad48277f037d23333fc699a6696138c4c8f552178d26b +DIST firefox-125.0.3-en-GB.xpi 574957 BLAKE2B 513ce4162a5a53f59c24280a10fe9352a1b653026743984476f3b57de1a31492bf1298282dbb71e0e0cb97c7b5e4186095c73e060bddf038e110b8cc15b80388 SHA512 dc7b0df199f90f4bc46f36c2cb0a6037ebba0f0c3963c47910eee56b83701957a6d8ec8fde15fe89795b70cd357013ca6a63ba935fef6f7ef98f73d4f09fe2f0 +DIST firefox-125.0.3-eo.xpi 603668 BLAKE2B 6a1f0082fbf588b98ce03374069c006efc54b522c7f94883a7c34cdf4b41d5f7f3cc7d367206595554d861970d6f14e62103a476334ba625d0e3ac74aebfa3c9 SHA512 6c6adbc7361bc1486eb3da81031fdfac7a7d5c67f5f85e123a1fc6d955724d9d4a8e388a7451d6efd3a1b7806efb9e0a9342451732c21ba949a1db5e238f915c +DIST firefox-125.0.3-es-AR.xpi 616954 BLAKE2B 3b292b27ae7f9c49eb50a9e498ce8320e21ef172190314836dba16c6105a77cc4fd0ae89a2d59a58e00677c63cdf7dbb53cfb36d56235165c81e860e9c45da4f SHA512 0250edbf4f0fb543f8cb8e4cbdb418c650aee35d73d03728f3b32c479a32a2b52b7a97a918fea692cb07478c62f5f1bfbc67fa85f0ab77ef1fd97a0d6f6dff53 +DIST firefox-125.0.3-es-CL.xpi 616161 BLAKE2B 484172355a1025f0bee60cda0b69ac06c8801a16d97c00631e375489e601f65940ccba8ecbf6cbbdfe31a0b42e9db5c6071f28d30deef7a7b5818c9bf2a9ac12 SHA512 f1902430ede07a6c2f6576497aebe9252abdeee46bc390edb30fafd289660998ae99ae422a0940dfb8d8e37027caa98734708f0318e82e069574dad04bef22ca +DIST firefox-125.0.3-es-ES.xpi 610892 BLAKE2B d157493ed2f3cc6b2fa09bbb637854df3ebbb9cc61c4d2dbdb3ba549d19b187b43b1037419cd2f26376acd021a82216b90a48b0e66bce8205ac5e91725c882c8 SHA512 9ed6c40d7cedfd5ede264d04e959e2d2371b8a1145d3829eb94b9824ed93aa33b32020a083c48634f1df510486a024dc3f7d614ce7636107f49139c1fbdd7c7d +DIST firefox-125.0.3-es-MX.xpi 587995 BLAKE2B 1128174e007f4ebf25f151a4ccf904bfd24b2615b9a318647d62cb0b4c11d47335d1202b8a00fa1542d0cc136b9eb6bf0cfcbe603eff016034b53e130c0b828e SHA512 cb901f16cab65585d68001d9a6c224f97692a3e1a98d31550cf4d1b18939f673648a01967b15754ec6ccd0f6c83f1e9b4a89bbf7356d8bf67db03bb053496b3d +DIST firefox-125.0.3-et.xpi 536088 BLAKE2B 412f9f8b29f84d8a1aae94be863cc319c5c5ea77ea8e83c06ed82e4f8c0b9cf848b3528bf50b9198246ed9768c2aa57aaf02d20e403fcc8bf328dc1dd5fe8805 SHA512 8c8882a0d579744157703e329519b0c3732588862da8d29ba8d2bc844eb65a4d58a2683062c9841114ef28e3df0324e2373c3bfdbc6fa793aecb6832497aa10c +DIST firefox-125.0.3-eu.xpi 590639 BLAKE2B 1a0a78e0ecede6c31924f560dcb500c0585854eba078026c5edc093354b30842d681a78372e948fd0eb8c88fe4eb0b0465d9b9d0bf71c8e5a036588c863e670f SHA512 225da74e9867a9afc376210b48f59c0f9b64d953f5cb831660fe1b3aef44309b4010f1764de9177d546c2006d30e6342576bb35a6baba3eb237a5f37fceacbb1 +DIST firefox-125.0.3-fa.xpi 586615 BLAKE2B 3e56bc25dec6f62fe93df55edea6dff5ac3f3f37f445f3222d2257bccbeabfbd0f737329502c10a0416b504590eb87620976e4aa4caf731281d160163c144707 SHA512 ed10b5a5edec35c1b77d6fa302f31957cb2252a7fb5bc4b58cc7a147a927ac1a5a232d758e7ee91c43716536ae020203051a16f4a4bcef036b9a30908253099e +DIST firefox-125.0.3-ff.xpi 472970 BLAKE2B 99820864e1bfbee29f8faf79bbbffdbe9e9edbf71a683d7d2f82828ab46e9c2c3a9ad1fdfe6087eb325d95e46cc68fe04b2112a3a179c4c853c386b7c006e05c SHA512 cb38d990c1d2fc7762e4e665301c5cf95c1e08a44d8c52f2b8ad27d3d2e148a68d04a042fcac55bf412bdcb41e93c310b1534a64763acd487bb4883eeca5524f +DIST firefox-125.0.3-fi.xpi 597082 BLAKE2B 5eb3b225b2db278f275fe12e6c8201e044eeb014de6112fe02e0366cf89a35e5fd3bd0e8ad46b3f1ff420bb14068df9fd360c4984bb06567f2da0a35fecb9ca7 SHA512 48dbfb859b80c3151c1394476974b1a1210a8f09faa5d857b463b9c14c1bbb88020e97f7c24d95066768b9e2477dbd15c3b20b155788207974e060edebcbf974 +DIST firefox-125.0.3-fr.xpi 628606 BLAKE2B f530bc34e955db93d7b40f19f087f28d928bb23c6d21dfcdd50034ddbaa89dcea6d20de529bfbba3c244bda526ee5fffc35b38ac19f89baea436d1486927f672 SHA512 ffcca4ba74436c4ff3ef6f8bb54b694b85d89793d6607ec54d40c7088de740265ee6976096db663cd9546a02a9f676d8cc5e83f6f8f11b2de4415ec40bb4bf75 +DIST firefox-125.0.3-fy-NL.xpi 612541 BLAKE2B 296fa868012874f83abd182fd247b5d9172642c17fb1e11f7414ca325d985a10307221b4f517ffbe5f3a1df5631a1542234facd67ef0a71c39b3f213dfd54dee SHA512 187566df0004d0ce3100801fdc6e4c34c1e9e35443cf52b389e9b9c5c405edc8cf084b330238f0b396fddb736a4466d55b149a0c5cdabbd4d751c12e940a11d7 +DIST firefox-125.0.3-ga-IE.xpi 468138 BLAKE2B fa900f9600ddfc5b95a15934d514a6d70d09561c7cbad43ff2e64c43687e38cd3cfe1eee6a8ee908fc19b829bd3e4fa1ec03b63ac7bd3c6c4c7418a644c86f93 SHA512 e952bd6e13427dafd7dc6c2924ee22d686c654e17c259ee8fcf5ca7ee7d29b68bde999a1e0b09af3b270503a4202acfc525cda74a04a371e90f8d919f4cedde8 +DIST firefox-125.0.3-gd.xpi 587822 BLAKE2B bb0ccdfaadc6a029fb8ac4f782f11be817131cb39e43201c0953fa22fdc04a700f3353e03e6c39a7521eebe67ce729d1800814fc653bba62b1815b0e4bc26f04 SHA512 bb77f4c2c401a16cf4164110e1c50c04695e876ad58bfc9d18dc83f705b80c1bab4655469d349b02edef93357e62de965638af36722a980b6c2cbbbe2072c2b9 +DIST firefox-125.0.3-gl.xpi 600385 BLAKE2B e15c8f078a3f03078fa3c7f37be8db309ea5c39c8e750341367a1d194adffd9bb7eda35469e553377c357fc50f73a76f06335777e9dc7ea95ef43feb766d281e SHA512 779e314f6dbdbce20b17def17e2a6becc61bb67beb19722f76e7147a55428f68cbd3f384b05047d17be5ec69854456d24482d8fa81b69bafa55a42917808cb28 +DIST firefox-125.0.3-gn.xpi 627320 BLAKE2B 68556e4c8b7c3de4dc03449748556b53732239751e1ee8a1a7df20e5eb08a22fdbbc5e0aceedbe335e2b320fc0a79c3d3a69cb8aa99f133ac1de4126f4f4e77f SHA512 aef05941367e2e9bc61d502fabcebd8d3fa8774f946727a76c759ee42b250c562dfc76632f8d715ada0c26c3d9dd68689aa87fc424bf73a2952fe3cdc8743910 +DIST firefox-125.0.3-gu-IN.xpi 524056 BLAKE2B e1c8d3318e8801df33db45cf912dd9c5e7a79fe98e8fe176dcfa254be3b668174a89d749c00d4dd8e97aa7a0924fd8365aed7cc93b460c415dcfdf62a1a1b896 SHA512 d34f46c056da415ef818e7ca67965f62233e58f9446602786032f634419a25e87658249ddc6aeb2ca778c61bb8a3e6d6760c4b43b202c6ec7e70c9a75303e311 +DIST firefox-125.0.3-he.xpi 621416 BLAKE2B 0edf38788c906bbaff50467cce8ad39dc4636258edce78de84be7b548c34678cd1af21ec5efc3e7155d370030b07e6cca8df812e1619c1e47258276581d11c10 SHA512 fe6e1dd30938618e346e13093a62bd3e396fbf610e7e5a0df28e89cd5e93faf04d952d000f13fed939dab43eb6583f4d1ca006be9b2e07ef7b7bd0640629622b +DIST firefox-125.0.3-hi-IN.xpi 562178 BLAKE2B 3c0e296549fdae27981a1d3494dd7b8ed007f67a40df7f258a3a1146428735c2fd7d5456fd8d208ac8476b9dd3e8cced8aabca089308a49254bd0e07dde2059b SHA512 a575ea38d7805da632d2c35d2cdb722cde7948ca905260d2ba7f5b35dc1ccb0d066355f2e758a50e04ca5369650e5abb9b2dc5878ef9bee78ddaa16a337c3348 +DIST firefox-125.0.3-hr.xpi 553346 BLAKE2B 7d924aa8f794c3b750a2332c4e224cd04f5746930a8fd927e0175060b4c242107cd83f1ab7b35af3d7d6d3b26ae50639eeaa340a160c9e14319f6f30ba53e5d4 SHA512 be492b331cbbda9d07a7b4bd8feecaef4737ea371efee8a89107535d8c0ca47b05e4ae95ae3badf7bf92bebe84ad495700f1b583df5156fe824f172864a4f9bd +DIST firefox-125.0.3-hsb.xpi 635477 BLAKE2B 9889544d74c19c37defd974570b723b5f88a42b97eada9ed7abced2ec664e4d0d7d24f8e5fbbef2c0b050443f9c9775868afb31ba981be7add0a38d571c3086f SHA512 d6814a048c40eaf6cb356265ac056c8b72216a075e7229a6cb43b6ff134c7b9283aad02b6f11fbcb9cad31e21bfd4d891ac875173055cfc78abd7c164767280b +DIST firefox-125.0.3-hu.xpi 638697 BLAKE2B 630071f084d16ded440c01f15b4ab11fe7681f762d2e93b4b79f70b6feebbb22922482fb1bf219b8355416481dccc5a5ed130e9012baa85756d303b05df4abaa SHA512 e6cca871330b3b8eb9b6743f93bac43e8bddff557925460be14dad78daad01ae3eeafe5718a4bc86b8c552de3f45a30b5487d97a8bbaf5d21b76200f277431eb +DIST firefox-125.0.3-hy-AM.xpi 615141 BLAKE2B b8668ffcd37c5c5d3107746f0206cb66d45756f93ed4ac2694cdc55bc12d68e0451b2dcd6d2b424e93dd067c7c0f5b455e64ccacb4d5bfc6554734e072eaa01c SHA512 f8dc7522dac3f7598ac60c94f016d05ee7ed869e29b45f97598131f84f0f45676e8955e7ad434d79f3555570e050ae372430579156ebfb237c8e1927a9b938ab +DIST firefox-125.0.3-ia.xpi 598520 BLAKE2B 9f0ccad39357dffab78333acdf19428c1618cd5b2793e8ebcbbacef27da008363f54162d0211affbcc6cc12c07fd91cb437ad09c5a0bb687ea0790f15efbf6ad SHA512 b40427abe3c9de5f48cf0ae0773ca68526caed16ae8d439f41156bb6e0219813eb3f14155f4bb42e82b218f1cb86c4ab0c17fd4fd2cf8ccf57be218723ce1407 +DIST firefox-125.0.3-id.xpi 570572 BLAKE2B 43662f0f7b668cbed1a1171424b4000e9805d7bbe02edc03ee4b90cba4b33cea914a976dcedc2839dfd3c7327546625fe8a266a04c47cf49eeb180b0d924fc08 SHA512 eb23cdadbec09d9be4a827f9b22e954d3d4125a4455e20deb0684a98bf6dd337f5689ecb9c3178a4083353b8f03621e66e8f1a64c5a608e472febf97917d544b +DIST firefox-125.0.3-is.xpi 606605 BLAKE2B 59e8583176623d830f6682867f0dbce78465bb3016e01333bee17b80da6771ca58df0ea2197bdc59bebb3e91f7435152dcae848d01d3ac678adb6955d2c9d804 SHA512 64b825f5cde68dd05824b5f06f6a1ce0a92b136ffc90f296db4162d5343b20bf862a177d41f881d8bb721c3a9a1a3cb95299ef93b70e287c05af76a6110685a5 +DIST firefox-125.0.3-it.xpi 557455 BLAKE2B d1b300cb596fba5050eec776d31470028dbf501ebc5de5fe48ccd5ed77f164c068d8b0103f5dbf247a545cb0644d71cd863d616b94f80c2b60c06b31c70b2b81 SHA512 49c4283ccfe8ccc81230b1ff532faaf9ea738e4553c8afa85a71c9c60d77e066a9d4e7d17f898c8507be070049692912536ed9db8789cbc71988fe49928a96d7 +DIST firefox-125.0.3-ja.xpi 668136 BLAKE2B c4bf40554c700a6d9a8982ae6faa7be15807d6fa70c63704c3ff38af85a2ebef9c8c887c0a641aefdf75ad6c0e9a7d8ee4fbac9f75fc28bde83408b381736bc3 SHA512 80185c746a9d73317ee99190c5dffd5fb29114fda19e3028ecd6cc6049efe831a242f9637a94661f9282800872735328ca0bb28231444a17754478a69af166b9 +DIST firefox-125.0.3-ka.xpi 656910 BLAKE2B 7eba081c7d0ec7f4e5f3204d008055513e0cda250e1b2d15f9789e12269e116778b3c58888b547f08fd75feb229afe7b1029e838f18690a851b01578c6ef6441 SHA512 a464b1717884375f78fc6bfc60792591e2c9731e7212362ecd205668fef8c333bcf863050d0fb23ea3661073612c4e846a64351ef39b4c90723c379325d247c0 +DIST firefox-125.0.3-kab.xpi 598270 BLAKE2B 44bd1d4f886f4b03e8888e09d833fa82b457fa27a0e177a3ff1743e5fab381df43e70d2d32dd4d57de32906436dad7a980a2700b1e34cc64732ea2b2435e6be0 SHA512 e83dae9d986aa8ead21c4c33cd27388568d2ede21884886da8c67fb217f7b4ce9d25b9901b5492b8a3fc73947775cfd178477c8c5837c104b6a96874f7bf1357 +DIST firefox-125.0.3-kk.xpi 695561 BLAKE2B e3695a764c019c51b4b86b1b5f4f3836a4a2d52f272580764d68f061994e00c36adb7d2603c5fc7f5c3326c53c4ca9ab14c29d2fe6c29e6b11c3117970a453cd SHA512 5b2052f6eccc83cc8bb01e26ad5647b0a6e5c8435fd808ec44adf20dfb726b1846c5c7b9c9319d51b55304d92e8a1531bf77e1ef4a8baec40ed6871c99616a0b +DIST firefox-125.0.3-km.xpi 522564 BLAKE2B 055a62bda9493092d9ba6a8ec9b03114b4cbb86115c78e4bd9772d4db6d503b8bae43ada99784ad7c4aa2476479175978d9c92ca5ed25d79d63ceea8b8545665 SHA512 67c305d7fd6f53bc3c619e38c8c0b6aeba00e739d2fb04ff836de99c05304d65194e0869db93d075437de12732ac09ad66dc533ab9c188f61d71479fef848290 +DIST firefox-125.0.3-kn.xpi 488079 BLAKE2B 1e13de935bc346e6800c23dbfe567cff7e53a93eaebc246dfb44aa2d218f9db82f1093c8e6946ab4f594a7afab5644065a4fb9ec3f5fb8db5eb33312191e9938 SHA512 b1e903fca7435fa9e76b7e5556b505241a0768965623e7294e6eaf32e522014bd95c310d2ecd87c8a44940186103772fac927010f2e0a0ef058ee108e468b4a2 +DIST firefox-125.0.3-ko.xpi 650105 BLAKE2B 0c78a479c4409d77a8929798b58e03b24a2614c0c5e756556b4ea64ae3c2036485932ee97fbf231818d152f4109ebba6263c8935a13318c2aca67b5973e8dbba SHA512 ce2076b73f1a03183ce7671c14d4f2268534b9b9254d76be0b263b42540619159336e7428832af26978cd52362f339bf46e93d4108a8b554d028bad66698eff5 +DIST firefox-125.0.3-lij.xpi 480894 BLAKE2B cea334a56fd547be0e13c719b4a17f465a2e02b9e41d961aa810ec438280b14797b4554444a5347a807331da9c489b84359ff63c37c4f503a6a0545a43709341 SHA512 80725d38534d58a48221a090c7ac50a06b9a2e399552330daceca04eca647dc39e43e532dea9b80e074685c712e62a69cfb547a07caaf6ee1db14a17415650d2 +DIST firefox-125.0.3-lt.xpi 569212 BLAKE2B 8a010e83be92b12a4344a0b0e67323616719fdb7342e9b39fb04cae0b3f42d8d1e7ab8cf1b94a9d1335825e861e70d160e96eef823090d2180920fe5ecf5e917 SHA512 0e82feba92ed42ac3a756eb482bed07522ea9a4437b854c2e3635211d0de4670910bf4466b39df613dee05028915319f783a296353042874e8db9cb2a9f85db1 +DIST firefox-125.0.3-lv.xpi 564973 BLAKE2B 6e41a40d6945bbc56850c842a67228c78121476e488637cd0ab839d302fc25216439bcd3214396c094326e13d2c03b62a96e4bd77b0c6b77706ce982b96a1cdb SHA512 2fc2e78d913103bcf1ff6bccfe012d2e5cc1171d1a409ff1fe14cefeb2c5b042718b1b3d0ef975b955c19852c55472421e0841cf87cad3ece04a2a6faf084cbe +DIST firefox-125.0.3-mk.xpi 490021 BLAKE2B d2465d7ee27f887fe245b316edbdba0c9ed145bf6fb041afe49e4c04a29d50faac2cae0db168afd4d41025a7b9557d29ae03829f1e5fed06c059e817f51316fb SHA512 d8c15640554e69db1e7767629a8817aa50e09e50225f8bcdc8cb92bec22953736e52641e564574e38c0f007f7749caccb60f89f55d85957276d58be89a6bf363 +DIST firefox-125.0.3-mr.xpi 528846 BLAKE2B cd22f36fc33fea7d9c018a12079d74fd9019bf0b8a081bfdca6f314bf41f41a79608f97a06bd91dd5e8e90ac487115ebc222aa593f61f768552f37fdf1e58c9b SHA512 d04979be034fe52bba1cf10ccd5ec03c4263fbf50be2692b1489992854531e054af5dcd9e5664cbf2666900a3a0d32f26a5dec86f5f9745b00b675e6748dbe22 +DIST firefox-125.0.3-ms.xpi 446538 BLAKE2B d53d295a9964cefcc8773e966d6bb84afa9dd3166714f1e7208eb7efd2c56e0a9d4f68c2e0a31c2046033a5dcf716ad2b73970d0a1a67783fcb627fd8aee1bca SHA512 ce8691dda6e1211a756907a66b7da1243c4a93875f6f107abfb45ccb1dcecdda2aa56ec8e1b65e97d462bed568c36a1c84a1b66d2e7e11962daf4c10611938ec +DIST firefox-125.0.3-my.xpi 515532 BLAKE2B e7222d4387ba1bd01e47cf4976315d654f279799efe75adb35bc6210e6d38416f8e035506db4875dc9ff37eb0e0639e1f292756cba506255b52424c914af3742 SHA512 0b5eceaeb957008bd6be21fda6bf202cb478e35565696751ff61494232c2e25059a0ea7041dcdf7265b99fd1df2f8d04acc67acf60dc5853a093b8dae5d596fa +DIST firefox-125.0.3-nb-NO.xpi 595745 BLAKE2B bccc346a747f621f9614a54a82102fad13c7bf6c8d198380367a3741caead075dc7dcf792bb72153e1eaf36eee6ff52074f45ef25d56461a5211ba74c50b1b2f SHA512 63aa5c035acc93cc1dba95374625c30a43e7ae6140e3baad8e425d0f0215740b23d6582e8e785f1ef712a81bebfe63ac5680ddfefd6149a92f133954a617226a +DIST firefox-125.0.3-ne-NP.xpi 494583 BLAKE2B 14c26fc11a358ec983eb22c4dfd1c7103a78ea358539b10f41fe4ad2b6098640419181f48335bde3140168835df0efcf72feeeaaf0f3a4917628df3685b2132f SHA512 52403562342e9ad6bd8139ed71eb391145da0b8e9636a0acbef239e8a471a94819704f36357a6d9e375a0c7f6d871912932a1b02e82c36276ba0c9c5a559edc6 +DIST firefox-125.0.3-nl.xpi 606351 BLAKE2B 75159e5b63880363710212311aad8a1e06686912a86b26d59dce80d6e728263aee4191e8ff8c988a72760a98f5bd0f7e546384307ea2671d2978fc8fb9c58a61 SHA512 f33c74394029d7713681b321ac912a876ac24150180d138aba4319e46c96d8370c00e1a9eba4a465a20354d737cbc79672b034dffa5b7c710b3955f3939a6e4c +DIST firefox-125.0.3-nn-NO.xpi 591524 BLAKE2B 6bba3224d0c023b549965a0fe14f765b52bacd66b6f17ef0d038451c73b112acfb3f0faf0c67895efab56a890768826373910da9499465be9969e9631f00bbfc SHA512 776e8cfdcb4290efeecc6970969e8c801da6225a0fc0dd63005fde844d20e855d2746c15deef4e5f7178c2ed0c7f66f6ba6ba7dd409be8648ad5637d25a3c480 +DIST firefox-125.0.3-oc.xpi 606675 BLAKE2B f89fbbe56ac77f0e3469bea939e2272fc6631cf0e37d0b125134ff9fc7e1f10a080fa464e84897db269ce842a7dc0e7ca78ccdcb3ed3a5a83f72bca4ecff755d SHA512 9f0a33e0dd212b7194764930d73ca428ff225530d44a83d16f3fd18fb5173a40aebe60072565f495947764ffb7188aa0e9cc7b1212c0996a576e84031bebadc9 +DIST firefox-125.0.3-pa-IN.xpi 678972 BLAKE2B 682104e87351dfae7575ee0b881bfa0fa7c280924b4f4ed752e7dd3452371c0f8633a330fcdc2cc270ddf590e4720858c58457d6a94a06d33759dc3dfb189cff SHA512 7ce69cd29105da5451504cd4a0652b22c7bbb2eed7089054d55851ae0c6bcb76aec437ef8574ceebcf0718db213ae230d81db5bf865217d20bd9bbdbb9e58e0b +DIST firefox-125.0.3-pl.xpi 626586 BLAKE2B dc6318b3d2bca0049a17815f60f9182171aa9e978263a94b5a0bdf92bc96374c2b474c6e5a9cf17f76bf6fbc1f734dc2527538b84277b3e3a9ab9bfe9a6af285 SHA512 c27bbd1c3aa91d720b70f35d81fb2e031b55d2fc29dee113e6a35a715bf7fedb4c3b4033fe1676908fbe3645b1029f466d0b404e9338a8b505aef4ae2797dbd8 +DIST firefox-125.0.3-pt-BR.xpi 611070 BLAKE2B 05351537b31e2145ab460886313e6dd3f0fd04600e0f3186e7b719be7e241b271ac626a5118bf8c388c87192599a184a63ebb1cb018ce3c673ef0ec282400be9 SHA512 f81755d8641000a232347aba02b90b601783918ef7c01e321bf8e402598e4aa819638f082396ffd328a3b1bd8b279aeb5dcbcfde00d5be43a7cfc839b04adc2f +DIST firefox-125.0.3-pt-PT.xpi 617168 BLAKE2B 5866ef4728a16464f5172b075d6db862876265b2f14a11f0c6d10e7ad3b611e388278e30c65ff9348b9e9998d8121102cac79dd33dae4c16705bbf786c3d4108 SHA512 4b6274f047fed969a60024cb57700d9ec30effd4097339ec6c902fd0fefe71cc59bfc6645d6d117cde40328d1f983a1354e7373706550634f0e0a25c321f56c5 +DIST firefox-125.0.3-rm.xpi 605680 BLAKE2B 45f5f92da103f23123295341ecb47ba4939e8552088021d13c64392b7cc6b9d1a3a5128811eee531bf10cf392bd001f2298777bf06244c403740f871ceaca46a SHA512 599e5960c3b2ee7628366f40a1dbda2a86aaaaf279f1370e4be6f4141d724859a97f1af862934e2b2027f3e041ccbbb2e5ef9fae50a9369115b071f14959a72e +DIST firefox-125.0.3-ro.xpi 546356 BLAKE2B 6e649874d0d9c461550ef1e123b2f7fc4c6a6c1716ee63f90be9f38b9f61502712f293af72617916f2caf32923ece9483d5ccda0cd58fd346605d298dda10eca SHA512 13a1dfdc849bfb84776a1cf63ba7d54555b04a759e6aa45d7280715ff771d5b7b1872fffcf1ee89b63709867e79d05830c86edaebafbcf8fd26159c01761d91a +DIST firefox-125.0.3-ru.xpi 707743 BLAKE2B e0cd2aed507fafbc2c3039e5b1f13d5454b7c6bdbc99e3b177ac6c6a8d098d5ec39d91a9319b123e53e9a7e92328aefb1733417d9d792de2d90316929b5210db SHA512 268d624e347992677f6a4a7cc17d3e443fc82964f44dced76514e64c2c419c44a1b1322b5398097ccbdea32e1e3bb8a9f38658b759c0015263434ec08f327fb7 +DIST firefox-125.0.3-sco.xpi 507976 BLAKE2B a68dc60b4df1e457d61665faa3ca16b3bb51155bdac06ee0d87a4b71fef897155774ba7aa4617a13ea8000c7fb0cd64c2d9f876c3332b6de25b76dbe23f4dff6 SHA512 7cea956cd3107eaaeeb7f59358290396fc09f795852e61c616b8d5671b3093467d898fce6a9e1fb28be2efe93a9129364528074f23a444425855b97c9740dd20 +DIST firefox-125.0.3-si.xpi 602396 BLAKE2B f7d5b179de3753008508c844ae37f8ac006188cfc3a070f757f096792ec7f18993801f97e9330c7968300090bda4e04ed75f08824e475bf25d1d9c364ee7ba51 SHA512 d5869d5215777d3b9b2fdb1bd323dd319c5cbbd78b34d784b62603770b14d20e0ebea96bfc274f17cc23089192cfb75dc17db1dc56f9739e5382b5f177737f0b +DIST firefox-125.0.3-sk.xpi 640884 BLAKE2B bf6e593dd1d540f8404c9d7993ec5b9f160c08a98ddfe4a78a395beb0187643c2be522c1dd2d29eda2ad79030f18833289732ccc0d80ef4269b07cac560b2ec0 SHA512 bfa9fc269e93b2d05ab485c8b176b4972d33553ecfd3e5e856716b090c31e8c849903c7f3a0d58438f7c2cffe15296cda3ddad69aa50381f97bd80206cdb49e1 +DIST firefox-125.0.3-sl.xpi 606613 BLAKE2B 7b038d841ebc4911d84122465006dde8a10c3dcc575b4f11f966fe90b415361358c21d3ae3fd77ca6401197ce80d4b3e77fd53e55dd8b5d3779bfbb7fb235a0f SHA512 e051fdc1451ebefab94c4047588c2aab529e98e0d68bd208950f5edf56e6726f30d35d554bec300245dd15fbc2a93225d39768270e3146a500d7182cebdfa7b8 +DIST firefox-125.0.3-son.xpi 413576 BLAKE2B ca2265afb89537b8ae1d3f7775993de8df4a110f0f4d704925966c8f03f2960108412f7b7c8c8107f10221eeaacfaaed6b82d0b289fae2fdbfe75d94a76bb31e SHA512 05bc4dfd3587b2c3f8c5ea2a1e529e4c4e7426ae42d971604b9f5a8189d180a13806fdd0245dc705b038e982f3311e23ee78fe778c230a3b46ae21809e8c19a5 +DIST firefox-125.0.3-sq.xpi 625803 BLAKE2B c19e8f1b072157c627eb9b5b553bb7209479beaff2e008a78de62768ddd4f41d8f40e8ffe9247307696f64836b4693a4a1717e77011894b113e66411740d9de5 SHA512 ec38b5de4ba61c339c102ee9c0ca1636498dbdd27ac0690a35302c90ef9a04f32f21df3429478fcca585e5cca22e062a4f3e0edd71e74bb3fd82a7af60d5f07a +DIST firefox-125.0.3-sr.xpi 635728 BLAKE2B cdb5d45dedbe17d560e8dca5d96d414ee0bff899b1de3048f806a2b2a738ca2e559a6ec46714dd339c2886ac9ae3bd2a00352f2f19f36b63a37ee36275768920 SHA512 1eccfcf7578ce43f2286d1263a6961b122ecb435b2ac4f77136a926ca4e1640144f6f5b18d302e0673f1efceee39d48ff7e05326f0f17c3fd78185d9252cf9be +DIST firefox-125.0.3-sv-SE.xpi 608287 BLAKE2B f2a917f7ff5440a02e6e8b8ef92befe877213314b1a622421fb91bc157431825251c2d00987c966907a863d906cea15d45011c3490a04a6b8fa39f65095312b8 SHA512 eafd0b52b40df68be7c86fd5d59e4ff3f91cd21ddb64d5bc5b5534d4b2c160c4c25433e234e5106d1b2e0d62d7714fd16c1b3b39de550efa263e5c937619e9e3 +DIST firefox-125.0.3-ta.xpi 504350 BLAKE2B 451f0b264a054f341f6764d4a37eda1b9a99e36701df2e5b8b7f4b9031dd4c0a595ddb640e7e24b25cb39091d076262d549f0e0daa71694fcbed12451c33685b SHA512 65e4a20fe16eee543392a90cb22ed32c8dbf28f954f9429c28f71c1d062faefec8d03336edec3a2ed2df3dba2f2d22971b4cdabb40ac95d9872ab8d8ab96a400 +DIST firefox-125.0.3-te.xpi 555760 BLAKE2B 952385c02e50918ddc94a9edefb06ddd6aadd942723b7661ff27ac2a0dec6eb771cdd35d63f6c15d4136df67cb9c840456399d33f130944054931e85f5a20882 SHA512 7d77943e0d68526daf1355fb6d39b24f48b690e93bc2c96b8cbdc2ea27f014f5076480d1ccccf93a44072188e08f046ec76c3b4c16cf74b390a0dc166fcc84ad +DIST firefox-125.0.3-th.xpi 685312 BLAKE2B befc0f5985106954531ae7a763142968b8dc505734d2212d66e180a799ce04def1c1bab40a3b44e64d30b5680748c1b13a677d5bb20ba43e6cf6d8f5dad6bb1e SHA512 f93ed0d7939a53f61ee7e211136e528ebf0ee34e7d238359aac47bded647a4d51d74a1db5169bafd14ccd0a47fd79174322e08c4a1392e6734a760c6228e316f +DIST firefox-125.0.3-tl.xpi 530821 BLAKE2B 4258240a6657bf787cf743c83ab3fa7c46da330bc3acc0d31a17bae514d9d76764155b131f6e4ac13413eac67f87ce6b8dfeae372d9e31975f002761863a96c2 SHA512 d5fddc3fba29770cce5a9d9e3beeedacc7ebbd403f6b2b27ccfdad67ff63aa66de41748d56fae2dea7c82cbd2a64cea811b37feee190d9da4707790a37d18d60 +DIST firefox-125.0.3-tr.xpi 621051 BLAKE2B 0d567643e7b0d43b0c5d3055e75d0159399b1d3833c8b82ec09bac44d5ad62b726df63da4bb256b398f625b7e76eb4573017a55149a41809d7aa2020dac00ec9 SHA512 c65b8cc957a6b9cefdbdd55a96b3db5506ddd0f87f1016630f8bced72bfa36c9dcafdbc075ab485ed1a36131cb426f26de37591fec67030d086b4a0f2f8dbb09 +DIST firefox-125.0.3-trs.xpi 500807 BLAKE2B 9ec370cd3f3aa4f2a92305e1049867e029d8ecdb3a1685459c26712bd4c10637ef4e40a7b62f90be803c0b5f7f82f31faa209f896d4e5a82be08a3ff4d4b15ca SHA512 23350652c8627d63f25993c6e4c0fd3fe8805462eae390de4692e078ce1fbb1292dce505b3cdf0d81248747d9279a389e2001207ae01da4acfdf4755defad4bc +DIST firefox-125.0.3-uk.xpi 700079 BLAKE2B 392c1db1ff9ba0342cb6a21b1b2a31a2d087917eddbfd6ceef2dbd95f10c0cbd47c6b2883dc3fd79dd6e9b2d8033a11b7e4f00be0bb6f42f9b089be9c1519f4b SHA512 e76b6a6934bac3088278ad9586ceb1deefc57d5f91a2911ee2740988a6c80dfe93da86219a39bf74fe7dc06ee4f3422c9feac19903dc2bdeb7448567f0596b13 +DIST firefox-125.0.3-ur.xpi 557250 BLAKE2B 968106a278ed241c09d5ae43e487c07b54602cf6c2fd9690c0efc76a405404dc0680d5951445a59cfb09943b3bf4f7246edf8cee6476afd91d0989439c6a03a9 SHA512 bca6c83bca210d02ef7959c39a6e06e1c49259e53f7e0502c0c61b93d566367248264ce706777e9dab2169c3957be39869288096f30c563b1c4937cd74a9000f +DIST firefox-125.0.3-uz.xpi 475760 BLAKE2B 35448f727ce1c60d620404c5795c0e3f84e6fc92079653fbf397d88bf47a4ab52d459e097671b6f717f4c6ee7f476392aaf0a87df57143c289e57ff26e45c00a SHA512 e3c2a4fa4dcd4787355eced1ad98ed65c6c5dd7ee619e0aac299e0022941ad87ccdf8ef10b0d01186ab0130210629d724772bf0743a31674ba72c996fff62cd5 +DIST firefox-125.0.3-vi.xpi 645246 BLAKE2B 097b6b948e75936b3602f476165380d10edf57b253d736b621c122adca4652a919d22b86c3e8bb045bfa348bc04e67c5aa47bb423622c33d8ed4b020759ead9a SHA512 1c00843ac55afb1914ddb7b33776202daa48156e774699877186cb1f7c9cc11f53f266d47acc09d97ad87b311780cab0dd379b947c2fbbb5a2561c5dba5838dd +DIST firefox-125.0.3-xh.xpi 414332 BLAKE2B 0830d61baf994a669054362c3200f0f1798e7d6ab1e1cb89a8d63e08880a07593d56ed91cdf6203e8cdf54f9ede14657100fcb258eb76c8b1faad53a4a4ea2ab SHA512 0fe510544373f0f1bd57e59032ca84cb5ce5b67ed972d1dd72ca33b6d90f9aae4ca0951c694d00195434c25120440b0a4da4fd3dd9ae92e0cadb7054ed536375 +DIST firefox-125.0.3-zh-CN.xpi 645753 BLAKE2B a21ea3af45235dcca0378a16cbad27b56b135a03c958e4ebec2f9f717aee7b3a3b3706e39e2b1f1a6ddceacee51416641c9f166e2d5a428f7df476dfa483700e SHA512 8ff3f3882aefd9f856bbee20ca63f6341f2a0ed9b7235030ea9c63b3579a6e1125214aa2f9aa36b639b2a87a67326c2f12184ec9f09e78f954ea8e7a26aa49b7 +DIST firefox-125.0.3-zh-TW.xpi 647651 BLAKE2B c05d06c30de86670e0baeacf2127cc53cbc8239860d01156f347d1bf7c9fb05aa568c4ac369df87a08fbad29fd2adc632a9ab6bd60fed8b55a64227646bc5a62 SHA512 44990a7f63b54e931b6d001dce27a31b3995ccf94fcbb7322f3e0f7ea806a5dc1b76a206066893d7e56616a2dd142ea0f81f0b4ba8b14286a0dba8d9ba4a22fc DIST firefox-bin_i686-115.10.0.tar.bz2 84198828 BLAKE2B 0c1c3ba0a656bb2b64ace3cca14708f22a9635047aa9f40a8181e480150b8a388d7ffcf8e0aadf06a8517300eaec173525ca7dc0b940018a48c8db548841ccf9 SHA512 12785b3b16d1d0ca2608ddd3580f6fec21ea5c0b849b3551145959140ac0e4c9705412d4771f4db4e07154d3b9974100c76f0edd2e045b0a0d08ef79ffd78a60 -DIST firefox-bin_i686-125.0.1.tar.bz2 87586792 BLAKE2B e937ff0a21ed29b66f2b4bdb1c6abe16d4416a227aaa7eb8d3c25dac3defcb7225a66f5ae7efd350d72b803c7ca843404beb5b0dd72254e92f2597fde759cb94 SHA512 6cd9366f93151469b3e2e043cb72c0142e6bd2a319c8fa796b60cec77c3432a7847ecf8edbac343b2ba89055b78380006f54ea7570bfeb41e624098df68da61d DIST firefox-bin_i686-125.0.2.tar.bz2 87783087 BLAKE2B decccb441a751dfc83338704d3c873d30890ebae1d7f323cb73282471387456147c6f6b12783ee421877a094b28f8583b5b68cfef53fad3b7645deebbdc8ffa0 SHA512 87ab13d01a82a3d7f01cff3cc9f66dc07b8b093c8a1f33994b64878bad12cc9c5df5d1289de7ca87690b76eb4fbb761f4ec78668de4596e681a643067ea5de7a +DIST firefox-bin_i686-125.0.3.tar.bz2 87757520 BLAKE2B 8f2d1c9cc482fcfae8b6e4ad072de974aeb3ea049aa17b9659e1501db4ff07d428b1f3ee82dd06c3e47ff677aa18b7e861625b23bc1126a3a2ae9672e3e82fdd SHA512 57a10ed04c8c1fef826f975055f797be186d03247375b14a0d2318e99c5a306e1cc69212397a05e1bf7cba76fe8c7b26f78f6629585d16c0c4c485572220cbb2 DIST firefox-bin_x86_64-115.10.0.tar.bz2 80568370 BLAKE2B f7891527e45c30e2f0894660cbcb08c6ba001f0f2e5bbd37496975bf881adcb7153f00aded98785b7a403a1ae43764bfbd2e3e6a3ff80435bc8b4f9f85f84abd SHA512 cfeb0fa700a06b4cd53b70c2e3a64e145ad3e7c7e21e47adb8a6aaf727203ce0fb363b9120ef4cb91d86d48933dddce11aa04b866c1880869b218d5a43b07205 -DIST firefox-bin_x86_64-125.0.1.tar.bz2 85945370 BLAKE2B 610104b4a108473df79a31364df9d00fe50acc8291909b6b7a4cf1fde7cb286fe4d726a7583e08c43a928c6440891f7122d3f4f17f78a41eabfd3a3a8d4888e5 SHA512 c153c5ff3b995205ef39026fa18fa16a78935901ff8bbfa0fbc2efd48929e26564914f3260b5e8c80c32da7fb8fabf67b7f26a29290a43a85d5d5b3a43d5bc5a DIST firefox-bin_x86_64-125.0.2.tar.bz2 85793507 BLAKE2B e9ef22011f2b9fc4cda77a03c7c59c4440eec7fae14eba75c7984b9000f4376f25e7ba7bb4ea3e20f1cfe8701143d6f6b6a199b542ee532a3783c14194446d3d SHA512 ddb25a4bed6f6c09d251dd93f7c0b13fd3bcc57dc083b32003c313686346f2034e2e693e43f1a283a061840fb62282df43e7864f2567c33d5a29ccc1e372f160 +DIST firefox-bin_x86_64-125.0.3.tar.bz2 86003134 BLAKE2B 9872c1044b8c5229ea4cf9356fbcfa68814e8a7ef5e96a1d7d11f694159749bfb2efec2772ee8f7ac34e0e563b6918b68985b82aa8ab4064b8a1ad3330f5776b SHA512 10af89a0116daae89628bc6b837fc92d026f3fb8339674c7ae5105c430626ac232f4820e51c4825d2244e8d25c984b8b3fe604eb296395a9829b993808bb58c5 diff --git a/www-client/firefox-bin/firefox-bin-125.0.1.ebuild b/www-client/firefox-bin/firefox-bin-125.0.3.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-125.0.1.ebuild rename to www-client/firefox-bin/firefox-bin-125.0.3.ebuild diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index fbe1b113f8ed..c65637fc6655 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -299,410 +299,8 @@ DIST firefox-115.9.1esr-zh-CN.xpi 634780 BLAKE2B 88d18c488a76102951e57ce0f1eb318 DIST firefox-115.9.1esr-zh-TW.xpi 639164 BLAKE2B 13c9b46b00f9abfcf47aff0eb33af8ed5c5bc496782cc69101aa86faa0eb2ccfd37f300bd29223ece95722e49c4eb693b1a94530cfcb56e0a5db88258fab7ef3 SHA512 03ed70c173531b51243037fd6483e5d1cfc13c913922bf904089a7723143f62805ace58024bfcbc6cc3fe761c5dc7be75fda615f8f9274a9b8713b88891643b6 DIST firefox-115.9.1esr.source.tar.xz 508070816 BLAKE2B 5182972f45edfb9ec6b23cc2e869fe86237bd51bd23fd31058d03d9dc98f0ea2dcf57215d61d724e08f98d0e0771b86b5e5ce78ed03c3ac08fac60ed4377f890 SHA512 9ccaede2fcda13a07f98a2110bb8f99c7324601d66bff311f3070a669576a1598fe1d7de2d005d725d1f44dbe3934a9c0fd0b7950f60686047d4ce8d9d812310 DIST firefox-115esr-patches-09.tar.xz 16660 BLAKE2B 1dcdf62f35013b82dd70bf00c0505394b9277affcd1b1cbde92421778f4fcc146f536a546c2db8d6a70f92d40e4b1c96927fedec54383e6bb80bd9806d9b4461 SHA512 e003d0a2a5304dcdd0851b57ceb11993333326c8221d5d99555cd0c64090d5eda1bdb2a2a52e605f6094a3214ffa2238e43d57ff64eb7d424ff54b8125c16f5c -DIST firefox-122-patches-02.tar.xz 23168 BLAKE2B bcb29800555dd5c919d10338ecaadb2e9591d2dcc8c07e06c4722bb95a053e5581b77212c963783d605894c6bbef4a88e44081c85340703ca57a1d567628cd96 SHA512 c1e995b937150a9e68a6c1c3ae5986aa9386382175cc1bf128c0daaf5009c684f5774fe4baaf7878fb7048fffe265aaa5179865a4d82095e609132258e83dd93 -DIST firefox-122.0.1-ach.xpi 455275 BLAKE2B e06da7ea5fc1ac1448b059ec7eac339338289a262a25fe108ede97c2d31e5a5fae138b2301c9e42a2be93a6a1bdc865590bfdefed06315a1dd4c825a808625f3 SHA512 fbcd98e8bc9d07581ea952bde18091718c3d1f4f203150f1abd87707be380f9a9f1523c57c7840c451b4fb8dc8c23a7cca8477fd93a1347e7e0cc27494307bf8 -DIST firefox-122.0.1-af.xpi 410006 BLAKE2B 7cc936bfccc9a727139a2ff2872b31f2350463ce54057203877fc915c5f9dcd81ba07ad617fdcc2b317576fde6bbc74a32175688e56d2b593dac923a295a923e SHA512 a88ff1442a3f3b11c58c7b57bf3870a3079c66c221f9e7f10285d009e2188250ab8c998cbfb148c8edcdf5bc5de3a332b81cc1181b284586131f94d9480cf628 -DIST firefox-122.0.1-an.xpi 496341 BLAKE2B c5f8b3cef83734e0f5da3f148c1fff51cf2fc6f1509a702343cbdeac5796efd7fa3619447a65ac44cb44e0d07b8246ac7bc9e73be95ad8b01a2041688be579c5 SHA512 ffa1f5a02658e013ed5a4f4be32b00ca22e570d6f2842ddc76cae088cae2202066c42d68b642748d90c4c43b90a01c283ef91fed3066b659b3bcbfa0294b86ce -DIST firefox-122.0.1-ar.xpi 589150 BLAKE2B 1361ebe2f24f99e767c254c89b4934aa3988b36d6597a6f812d50c6021c422f2d04fb2de7c1f460f4f1d0692fd4991c2535fcf92fc6e99002ab308c4de7dc419 SHA512 7b83d16467a6ba6b8ba840e337fe602eeb8b1413f5dae6be26aafd357e0f0d4875fcf8f73ab5deb6eaf67fc49c55c393a3fefa685be2b360ab8b194832a43e2a -DIST firefox-122.0.1-ast.xpi 487309 BLAKE2B 28eb05e20637c211f3488dda00b337807ecac9b0f91c12c851a24ba14c4a2c87df8de8c0f1dbfd5f95d027da81a9454054f4da81e03121e82c3fe3c5ee1d4259 SHA512 979799b6d2f52f9bb0a925e3bbd6e5a6d68d77d082b2530159c4750de5a727dfc9a35ce5a955c5f874ac361255498b281b22c253bc92249aa61388b563c41344 -DIST firefox-122.0.1-az.xpi 481590 BLAKE2B 64d5e9b5d90a5754fe7602a81207073bd1615a337ccdda27c57286d7514230fe4f7248099875f89d8d1f9e18ce772c4f0af6003a7eeb79f40a8b60cb5b7f888b SHA512 6bc6c12ec87b3e852ac0c42f90cf9b6ee206134235928d713908eda7a75ff5e64d9e324537b1b2e00a5eff69e6c86f056bd6edb44d7f7e3706788278c0a2c06b -DIST firefox-122.0.1-be.xpi 690077 BLAKE2B 86522a41ead3278ba9bf935007eab61c60a5e622ce9b67103a071e2b9b7a8693af844e6b31f024fa4cdc7a902267f0d61d2f012bd232f595aa2985d29c6e0844 SHA512 b299bafab140615b48df6c75f186809bdd9aea89083d9eff01d026dc7779eff1d06b7829c6beaf9904048eadf05c34a9389b676b3f7ab7c65e36246864755618 -DIST firefox-122.0.1-bg.xpi 590025 BLAKE2B 31d12d8eab8bc7cdf23db226a1383ca104788c1058857f701f09c383fb37d32849969854a58bf05a0224b5d0c6bfbee9cd347359240646656a0c31957182b81a SHA512 224f238cded8caefa0d3ee1a205d2479f148426b965542e722fea79a0cefa53433e4d97d79e41501705033651acca4dbed827eb0a1f9155ad3a7c755e8f01d95 -DIST firefox-122.0.1-bn.xpi 571848 BLAKE2B 5d55bc498c170b488ec1ae45a089f2f79734c18da5143fb88ec7faa04aa47f56ceaccdbddc9ab660aaf1d5034e4f97c56f4698f4e6f77da1041dd21e76493c7c SHA512 ed86a2ed6b83b86c03929792752470768d56b4f12e008fb8168f2117170e72353ba1dfc176665d73543ed20919aea8c7ce5bebf0ec88998f4c4c262c273bc574 -DIST firefox-122.0.1-br.xpi 572486 BLAKE2B 47bae2d0d077174da8a1f8899ea52be6d2bac176d33e0d8493919aaf98a58433f203aabe0d5ed62b869756039b8b4de417539e6d011ccef67e609a21f41c5a0c SHA512 08a6f23a904a209075642770a58a28919f0fa9bfbcd916f1331c1554c9dd6b4ad34f4cc20bec339f515ad9dab44e54a0e1228d8b847541a9b70d9f679f77024d -DIST firefox-122.0.1-bs.xpi 461787 BLAKE2B 976618c846026b28fa984e9811d5d25f5c04c2d90bfe31d5759ecf7a5e395f0687d0281aa64ff878a4df3f81fc1b896245a1f68407513d022e51103a13cb9387 SHA512 138bd79206090575e4d2563bfd96316328a99b986cbcaf6a6ebebb21a3cc61fceda27819bcfe0ccb01d8e2c441aaeb0be6e2fd470d1c86f228e5375f0faba24e -DIST firefox-122.0.1-ca-valencia.xpi 536373 BLAKE2B 5afa4d067b0b447fbf6629a91e00c8d11a3044b82954a61b89eb7baa7121f2f9583db5b389b1786eae53690fb89ee2d287465041c9a1e65f3d133640a2a4b78c SHA512 00614d4b1c1853b6a62b2eb2b8e0f9e017cd98d05aceefa321a9a4927c9e4f963b071ce2619adb76eb01210cda07617dd8955b5ebeca1db98521af55d28cdca1 -DIST firefox-122.0.1-ca.xpi 574304 BLAKE2B 275361dd0e9af16a24ec6943908bb77cea6cf7f0668670e977a8ee41cb02d5aa65cc8aa4e20f2a05f9337708db7b9f8d79437a369be3931d8481414eb980bf7f SHA512 f9b568f51c7c3eef5895429eb681baee100bc0747b3909a4c71550dff74b56aa9df5936064aa77a77ff537ea7ec46b57aa770a93058f05c5bf25149adcc476f0 -DIST firefox-122.0.1-cak.xpi 581372 BLAKE2B 08e114a0f286f90b123159230dcf659509f38b33f6a1bd920a8bfae9cdd100f3dcc106a540d42143e9870f574d0f0c813ec95466674fdfe6784780cad5d651d0 SHA512 3883938d57bb6145e9077d0ca9e7c16b31c769add73c14374e4419b784718719cbab01901fa8a2755615b148a7fca061d24bee0d9560417614e37020cb671ada -DIST firefox-122.0.1-cs.xpi 635498 BLAKE2B 05dfb2099c9700464d137e2ab74383ed7162a2f661f2f4dd51da54b9eea1aee3f7f4450b98aef9ab41ee16e154f1d6eb90dcf056b340d6111fa604a64b23d3a5 SHA512 c152679ff8c41d0d503c3bec8fc1b43f76af8249c9aa6d8a462fc70a638259cd49acd4a412f398af6c9af130932bec1a5e286f34d44c5415aa006ffe8cfcc031 -DIST firefox-122.0.1-cy.xpi 600532 BLAKE2B 4222bc3166fd9c17e0ec889f7e12876dab0f22bef6dbac6d70a7616bed44dceaea7d811ed508b86a300c43ddf03e6b44a7c443f3f904e59f9e5bd1fb25450475 SHA512 c00ac225051a6c50d508f84255df04d0dda8a570d0bc0f7267a5a68de78543a1e2adb6bc704a9d54d9cd4678a2f848d65e4d844ba1ac04a262dfb7ca006d02f1 -DIST firefox-122.0.1-da.xpi 589133 BLAKE2B eedc8d783103fabdab8c11bcb6981c4542cf276d702a521966c1c364dda1211bf44770d6c8be84abf519dd2b356a9152ae2884ff225776acee59498f26206dbf SHA512 32790319ad8aec296c4a19414bf051cce5253e1296a085166e99c3a8e95ff75463a93bc888208fb9d6786bffd7cb63a873b7f3fc35a699299f8f37dd19d55a14 -DIST firefox-122.0.1-de.xpi 611380 BLAKE2B a6cb525a7ba9030543c945d0a519916abea271651585071bdf2647d3c74ca67dab1ef3aefb67832e8237b9d9ceb4e6f506b06c0334fdc89f86b3902db0176c77 SHA512 ffd85da51a5d8388ffb2e5f377b0d8f6cec347dd65d48e266ec70f5cfb5451de77b1449f87dd362c7253ce5444fc8edb055ce61a42bb243ba4a1aaa51c5bfb90 -DIST firefox-122.0.1-dsb.xpi 626250 BLAKE2B c0f9675fd585c44160e7dd2fd2d767a1568b8fd5d43d6b2da166572da6b03bbd8bf6666f13310dd7444130c70028c4ef5a574014f1afc3bd22eea189c2e0e8f6 SHA512 1e82d47642f1a4b89c9ca526fbe989f8a70ab5474ba819d03c0904757978981a90e106e517be12e36dde2b7a984928f920a853a8b52f3b1d61cbfbbbf84a7edb -DIST firefox-122.0.1-el.xpi 705640 BLAKE2B 16b7303c58f2db476aceceb40359e6d9aba1c5120e33ee9b79c8b55fc4e651f34006b32098a66fe80d8410e8a8389afaf84bd17f4931d514327a15696c8a3f3c SHA512 0b2dd804a1c3889f2da235b03e717bec01a38511464372bc0d8fba4527b7d3595aef992921dd59e7719c234275e8673865cbf5ecc34d25885695c040fb564e68 -DIST firefox-122.0.1-en-CA.xpi 550372 BLAKE2B 71de55197e77b83c4b8f59f41b052c65dc1fcc88c2615d9f2aa9cbad6a6e966d053ece215cb243d606169b0f1ff79e8c354978eb0a13d41d71c12a3a30c24e64 SHA512 a294c5bcd53634dffa9778d235c50643560e9df049715a4fa787ae906932e834972572c81deb911dc048722b540d4a10960590f69a3ecf4b4c02cb90f080f827 -DIST firefox-122.0.1-en-GB.xpi 564339 BLAKE2B d3c979bd0370fac090dc62a53df2280680fdf3d0e5f164ca8e66cefec627ba44df88a11a5818e874512b1d4ba2c78b9a82c55573dca8395652fcc5e934100004 SHA512 f6bfe96aef79c6444fa92667f2b0f7c7514710695dccd087038e941eb24b1a7aaef6359e83f4712c4a2c61b826415661d6bbf0ee92c28ef074a56a4fa4cebc4e -DIST firefox-122.0.1-eo.xpi 594079 BLAKE2B 39a2bed03680dd9499b483562726623734877bf0b895f7117ce312b229ab4404cbbf782b733366c680c0dbf9e6d1eb8167c97471ac39899a4ec125b1b1284403 SHA512 ecce16466c7661ca05bfe860cdf3bdfe02f53f7e6af36956f256c4b1a02de6068e10b5d3e648b53518b6ec1c98ecf48b8d691a76dd62c5799bffe4968937e578 -DIST firefox-122.0.1-es-AR.xpi 605585 BLAKE2B a4716b30e80e05ea40d88e8c21732457595a4049988386f532b75845a95f40566d9e38dac4897813c4e9aba63d3701963787da99d374f0e90d96286fe850ca9b SHA512 3345e09e26bb5fa39cfa82992fbe4b93fb44dccfee4619184f6ac6b18fd57906e1a28cde775c0993e581bd9e497a34bd561fbc2e30759aaee8718df7eb6301e9 -DIST firefox-122.0.1-es-CL.xpi 603391 BLAKE2B 5b3c2a1e7e6830f8eb0fdaf55b6969fe38cd8dd76628e73a9b60045783241d4c5d0261355b43e2816f09ed15a49bfa70e091dafb8524b775adf7acf05cecac94 SHA512 a763a99450046516fd92dd92ac1c98351b502111f2e6864a6ee07e9653d0cef11150b56602af97eca41b9ae19730ed8e29e927bf15a42489861df07216209f5f -DIST firefox-122.0.1-es-ES.xpi 599357 BLAKE2B 0a6d4efcabaa650a023b1659d17f9762021a7bc3c6f363972d826e7cf7265c0840e454c4ba41518f78fa948bf28f32aa2c3e4a15c737994f6d6d9b6ac7c29ff4 SHA512 1ea292326176583622e81ded746a536f0679a7e1aaf9f30e3929bbcf86a421a9834505e6523a48a3f27844a681d089f8bbfe5ab435effd5db0a6ce3096a92078 -DIST firefox-122.0.1-es-MX.xpi 581873 BLAKE2B 897ddf2d406c76b872728ce90354090ae8e4a172f4b11982a665a1bea129b6846c7fa0c797b7655a2da89629f003da17347198696bf2b9e36ff1efea446d8e71 SHA512 2f1466b5ce06f6566e8a8de5a62492a9c7f00ca20db6cf91fcf5641e520c30f3b90bbe35927f8a7bfb6765f62616ab7adb87866b96a146ac792cfcc8c7d80128 -DIST firefox-122.0.1-et.xpi 529932 BLAKE2B 15fdf77a0843fa7f5443b882dbb5ff6022cd5dc4f36d2e7b609fc7a4db58bfe375d5e025def0d646fd6accf84c6ab58c42974566c03712dde108f18befc6b428 SHA512 f633d811a5f94c3c6a86898c4bff337a8bce1e258aafc802f95efd8dd90a2fb1f22c4a6a6471050e5fdc2ca3887336ddfced76f010dc7575ea2a328c85937f6d -DIST firefox-122.0.1-eu.xpi 579940 BLAKE2B 0416854fac3dcb450735c8fe8fb0fcfe338d619dfa12176fcdf2fb780d5d6f98b5894c26e5e20024fbb78ce33bcff5b6faaa348eb1b6482a3b7fd1ef2a458583 SHA512 269bafe3f1bcea9be38f63edd6cbc9630aeb3230539f44e50b8700f30f6f368a7af46c664d6ee75d5c7968978083d262eb6d3026b5c7571ca5cd5ac35da091e4 -DIST firefox-122.0.1-fa.xpi 580319 BLAKE2B 95685d9780033c69fb26ed0008e9d390ea8f5f8709d728f4f110a981f37c6a6a0c90688b2d0526d107d67ada48d142b8deb9f2a7a39844db52cea3fe59b18b4d SHA512 a8cb7459850d10f2f52eeed986cbf5e26d9e9095ae3c30c4d34e28aac28778e7aa3fe864e6b3c65b44ab813ea231f4e9c7a34bc536ea9d2d0a06d76c6b83d5fc -DIST firefox-122.0.1-ff.xpi 466819 BLAKE2B 8bdf5480dd95487a25793810173321a7b5d7b0dcc2951540e27c025a9ec89b30f16cb1fd862486839c0976b5b4f078dda08b2b91553ac58a131b1022647f9414 SHA512 a84082803f3e806cbdeae91efb8dd702d69d5199261b2527b28d7fd76eb928e4eb05beafbd4791506fd8c97f9b9caf2724cce9aae2592ca849e72cc39fbe1dd9 -DIST firefox-122.0.1-fi.xpi 586307 BLAKE2B dd59f25003d2f16418b38187487af0c88af706f18168f3654321f6baf2eaa5e41ca186f324b8d15d6643d5baf59058dca41e236111144c98105fc9346a253090 SHA512 83e19d20aee923f284d3f3c130456399bc64398a4d23a239287f74c669028cd29ff865fce5e54d170c5cad11c2542db1734c5a2243ade303246044ee19a35466 -DIST firefox-122.0.1-fr.xpi 616263 BLAKE2B ee2239cf792163bf9064d42a1f3651339473a26091f2d2c73976781b61033889fa183057b2af254db5669c7f5e81b069608024894957c9564c108bfc3fdd581f SHA512 6c597aed1b9c386bfe72b727417c3b774b6f234d242d304cdf23ca4f4fecfbf3ad50e3b3bab38fcbbf68b5795789caba7778c08baf891ccdf6519931e0f0f495 -DIST firefox-122.0.1-fur.xpi 609606 BLAKE2B 1c1a5bcdf486c7d3c931d522e3de53dfc98b834206a5b40262d20f8f3d2104e37d4f3ac1beed9ad71a02963c8d706895786314b9ad7d0e5376befff2e453d632 SHA512 e2899fb0a9878a53ffb368acfd8bc643629371e5851834cadf39e54681b062760120237ddf88db960f89595808526c40c756792ed5245a2abd679188cc23d16c -DIST firefox-122.0.1-fy-NL.xpi 599817 BLAKE2B f6a08f6070cc09614ca4d8a57db3f9ad04ccae933b535bd71c33b858ca010df5a1e3c6b8f78bfaefb9a19ce68563201134c76a20e3da482e82d4757bcec99b18 SHA512 9ec418c38477da07050db96ef3f6181a641482d55b09ac38b17d457cc9c85f09247df2f8c2b5e9fd6709d6a8002b114ec49b1a408f27035da3ed43dea3b4619b -DIST firefox-122.0.1-ga-IE.xpi 463172 BLAKE2B d26340beecbbcc849f15f2f98bb6704a155fa04c48a2327103b8a97f6afad594f17a83902f9b7b7ff5cf152e7a4dc3b2fd0747dc9f09a994a37349b7f585ac72 SHA512 0d1c4f259e3393e92a7ab5e6fef1e4b22cce11a46bb85e1c8486277c1cb10fce0dcd87b129230ae4ed0033b5db45b2886b022665916d8fb14f0095cd2d1be7b7 -DIST firefox-122.0.1-gd.xpi 581800 BLAKE2B e3e52f09a9bad0a43762932b7b342870b5f063de6e40757efec79478f52857a496dfca2a402f480b8f7ceb65de19a840647c79a20edd7259b4b2308593389e3b SHA512 7bfcb70dd7dc4c7a303feeb4ca2c2d2d0c3ba05798fa6b4c736ff1497656c266e6fd5450e03da93046fa682b9d1034dbf205eca333ceb411f6a1a2ffada1287b -DIST firefox-122.0.1-gl.xpi 589969 BLAKE2B 561bf8383fdf40a5b04d6adfe27e6c6701c85b6e312d921c501d97b0e615124b48725a7038c3648130b5230ae2e349a7073b8dc086119708cef64d0f6a93d3f1 SHA512 c6af7a12cebab022f372467d08a9f93675a7bee15d59e95d3079282fc9c6fb4b7a2a4cec31fdbf091a5f4253cb02acbb6c1a654d63921cc91b8384ec468a6399 -DIST firefox-122.0.1-gn.xpi 615041 BLAKE2B 84495b857b744d85913e85141eb7a925a857a72432e26b38ebe812e3f752fdac1422be330271980c54292d9e274eaad6ea7619beed4508737cc18c79382eec13 SHA512 0bc9da0992a68ec65425db20c64fb23c1e3a10a7a2d5e53998a3eaa5ad045132c3eaf549974a182aecf99de0bc167b00df2598b7fcddccd264f53866f7a1188d -DIST firefox-122.0.1-gu-IN.xpi 517705 BLAKE2B 3fb2c755a5d942d11b820a7e4ba9468b8540720adaaae4421142d037a028d67dd5c0d7c298505e63d7be12544f2ddd5aef6eb30563f5b3658f3a032c76e23b9f SHA512 89a8f819c2d755173b5560a4d31f2e6f824a7c37de230e67d57638d54481015c799d0ab7c978298c9175e5ef42f7c33dff57843e06df1bd74ba65da3144c7fe4 -DIST firefox-122.0.1-he.xpi 609666 BLAKE2B 12fc0f1c7ef7e9f70f445899563e10ecfe8bb320745cda5af9868299f7eb972675d3bea2cc6eb4cee95eab57239ec756fa92ff38a9253fd6d3ae37c107beedbd SHA512 beae9b10e56fac5c5f943ea9523b2d4c1f79c6f907a4328cb7571a94800a7b48189b7b6ac0cb261861ec88c87eded933213f3bf8ec50c4fac8e68e571ec323a5 -DIST firefox-122.0.1-hi-IN.xpi 555589 BLAKE2B 5eb8be65cc1bf2e62d46bd59eee675ea333b7fb3410d7dc19641275e390db57f9f862e52395513e9a8019ba067ea9be3aa9d05d99c0be1582f7b5a2cbc31f271 SHA512 cca0dacfffba45cedfca40745bdcc93b1528bdc58ee16c2b0a9dc1b074850eaabce6c6c7bc9ebfe340ed7064fd4e974b4430e5f840ba87e5354b66f7c147f3d9 -DIST firefox-122.0.1-hr.xpi 546935 BLAKE2B 02dd8fcee171df86706e3c50d0442a0aeb4b213ea74b054e6d094f20a22b8f877d613bff622584d937358cdcd468cff484bbe0c5878b1914740bd55948154b31 SHA512 b1068884b88253c60fe49200c95d7e65106c0c15cc41fab2796f19e16fb3dda2cab286fce84736da0cb955362508e5e34099947140cedc382381ee2593fda80f -DIST firefox-122.0.1-hsb.xpi 622829 BLAKE2B 92ddd0ce9da11032da9786c6e5c4b872a942d56fee48e1e00c480f8445813c4e754e8b6d93175270a6ef31532bf118b207175fd9a77c6219f5031c3dbab5cc66 SHA512 07717b3d412896c18f65b68a56f40fc58c37196870bc1edce74031fe8ecaca68419d721009e9aad84466c5c10109b19c9d16287b12beca559d5716e6ad733a7e -DIST firefox-122.0.1-hu.xpi 624087 BLAKE2B 750f2566a8e78c5332a4fc376de6d3f3b9014d1fea6119acd0f193eea67a1a1bb8ff07168ce5c0587656d69df5fffe03339bd2ccf988af5b9b9478ad1b35b6c3 SHA512 7dfa603fbc553bf8525a06a50947882d3774c0e22147089d81c1c57c6c1274a98b44f5f2d6948f492d5a37a63dbda8506900cc1b620e2bfb2aeb1b030dd2ae40 -DIST firefox-122.0.1-hy-AM.xpi 597039 BLAKE2B bf966014e6c254287d118bc881590f8e11d3cd0fd0ae88a7425fd25e77bb24d86e675b544e6cee1b0b26ad4231f175442acffa8198f8e48b05b6495dc6699e2d SHA512 efb07f3a2a492fc00c12d3cb646b40913cbc6b4b9afe3efe5b15b131a49b529151c1fc85dd8802cdc3833a458af41adbeecbc0f08608d6360b20bdf34f334900 -DIST firefox-122.0.1-ia.xpi 588968 BLAKE2B 0ee59340a0369e1d3421ec28d90f068e8e95825cb0845546e952515749aa23a07acb31573b5de71a3960a64ea80fc89c3c7095b464f06455df7cc6623e559ff1 SHA512 a3eff17a76758d6336f1c5792d2a8ca1e12c0dac8a971f1624a5c9f5359439f83bfc0bda5736fb8553253180f8f27cfadb9b8de14045115ed8e2f1f2fe0b31f0 -DIST firefox-122.0.1-id.xpi 556932 BLAKE2B d5797042ae12ebf4e19ce80399810fae8e7d11e28fbf4871581e96b82ac7b21660378238341976f77522150e2ae229037bcab730ce4ee7c5db9d12378fcd4650 SHA512 d1ac4ae937e298ebfc497800baec74671c4fbd888f9e2d14c82684ca9e09eb5c182c555f88ceb1789d93fcd917c388f9c9311a4acd27d3c3d12dcd145182186a -DIST firefox-122.0.1-is.xpi 593874 BLAKE2B 359939f2600f5b3bab65c1143025cffb76c168686a6ba2e802985642d71a224cd493f8f3e133842e80cb3b018c515aa1e1137802f2a9485df90be0efcaa67c62 SHA512 4ce994ac5157f51dec5a864902a09eda38e4f695fade2e0d52b0b2339c6f8a003dca37895bd1a286d7deac48f96d50b04f84e63197b58eb666b99cdaa2f2b8e4 -DIST firefox-122.0.1-it.xpi 546582 BLAKE2B a9b267a2b4382c5883b02a3fe41be1aa07772aea6b4c483552e7d77e590f56ae1e0199ff35a0f6022552974b63c7c6c5097d976579dfe53656dd47a365f3f129 SHA512 41fc18177c3c01d2e3b048f0cfd6e26320502ed3c0508395e622a5d61b72ec195b0132c7549d46c7ccf6f4466970c27d3408cbec41d49947bd14bd2fde88c37a -DIST firefox-122.0.1-ja.xpi 654835 BLAKE2B a137ae876cbcd9435d14a4be095615ef4c8a54c3cc84dc13ebe1baf2cb722a222dd92330ef12b41c669e39637d84fdc4b74762c844a95dfc48c834bd3d1750db SHA512 369aaa7cbc9e0851e0fe73cb987be5ceadcbb98c3ae76eb301a8a6db54dafbfbe2a8cedd72f8a65f21e72e67d1dd28e6a8db2632374973fbc4fde7989e68dfae -DIST firefox-122.0.1-ka.xpi 650264 BLAKE2B 47366cde5b5559a6f8becb79fe80b706021b07da062e7cbf6aca641ead95e74ac780aea5d8bd2a6859e49c6e4801d92b7ae8dc9bc2b8abb01cf687eb9534f966 SHA512 f000f13825e7aa31de99062f983e10544e806edcdbd5063d8ded74b8ea7de93e891055dc5632bb6ad060b292e344c3a3ec367a8ca399c422f86a3299fda594d9 -DIST firefox-122.0.1-kab.xpi 591576 BLAKE2B 27b60d56ca3b6dfbd18fca7d8acb629bfbedaa7280296d5340ed4a3064aa4661cc332b6ef3abe2d435a7044558573f73c99e02838ee0f603be46414b89769482 SHA512 a64a56aa176f1e591d178a7aa45fe24ff9ff285418ccd505d11f86561d9416ced3171f6726ef7c4e1eb00641e46d18b04df28bf4649b5747a3b8a27c388a4376 -DIST firefox-122.0.1-kk.xpi 682866 BLAKE2B 35ac2fccc7d2cc1858a876644583d1eb894b7c0f4b15504bc34125aabda9b1b8451d4c19e212c137373177f4b9b2da03649bac811c3c0aa625df03fd3352f129 SHA512 5e32dbda439202cca144f41beb9fe069b1cbbd1ee9d2be06fecd1c0b9afd4f721993b76e44f6292345b03b116e99a23e359e4663f481298a00712d31cf822328 -DIST firefox-122.0.1-km.xpi 516751 BLAKE2B b27bee1ca6ef153835408f57544ff6c458e17c386c3e3fc313d2f7ab75ae1f76b48cef5b7f86a05fb1e6b240ae11acd6542a5a65691330e2389864cea0f918e4 SHA512 6161f757f3e6e3e1ab3cda2075dc4e2d59b55695177deb7ee83315075b54640f979b388d1158dd3efd24456b224e5846ac12c2562b1737e79011780e0a956e0d -DIST firefox-122.0.1-kn.xpi 482037 BLAKE2B f5708168c8e5b25becb54907263669164cd0105c0dbfaf76a12e202078e646a58bb61a3b1c9480cf76a742b7848e53276e4349ce8648b2360a38bad0042d2b7e SHA512 6af31847cd480778b4153d10958701af2de537d27b5799150decf24bb969a65b32e082dc9bf3123829b0ac42ee5bd51a3cf612939bb85b0bc16970ffb31a9ab2 -DIST firefox-122.0.1-ko.xpi 637952 BLAKE2B 78cbb5349f99b581944d07a9f14607fda151f0614d39980db0eb01082025590df6ef137747d021e37a3742a995ce2a4478787ccb70e039bcf53e7ab533ab37f9 SHA512 469d8d67c1af6ffae0b99a5e867ea1c7bac2d0fdada267d74292f4e91f8cc912a64606490efe14179c7233360de4f24e32e11c8f9382eaae5db53d334ee7f120 -DIST firefox-122.0.1-lij.xpi 474899 BLAKE2B 0d837a9ea30f345e99a69305b5f5524b7fea8b94b2d492db33effaaef769441e0f6fd22835798638e7e2a2c26cf256b297596b1d7cbc4bea7888368d7f72334d SHA512 1b0d4229dbe51a96f1ca5fb618aef3bcc42c0882698bc63aa1c02989ba572437b4da8fe03a075a57b6b8feaf42623fb2af273c9051975595e11d1870d433a902 -DIST firefox-122.0.1-lt.xpi 562448 BLAKE2B 115a064e6d8db39dff4346bde50475ffa6034b49aa3bf77d19339db1cd40b4409669229efebbc5151c1b84a0b276a0db935ca88dd4878bd68c73090af2641f2d SHA512 06fb650370876057f62eeea5bdfb805fd40cbe4ee212fe627d026c87134ac22fffa4a94a3ad78287c953a245564efabd282b8eb83921ce6edf15fcbf11efcc8b -DIST firefox-122.0.1-lv.xpi 460533 BLAKE2B a9dcb00c42ed88c50e1f815f89662e8b40ae5b907dc696fbcc4fc27816729adf34f52192abd75beafba492ff5ce2de88689573d41861f8667d87f49d23344a8f SHA512 3bee0b71df47c73f59efdec741101d783ae0960cbd806a77fb476ecfa28f0e89c4763594f9b63d87a7a5faf9a3e351feebcffec5b760b180ebe8fb352805d84a -DIST firefox-122.0.1-mk.xpi 484062 BLAKE2B 30fde81a2ac043a0d6855440cd30559b1e6c8c3209ae1d7847f40bdf0f3c77a0ec4afa96bfae979867f0a4404cdcec0b8e72f6e26eb761c731339c42dc63375a SHA512 ee0d8cff27b838378e705fcda478cde080261cfcbee7575ef1d9e7417866c26dd843b3dea99ef8276ff413291e4d3f3374705b20394919cef03472a76ed918e7 -DIST firefox-122.0.1-mr.xpi 522740 BLAKE2B f5afd182b39efd4e5345c737df6181c72048c42266bc0ee73afd676a95e39d8ee37d1b905c6ac956d431136eae59ef2634bec16c0b7be14cbdca5fb7686dc9bc SHA512 ea620d9569ba7367b65848e5402b38eb8e746b8995f547b6d114f00b318af29fc69cbb12bac36a42e0190b936bdb145d7723f38de64b0615ca9688a9f4809f65 -DIST firefox-122.0.1-ms.xpi 440554 BLAKE2B 6e76a7a6d32f6aca1a058472dc71d2a22d90d88d0a3231484f7d1d10dd50dee61145787a7bf9e9837939043fbc7692239eaaac87d156baf29aeefa2801ef748a SHA512 a543ba97d132770d87ccbd9a99dd0e2b37a6a4f55a34816e87adabd99162da86360cbadc8f541a9610976967219b31d8720ce5c3f657aaf39b1b691cc1dbe43e -DIST firefox-122.0.1-my.xpi 508111 BLAKE2B 0608faf863659210c006a0b5a974bd9e2bce964c12ce427370f20acd9268d52722ead174fbdeae205f76eaede50d4988b803e27ec605d377e92544e5ae2756ee SHA512 1ec125115851cad69239abcf5bd1a9e17e2689822398b52e52b67e6abc223d4b20c4728a22b020ac992cccc61ea8939787a95d05072064bf28033e04a1ca0717 -DIST firefox-122.0.1-nb-NO.xpi 585049 BLAKE2B 820ba3b43841cd7c6f978b4ffa675ba4750eb917ab8154a69aa27dcf6d2fa2d83ef9bead6b5bd404992514ad1f8f7653871e4201f83b3805d534961fea14ffc4 SHA512 b7e8ff822f5d9a9180db7c3b221b81a7b489fd87aac93d7eb314e066153579c7a300b64e35ad8e72dc091a3073af78ed1d5cf849dd68355b9d5dc07a52695a58 -DIST firefox-122.0.1-ne-NP.xpi 479211 BLAKE2B 2e0ebc998a29c951e25db1aabc565d697c309c23ff401e03df57645aa137b3b49baeb4fb00ae699f1eda336a29cb64a5304301b4de6da8aceb2b1be0db57f4fb SHA512 835166ec0a690a15ec3911882dff4b3b3c0081fd28a0136fd273523eb637265a5ff13fa6eca534652e989965d8e3186bb2234797decf82517a4f8fa727828f85 -DIST firefox-122.0.1-nl.xpi 593818 BLAKE2B b7bb58930ed1e340f8b6416ae0eb492afd213351dd7944b72e8144e7bcf1f70d5533087b379d8adc96fdd505b1167d10e34ca69b729d279c078483794a8b3f62 SHA512 a467e79440bf99385434f8e14436c0da461fd34081b1692bf8b149033a30104c5c38cba4ed9ea5f6a803eb16bd4bd7a8503f85f4baff014bb1f2bd47e73526b1 -DIST firefox-122.0.1-nn-NO.xpi 582367 BLAKE2B 0013a14162c1c8570e253b23367448813491013d2d75928e153820f076f7fcc90039aa9e15325f584eabca5813c12c8894ad997a705f2b738362ca460faef6d6 SHA512 8938d2dbef32407e9c4c0ab0d14bf0d7b754503355ad02a490ba7e2b3fd80170d159eedfb0267b7a23f32def386633b7a39c503b5aa39c64e4879ded4c7cb55c -DIST firefox-122.0.1-oc.xpi 595888 BLAKE2B abf6fc091a66651bf932cc7cd0980b4ed50997a1d8813e9fe199295fd16f6932edbbee1925881c84a95d4853045e7e9eafe1fdda613fdc47fff8a56b1726c96f SHA512 220ffd82a638a7ff04a3a01b454fd09f89fe1dec882f9d529f829cc093a5e27753384b25b7248bc9fa6e53de4e21504a8ee5b9568ae32b1e64a2c7b347bd9620 -DIST firefox-122.0.1-pa-IN.xpi 668742 BLAKE2B 7e47a85365643409aac3813799b5556b8f629ee598dce6967dd785e2e1b2a66b66251025d499deb27c949deb6884591c6d0270a0ce2da302bcf350b2791b8fb7 SHA512 4f3c6dca86fb71d1e7112898ec47ef05951b1b384689a1710420db1cef75e8870d87492a90160796ebe9ea7cb7f2e1fe7da0c214c278fdc83659b051b0337ed7 -DIST firefox-122.0.1-pl.xpi 615500 BLAKE2B 16d85cd4a98c8838732d625123f029c591e65a0341d5ce2d9f68586ad90e427f2ce8401717fb18c0982416ecd52a63eaba015626851956c9e3a35b05140ff9ec SHA512 a8721b1f3f3859e0cf972886cd3aa678d7554c417ce483ba43f93fa86dd6828963a0b9ca89b05ebdf6ae0ec642e97be10e37c6d67d57b8674eb1c31fe529ba5e -DIST firefox-122.0.1-pt-BR.xpi 598579 BLAKE2B da1ca94e3611885066de30e96eb48a7a3389a287ff694bc043a630f161b8ed06f02a6bc82676764feddf6fbf52f508c1ebe002592d4e9e112977ec926167141a SHA512 4e8a7042c83746614f3d8fd565d92037771032d4b23211eec839a47f9bbef5896f4c0f37d7f534d8d767166e934c9a1f754242f26d3864f71cbe5bb4e58fad9a -DIST firefox-122.0.1-pt-PT.xpi 595070 BLAKE2B e5f63e2c83bb1a3959c2f8eeb160291023f665ae6fa43702daccef87bdf75a108a5af751e0a04da4e311ca671618a6478eaf59d6ac9a4d8092f3927380137cd9 SHA512 ef663941704ac0db0525ce38534264ab3af25812c34aa874a7aef5fbd435500ed6885feb79a7f23035aa5a40d8c2356f72a461cbcb23c28271d062df3b0b5795 -DIST firefox-122.0.1-rm.xpi 595449 BLAKE2B 382875fd532e311d1081a6b13a2cd7722a4b835bc7b2cd59b56e9a21c6c95476e47272dc350d006a3ee8e187200dd550aac40cebb1521124ad127ed9efdf365a SHA512 ad0aa404808b57eb73d269fc3db64822da0afa4ea66ff28fa4c4bde53060f5927d728f6dfa74a5fde5ddfc7e606400eb16c61edee16f95b10daa157dec8645f1 -DIST firefox-122.0.1-ro.xpi 539329 BLAKE2B f224b70f31771c1437dcf6ae20623ceeea1a2dfdaa78a52260e8e8539f993736559a49291f57fce8fa7ad6fbfc430e360de6ba6754d29a55e0f10799d829e43d SHA512 78e31339f83fccc280aab2020d81ae3b9c71fe79bdb242c70a9bcf361a82b3fbdb3f56ebc92dd217857cb7c3ee65aa67171ab27e7e8123ee782544ceb677a3ba -DIST firefox-122.0.1-ru.xpi 694897 BLAKE2B 3d822066f599d77eb8fd44fdf0247ec38d9f05ef6d2eb0ec6c56fdde4b60d5c4fcfe30dadf8df15a4ca910ebce8e899c233b015ca3e3ef7a2afdf60b91a845ae SHA512 0093b3019ff1eaa10dbb2cdbdf7618d1f1b4f5bafac76e850e7ea5f2ffece6fec6e4f84648b51c11078c67f852b2d1e44c632f88228173fe026f4c1058b0e47e -DIST firefox-122.0.1-sc.xpi 558465 BLAKE2B 722f12eee61edbb32f99ae25373e9c6249c0ae7395427ee8656d50b505849dac2ce3466dffeca4dfdb0a58661944788846d88437b7c5680561618fc743b6aea1 SHA512 2f5084e4c995421b217859732c27603e6f3b61541c8a1770ffe009f32865c51d96633b4d3448c51ce94be15ebb799709d90cd18170f99c3a850d356f0281f1ac -DIST firefox-122.0.1-sco.xpi 502579 BLAKE2B 4e17e9b486a514048931aa4e8eb8f4d8cef4ca24d1fc060b52f79c44e93fbcda6eb32c033e3eaa14246c482c3b4a1a62f42590890cadc08221882ab57ac81b42 SHA512 7edd3963ec0ae30ec07566eb4b1c6906e700bfaf39db3a3133e878b1a6357fa6eba402877362de32fc9499014957b1f4090e48b6df4520bd56c7a7c1be829113 -DIST firefox-122.0.1-si.xpi 595909 BLAKE2B d1e316697343ebd3bd4342449bcf68b397c4f948c8cd1c117c6c3f38d9772a3866561fc6a3daa0e87ee336eede91a2d6de161f00159e81823ba4e8db6ada3290 SHA512 ccdfe93b9f9a87ffa6d2f57276896f4845dec68e085c20f7c835566298178913bc1dbaaae88b30ee701e279a56363f677c85a6687c8118595a40e482fa3385f7 -DIST firefox-122.0.1-sk.xpi 628868 BLAKE2B 8b954150436eecdb6213e943ebcbe8025c83e485e90d623308d5171f8b85ee37c64c9f654b9c777bf977d874f930209314a2d11c4a445dea0c305290b0f2644f SHA512 c19534a41361aab9d3cf93fc2ec51870ffc8befc2f4c3f27bee22bf769cb9970ae492923cc2ed0bd299919725e0bd7d88449cf3f20466fc2576630bf3ba5f089 -DIST firefox-122.0.1-sl.xpi 595264 BLAKE2B fb839eb6ef4bb73bf193ed67cf6d75d911d031be60420ca32ee81e14ebd6b22c7671e75aba579e59f1003dbd05d72724c0e24f473e0ea06539c50637e511f1c2 SHA512 abdf0bccc53d72a8a3a6568181feb51bab8a18e2f0d6728e44ced24ee6efedd587162291b652ff342ed80f2941e06bade2b4245488e3d519ccd014eedd0d4667 -DIST firefox-122.0.1-son.xpi 408754 BLAKE2B 34e31295cbff86b1bdbdb9072af30761401f2e95dafa312275a4ceda205dcd2864c1242f628ae0ad47163279dbff512b379a1705f37645099091e53a3f518b2a SHA512 64e59fad9f60495c581a6a1507ac63127f78c1a2d98d24156f45603ea1c7cf399f3160dc104ae1afb4798c7f300d1ec80a48f46df25b59272610b9121bbb28c9 -DIST firefox-122.0.1-sq.xpi 613972 BLAKE2B c5ede50584547180b3c26aa4436e7bb08d0e451547365b9623253967795d98648409c24315ca81b088231d26fdf745ac555c36edf68fda097c57414a6fd0440a SHA512 adf225b83ffe528df3b26ba4755fb940dd1ac386c03f44bb5146ea41e2a7ad5c9fe220021c9ff080ab1cf9e44c1a64413b24c458e7239a41cc2ad68a0162f904 -DIST firefox-122.0.1-sr.xpi 629411 BLAKE2B b50108c862eb0eb746d87ac70357ada89e71b9b5e10016fa0e43c0e36b4985c648e6a35b61f1d7c98707f8430792dfde4ac80eede72e85f7c352e51c92c24c2e SHA512 b6be042f7c7f1891a08e1ca2e016082bc57c717f847872ed455765fabe2f8f2eb028ab9ad43bcd0216884a47042e7b097606e1298b84a7fe545042f54e6c162f -DIST firefox-122.0.1-sv-SE.xpi 596966 BLAKE2B 1edf3c806071e4612c774ddd56e25d01aeccbe8072851318e43e9b3e040ef5cc9044aaf3327478b1865a01995bc7e3270c30510f56915697ecfe63a0ff5b75c3 SHA512 fa2d44315fe337ec6b9685e38b81eb4ab4f3d7e5edbc10215d1dd7dd3ec77404d85816db9382f828ee72a1371c3a832b0ee42ff9cdfc661e147c049dfc95464f -DIST firefox-122.0.1-szl.xpi 517322 BLAKE2B 364ede964b6258368f1576f65f15d529ccf3320c646254189c318b40716c74a1f2ca5e5e04ec994d597a6701ac6070cc20fd11ec05c0d85c7e6c72b37f7e91cc SHA512 2ac4e782c161f421cae6985bb681f1f8b056551838dabb3ac5b6e238a9175a37a6d3aa8ed851350c97fda8ed77a62bbe3ed090d732bbaea34e641ff6b6b28a5a -DIST firefox-122.0.1-ta.xpi 498459 BLAKE2B db2eb7317c4313be87fe9d85ec55bf50f42d3bd013c99decf4a566d36c3f376de2759be15fa43c5a50d0f5a6ea6ddb258ca98f3526c5ccb3fa1d682596fe28e4 SHA512 4aacd39f6a95bbab646041171928461606f4acabf348a4737eb4eef5f001e22526c7250dd8709008d41bffe61749ddbac3c6584e6128d63f510f50fc5a0bd280 -DIST firefox-122.0.1-te.xpi 549465 BLAKE2B 02e179e4532d732cd16d2be88a4593c3db60a74947586bc832ef474f6d151fc5973b017f8b883cd75bf38e745ca8349f064a97090d73ba920f66d7cc24029dbc SHA512 ab1c33b51af1062c7dbbd0627126abd15157c9805e8171a820f9ac53f74b2624245dfba2d2b8d0d4aeb1f03d6f32d3397a58f3b323a6b58e8eb9c43b1a2eac34 -DIST firefox-122.0.1-th.xpi 667528 BLAKE2B b54b02dbf8a4439c4565cd4683c03a02663ab740192cc8a028f7b842432f0e08a6479290d18e4fc93594c03b1686e6f66f97c5c589bdc7ae2b698cd6de50e2df SHA512 534a126ea7fe0157a858d35386a86b287d45acc11e9a4e4a9e6b51d38c785c2e92b99e80abe603117d17acd104b677d3aa6bac444c817d918f4d04486574fb32 -DIST firefox-122.0.1-tl.xpi 524956 BLAKE2B 395050f98c1ab7f02f43d315ab3e65c046473d289dd530fc75509acd1a5a49bbf48f6c6c57ec29a5b606f0cdc95d96dcdd4573938528afc35d2d9042f2d8bc68 SHA512 7246ea4ff68f08d0bb1715dd78632eed7721e39d95022ed105b4e9d59bff486659df1d3b5e73c691ffdbca7bedd8df06480b7b4ee8974739475944302e9841b0 -DIST firefox-122.0.1-tr.xpi 608100 BLAKE2B 297b7c983f4b56c8299cb20ced29a93afdc49f7e6ba781fa0055c31c4eb18ff2a0020e10d1c9c0e338d113f172ee436588e437b579fc668f1f3fff45071fb158 SHA512 33b4f686dd2e425fdee158e92cc764fbe246c6effadf43db59f3bf39031026f94df664019c2cb1c00c46d412d40bafc68783c3413821da2f12a83bf4e956f756 -DIST firefox-122.0.1-trs.xpi 494935 BLAKE2B 623fb0df1ca66249eff96015e622dd4222e1b4ab57768abf9db3b7bb92295fa17160da7dbf3814614e64869be0eb8ceee398e087f9e948e70bca237bafba0ca4 SHA512 3507d31874cb7707e5392ff68e3fa86b399f25bdd5e481ad1ceae64cadd867ec5d85a5295b8383396ae61ec07c7e3fc9d48f133e236701386fe4f5d947ad4c2a -DIST firefox-122.0.1-uk.xpi 687502 BLAKE2B 4aa74fba1ad043dd7b9735b603b4812487babc46e49c3f63d568ccc52c6b5d58d04d2d77f049e3f86e6ffe69a0b0215a109f19655552aef2c3c9ce6046283b6a SHA512 6e3a3e285a867637d792fa18958ac78271db99af483377cf3598b1aed29c4c797d1edccc800b9dbd1846a28dda93ce16a0ff84b26c8951a85c3c04b8861359bf -DIST firefox-122.0.1-ur.xpi 550617 BLAKE2B a9ec4513259d010c67b9bcd5ef29ffce7a33d2be9be0ec2f706b282ce35878ae51c93ae5fadbcec8b6325b6fbaf03903c8da11e9e605755b8aa084f5101b5876 SHA512 ab692935d56999cee425253b88e51c46bf423e72cf5754c6df8b48cbcdba40be46ed943cba839cfdef550df075dd95316b487369d3f5f1c3675f1a09ff7f6628 -DIST firefox-122.0.1-uz.xpi 470541 BLAKE2B 322f986658e9ce0ab02ecaaefbff0f4e721458be3199c3fd02fc0923602335eb1387b0f6f2b1c8a5782248cd045b9ed871118ea79580472240fdce959cf35c3d SHA512 b9f120ded16e9a066ee4b28bc44f5ae929297aa30fe882896e957f01ca9f7b4089e905e7a7c0bccd7e4447f27384242ff5b57b3619237bd0b25d7ea502e48a6a -DIST firefox-122.0.1-vi.xpi 632734 BLAKE2B 525d7d05aff9282af2038f5f816fac78e428ca2f11118bfb6fe6046eebb2cecef2d7720168bed559dc796baee210b034ce1a106fd7fba23e8648ff5d4a6add23 SHA512 52130f6b1341fe21b8bcb82717fcba684ebb861a056a6370af5c97f1bfa1ec8fdb40a5926cfacd173350c0b3bbefe262ad0ce772fde7e1b6ccf2348178e1b016 -DIST firefox-122.0.1-xh.xpi 409562 BLAKE2B d02a96d174bc5cc1cf7c2399c57340d8392ac70b6408435f8f6f746ca59babc215049b465a827177941747879a0628cab5532d9f7d2acffad8ca721b0a9fee4e SHA512 575759a72771577a8caf6584af66fbb667a07ab31392b7fddc468db5649ee39fff239067a5c8a656911b29ee291d2695e741d572e2906d84c47f945d4ac69ec8 -DIST firefox-122.0.1-zh-CN.xpi 633790 BLAKE2B dab2b232aec155b0a304f2bffa000424f4e1d65d44a8c7cd4374a48a5de42af382db4e523c7113b8f1c59661457877a109c3bfec10f9b0102b827d729fa4df8c SHA512 3283249b2e42a3f726f98a1e1526f73bf38a728d703bce6f7a1c41cacf1f86581debaab8ff73057f1fb11b1381656c422b2c7146750dbb32ed4573df31b95a0b -DIST firefox-122.0.1-zh-TW.xpi 635798 BLAKE2B f098894718db43f15999844f4756921e37f40a4926f1a3ca717b0a7ec7b5ee9e9319075eab50e01ad51a849b2cfd39b06732e4c510e09b0809b8a0bf9596d39b SHA512 748744b619608a9bc4a28e85fe7cc8ec4a17c7e4af1e3a5ab5a74a4ac265c9e4c5c4f639a06cdcd1cf6e5fd57e377929ab31ce46ffea576d0f7889e84e259d01 -DIST firefox-122.0.1.source.tar.xz 533052916 BLAKE2B ea4346b88c7f3e7e2126eed6b0f4b1460e70fa430944a7263d42ac762e10c8440967ebbae25ceff15e7afb451e1a890ab7e97ff60619a465152e9ff6a7691653 SHA512 1d4fe1ed351edd748ede2ef6448798a32de9ed7a075a54a7ed5f7baa7b0c4c7f932c2e29f443c9066829e39f22a1dc94be5d00cc994193e949b72aa4a1c8ba41 -DIST firefox-124-patches-01.tar.xz 15092 BLAKE2B 1a4d952fbb8525ce1e100a738f6d309284125625b8f1badfe687caacdcd309c6e6e4cd1182e9647f93204055f35bc29c202902f229520bea10fdd1eeb066e30b SHA512 b2cd5170d5db60ebfd2b24e8a55a46e5890b26a50a398e63880d8ab276c2d601be6b7c40de59f1f6ddbd3160f80b8664a2f345c64addf55a6a734f8e362fba53 -DIST firefox-124-patches-04.tar.xz 16324 BLAKE2B 23bda778d23247c66c559536958aa9188e0b1aaa8ace1810d000766166e64a727cd5a61e7c60cbc0ca9ae6e124c2f3f936a9473dda4adf3fbe459243f21e3325 SHA512 34d2663390ebe685c954aaad09993ddeeb2cca6dc8cf30a98c70e2d75545e1e906835d0cf95d518d86c0525cfc8e37af84733c973a5339ac669cb98f7948d912 -DIST firefox-124.0.1-ach.xpi 457263 BLAKE2B d079c15f56038073e5d440483d96d974e124b8843aada2e89326cf1ce903bf1719a7410307f0b83702aba48b01b3e1cae21ee7a01acd05e4d930ed490965854a SHA512 9e295355e1d15097055425d0ce856aeffa7aefa9a5732a48721c32c13b50f3ab6b899e1d47a3ae5f8b0b5e66bb426c387e4d23c8d98fc09d3aaeccd909615306 -DIST firefox-124.0.1-af.xpi 411557 BLAKE2B 0a84f9f12b40646b60ea3f50ac641004ea8496c7a0ec9adfd49d7d8e2c1d3a6e8eb5ed37df5ddd5539bdeb9c69ee1db392bec2f688883a766c0909bad7f4768f SHA512 3c851bff524714844227ff90582203fa861b48d53f7492042b3738be55d320b53d81633c9c769d8da918c92dfcb0f9589972c7bcdf1444342c833ef09670eda9 -DIST firefox-124.0.1-an.xpi 498968 BLAKE2B 29b2a9c5296c19170269181c8d87400eb96241ae6f34b4607d66e2b9721ace30ae9fb76b60e4deb63cfab33eaf1decb2a3d6b32fccbbc03bd77e810baa1a3e98 SHA512 ae8691314a58af492f2ff3a4b9f07fa2a46b971bd1481906c5dff8051aeefbc8297261cf4967e0a7d7fb45a8c503e21b0ee66566034849ab335776c624457e1d -DIST firefox-124.0.1-ar.xpi 598805 BLAKE2B 72e177b2eff728cdda3e7644f4c5348db6e14c8b9e4124c1c7fcaf0d4f6fc2cb0f092ca406407ecef39bb118c462014fec4a15b2a2ee32c131b439fbe749ef30 SHA512 48adb54b39690476897a5358a395fb3ef94e6e16741007ab464a1b2a28223bed26f2326ea84fb3a71ae26f92067acc757091bb7d9d448ad930046792e07e8b39 -DIST firefox-124.0.1-ast.xpi 489738 BLAKE2B f071beb88fe89645517d31491bcc99dc0c92c1db7443fefaa2d36d28b0442ba769176d9ae9ecd556dc077a9623af0f2b4ce6980e055e1989e45c59208fbba1be SHA512 e06750fa37f0fb2724485be9f9feef060b0ed7b24b6a4610351170df82ca647d19b122bf15ffaf6419896c6b18c72441e1eab9ac51b17362a5aeae9d3e688006 -DIST firefox-124.0.1-az.xpi 483733 BLAKE2B 8565485c61d187e44c88407c8daf911736533baf61ce51d6f3c28b2966252d7b3c7c1dec94c5832337ed3f71adad1476072fd303fd9c92ccbbe66043b5f1cc30 SHA512 d4dee0f56b8ad08cc4f13f94287b7540b13146b4db77c5624d3e8c766e2d78f2c0a9a4139dc43b816d44d40dedd57f3e47ba30ebce4a31a5c5efae5d06bd7478 -DIST firefox-124.0.1-be.xpi 696933 BLAKE2B 24653f1e0f9311cebdf9caf46959d1fae1a48f33dd199dfe3d1aae33fea363376dfe808b95a1d7134bbf4885a4409c62b6b2415d8b7686d64b6f14cca4842676 SHA512 80d7a154374196f5884158cbe8fdb64e5f2ef63e59f6f701a38f4a6180411c0e3c52b6fed813c44651c62fc21b6e1a90c9b95cf46884da8cf71e3ca62e608f95 -DIST firefox-124.0.1-bg.xpi 596463 BLAKE2B 867b2c0bd7f5da509a6eb545282a3f9d3c1210c2bfab5bebaf1de50292f412240e8b613a556133d0fb95e8053216c23b0595b29f1982166ef1a7f56a0ee48ce0 SHA512 fc246b38f52331dafa13ec97882379a367afe1e2bdaa390b4e2e4713f72dae58b3b5d11f77cf8bd2e1cf047fb93d322b04a414ba5502793635a8de41f62caacc -DIST firefox-124.0.1-bn.xpi 574081 BLAKE2B 1bd022f248a7a440f2c1f9125c896bb32c44e42028aad616fe3998e4ee2b3ccdade0d95a4c59b2b72aed5e7b8b246e047c237ac69fed353073b0bd0ff91005d3 SHA512 1390661ce58502237d02eb4a9cf0907567fe27bf9ffa0c8a6aea3abab650af8c58e150786284d9aba0421692574c7c0342889ac3503f02405fe62979a78a1358 -DIST firefox-124.0.1-br.xpi 579506 BLAKE2B 3f224a9b8a2b7bd4ea0a632dfba17e4d7f12ae03f0229e8445fed49c22f24faf6eb45346dd3342ebff46ca7388e8e9a424249a6d80805fa549026ae8ca288ce3 SHA512 4fb30c15d1dff74c463404d997925a63e8ab37d31ed3ff5636a3ae8d71a9baedccd9f2484f92983844a3198f84caaac34c004b0a35b269124eab66aa603bb2f0 -DIST firefox-124.0.1-bs.xpi 466312 BLAKE2B ca38dd2fb0859093b59e3ea3de620e8dbd0ed0b96c07f58ddeded8e2d7ab8e2136cc2327fac21fad2246b7483deb33782e90c533e7f9902e08fc7aa11102c77c SHA512 f3a46902891c4a70ca88eb3bc5a0e09dc17fb24d2accaca8703781113da68ae3d9cd27f51a41e4a24f0ea3014073c59d9e6b687a1e1be7b14ba23bb075643c28 -DIST firefox-124.0.1-ca-valencia.xpi 538970 BLAKE2B 50f48026a4cb55951c9354638230fffa1af9bd5c371274edec22f623c675a1fa6e91c0ca56de0f4c8bdce94847bf6f42b1cb787506a865a9ded7a8282781932d SHA512 759c4e6cf15c8b794cc725cdd88f7b2b3985e4a383b05bc2d7212ea2fd588f60199b891eb5168fd6c5c04e4cdeab5624133ecc89fdb9d721a9ea22816a4f0fd1 -DIST firefox-124.0.1-ca.xpi 577126 BLAKE2B 12f837436b0fd70b3b7b060a3dcd9433d9892be34d5d6e771d9d814fe07244bc7495b09f3979f25ad234a351431d0cd46b8ae201345a181d4f1e42ba47b536e0 SHA512 f5798d33a1a488d8ce6096e3eb64086ba6388855f7c88818b48b867e41a00c6f2ff0c6a90d6829fc6783ae1b9b52dc6dea2327023710f2daf0b2e214689bbd26 -DIST firefox-124.0.1-cak.xpi 584186 BLAKE2B 4152161961f62e263b32fbdb9a23760f6ff16b2897f41cd640de7ddd4891990a33279f1cbe05af907978b3102a731316addba2503739a2a26c99e03eee06b314 SHA512 f82e7af66ab2984c5a500bc8abd6d35dc0d635a9c9d8e1b72dca2f1dabf6b4dc150b5c47e72b5f2696cffee00424af445a65dcdd2d72e35f4921c7202dbdc129 -DIST firefox-124.0.1-cs.xpi 640163 BLAKE2B 48df793d8153bc04068fabc9e62e002d016efff5490a5a296473046243bb3031f6bf58cb48be4d4de21019f02cbb0670015f99e8e4a709dbbf36a872feb64aa6 SHA512 91fd594cd4d65238793bb957e79925d0591dd96810825d0af9a0e0ea6f8126f1e706024c608238514184a7d3742b7bd7caa95fb60c8b2303768d1c0a26efed5b -DIST firefox-124.0.1-cy.xpi 607557 BLAKE2B 92506bcaffb5e170a895dc9608c8f2acc86411384d4fef2db3308ca7835d7c67ead79f79437030c2aeffff7756aa1f358e73e83467249dad90015df3482b0595 SHA512 3e83a6228d238c14dd62b94b9eb9d81c7de59d06fe1f1791535908d50890d310d3bd46e966b337b8a5b42cf646ff70b8411b6ec7eb501c937a61369ad3225a17 -DIST firefox-124.0.1-da.xpi 596580 BLAKE2B 565c1a3d942831c34d94119cc47806f03f176be9bc0c3f908518b421e846c8735d5f6b4fa4e4f705f0df8060359447cb69427f4cb58a0f7d11e5d533c9fe930e SHA512 ae66bfc7112153baa755897c06a367b2eb7a2d65dd10319d6315cf73198660cbee8c3d459e9ba7ad7114a4c81f672913dfbccdc0c2fc51a52e5994785229f541 -DIST firefox-124.0.1-de.xpi 617696 BLAKE2B 5becf44e35febfaebe138a7a90d402d84814c23c936fe4766aab0e9fbe3eac8f968e4afeac38ecbd7a4876da8197f3ecab3586593a26a81d424d4723eb9c54eb SHA512 84074b94758a5ea0f231001ffa69c1db5a3fc35609bca8d25fa51f468449deb2634924c88313f837821f1bccbea3f7332781e605a6224321eb5bb8be16aefe59 -DIST firefox-124.0.1-dsb.xpi 634043 BLAKE2B 319a98f856e28dd90d7743d207797b6d5f8edbdc5deb9aa1e1b4c41431c792fca0e1a8a4d493a17c3fb519fd4ef1a03a5a8aba82d28af11e4afbf62375857757 SHA512 4961190a770dba7e47704bab33ca8a080665bfa6364b34efe7de14970002a1974f597b5c8b1fd30247f95038c297bd80463dee4b16c4e3860672061c28a457fe -DIST firefox-124.0.1-el.xpi 714184 BLAKE2B 5f5ccaa4f7cba7c44417d00a351076072c3aed99ce14aabbe5b3facdc187233fd16d5148dd2a86b8543513e9afae03b8b0aa55751230f2986c5fbb80cdc4b5ec SHA512 af58bee7b126681034097083c9a32d53b7f9bad5431335c2968044a20562e1aee89a9f642a96530f90ea9f0302bf8e60c0478deac725dac23d43eb2fe1503e7a -DIST firefox-124.0.1-en-CA.xpi 552855 BLAKE2B ebbfad33d88b89f59be80e793116ef4d041bf5141476f544b281c11426a5bb695e55d0b70b73c477dda2f1c009d006c272f22882ab01594c35322978c5ba1503 SHA512 9c9a10c446737e1d796aeb36759e05e91e707b6da4ab9138b8fb8d016efdfb30792daca2840da6954e5320353d120bf0c0f61ebe5a0a7fd44dac1704ce9a178a -DIST firefox-124.0.1-en-GB.xpi 570061 BLAKE2B b6b5dde765a79eb2426a668041803b3311207dcd34459f31430aa30368362343be2adf8ae94a72bd6848bef2fa4ffad7ddd6116f6943221cec37662aa3191719 SHA512 3bf89c1d3ca64517f767dd6fb5e805a72a609cb208b6c23156ce7dff1699fed05b2ce1fb5386210834f2c928522b80b9c9b23a806927b2739ee80e1943b68ed3 -DIST firefox-124.0.1-eo.xpi 600157 BLAKE2B 83ef9ea636d5faf5df58828d21d5673814ef173f8afbfc00d7810b1fe5945b32db27db945c0bf666f0673259eee7d9f19199281c03f628af9aa966438d9c3fec SHA512 be6ab87a806835009c03a5ce82922787a95edade5e2de6b44d451b4ab9d4dcbd9d4584d84dc0cc5512387cd5fab8084a9509e787ac25fcd65728dca7bb3ec1bc -DIST firefox-124.0.1-es-AR.xpi 611790 BLAKE2B 9b91b81107d5c90ec1c22c185e154a1c6c187738068f2f51fb91d8a1a0aad9724ed931844274a85e930d4b8f03d85cb7da24caf50ac491ec60290a559faea937 SHA512 a344294d19171246dd8d1c5c28f10938390c875750d60041b8ee75be5dec898a554718e56f6614d1208e15e868bd9a629ff467ebcd785ec410c23fc2dda4903f -DIST firefox-124.0.1-es-CL.xpi 610703 BLAKE2B 76940d799f23e4256f115ea85b6225e74583d9ab1e0981233e1c47f33dc349e570783056dcdb99029da49478704d6c3706bf5fec233a1350970fe81a17c0ec94 SHA512 2445a5a14f5d4d77a04c3442f9d44dd6e80c0381f102ce0e3a763a32812bf04fc7d44347797271406c5a1cb9f1b5c58e0f1ef39bc82156681119d6c847e0010a -DIST firefox-124.0.1-es-ES.xpi 605672 BLAKE2B f3e6033511bceca672b7863267e99ebb4b01f138df09402e285c2a9da57b20886519cf0a84dfb06c78c20aa72e4508f63d0ad81836c38038315e860d036683ed SHA512 115c6ca47cab783a65c78f1ecf304971b0511bd1bc0d97a853871fd99e44a4cb5922dd47ba60412321fab68026a2b4f99e12c7166dc87fb57da566dbd7a2f04d -DIST firefox-124.0.1-es-MX.xpi 584176 BLAKE2B fa31240fd11b076f026ec419ae4c662121f1c0418504cb260521da68cf9086e03534f14ca8bcd85dd2ba63642091490fda8546e4ec28ca07e309e8f750fc2a3d SHA512 7d671289551d71a0996fe8688bb722bc17a1a898fa8e15ca3f8991d48b9610e0b291b0231e6702b188ffacbbbea62fbc1cea8d7077893c28e212501fe5e15c3d -DIST firefox-124.0.1-et.xpi 532336 BLAKE2B cba2daa8c1eb1277d29d694bc151b30bec9677e2aaf02cd06755dcb31078acd9111607339a62bdcc28b0b25199fe8f4d93e087d602b2372acdd8be366c4b7cea SHA512 380bc91ce5ffb5717325a93feafaa3823c1b270961897d2569b8273dbb079d4ff95046d9b8dea58697816ad894ee5d3a57c2b9b398e67ee58667539b46cb6be8 -DIST firefox-124.0.1-eu.xpi 585779 BLAKE2B 189db8d31fe044477a778d852fa6b93603dcb4d7406c4cdd3942cf697ec5dd01c56bbbd69b0c544d715b1732db1fb86e615859596ab4fc70b12b9723f2df526a SHA512 9fc1099a5470d9ec02e69db929ef2987da82bb0e20eae1bed981f071963f93a0e62d9b78a9c69393f467f1010992e69f3f7acf855e1942f9d6eac903eca3aabc -DIST firefox-124.0.1-fa.xpi 582560 BLAKE2B 69d3c408afd2d85537c4e4b01038a2f69526a51798d6c32d4c8a5153bf2c143c830a5cf9b982def3af5312697f1236cdde79888d7df698a6f0b0fd61171df10a SHA512 9af3db62bfab8dc8d61ed16da7482b27549f700309f22ccf1e631c546d4fd30d27d061cb5416f53eb767a65df3293ca14936b6b25aec1eb39168769f3d11b25b -DIST firefox-124.0.1-ff.xpi 469171 BLAKE2B 1cb5022375ebc297f3935ea0f53d39d6d28faa31df7dae9927e839c27f24861c0911ec0a04b05e936c5404c8469652d427a667ea5d6688801fe208ae06ae3cda SHA512 3f3f78f98cea98a16dc32fb3759ee4c175676a26dad864eae112fca3cdc06e7c9cd91b7394360521eb7d37e9cd2d3e8474988fb3fa7eb42f082614359406b6cf -DIST firefox-124.0.1-fi.xpi 592090 BLAKE2B c118780febd6164ef956121471088a203df018ddc8c497080bdede8a532327a9b41871689be7d77f653037950f7437f914adec1f78bd01e4e83c45c01a5f8889 SHA512 0147039f4c0b8b30d47426fe06dc002aa57244f96c27a107d097053274468f1a7ffdf2b4d61465e7506d0422427e6d7a70dce554a141a9bc15d78c5a32e55e2f -DIST firefox-124.0.1-fr.xpi 621882 BLAKE2B a985c53bd00640069974d6f956663dadfa8c0e03157f91de9a145a481a9c746fb20d285e4809c53f63b23ce5dceeb15abfef1c62185ff049b003e06a989b2e53 SHA512 b2b67328576c4053b03858bec11ad78297a598cb2fb68f4f72c12b5b2b7da9ee15674b6a26b0a3e9a5387016f2d42815033438974d7cf65d5fcfa393c67ca372 -DIST firefox-124.0.1-fur.xpi 617366 BLAKE2B 989d7e8def5e12c13030313c83336db463b9970818ad24ff0675f4e6faa6dbe85d8920e2eca39b25662ac72653125c6c3ba12b31f6fd0e2f564f46c95c756e82 SHA512 6962df159674fd03e62dcb77f23c5072d03c3ab5d43ef9d24b10ef4bea0e2fdf1615eb994321a09676ec654de4080967152eeec7eddfe02007b3591643b9101b -DIST firefox-124.0.1-fy-NL.xpi 606664 BLAKE2B 3b34f04526d0d79ea14f94540cbf491d59ee8b82eeaf38a91b8046f7766c856bc89c33f96f929fc4440860430e9c86c331de45d1e56919660c67a0f063de85e6 SHA512 6f66f370b86b6936e60de9a21be9746172efa62e0c4c6d4ca54b6bf4240b2e9965d4a17e9cbdf51d02be34f52b5db39cf283d1b5a5900990b32873e1b18e1f91 -DIST firefox-124.0.1-ga-IE.xpi 464733 BLAKE2B d94319b27b1506869d8718229d35bc81cc07996ec01f8f10e2f26ed72cbbf7af05af84cbd8318ccd1d3056de2dcf405319e644f30be5bda637cd28244c22a917 SHA512 2a4689af1fe105b71ba6fce41ca123972da9c547e2e8273b73ef6c431831c909234e97c9c1301e34b47f20ce410262ffbfb25aa722dd5cc9415b95a61a8ab1a9 -DIST firefox-124.0.1-gd.xpi 584015 BLAKE2B fd868737efb3ac10746e085bd61ed624a20b7d421af2f9b1084155b853cbce8165b8d5bda8da2cac5ec1fbccf88f5da46f41dc07dfa9c52301aebc40781487cb SHA512 31a2fa01256bc2991ecd13e218d074534ecad8992282e840aef4ea478767556d6d16b4bf5919334a07759f7600b26f097ec0cb3feda6ae973a54115182ab9cf6 -DIST firefox-124.0.1-gl.xpi 597032 BLAKE2B 19ea51dd110f333f6029c5d29f227c7e9c85c4b6715c5580c164676ad095df3a35ed4f7a22188b7ec3489b4cba846e8942b42b27863f957a4acb9b8a8295d733 SHA512 5662e83202c77588bb02f4f5ff1958eaade1369b64512ac6be6bb9a2f18c2c02d85d433448c53526c25927e564a779ca22b035fa2cfc0da78b6a7041061dbcb0 -DIST firefox-124.0.1-gn.xpi 621056 BLAKE2B b3e6d37827296c9df7ee3471045ad5e3bdfd6cb0dc56e60a6088dd74de84b8750f49829912810eafcb2a0f81db91bce416f8d3c02e7aed7a15926dfbe45d1f88 SHA512 c3f4b9ac344ff3d2c0134d2ca86c1fade24c0145d9900318cb462332ff0ee1d9b89fd61306393726e3d2474f5e387af4b381a852b8dd4ee7b542d9f73ec380f4 -DIST firefox-124.0.1-gu-IN.xpi 520056 BLAKE2B 1a62f2875a97b99a8a24b65b1a2be208f9a671928f968cb5cb6fcaaf435b41e2c2a31da6b061a525c06256e6ce97a9b43fc6e3a2dba0e7522dbe8b940df204f4 SHA512 00d094d780a1c44779e2829c10cb9d43af1ee891f8af15fca17993185f05e467f24c2965b1512e91c8ca842920497869b11b85c48138562a0bebc072773686fb -DIST firefox-124.0.1-he.xpi 616155 BLAKE2B ae9ccbb349a0e3429932c9876f9b6812df48d607de071624f57e6a8a5593ac696fce540937b90ecfbee3df71c74e5d4e91dad0e15996e8aa9585b5b7373b0225 SHA512 b64af4b9d2e2fb0af9ac46638a4bc474e81f6f4f96628716deb01a24be539c418bb2bdec471529d46e44ed624746d59fca348b5c13fe4bdbff4cfbc506bc19d1 -DIST firefox-124.0.1-hi-IN.xpi 558195 BLAKE2B fa3f0227669c8354dced2af09f9250a060b85a364fc2fbd45d99dcac8b99d41af5ee7056a127f57b6a1ec801f776ba0449b03902f819e4d63559ba63771a1e17 SHA512 9fc05f0176380c2cd8c02c5fff370ce8414d00b9c5666e5e50ebf7c4c54bbe974c460207eb7330a23f8b9a4bb9214c886e5c5de7f4eef6496ad5d3e84988eb89 -DIST firefox-124.0.1-hr.xpi 549491 BLAKE2B 7a64ef3e5ffd198a68ce05dbba7bc65c21cd838c8e5b4eb1411b8ef454e0b509a21e81c77dd6233baf4e552a691822b4fb97e4895040d33f44d47fb3acec161e SHA512 78f00e432b402a356307a9364d51d9ffe0e1fcd75ad88a2483eb3d0a8002dcb12086cc19ddbcf1be7144f394b5125e1e1f76ba69aee355e56cf00ff7d1802362 -DIST firefox-124.0.1-hsb.xpi 629703 BLAKE2B 4165800cb693eaff58fa4609d6557c3a3e73983aa493fe01a6e8e525145d91165f3375bff1788b2a81334e88c9b5e95ea627b43ed4f03203c6d25d31351ad909 SHA512 e073beb81203a4d15e1859db3b0d2b9eba5ea8a0e43c048d6af8af7b779ca2110169ac05f9947366207e437b5f952313280b1c2cd7d3672fbf35e5b4d84755cc -DIST firefox-124.0.1-hu.xpi 633309 BLAKE2B ccbf5ff012fb1a3903dc773afd2ed7d531cd8e2fc04eed16a0e3ce3408135d548291d930b9a08a97f0b91b332f05da60d7c2d31f1dca14c481552582ccda425f SHA512 cf144a8190dd09a2edd92cf8bd6f3512d952f1bc611143d1cfe258f1933aafe0c1223dadd6fe5b468df8620caf0d58ea72a0c4b2faddc3ccec29801d8afeb637 -DIST firefox-124.0.1-hy-AM.xpi 607888 BLAKE2B 050e89718f728f4866af09f2a371a2c2ca0382508d0b6544a652f1fdf717266726153152649afa01e65ae80a21a11bf5005e7cbe4eb611c3e48e86118fd08406 SHA512 37efa5c768f0a10bd155b9c3673a2f96051e23f388f55e933e17ca0f0c6da411f084c0b8a96acbdd98c6f24af2c29edfc3c248cf8ef2528d7283426615a9e762 -DIST firefox-124.0.1-ia.xpi 594006 BLAKE2B 0669f47dd527a98227260787f8a4f919abc36240f31a9ac7104613b36d5509331b5a9b6434e783071e5e2ad19c5bdc9e5219bd240c864faac23f2dccbb9d0ed0 SHA512 180c62aae2a29d27d4ef4b44766b100f420f30ea5a896f12fd33cd794c6c3040b7075099fb04926dded00181fd81c8fbaadd372a40a928dbf12167e16cc872e0 -DIST firefox-124.0.1-id.xpi 566761 BLAKE2B 55c4b528855d2817c797dbe665c87a313db83f55c8efa439b941a1dcab1847e3d1d97be31489784be23923dc43a41fd944cc4df08f488dc175b486a8992adfb1 SHA512 f446ab358e907ddf449fbc3a4e492be8b0f9edac4781f14d3a55b103cd0d634fd65e7de187d417a0ef340acfdc55def3b16d223d87cb5066615c0bc8cf5d7790 -DIST firefox-124.0.1-is.xpi 600742 BLAKE2B 9dedc6c643ab0c12379ade023bcf391469bfd7b4298994318646bba5e543207b2179481e2a5f3447dcde0a94c5b6a8d21315397952de5d4a116eada3da3fddab SHA512 38cb16fa82cdf4bbb8d2b79d2c29ca4f1b0110ec0e9200b789739723ace987f5dc92ecd1100190d2e2dcea769feffd3fcc6399a46722d6067bc6653a1a8220fd -DIST firefox-124.0.1-it.xpi 551723 BLAKE2B 0c0c78a5b376419da7e648bc4f60c0ad493050690954e4cd6631037f1856e936cd45b1e994290332048e20bf88dd1a30b574dbe3f68870bba6d43101c1f1f465 SHA512 2f8d2a683f541034cf78d35a155c4df4152e9f97e8a438963c3bee149ef855caf4e58cc0426007d517f06505119776c1caf98cbcad20bd8597ace166dd89fc84 -DIST firefox-124.0.1-ja.xpi 662247 BLAKE2B 9a6f3cd5f7650fda8b6a5beb7d764fa01ba108791e470c5041445123410d77809e82a33e1540819945837a5a5bbaff2d265fd742d03aaab12f29cdfca4548e3a SHA512 da06e821da84be42e2fd6f8a7338fc19bfb854a32cc281eff501f824a409e43443bb7a9059e8d8b5a68d1833722138522ea4a6306b990a21dc4a77db4d761008 -DIST firefox-124.0.1-ka.xpi 652854 BLAKE2B 63bc06ce5729a7f67bee5040e5cf937af66d35a596abd58896a879c5ab6dcf60d99378b51263941937bfc7c2c57f202517810dcf92dfd263aabc6b718519c2f5 SHA512 feaf31955933eb0e03366ab38ca19109913cffcb4bb6367efb3ee021acc9fec3c9571bf5d9e0fc99ad3c197f434c5be6656b74834b5d172910459c565ea8d821 -DIST firefox-124.0.1-kab.xpi 594380 BLAKE2B 72a4350b04f8dd2139dca0e2411d7d03ff7aa3327cb78042678d95c2e7b910eee8e2d2407e42d7e24e48f2b29f3239bc1f9329ad207a152ed12a2d73cd43dbf1 SHA512 bbc76a3a3ee6961e4737eea25355fbff34175a1259dd0da79ac7ca22159a660ed4ae5dbfddfcc3fc92f88f3903171a3ff4f889406b2b0df269d7b1613d0c23cc -DIST firefox-124.0.1-kk.xpi 689601 BLAKE2B dac08dc2cb3287bcae298a8122f048797f3eaeac20e42c20706b8fd669e30de96e961f3b2e1bfdb156bdaaa2b808bfff0b9a34155f211028dcd9bd7d3eed745d SHA512 f474b41d4a6b31a1f628b685caf8ebfdbe80d02b5c2812056107b2c35bf2ed7223e04cd9846de5cf5de733b994d84dc8358a7b4dbfae23ff4b11f2b9e22578e6 -DIST firefox-124.0.1-km.xpi 518433 BLAKE2B d08ce4dfdd76c763702a48c8b5eb15a965a09c6fbe5b03f10b5d949ea7505a94a1a3f5e15d3d47421e3bdb8876a47388a47043bcf0bcef86c1508656ae3e99a7 SHA512 6828062d3a3ac63a2c2f77b135126e8e18232e5e290f210fa9bbcebe243222c4064e4aa318e04eb971f6b906ba095fd9e7a31f1f823a6b7e82cd082c1e28957e -DIST firefox-124.0.1-kn.xpi 484320 BLAKE2B b7e9955761c35420e3b65901c4c92cf77b74aa1383d2a9922b80a47c5d5e74360e185f88a6eaaab60cc7a04103079fe084b5aa8d14fc2b038a88580ed80e32bc SHA512 20881eff4cb85bcfc7a11b5df7de3046fc44900cc02cc08e8a2adf5b896555b5b7833229fa3e469de624f7b0e764bf8304bd3a747f214d92b2d15ab18fc80080 -DIST firefox-124.0.1-ko.xpi 644461 BLAKE2B 0860e30a2427609d33cee4c6a03c0af3ab09d01ff425b0ce618412c9f4fd6a0cfa0ff75ac65126b9ac2bbca62608a3afdac34ce07b58af5536262e0403cf81d5 SHA512 45eb2c31e5170af97f72a9b97e0bf2f09de895bfda0ac5979ec3142482ce8cd2bdaf9a022d52cfab43dadbc9a84ffc03ca3b782206a19396b5275ba3f5380618 -DIST firefox-124.0.1-lij.xpi 477144 BLAKE2B a9dbe8ad6c5ff28c9a325a0065c3115baade300bbb7b42792dfb04abf055f700c1a0ebc9f22172a2bb614ef33267fdbe464bdcde933adb9af93d982a509be84f SHA512 68fc6611a2cb64a8a287ddd272b19f2f085710f52a4382870eb3d0c7cb573aa8ff89ab4170fd768c09774c4eb03fb70f3395c3897cbb0e5181d3ddd4d9a4f9bd -DIST firefox-124.0.1-lt.xpi 565311 BLAKE2B 4dbc92f291970fff9f07351d6e491b79197b81663257b3c9589d7b69cb4b4e024dbf4f56b3f01c76659b26d4a2ef67562df10fc6403dc1e5a2c64e6a3bd2f223 SHA512 5e14bf3ff0e90207fa29be0db8e99d5fd052c7b47462bdabd2dfc30c6c436440e73262ea8623d7659f9568f470a675720dc39a70878332ae124b9784c39c4a33 -DIST firefox-124.0.1-lv.xpi 462854 BLAKE2B 90e3b4de8066c032be5f6032942ec8affd01da1aa4aa3c13523d97e2aa6a3842394b26ad716446194541b93238caf7c745c6368368f5580cbf308b4f3cc77a4c SHA512 d6ea845dc843bf5802fb76fd851dc45075df87b08ee8265a825cda51af106711b7dadac12f6215ff7fa65b28792f275bcafea798f8fc3bf225304d9438252d6b -DIST firefox-124.0.1-mk.xpi 486006 BLAKE2B 79a24b7bf99f0ada1ffcf5e67293810ad5d23eba5390b802820dc6f7e5f30ce869888e6d146e2d6ea46d96d84ab4694ce6a4c3fcd564370fc75242dc2043b3f7 SHA512 dbecc12250611becf891e3aa6a1ff1d4e11654b9452df1b5937d3088eaa2a5d5941faac5285a7d72d9550b64121bcf0d405c41024462c78dae20c17ac6c4b827 -DIST firefox-124.0.1-mr.xpi 525098 BLAKE2B 4817bffa574e51e3b270e2c47a0ddcb9a96072a67e30ba63e00ae11a34dbf85fb33c1cf12554605137ccf3159d9cf63a4813d1e4ef90f8e7d58fe09c93138dd3 SHA512 2e970d7656f93479a5befc14b299711edbf3c721b3f0a72c42f6d1963d48ee4450d77c9c487f751233bbe418a216527c59c42fb503345f5b4c8ea62ba4ea9640 -DIST firefox-124.0.1-ms.xpi 442789 BLAKE2B 98cb94a9f51fdecd06de48335558e0313227a746f8ea8d341d3516da46439e390226936add5801c37c3f7cbb65ebb4ea9763a5ad6cf3b8e138119a4447a5a44e SHA512 34f71fdeffa6cdc8d24d5bf4749569d31e4d6b680227fe53c77d5ddcfedcc8cae73ee9bbd2ec881b96d15e35921b6a140c91f23c2626c31b73b90910e267aef1 -DIST firefox-124.0.1-my.xpi 510088 BLAKE2B 324ce6b6d4cce84757eda682d3fef5545c728b88282cb249ad540ee318bb70ada1ef1974cb317495e650d257cdd14fc6365f36a38a3e6d928c20e8a6dda4ac3b SHA512 ce97cdfebab33ed2267da32c3387f385b3178846015fe8678f09de451a7f123ae018d4cf6008c8ed60d7c9acf673423e45c7138ab10185724d2c171131c8aad7 -DIST firefox-124.0.1-nb-NO.xpi 592051 BLAKE2B 94f300b959d4c65a90d66400b46818b28ae0ba9cb95de19d71834d3b58898624f13eac8ec86b2dd47fbb8c390746c2e7924462ae439ffe24ccdca0c23662324f SHA512 2da958a39ccecd258c566a5bb6f20e08530d6f0b24434a4071f3505fb283a5e4cced291f018087a4bc30dfa19374aa8dc548d89e5900241c37f6f7d1b7f5fe72 -DIST firefox-124.0.1-ne-NP.xpi 489218 BLAKE2B e323f6076c37263246fb39b0e9dadd35f2934e4e1adfdea4b1c8004b01d68dbd7a36d46bda454eab19662bfa1d04d5e2c5c9da7f2fc2810f626cc27808c34806 SHA512 8d3a769a71395bbe7fd7aef3cc51d095a2969b1a7001e9a0c9e57ba5816eafb208fbaae86b38494a01f4d547deb1cfcf63b33dab5b6e345c843d37dd16158f9b -DIST firefox-124.0.1-nl.xpi 600467 BLAKE2B 8d4bb815d80be2141c97f5e1195856479b7efe915c5ee7f508930e8d3233e13e6ee5016972716ffea6b5c755c1fb466d3ea30cf03d168553c5b8307c3e7e82e9 SHA512 eb52754af4168a27181103fbd753c65d5cef6dcee1f9ec4f7af34e0a97b2ef44d0012d0c59bf84b348fb03b9ed3d864b8c3006d60dfb993b350c62c79cfb14af -DIST firefox-124.0.1-nn-NO.xpi 584690 BLAKE2B 26585ad730235d4d75f4439f59f4c97ffdc4bda3a535994ad7f21371e37209a720c58a46449eba8f63861aa66f54170e5b96f46271d7e9a5923de481c63f63f5 SHA512 e16faf8253cc792e8c99caa7fe37da8b92811602364db2d7c8140b1b5b9fc89d504bea940be43bc4de1ab2be78b149d4229aca82910463687b1eb02611249f24 -DIST firefox-124.0.1-oc.xpi 600436 BLAKE2B e9593fd745e654ff07b3689ab2c141e4a84e2e09f8e326267eeac5332c619882e8b6481a66c546df6c38bd62ef5eff62068563edc06d8cc157cd702ab8b408b6 SHA512 e67160caf0e792099abec23d37efe0b400e9edda23126074a8417b892a7704e9c8047040bc2538954489f438d4c2543f4c2210f5b65269b5a1cf2878645b1dfd -DIST firefox-124.0.1-pa-IN.xpi 674684 BLAKE2B 85896dbd87265209e240b5966983320aeb691d3508948eb25e2b780896652eab9ac094505f528c29385fd6f6d27437cf27554e491b1660c4ee725e1d1e233d59 SHA512 035b933d88b837e3b9b46d32bb2b171c47db90566aca887bf2972a50312003af3fc5269c5db510f2294a7e9bf838d06633238a35f08c4e5d6dbc9b076ebf9ff4 -DIST firefox-124.0.1-pl.xpi 621238 BLAKE2B 6c98d02b649f6439fb3ec208948e89656f55a655884b94b93b58a82e1401851aa9065b05d99968fcc1fa399ee2f045780c8ca1f60b4b8613924f68ec652699ee SHA512 25cbe26b79d05e4e6613b96893e6328ba2c264299fa79fa825f72cdae53cb785e0c09370802a0acb5d03e19a905a6b43eb290e0a6e012d9d04c2112a9f8ce39e -DIST firefox-124.0.1-pt-BR.xpi 605307 BLAKE2B 64373944306e0b1f988c4618f3f184856012363f33368d3bdaad7e51902e604d6fcf697a3b2e5f1c6bbcb21b4759ec7cd73ca3015eb7d3fe272b4b9e2f494c9b SHA512 8eb2cf1bbe2e3c1af0f72b63592eab031b6f5487d35cb1699fe5639983f73929d795032212626aa0b62adc415191ccdaa1e11bb1daf0cebe4da03e603e0ee57f -DIST firefox-124.0.1-pt-PT.xpi 611848 BLAKE2B 274f93f7f9fbd064fef6b14b87cd519095dfc4e75a02d54fa6e7212870c9fb7e0a3c331c285824e4b55979304a1f7911a7ba2c106dbe9d4b5b21ef5241f77d35 SHA512 e6638ffce0b208fa0f1971613aefed0d66d587ad11d40b2436c8e95a0bab082ea1b19e198d090698e472c372e7a04f4bdc1700ba935a215cb000b60ca192ef9a -DIST firefox-124.0.1-rm.xpi 598312 BLAKE2B 14863b35e59ec2e1ab7c34e4638455e3ee301ffba71f30ba5044b3becdc4ab844b5b276624ab8d3bcbfdbfac1c767374fb9bb14779430d544c536f7b7bac93d5 SHA512 2ea895720b0af9500c4e2dfde382624ee61a972afd8f138d749cdabfc9270f10a8b4bdd1002037a33b520147ed3fc7e3b0c3e24d069a482defd048a120a8c880 -DIST firefox-124.0.1-ro.xpi 542509 BLAKE2B 3ce917c36501c044a0f97b050e8b71ae87645ba4f1d57136ebfb12d9a04f6f342aea1eebb391bda9a1615988c61d0518f5027319c850544f3b36eabb76721b77 SHA512 e4098f10a470d1b49c6b928bc9cb08baa529566339b7ca2d4f3dc43ca3ef3b585f394b7f2291fd5e685d90dc76449e6a58b8395515d76454e1e4995652ad7782 -DIST firefox-124.0.1-ru.xpi 701737 BLAKE2B 54d22b12c6940ef60bde8b22199c8e4b8f02da95d1c890361a8dc917ea9e4feaef3c78f985c50c7d22ed595271713a33c5a0ff3ebc7d4b02d9c3edcbb231cbb5 SHA512 31f0bb86bd045f0fab9cf6ea67de27a04676909d6372679dad4b954af2a4b1c16e5cd386bf627cf642d09b270d164d530ec71fb93ba125af5c054195ec45b3e3 -DIST firefox-124.0.1-sc.xpi 571499 BLAKE2B 4ef50d8312886dcddb59899c5a89be53c61a2fa82812c301e569b09bc8eb3b2a590218e56b176bc9bc071135eeee67a78d527191e79bb0efa77d8894daa62373 SHA512 1bd5d80318b51cb135ea78397798515a62a98c5f4faf1ed6e9fba2e7cac5c30cf402689f6287a95731d747b17c3fcdb27280c32308e6f1c3fce04dec068344ae -DIST firefox-124.0.1-sco.xpi 504482 BLAKE2B ce0a9886aca1d8966335e41ad371dc62222f20c481cd210368479802e6fccacef8830659459d96a8bf31dbb70342d329927e3dfabb5e01afb0972850b38ece17 SHA512 c874b6dfe3d7d863267ce9c81e3db8c0e4303564d368f8ce7e436804a32e1b731345f4b0db5515369003bcf15f5f8c3067236ffbdb38d635763f4a523c19f67f -DIST firefox-124.0.1-si.xpi 598357 BLAKE2B 2f5a4a4ed17cbf6bc69478ec585d471a28b2d16d73b821c7f93758145f8ca5f1636f211125fbb887d4087fe2051e6b8505df914beed77508819b74cd25a87db8 SHA512 a8017d991941f74fe5d11d67da9f63f344d1035d3564cdbd3f2229369791e25a3432a41023b0e8c49dbb5f4c8407595577376b791df09f5904af62ef0b7f3150 -DIST firefox-124.0.1-sk.xpi 635467 BLAKE2B 5623d4434528bdf809fec8c2a67785f2a75527be24d26e5b2e6648d0f5593a3588c8d873f5fd2753d669cba180041fbc603d6d9371c7ae851fd04acfdaca36c3 SHA512 b28f66dd16968addee65251f3a1f94e0081639dfb421c69013d2ba5a90facf8fd08c06fcf56c15969ce08a6a3b87b26552fc997b5ab1f8bb2e10e84dc842fc20 -DIST firefox-124.0.1-sl.xpi 601278 BLAKE2B 04f9a82ee70965bd78e2247f4cea629a1b16afa260db07e003a4f9033810d7a513c4617e86d99416ee88deb179177cb678679187b4fe670928dfba9253ea1934 SHA512 cd451ba6c7d2ab190bc6cbaf0ec829583c67cb228aa406567a3e945751398362c2d86faefdaa128d93d001b31cfd51938a6637f68f28ef9377f56d80c7788b9b -DIST firefox-124.0.1-son.xpi 410248 BLAKE2B d4ac05fbb1219e3ca2c35ccacc269bd123389e1294d423c3831781bff466720fa8885d142f5f178d77377a64829075d92b291dafe047163ca7959b460184511b SHA512 de5931e3c9eda44360f86ba7f5f86f7ce9663c85e11964256b090b222a407a9452911f578de9598c1bb8dfa9edd499e4b866915076fe85f9711cd728e96e6d6b -DIST firefox-124.0.1-sq.xpi 620789 BLAKE2B 794467351578d4c47f5db4a385c505112b82d9f618a01dd6a406da2bcde483b8bf9ba1973a27d4f9d3a5198469839571fe38a9718d68df303ddc347342b4dba7 SHA512 80a992d3fb3e88915acd95ef0e0ffcd4a78bd5bb6b9426f17cbde7ec5dbb1fc543c8c27bf115f2df191b643564c93a03e7877e32219f419d8a51dcc7c377889a -DIST firefox-124.0.1-sr.xpi 631744 BLAKE2B 41bded6bd76fc61d622d29b76aecf17ccc927539a5d6b91664a9a92826c8d68f441e0c999ccf6e0a80e1e5bb457f7680c03663197bee4d6bfb1d22d1b829d7df SHA512 e2a7118109a0c82454a43b361dbd512436c6104c7a0dfc42450c98c2f0173508b79792a7286abcdb698ed693d738190a065536f0ecf00cf30206fa6b5487352c -DIST firefox-124.0.1-sv-SE.xpi 603105 BLAKE2B 76231b8fe94df56c8c7015e3b27914cff6292b51e55cbc33d181b06daf3bdd6c598ee188ce4f6ea95369527e3fd6f4f49b763332ca76643053191d68816b97b6 SHA512 171be289396a2c378a8248fc052f16801bb023545805d339253587f538233070d41ed7577874a67cb89e493719a56022ea7370cc8264a28386dc1fdf8adc1e04 -DIST firefox-124.0.1-szl.xpi 519287 BLAKE2B 8bc1b861add11a71619e22db97428f8c2375b23a2a346e0eb56dc2783403679c3472361fb04ae277d24059dfb712ca98a2dd3774d1825d22bf90a8a0e50c0082 SHA512 c750e669ebec6acc8440fefec6abd9bf4abab6d456b822da516492cae2b6ddb7d05611f730fe9260a35d925a85c37da4d576f3dfae1c6aea7d01e47b2361cb98 -DIST firefox-124.0.1-ta.xpi 500070 BLAKE2B fe2c2a1a5d69ba4530d7a11829276e6b3bfbd08016072c583fb1e7d2b2c44973068176d504183a24ac32645f928acb48de03caf4b37f641dd1ed9e2afc259f02 SHA512 6e92e317e4c9f1954cfe8cb214151c7a19b27072a2355e07293928f4e1bfa13b4be751b6b946a6a52762743c1a4bef11a29d134018957a96db37b05efd3a9998 -DIST firefox-124.0.1-te.xpi 551830 BLAKE2B 2f6415e7ea2cfa03c78e7c8e0cdfb7236e522a76e654b8bf78da43f192dda1a2592269d2b1e10545d5c68be85c6c6f0314aa2606f6e772c51e02cecc24ed243b SHA512 4a95720b74526fc646383b61e301f6cf288c2b930a43890af2685e5fed1bb453baeef32fc3db84fffe618bc375f76f291f1d28a504540af7f54b20fd8c05a91a -DIST firefox-124.0.1-th.xpi 677230 BLAKE2B a8fc385bb3eb02ee10f09b0b2c7a8841099acca46fd43e71b4b7fb90814a350a21ea6851e41a8bf53c68f8764123718dd5a13db8da1c58d478ffc0e931160da4 SHA512 27e8c071f25707c51ffcec02b82e092367227a51970dadaa93363beae7dd89382493da0b50d2f663f413c563e58afd05f66026d912418c4304863efd517a9984 -DIST firefox-124.0.1-tl.xpi 527123 BLAKE2B 192a1540457bac03271f5827781566d82c983c5667675815a9a5a9981141940ee136ba6d208365d028602710c99825d1d9d4dec18228a6d1b6b2a1c2a059e9fc SHA512 37b259ffe742caf6da14fe4f41a0a2043b57cc236d214918b78f4cc0025907cbb0038f65b94500eb43e1da6c870f7aecd2ba7e9bf06866d6a0c3be8b6f84e9d3 -DIST firefox-124.0.1-tr.xpi 615929 BLAKE2B 0f7479c6b4fb8b5eef4db31216e5dc86258d202c15f22aff5558d54bf9e3c5b3d58ff881261cce65f7362a5f013a9a9b3cb4456a1220c0a7475b6a1846cd5c64 SHA512 df5e494d6f91319880dd8b920233c6dc792fcee838becd80d7336a9a6140550483b87753c0974a074649f1091c9eaa5615a4919d8ae9e9070a48dd1133570799 -DIST firefox-124.0.1-trs.xpi 497071 BLAKE2B a5f625032f7eb6ee06bd88f31126470bfbad01f12b24a5fa6225e3a7a58c43ac13aa8444f51f8abfe48fdde737b74afe3a58f362ba2943836e7cedbd4410e6db SHA512 23bf3dc2675813daff831e05063d26d34bf0b202fa39f927dffefcca942e472e92649355a7d5da3301d735052c1ace3b1991a96593aec271f7cd55d400352bb5 -DIST firefox-124.0.1-uk.xpi 694218 BLAKE2B 55f8a3568a3d642dc9c1462910fd2f28e948fda2bba1afbdf76e2aeac531ee3a51e1e385c2dd5b50021a3b6c8060231d5fd5c58d679390d9c2f701d3fc12522c SHA512 4096475ac2703603abb1be18048dac6bea9be2ec296164a3aff827dfca8c304a9b8f74eececa6626d4fd10e82bd23e5e72741a1bd37a890e560ff458665d9b02 -DIST firefox-124.0.1-ur.xpi 553211 BLAKE2B 40628887ffcae9144705459b1439301bd6c5f8d04f288dae27a6b110f05b6d938ac1717b3da5383c58bac5cef15766fad518bf59b1ed1059d02de912e66662e0 SHA512 60854a99ea57c4b5bbe88fc9c1aa2786bd3080ced3d3cebed676b003cfbe5f29e76621dd574e112d6cf97836eea1704ea5591ec4cb809734dea17333bb8ffe7e -DIST firefox-124.0.1-uz.xpi 472278 BLAKE2B 5fc3f96ec6a69409c434115378085eee0f1b9770cfd449cc4d9430cf11240d9ffd6f4e8604153e043cc36766786154e834126c141fb186c626ef6fe6b706f878 SHA512 32262ea4210e5b842e92115e37b8affe917dce7352ac7f41b363467eaf934eb0ee862e35f904e04b79815256215d2f6691cda77307ccd4088f99a98142d76374 -DIST firefox-124.0.1-vi.xpi 638584 BLAKE2B ccd926135b3ccab5b0e7f329c8544711fea51f14c00b01d3c3486fc94cacf335565bc4e4aadc61976e8b88c03a8ff754882bb34357c06244a4e2296c7f6ab40b SHA512 88ad513e7ffcbee5ea49e1976f0da69f1406ab2529317a07122841e4dd2f6f4dcf07bb550e82ae718913903d8b47848ec009751202aaf7e8bd3dea38c32c3201 -DIST firefox-124.0.1-xh.xpi 411003 BLAKE2B 5c92c2443e73de2736a42f578f70a69c570cc05c8e4d393887fbcbefa92c98b20f76bd2c8e5aba5a3aa31fd783ae90aba226ace7ed5ffdddaab73ac8e68ee7a9 SHA512 0b456c667badaed47d030ec176d50c8ac39651c1115b7e6bb492c682c0ea207cbdd75778bfdd91f345cfe360c9d28810d4d4595d02ccd048105e1278bdce539e -DIST firefox-124.0.1-zh-CN.xpi 640174 BLAKE2B 42edc61f18a8614b5cb6b28052a5599702929d9ac2fbf7b7bd90cb5fd415cd82c7b70b8e68ed317517747aae0e1f201674e29aeb9910fd710fd7c1f1ed87d788 SHA512 1bfe2db372bd42ecc9acefa378c033dbf499ad39bd5da9b4e351de8aaedfc4876cfabc02fdd8f8ffcd37775f561391ccc1ac5515509dd2016ce9a73580932232 -DIST firefox-124.0.1-zh-TW.xpi 642122 BLAKE2B de00e146dfe60477f04ea28cea19351db0e168aad3d4869c949065248c11a7b6b2caee687d3b8a4f0b09a4019ce2d7fffb16f91c3d31f0fb0f83071650e70551 SHA512 588d3311e820a345e27033135d7f9f3838bf949f0c7fd9f68a09d7a033f15a239e2eaab1db42b4c4560eee21503e0c57d3e69a1492b27c602b49e0e0beeebe30 -DIST firefox-124.0.1.source.tar.xz 545772696 BLAKE2B b986833fbf28ebcb5588a68367054ca7a2f51f69685349ba65d25e118c90ded55c6e626842bbda8f00717ee55aa784c808e8f09855de423234a592ad23d9e9bf SHA512 282c45e5c468419536dd8b81c8ea687b10d8002d7521403330e6eeef49207143bee88a44c3785748d461ed9a72687606f5da14f4dfb98eb40a5cd08a4a12722b -DIST firefox-124.0.2-ach.xpi 457255 BLAKE2B 17ccf91392d831fe07e4c4874628a13766384531b6d0a5fe54f800cf325342d18241b3b4ff11d43ebe116284d6e921a09c50d30142a7623fa473ead89fd6042f SHA512 f42acf587564905ecaa0538e5c5aed39d90bb7de900368eaa50aef6524823c59ed58da0d284680988c3df5eac6a76fb40e3ac7b5cd0342e5613ef6336d87c483 -DIST firefox-124.0.2-af.xpi 411565 BLAKE2B 79c20abb835b2c02a2efd16ffb2a671e6d144c3e5b27d481026089374c11432be660bbc63a1e0d70cee469eb8c0bcf40b2e16518cf63d7d19450eebf181dfd31 SHA512 a9a02a570f7fa85e0f4023b23178b33072c8810f98faf05bf2c30d9a31acab7c4da3de65e1181ec0861afb3b1bd0f3895e15fb7c51e569965672a4d5b488c78d -DIST firefox-124.0.2-an.xpi 498970 BLAKE2B bbeb7f904d9e355c521dcb8e9e47f354abb77f8fea03cc6b17504decff53133e1cc9ef7524ee68bd6dc0b8adad398ba7d241528086e92cb9d07c1603462ee88f SHA512 01a7116931539dccb79ba2ace11787c7bdfda819b7ac412034a06f6768468540fb8213d7cc169a375b8b81fb467460424f57c871846e4538b2d482685e665d40 -DIST firefox-124.0.2-ar.xpi 598799 BLAKE2B ec863c0ab0c81dae02b107da4ae66b6c79873ce6bf79550ed2d64319081344c8ce79368d393e24ab7055b334bbb438c1d5618818312812533b4840a85ade1b83 SHA512 45eb02ce19fc2359ff37bdda083aa128d5c29f3851ffebc2cb2a30b0a736be33a2d881fd14ee3eeebb7819f6970885e5b3482cd7c7d2ab5780720fdf2a35e88d -DIST firefox-124.0.2-ast.xpi 489747 BLAKE2B ea3290199a6b0bccce031a03735865b16917fcb53c18fcfc649b471ff2b69effae40eb8d9a76e96b25da940305e76ace7a780766fff7508021e87e67002dc08d SHA512 dca07b30a3d911c3babaf376fedc0c296b511002265111dd011f5c164eee4eddef59b95e8ce261419441024499a62caa728f2998ab27b6d40d59385b5ba67376 -DIST firefox-124.0.2-az.xpi 483726 BLAKE2B 70360548931a0aef3a9a80b9a0dc454b47c863d395da5c011e65888e311b30ad7d00688bf5745e3f0b436d9b578e560752fe247c5b227b08285f388fd143cdc0 SHA512 462252f781a0e64a041138a0e07c1fad50780c8f7882d4e13e6625107623bef3b917445af6cd377d69bab52bad305057c5fc7eb34810b181ba058dc28fa3ca1e -DIST firefox-124.0.2-be.xpi 696936 BLAKE2B c4c4ccd86e7268f785b2b1f9d204583d547544c6574f5240fd4c58c5b4a1194082e1a17b84fdde0bafc62387f5f62197167da48fa5f587b5298b7fd41ad6512c SHA512 0be05e367f2ed107967ac7d8c34c8ec246a359b4a03d61b944384042b713fe228ba80263a571afd0649164b627c977c082bde80b338f0cdb12300a854ccb81d8 -DIST firefox-124.0.2-bg.xpi 596459 BLAKE2B f6d676a6cc5e59e7156ccce5edc64f3a659ecbdcfdecb6c8994f67799b009779a8919296a30348157c45bd118d6d6603e191af1317760b93adb0b266e5d522fe SHA512 1e0caf825a54c1effdf2067aa20d8ab079ce39cc261eef8d99d85148bdf64bc8d4ba4caf45d343fb2e9d793a2ca9f7cec034d024d7233c78fed9f9e27ce4ae1d -DIST firefox-124.0.2-bn.xpi 574087 BLAKE2B dd33c1665a89f0b2c73e4791bbb3db9c16de4645e598718c3e4a40e4562f1a258403591a43ae9a9a633b1e873f1fd855caf99f6c817da30ebe7922c92889336b SHA512 b1c8bcb90252a7b9541c227be377ef8fc0150ed4c2f3ea42f300b8010fd2658af13940ff3c0b39b0acfa539971141179d176b50a2764f2075ad31ecaee12b6f2 -DIST firefox-124.0.2-br.xpi 579512 BLAKE2B bdc327166b6da57af25fa25078b0a3ceee8d1576e06ed76db6b2a4695a8d397326d6f144d814ce86e2b70c6140dd211daea3ec68b252075b0617a93e9d1c284b SHA512 873792f6920d18a19544ef97d5c1c084c2ed5fcbf4b3939afbbfbdf7cd1a671f9a390e16c5dca76f47c96f84c80cdddf3be8525fd684018e28f3e598474cc7a4 -DIST firefox-124.0.2-bs.xpi 466315 BLAKE2B 79394ca083e22e3f3e5e0c41906af3bf983e436bfa1530cdcb1e538d267891afdeabb40ca052a4e9019956be9378b2fb144e9926a40b292f818aad58df412085 SHA512 f0d851512240569ec9679aacc5b39a6e9a80c2e41728c5cb3a970b4e6482c3a483ea976e58ac97cd272fb9a97bfb65886c38a4dbc75a4efdc736ba0f2744b6c3 -DIST firefox-124.0.2-ca-valencia.xpi 538973 BLAKE2B 1b272ba4d19c7a8bcd30755db1a236e86403faf2d06d972cef468556feada24f5365e2f41c87b35de3b53a0a16424e0a93f14642e23033869554fd464b5005b7 SHA512 714d341ea70495f2e80fd5f2d0771cd2a9f10397584f1424ce88088d527ac4fca7fdd1280317adc030eec0eb61ee3d46ce214a74d33a9bcc691f82afb0c9bf17 -DIST firefox-124.0.2-ca.xpi 577127 BLAKE2B 40e164ee558304bd7f4d1fdbf894cfb09cf1ef1a4992ddcd6421a8494438c33ff5d4b09bad1e2a7108d8b08b490c526e4c951ec3203a2a1498251d27d120bfe5 SHA512 533251b89a42d9460b3f90ca63d5432fe73a71ea79d89d89c993cb04ff4844705439746b80d911354eb187c2156e17c4a14edeea4bce572f13f969ea4dec1f23 -DIST firefox-124.0.2-cak.xpi 584191 BLAKE2B 94ac0612af970f74b2d7b8b908932f94361bd15d9c721788ccf99363f563ee1620760fdd0c5e07d09e86c4ce0a3f21c578fe1712c197791d1de18f1ff0ae7f61 SHA512 7d56cba939f896bff8d688216c5ed1b3d40a00126251712337723267712220cca0b7b9e7717d0a812aabc721d8c2c79d20cd1045e2a0d80eda83a5a632bb363e -DIST firefox-124.0.2-cs.xpi 640185 BLAKE2B eb43e546f220dac2aac77738a0e3c9b48a0f3c6cee50379333fa908e4ae784143bf9e3f0c4f7a7531b2e08feacd4409d21f2080ec6a6973c91c75e7afbd905e2 SHA512 cdbe4f7eca65137101fe1029b8b2fc614f6e890432bd533d8f5d3615f1a0234d1fac3474f7a84dd1a678c81e1ef7a0b79842f774832c733a7b79e0c711a076ee -DIST firefox-124.0.2-cy.xpi 607557 BLAKE2B 8333305beb2b40279d67c7d52ba0cb8820c3629e38c2e107698e1d03e84639b287eeb6d94a7e7617f0c56c42631807626d46217ccba9784bd2527a2404940cab SHA512 d4049a20e8a6182e498c2a17e5ee44d8fa60e628936b81cd965ba5261c1589ed37a56f0b18e7e6cb9b8a39c68314ca7eefbbe7526c8b6553e6386972276f1a53 -DIST firefox-124.0.2-da.xpi 596587 BLAKE2B fe49f750c55bc1c1763cc5f100377a6c9461d462cbd07a87a0fea2d5606c91bf06fc4ffa9fb02b1e62299f83a2ceb6b3b2c06ef92802e381d63d38ed28b1ffb2 SHA512 3c06c97e4a7cf01c478682a5d9bae853cee437eeddd18a5123919900bc9df7bbde395722cde1343734eb8737b0fb5f0c3ed0cc8412be4529d302633ba4341ab7 -DIST firefox-124.0.2-de.xpi 617699 BLAKE2B cc783c541223f834ecf1a1d8652fade443133692eb8e40fa5e14cf72c957e2ca864ac9c1fa9b8f671075a192042ac52dc77aca12ae16a7b6cec69203d45cf06b SHA512 000288baaa3ccf3819dec45641f57a8ece0c1acd56129570bcc74465b9aeb9f44608c353464125406afff9eaabf6df3a06811d88286e3a829a4afb69d8c445e0 -DIST firefox-124.0.2-dsb.xpi 634051 BLAKE2B 956c8aecafa7db07311ff87fb46a65ce93fe597d2ff3d42f8322ca4bd45e83f68be87e4d26ad487f2071bf8d7ba7bd2aff5107081afaba269b2aaf7c571cb3ef SHA512 698a465c5da52c8a55357f0504d97217fd082e1c90ba101c4d801436a80e8c7ba8914d9388c9958223d88fdf672a77dc3341ff1f86868689fe29b2acfc664a94 -DIST firefox-124.0.2-el.xpi 714179 BLAKE2B eae2a0fbb09780a69d05735d99432aa766b8f7068352278fb2b4b08ee4b49bed1f1e0b686f88ccdad0432db30d9984ae86bc6e930683a1e498811c0a0c3af2a6 SHA512 db5b232cb159fb2f4367215b0542ee1d4d698c9c6a122143289c979f4a65c3f9c69b41f523d31664259326e721ddfc0600559ad131955e28ca04ce393537c215 -DIST firefox-124.0.2-en-CA.xpi 552853 BLAKE2B 540b3c85cfe47bc9b494600334db0ec8578701d2d9d5a78fda8357b4911bce89ee6687581787439558e3b9039c2b5ba427c40b387f4608c75f5a9c701982d470 SHA512 33b85a60bf6df93633f83e4c1ab334c5a5b68966508de7584d57ccfdf6e1e55f62be7040421928d9cf268c403846c03e4c104853b8dc8a88db71291d4d211060 -DIST firefox-124.0.2-en-GB.xpi 570065 BLAKE2B d650d94b8354b80d29d2ecc342687b78f375b26d97e6635554ed84cfd12277b019366486bf68c177158560512619bd55d4c0dd3251150d2a783170fc313fc001 SHA512 22184d8504d5a22b3a549cce83e985d6d25b91600de1ff4e1164b8df533c67b1cd4e11da1c8d8be72d05c9b5afb24067a5632dd492d85af97267c3ed06444aeb -DIST firefox-124.0.2-eo.xpi 600155 BLAKE2B b49018b71f91e4c7c8e35148ee48f56cfb3605b64277307885e8f2156425f2523beb443b64588473972f30d14da9fcbfaaee7eab29942b20f1a014ff7dad8e24 SHA512 1f054a1e2d3f8b84191968c8965a4ada33291c5561ff534ccfa1e01fec1cd3a7ee72e259095043def52a06e6dbb02f170dcfa7b9bb1bc1e9ad91839c557ca871 -DIST firefox-124.0.2-es-AR.xpi 611788 BLAKE2B 9fc4f4fb5525aa41a1d8061c7a7ff2f3fb6a9d168094e7c82e99e35ef8e5fc6cef615c8e7bebdbb8dbda47fd5255dfcedec76158b93eebb5c6ea18ce289020c6 SHA512 d8b9549cfc678389bfed1c6ffb401f7b1dd6fea37e469bf8c71565b9b732c788659fb365a4c4388573a11515271a6730db967595b0054e28dd616fb5054eb3dc -DIST firefox-124.0.2-es-CL.xpi 610709 BLAKE2B c04371458ec0c94c1a98ef70845369676a4ae5a8848626adc3a9376ab34a7a931d91495a89ab6e7e548d062caf4184a144dd324f4abdf11f5b22b08391e4d267 SHA512 25d3b459fc6c17246b7c04f96674039da868c5383675b7404a001ba9c596ddf8c5f66ba1351ada56550c240b8e34195f4c65c1c68cb76b22241229e036330c4e -DIST firefox-124.0.2-es-ES.xpi 605675 BLAKE2B 5fbf14abde93c0ec9d2941e9852a5ffbae8cfaf477b77627d7a863791ab4312f8035cc74ed98d449b4a08c9466a6d0463921a14fa898c7e60bda27a9e1e22558 SHA512 b24a35464888d5b3a46909aae749852b4b85acf9c27aae6dad01534060b9ae0950a53874c5b41c94fd553749980547f4d2d90e3396e0acdf496a7036ecd2073f -DIST firefox-124.0.2-es-MX.xpi 584181 BLAKE2B 7ab20252899f1af9cd6187ccbe5b02a72c45870daa17b67ea343c6f9d0f30b2c18fc31d11f8163dfbb31983ff26168c6e4ec1d3a082a81c6ef7c078d7c86504d SHA512 d1ccbee7d76069387e8cb55fb843f45825dbf3af0b5ebc752f689b69e885d88563441bf781f34edca54de8df99bb38c1292e9dfef69526f8fb2e0cbc043d6ddb -DIST firefox-124.0.2-et.xpi 532343 BLAKE2B 7f80387b09f3140f4954bd9f97abf6de989ad8cc8bddffc2ebc9bd51425f4cb34ee71618e851ab7a5381f8d3acc729c94a4c01f3102787c9c34e0ace558ffa87 SHA512 b2b291f1d356141cfebb5dbb1d2c5376600ff972d9f936b41deea5472cb3609b87d0a21941435fdd1a280abc5b1c3cfe5c2fa88d190fd35a6499c3dd604ab1da -DIST firefox-124.0.2-eu.xpi 585776 BLAKE2B 836b0e41b6ad37f1894c58367f084b6c42e8cb6748195c5963175c523d83da11791bed668c44825d772354c3045ce0d0686be6770e9ae80df617e78310d0821d SHA512 806ef686c3ec2f36289f1d1b3947ac40ca509f0fb275ea65bf152165cbd602b45b354cc9c48e30e22aee113d8c6aa1a6e657ab7bb5e27fe708c6297fd28fb077 -DIST firefox-124.0.2-fa.xpi 582557 BLAKE2B cf8ef01764273db2147faefad652723ca5a619ae9c1a42feece5971b2863396419833f560802ad41908dfaa8e76cfae80fb51e5bdbebca0a63fccd0b06375bc5 SHA512 ca1d384fec57b61e00bc89f81141564354d23a6b20111c49e4e74299735e40f243948df3211258c84e150130d8465266f78ac67efa0774d211cf39dd75996b1f -DIST firefox-124.0.2-ff.xpi 469176 BLAKE2B 01007b7ff9e49f87e3c06299cce27269b9aa9abc9bd72bff0319720b755b84405988de378e81c60b37fd3b91ddc70109f50fda3e4adb44d3792a07d2e9de74d2 SHA512 cf76f84312d48f5e5a70be7a23e547a7cbb3c7b3b8ce76ca145d4bc48bb8a54b75c7d710d7838dd13ccc2ab4b53137427a1e08f54b3987beb168249bbddef64d -DIST firefox-124.0.2-fi.xpi 592095 BLAKE2B 0e94ffffc2e029b338c08e11d53f3e6fba67eee7a7bfea8d8980ebdb46306bdccfa153059f66179dd7905b3d2b2e9823375e3118d23a97b6e21e69bf49484a8b SHA512 be1bf303f07b79194dcfcd4d7c1e6155d3c13e39c290ad813779d7d65fa58cc1329b38bfb71cfc23364b83791e9ea80874bc6ef00344fb6f2ceb1459a8f71dbf -DIST firefox-124.0.2-fr.xpi 621884 BLAKE2B 0a9a21660af566fdeebabc6e217e9bef22026f46ac97f37ebbebf0b3aa9da8265e2b8fa52589562d4126c14f29a3ac80cae288466d1c3408e082407082567261 SHA512 a447f0df57c9161bdec7dcbbea2430ce22b51297a8e2b9815ac9b6e3606fdccc79b7e60a5ad34068a0a6a584dddb690e56784beffcb075c5bfea55aca242f538 -DIST firefox-124.0.2-fur.xpi 617363 BLAKE2B f2098f559962f969c8999cb19a706d192e03c642b1e68800a488f38ca8f670d7a0a3ed351ddbf6b8b811dc4278ba2bf12969d04bc6a88d7753f4df513ea3daef SHA512 6e9692d11af8fdcd8a31955bb8966293706d0a5036d9400faaee9e9e12530b30b0cc127712dbb533426ea3b8d2214918ec72c7e315c0f2929efb699862c09b16 -DIST firefox-124.0.2-fy-NL.xpi 606666 BLAKE2B 24f033e8520a68d5e594fd5c8a8cb162ea68af041ccbdf90b7b2042b520435dd46375bae968a25cc989fab56b01cdd17eb221c71b75ca6fb5a0090e53e77618e SHA512 ffc4683bfeb7c6b4862ec9434582383a34e7155ef83ae1613b796047c03f524abe85cdd8aa634ada881865339615bc8e20f7e73a696a0266a8ece0b3eb770723 -DIST firefox-124.0.2-ga-IE.xpi 464732 BLAKE2B 80ed500c3aca0b702e8be150c0a71c4bce3810a7126a27256b3e9491a51b629cf73ed8f55646c4aa3a8896f40548943de8f0e9aab803c0b69ceec47ffad2afe8 SHA512 ce8aa2781772e45ac8d5f03bcaa5b3b2d718e4aef3e5e17ee0ab6973a401b801db46ba826b8ec2d3d410eef7ab78affba5d6d325bf2d2eae2e271f05f722be3a -DIST firefox-124.0.2-gd.xpi 584018 BLAKE2B eaabc701392f24f00c6644d18aeb0d0e1f343975db6ab61bf34399f18cbce57d90718d6abc63d5b21d08cc25f515ca4da549300bea40a4cf12d761e73e3bac78 SHA512 f5cae8378ee27385b981357503e832b9ffe434d3f8a552934f4657055d7e53499189a90efb53feb09084d176272cc344abba981d17bddecfeab0ba9c0df2ab31 -DIST firefox-124.0.2-gl.xpi 597048 BLAKE2B c9a77391e33b057236d95b38d4ef3efbf34c542249b3b8334d0a97c04aecf90df544dea516431edf7c6a331b06eb322c4aa9711a470c5d388af34d0c5cb0def5 SHA512 ea93afb70af13fd91af2a92d1112e20b6a7c8dd6fb84c5172e95d3d74e7936f3e3556a29864bead8c97bde84ada8f3367e5a9ca00812aea2029c827b06add8b6 -DIST firefox-124.0.2-gn.xpi 621056 BLAKE2B 3e94cc50b7b33637742b7e3aa8d7376f793400a7e6ce266704c3ff25625fafd18a4e4e4284ad48f9f1525623b71c05667cf3b245ebf47e0b657395858c834122 SHA512 bf32126be2c9e79b4653d3757ddcae1155d4cf6cc917f3218dba9448fea87cba5dbc9652dce49bf466c411229a17a0ad8afbb054e07137a1206e7fac5c7e21a3 -DIST firefox-124.0.2-gu-IN.xpi 520056 BLAKE2B cdd54d067f827e85c05fcb6c9bf7b662bb3e2bb4923b63a31e36924d0bed236f09adf90629044038b681933c3314d16ba0e9a39acf38828de7b8c15c61bd8060 SHA512 2e4560faefb15aad3ff19f5909f52a5d4b6265e5eb2abc953113a1969ad35250cc1b3e48a9adf27ad6e6204e59f043418f7f2c5db6b71becd5a5b64f7d401e7c -DIST firefox-124.0.2-he.xpi 616172 BLAKE2B c574d4728a20d95f0f09cefd1e11b1442d715bffa807bc310cbbfb812ee3da44f3cc94d03f719c958a6796b0b3935783145dd9589dbd91e58a73f90fb88ba30e SHA512 498c61a37d4ab18b7ce9722163eab17c4934e669adc2e934b65700f5bf323e04c8677ccca75b064f0ed315fc49ab6e77791504925b5206c591872578324490d5 -DIST firefox-124.0.2-hi-IN.xpi 558182 BLAKE2B be7b8deca2a0aaf2ab0a3dcda97066fc76720a1835af4719de55b631b0c1e6f60b5c98fcbca95b51103cbf97d1abc984af90aade8ccffbe8179144b668cd8a11 SHA512 fae1ba48bf8c82cbadb762057289e4e921add2c1a2e3ce3bb1b7729038336b36ebaf7708f907b24d2c9f3b2ab58bfb77c707fe90dd1d33efeeff411b24895b8f -DIST firefox-124.0.2-hr.xpi 549496 BLAKE2B 7b18cb9a9ebb4ced5a2eb98f9dd5501fb745d6e55df143c331af1cedcc67db467ad13713eb77b1c9cf70207569fb49a7e794b4305f86019a59939b6f9d93b92c SHA512 d6f559f3086397cee39112e2ea87ca96daa36f658d7e19e537838071702396cd7c1e4cb42370ff44b78457a207efb333ac3a5be704eeda34929bd110b76258d5 -DIST firefox-124.0.2-hsb.xpi 629696 BLAKE2B 9a6f36a61a6843d45f006fe26165b5e9f1f902035764dc2db19a736a8762fd1b89931f0f929dc81a3be6cf325b4960c95c511d0343c7553134d0391c01259121 SHA512 76542cbf5e59448c5636d84b7a1af34877b3483cb1907e8d9e5145a8059419a430febce518c3b8868c6ed087e0d37aa99e7ab04326b1d04c60972726204146be -DIST firefox-124.0.2-hu.xpi 633303 BLAKE2B a30267d27ca8b625c5830db59c5fda496b92be1b93634f76665d282069eaa0683192302d1aa66fe6b48b78f13045426994ea63e3b98e927c95673300d3726c1a SHA512 1bb5128803c476779b1a7a259ac1c59a50703cbe1ae07987eb1296141b2ebe0f0c334c3a32016e42b3b818902f4728fe99d7bb8251bd7784e4b30e21f9b69b4a -DIST firefox-124.0.2-hy-AM.xpi 607891 BLAKE2B a9c7fc28bddcca108701159eb2d286f6af37985fa8240470410abded20aa01ed4abc7198f9fd74295d32f8737b2eb7202c6ff88315c6706cf2ecf1e0e8437f82 SHA512 c14a5fcd1996bbe5290a626cfdec3d9d9dee49e44f1c105c0431cd1d568ead214ca2942253d672c7df09fc77fef279722877917185bba27ecf26b8197ed4b907 -DIST firefox-124.0.2-ia.xpi 594010 BLAKE2B 98b3a13b0f42cfd1210fe5b77f0db12a34082809afc5752e74303458ad798aeb8fa6d0d702e2a45db1c55eb302ee119dc8b751d8028689ab9de3b1295949555d SHA512 df1295c2ec83810e67611516acb1ee790593f5b58058067031607c8412ae741bc50820fddd082b15c16d6011d1dc685ecb79507a476ae3c1e1d00327be019b0a -DIST firefox-124.0.2-id.xpi 566763 BLAKE2B ef7065b6551bcc5226044780ec6ce4c09704cd3f11a02c5fa6388da2c6258b3ca33f55b720fb57260e138421efe958e5798d96b89c0363cd4821180faa4aa2bd SHA512 087b1fb159902a9a06ebf4e64e1a78e66dacc86fbb30ac46f30698779676a2dfce041fed504367a1eb6a5e17a16fde1ea1a2a55be0365c78a16f04db4f8d0feb -DIST firefox-124.0.2-is.xpi 600747 BLAKE2B 827f1f9d0bd800b066ff76e30ffe41ccdefb94e764ade69deb4c5e35f68cce6476e5f42a4afe32fd1973192b0f51deee1aeb227e67568da33e5e62025c51dad0 SHA512 42370d399a5394a340a83173fb51152fbdb15f1d6a507e563a5ef9f43b2efa6e182c39b6dd630f013bcd6100e79d0ba8fb93a777fd97cdc25001fde01d05cacb -DIST firefox-124.0.2-it.xpi 551729 BLAKE2B 06724af6d42da8c67db0e1602f1fff176a9b0eddc7047ff363630b78615897d69bdc388fce189f8ac7aed09559f81cda0b0a54be608b7f9e952e4943a4e47e4f SHA512 6876bee18ed9e14074522076788cc3a308305a1919eec4f81ec4adf64ae007add124ce9b667c7308cbfc815f9281067d0f1da4995a4487be382da46d8af27d0f -DIST firefox-124.0.2-ja.xpi 662254 BLAKE2B 3c144406a9e71ea162e730e1654e2cc7bfab35ca50653ae3e3501a477dd55b4b46aa1a60acec91a2db382bfb0f5549ad60acbbcda9715fda07cb0897df0a4c69 SHA512 52b64c2492d187e7113ff979356f6fa6aadb4f17795d74390b9664d3db80c86ea5d1185b5b745023ac33bc461365e16d162a7aff76d7333d13d35e6d77d51645 -DIST firefox-124.0.2-ka.xpi 652848 BLAKE2B 8729b644b26ec7675bf6cf7e94a732d87ce819e305c5c3368e2f97637440f78f533637c62bb51df81ad5b22630a9a3199543c27d8bf6d0e1129e998e8e36fc87 SHA512 88bff601af66c22f8eb126f429fc0cdfa323645450d25f5855b109552db3ec54ef03c0ff26dfe4834ae7063cf452b26484beed11553bd1e61d6a804c93551e51 -DIST firefox-124.0.2-kab.xpi 594394 BLAKE2B dc6154a1b9a699842d4196df868d7ec75a610f23235a11ba3aee51d17dd63e55731f797d58d87b79cd84bf356092612efe746fa9743d25980c39111cc90001db SHA512 6bbfe7b0716e983ddef68cfde52c1c382d46c23fd147c312c07cf32e61ee59d013c0d4188d7e0b97feef45b95099615e8c53f6340a7b1d3404fd8016b3008c8e -DIST firefox-124.0.2-kk.xpi 689599 BLAKE2B 35e8cdf1d2337ff4f34c3fc8c6a225ecfb02000a143b872d9a6d41b6f31054a63da7b02abbd7e6bc1f1b20270a1f8ec5f0525fbec82edad6f17f01f1ea618d7d SHA512 49b423ca758d5d17a0be61893b94db1e0a0a4b82e5e04213f39cd88b1becb0d737466034230a351202fd5200ef95dd0f81468ef3214b120c4b2d6a64ada515b7 -DIST firefox-124.0.2-km.xpi 518437 BLAKE2B efb005f82123994105be8523719cb59e3828d02d5c7d2eb2c42d0a57d710afddef1240405b270ca4a742c24625e672cdbd2ca14c76f32a0f89dfd99b07e42ec1 SHA512 536fda68aa0cd688572ab12c69f6d16ab0af6f10913f58e38ae77fdbbd3ac6ecde5c73914a8292dc899af1788079742f3359f79e28c593f61c5b25fd07dadabc -DIST firefox-124.0.2-kn.xpi 484307 BLAKE2B 11e4d75335e13cabfaef01b2f24871c8ffb8372dd52cd8f0cec9bdfd5b1a0c928b1e589f6388cfa7f6f66bae217eebbfd0892aaed2c1977b4a5175fbf1b7e2fb SHA512 4f9884641a5d94c3216acea07391396a3dfe1b58eb223f08beed58a37a166299035f7e735cb2ba33b9055a8b2e9154af5132bd9a04d7368daac424473231494e -DIST firefox-124.0.2-ko.xpi 644460 BLAKE2B c1fe0c9d910d29c9aa5a041be8f78f4d781305833c47b2c03b0c788184299fcc20968bd691df4743f006fa7328e212d66ca984477c81a1a4d5c83990624fcc1f SHA512 070b97338a5e8a95bbdb738dcdf0bec525fbe60d14b5c090037c81e21a08983c60f2fe8fafaa962ad5a97ef57298ba267917414c66a97386c7763a2c14931bee -DIST firefox-124.0.2-lij.xpi 477138 BLAKE2B 4a2767b630af6de8fecf5e1c652e1df0b019ea414a175987e382bbcff879ea7fb4be721c6959a57359e368d2616f17e2fe4986f58bf7daf9e836f1002e63aea1 SHA512 db529e9e5657eed3e1f1db2690815ab4ba490d547870f3c335784692dcaf826673dd41c6b16ff7589e4d729e94fd882de08eb3a8598dd445365346501e0eac66 -DIST firefox-124.0.2-lt.xpi 565318 BLAKE2B 534994785117886b1fd34c6f1860842f4d9726d17fc0fd9e05e7cad82d3ed48fb0e6ee63b9c059b034f844b4018f3a4ab858a0a31a3a282bd5b14f4b764eb811 SHA512 1682df7b61015ca1dd417f418c33067704d9d257dcbceaf647c37c82babd87b33f279623a2b3e316c7ae2a50f7cc9bf675dc272aafc16dacd711054d43c71a03 -DIST firefox-124.0.2-lv.xpi 462857 BLAKE2B 1bd532754023cd7a201ff2ca61fd3749c0b46b691e9724d9f4d84ef69a0291f7f2839bd35809cdb196b9d2125bb7b55e63c20b24e33d5be77dbc815098cd3eaf SHA512 1a4088a39823f0c54e96f485a4f557f594656459f0b778e0007213026df5b215a37009cdc20e825927d543989685ac1d6085a79683777340d9b028530be54c06 -DIST firefox-124.0.2-mk.xpi 486003 BLAKE2B 248f11e61eb64e887b5793e51739b75de387d4d8d18f514db71e16a6d75e4df4628216aa4d36a0af51a97515618cc26789ec7d961c984bcf0fdb9e4390a68520 SHA512 085f6cb9206864872fca2616994664b2047a828207a81ec8e0ba97ac1bdf1edb733570d8b60b07b377f3db57608d5dc68d15cf0a5eedb3d2312d332b4d280267 -DIST firefox-124.0.2-mr.xpi 525108 BLAKE2B 84918f32c64967856d6b3e444fe12c218291c0784ca31e7ad79a5bb5aabb2bb285e91af52e8f52deab6e79dbea1fc23982518d56faea95a9e61ddf9ad328db7a SHA512 4b93d04e1f243ce87138d7526103e21c9a777e71f1052ffece379d1daf0f5cae6f0e7a4682839744fb284494ae73932f6f8549e58794cb159c4f207a7835ef2c -DIST firefox-124.0.2-ms.xpi 442792 BLAKE2B a9e994978d22d94ae62215eee160f20380993a2d3f0d50d92186d365b8bf9206ddf77c9ffb2c2f4861b912534880fc55e7e4fd93e37dc788fca32555636b0f81 SHA512 8c214bcb95539aa5a9a430af455c92808e5f1654830ba704181e75afdff0846ebb3fc9bc40c24c2c2a1514108e85126cf7134265dd4f2886566b6eac7df3684f -DIST firefox-124.0.2-my.xpi 510097 BLAKE2B 1b82950bdc30116845267bc55e2a150341b24477c50ed8293396f29151a3e9c640cd4437061547e467f2aea4f78e10b7472f654f788fc7bdfad08c13d8b4662a SHA512 666483025b85dd3b0d29cd4b93787acd112d252112999f245b147c3c61d6ac9a8ffcb5260a5a5a84aacf8406a3f19f351b9943a0665a552e853a777ec3e9da3c -DIST firefox-124.0.2-nb-NO.xpi 592048 BLAKE2B f4f0a66d5964a89a04142a712a3b385d92d4f4968afd67c32f5f93f8d82fa6f69c7e29aebbe2e136181325307070b5dd8dd8c5a8937879ba338eee7034e14d2b SHA512 328daf05d02e075d9406bb937fbce877d5911222aa8c8c68d3eb493f7ccafb38e702dd2cb9fa873cba28b9021a93af5917efdd5e72f2253d1beb061f3a13c129 -DIST firefox-124.0.2-ne-NP.xpi 489213 BLAKE2B 79e4fc62763fdccc37c166f38afd310c2d5bc3c213dfecebe7d71fd7bc8cb7f95b3709f282c908666ce5090efb0a38a3f88fa5ef2576658ba4fc6d08613e5493 SHA512 20993887de43855e7c30668a043bca9d6834f742da36b1117824c6334a37e14c095bddc51b7ce29d9f8c1ba67a2c7c1b4584c2c5c0a39b0da0e67f897e25add8 -DIST firefox-124.0.2-nl.xpi 600468 BLAKE2B a5a87df2e9df6b0f4c1e53ba87ada7f46bde7394855c61ad6b4b3851bbd392b588e08d3377aeb5e6d6993e4913713d09d211b920d8179e58c72df61013ec3fe8 SHA512 6daef12bba475260bd925bd1db3bf32f678abeb6876bede729a8808c68dc6e65b6ad2a5090d4d9a968409f253c8cccebaf54f13674f3f5cd68864c12452fc5ab -DIST firefox-124.0.2-nn-NO.xpi 584693 BLAKE2B ca676606f2f7166246a8566c1bcbc35f7c44d2801e8903ebefbd372c66db06d1df8713381691f6fb5f4b846ea2f1237e392e14296d48a1e00e45d304c205926c SHA512 da26e8d751e850c533eb9caf93b426e14d38e680c567e13d1cd2075195af1682bc03293d18eff8beffc3b5c8bfd16d6fcaa05654d2d63f10534ec2955f93aa20 -DIST firefox-124.0.2-oc.xpi 600442 BLAKE2B 49d8f868c8d751101d9979c575f38447b17e0b880d42f1cc475edb7d8ec1fe1e08223ee4dd70efad6860a27026da8d6cc6fb90d56547caaba264429ba1a6bd23 SHA512 1577eb225dd993b71ff0b5963e567cbaa83b97806d4bffc4f8fa57abdf43e93fa41d140bf800eb3cd7c5806cb59f0392fd959ae1c3a06d1e580a18e54cb7a1bd -DIST firefox-124.0.2-pa-IN.xpi 674686 BLAKE2B f22a4f21869daf5d287165d09acc1f62786a2a0970cc445aa8e83fc980b093130b4101353d0f1e77af8cd5d76244c65032e38e602fee1cf3def3164edb31dfd2 SHA512 238fc66530d9c34d7cf21894c0ce600d9a235b77dc9b7664ab9140277a2edbc29c20272eec510415f4e885d49ceb6157981c6a46db35f9ca3e7480c1dc169ab9 -DIST firefox-124.0.2-pl.xpi 621246 BLAKE2B adfc0996c4b410249e903e45d2c472c77045db74ff31c6e1ea76e497a32759a5f79cb343ce7a1dd069f13d836605da0356d418b84951dc734c6351fc675121a9 SHA512 0bc118672fc0505ed73f18f7f5f7e0f061dbc3ff28fd958c5c27e51e6da3e468b0f589905c9baba1d65791f2b1ef5cd0e37ba3f9cfa8008b601ee65c842e6417 -DIST firefox-124.0.2-pt-BR.xpi 605308 BLAKE2B e6afeb842a5d74059bd1a72da341e1a58ab38b98c1db90085011e8686b818cddcfcbcc630a7b41d2395739411e5ba93125961593637c1f1e9853385798d85253 SHA512 0a4e4a8db9ed4de3c331fae98d3a9d201ce5dc40f5ecb6f15fb6c569d6d9517d333631ab1518db18444d92577980344f163bafcaa1a5f1ad0cf6dfb3717f9704 -DIST firefox-124.0.2-pt-PT.xpi 611850 BLAKE2B c8c9865961915ac08c58e0b634480c9df91d7ab8cd282c303786a5489bf8e64f8e48216eabd06c398bb0872bda6d3c60a18a5eac264145d02635840072a74136 SHA512 5883d843a49fdba79596b1d160e290e886186dfe32f37e4e68a27e34ecb2387b6e83add2d514d9490fcffbfad117bad3f40ef78272073e60bd50f7fe8bf8b69d -DIST firefox-124.0.2-rm.xpi 598307 BLAKE2B 26bf7439a08dfa695d7aaa44e2590b4118a10732e4dc2b854390e42c829c5c8491ad606732d6f4aecdad83ba8aa58d2b2f9e5b8fb77ab1fd7f6e0270e5436e06 SHA512 523d03d710dce8fa65d7b70326cffab825cbe88b56d9f6cfc5365a50de700896df0edf1da196dc282c2ac2cfa9d15f8113e624da777683237aacab6f7c4bd08d -DIST firefox-124.0.2-ro.xpi 542510 BLAKE2B 5f1776fe56423c5f4d4a8ecad94f39b9b6253dce0a0bbb069724f83e44bf4ee1b2883b31c7d6ab33ac55f5858b9f336b5c98b3beed7c90b4f795ad0eb5debbc3 SHA512 8d96f4aef94a2e63cc7b00aed47a590fdab007a57c405451e9c9f14735c35e860903d50c2e790dc0f9a3175904818130632e5178f0ac176533a32908ecea0110 -DIST firefox-124.0.2-ru.xpi 701735 BLAKE2B d42653869c44df2fe3bb36eae1ba7d9c4707777cba4bd974b5597e789ba0226d8ea8bf1b0dee60e9ecc44b49bad07172286803a99bf77d9379f3104c4501fbf2 SHA512 be5cda4232abe402073d4f42d8e9c535d21c068428350c777e37876284db1609a155a3d3c10106023ede39433a044d8ef4aa91d2df0c07424f11df4fc11f4d79 -DIST firefox-124.0.2-sc.xpi 571500 BLAKE2B f42206e37bf137b58ba8d068b478339e68d3b9127d67e8700b6208a31429a2156087f363cd68baabaaf161a92c7e189f0befebc45e1b8bf4d5aea40b88c2402f SHA512 4ac5d53358de6ffc24feeaf0569f2e7d7658de987f29ac83f5ebd8a106b698bfb4ab37cf9174c24783d8f0b25184323d64fc37b6315ffd5671685eac8cc3e2aa -DIST firefox-124.0.2-sco.xpi 504482 BLAKE2B fc0651773c0ea9422533698f299d19e5d61e36cd285bf3178845a16d0a11adcb463666dce5aebe0a45e2cc16bc301391015498242bc072a90a22af2262c5861e SHA512 b5b22f3b70aab8c9a2b119bae1780c288f0f34e6eeec77d5995f61d1d376bbfb120a4a816f521ff648213e268991c0663914e79a6b1a55c65cc7dc8ec73ce298 -DIST firefox-124.0.2-si.xpi 598356 BLAKE2B 8ef22c49498e336c5d5037608e63b8e34d70319d2a2c25280e8ef492e88a934a4b1c09fe1192c010662ecbe632ac401f1fd9be9ecce38a2c44b62648b7bfff47 SHA512 2e63777dc1c58b8621af8eed0314123de5cf32b6d0203d245b175ddcfa7b543068e0d0e87170b1d3574f06567c55e3e6cdf6d64ec2e00d47e031a3f84c64ad96 -DIST firefox-124.0.2-sk.xpi 635463 BLAKE2B 987f6cac09f22c972172d2f4cfc421233013797bc5c56adbf2ff96ab128d7fd45200dcfc828a5838bad6d7acbc537451eb0e2ffe280795fcad1b8c7f38e34de6 SHA512 7cc091b49a9caaf0c0a9833c0d2064bb096c0c5c806c91e68b3b8284fb84764bc96b7de962b4ebd15d2a09f5ed239d65d9acb06b2d9a0322625e84807a7e8bb2 -DIST firefox-124.0.2-sl.xpi 601279 BLAKE2B 39926d54e0d014a3b86bba1cc0194fbd57dbebf2cb25edcaccf03edfd4a54e3c09643575589ac5045959c39b05455aa7e7583a3ca5175df8e7e6e40dec16106c SHA512 33d556a8a56db7586d431fa5282f63857bd2007929e387f188ff8ab5e9999eb5b9eea28a22ce115b079e88027a2634430f5fb9b36c85e0949676d6e8cf1a43d4 -DIST firefox-124.0.2-son.xpi 410250 BLAKE2B c568f5ef0e5063ade87d6101c74d1f44aac2091e0aebd17df040256a16aed461ff10f5ef4fe97b0b217eb8648dd21ec0c3e059f58a7652a4fa4e96430113c96d SHA512 3ffb78cc387557ca5b0f94e9328a413ebd6ed796453765f8edcfb86889b6d0d03ceff74f5083fb3bfb38f720a8d4922ce610f74892c8f34aeb25887e57c4dbd1 -DIST firefox-124.0.2-sq.xpi 620804 BLAKE2B 72d667be20837d46fd62b53bd0927a05c3bcfdcbfcb9b94f942e4ddab25be86af8ce9d67efee2ecc699a8b5a74d6d8e25d83c84e2627177e9e1dd80c98ddbf3c SHA512 8f00c7f63482c7f7e8b796d95691c079aef52dcaad8ba85671ef4f22838e477dad885a581b3dd68cb33eb393a5a3fe846779db773ccede1362fe17d5846ac721 -DIST firefox-124.0.2-sr.xpi 631737 BLAKE2B 2d1cd53855e1fb8b90036776f57fbd3fb3596a752d2a2fd0758d0a92fa5afa8173187feaa45a7b29aabcfda68b5a23d845e51b34f087862231bcd47879926107 SHA512 b6f993f5c39c24e0c40f64643c35fb7523e4b89cd8510a8574053af47593ebfd065dbeba444a5dec21691ea65d01f9f25c5b4fe26a07713d54d98b176fe5cf1a -DIST firefox-124.0.2-sv-SE.xpi 603117 BLAKE2B 03e079b48688b76fbe27ce1f735cc4b28d43a2957b1eab9abe987f671a8e3c785ddb293e1d06be450c2fc247ceabe83b6110ea9cec85261ee71186809e3e99d1 SHA512 25d7f79267ccba690aa75f7cebf7dcfea51dcd018541d600c04ac5dedef8f95d886fd34e1d891ff3c718d96666310e42b684d8cbbfa8292dd47fc8d4b6a8c5dd -DIST firefox-124.0.2-szl.xpi 519293 BLAKE2B 9cf82b4bf8ab10c64e7e58d6f666bf2878494b272ae6e7512d03820ab18f61849643767ce8a512a32738ecf0ce77dada713178bd5252c9e97cf211c68e39dbfc SHA512 98632ed7ff33bb063f6832c6b4f3a674da71500efed134eee22171bee64513ef72ca91ac7ca69ec3dd22405f3a6a0bfa25bab3deea0b488b1925a502f991a032 -DIST firefox-124.0.2-ta.xpi 500075 BLAKE2B 55e079cfd660f50c4cefea56e86bc70ea601b93405080b306cd6c1cc1565bc57b68a693ea0bcf78612740087b37f1c059c68962fc25d0be483769a88dbce4e64 SHA512 68b91d6e8dfa91cca90fecef8d82179a3611c9ab440ef2a0edb409fff1de6175ec11e8de096cb670838e3e9e2c2b18b152f2100c9958ddd76b5d21029dd031e6 -DIST firefox-124.0.2-te.xpi 551831 BLAKE2B 0498c6bd8f026a31d0518a18546183af98885ee9a753eb476e37b3707932e6db1348311131c4626a47d0121b9672d7667d16eb1be4a845a9b6333feec1f92330 SHA512 cfc46e4684d898c5615950b4414005517061b1a665ff2871001561e157d8e258e4aad56dacc93516b4bc6817cf6eeddac9279882705fbc8d95bef76010f90cbc -DIST firefox-124.0.2-th.xpi 677236 BLAKE2B 6c09109b2d39c511b54bd9974d6c37c49d019f63d456f38a306100ddd110fc123959b700466831d7abb2b9dd8cdbeb40919f266c1473aef8fff2424d2f476ee5 SHA512 09984d194a9366d71230e19f840d182c36ff6a2a26a3e5eeff46db1bf33dc3143e9f12127e393d16e45536eabc6e9b2526fbae8b134bda4ed0d871368003dfb4 -DIST firefox-124.0.2-tl.xpi 527127 BLAKE2B 608669d87474873ee56c4b9c4355920d0860491087269f7a5477f9c2d1b04c81a1124b191fba19fa55fff658fefb2e9765fc1bebdf91a1147240cef46ce132ff SHA512 5672cb540855ad20af7e36593df2b5a40e91c9c2ec3f12e1621d219639829bb035f8bae7b8931cd1ad70cc1dc71675d25da81ca62303696e196b152bce8565b9 -DIST firefox-124.0.2-tr.xpi 615930 BLAKE2B f0518f639ff634cd152d7dbe2fe50cba4836ae41cde177ddb8ef9235c1abb3b6edcd386cb517d4690743998283affceb19ba7d2244ed2d9b3ff95b7e86ba94ba SHA512 1f4f5cbea3a8b6aa3d8822caef4786c14bd681218f4c0dc9662e8c0e1115735c35126b5d9617e6c8a56cd52ba66ca3c7749d620b65ac5a927fc1e81730022d6f -DIST firefox-124.0.2-trs.xpi 497069 BLAKE2B 7c83db698dd4321c6ca9439a997dabb29df6aea45e2846dee78fb8844db638b23e060990af6a4a840c5a26c1da00c68634f3e0f2a7950393d0b0628ce695857c SHA512 c8b94354aef9119f6c273c1f631ce08d3dd332d35cf641483825fdaa7a716946fb969a97fd45e59f32cfdc52f81df7af5a68c4bd8cea20f93751662a3883fcfc -DIST firefox-124.0.2-uk.xpi 694223 BLAKE2B 31075fe5f36091d6b6ab0adcd2835061199b7cd9eac69408eba7c8037375650d146f659205d7c9cf577bccdea476ba0967f688bdd6f0cab736b407eee3feba24 SHA512 f6993359def2975f1a1a7ecb128fb6197afb322ba7e11a400c9e351d1a06ca1006eae7205b7ac36bd7fc2e5a63ecee534b416839788167ffe0ffb37d3b3b7857 -DIST firefox-124.0.2-ur.xpi 553210 BLAKE2B 48bfb22f5e76f34d38c5ad03ca41ead6f09fc9fa3d018588f36fd1aeb70ed9f10ef70b1fc10882d9d5f948e04970d9bf251623e3deb98ff281fb57cb512a81db SHA512 cdbb7739899be716f89ddb87ce5bc769b4434bcf4223b498caa821748d1a897246591f477ce34323edf35500e9f0f05d4f947d737101178f92737ef8247b8dea -DIST firefox-124.0.2-uz.xpi 472284 BLAKE2B 042a0f3c98fe2de648badb7b1011c6ff268efdd57ab63f39eac08e9ba59f4e7cc7532fe8b84bd6708e49b485e9921f3564d5386b6af3471da21daa2b1fd78e9d SHA512 77b3f6f18159e031f130dfdaf2c45e7c52c88435586bda9b49b9c7d177b79f335f03b39ef45df7a1a3bc7b5b9865739e3322647de457b67e33a7a8d4a7ab137c -DIST firefox-124.0.2-vi.xpi 638584 BLAKE2B 9b0818957b987ec56229834b46ced5d1279b4d90deb94a299e3bc5f4d10c9c685bf933b3200b44e9c9a43b49d2ba69eabe25571180b6888b15992be55fb81beb SHA512 efae644efa1b7dcae8c500afaf84ecc77738f14001230d7b7ce5248501a8258a1ce3dc4d00858a9cf71b37be1720ff785d03c3cf6fc1fc34a4f4db98bc2b4c0a -DIST firefox-124.0.2-xh.xpi 410993 BLAKE2B cd7436a833ea5672766a60441fd44ac8be56c402d354853dda5bf672b6aa1ac7a1c0785e1371fda3d14b9bef772c81455e3fde71fcfaa45072d459c33b251524 SHA512 2a102f27f3f2cc60db5ef778f61fd16c8e6b9faeaa6f92c928a67024b31680b50211f8016e4a5536ad6bb1148933af151b39708dad0b28425b14d20886636649 -DIST firefox-124.0.2-zh-CN.xpi 640173 BLAKE2B 981d6819da6600b28fd3fb10b7adc6fbd14607eac0ac718124ee4d5befbf139e140d731a87938e4d348b9aa258477e82b86ef66b07ed204790e9ce859d9befa1 SHA512 d659578ad68bcc0433ea6f03f272fbd9dd6292efda0a2d84a33b987858e54deca10a5bc1d8bd68c721bea258a57296fc93e29fb72fc9fa0286afe0ca65d364fd -DIST firefox-124.0.2-zh-TW.xpi 642118 BLAKE2B 56be8d7c6c780688b0160ec0bbab7258ee9d88b1087a0faf95b40f11dfd18acbf676eedecef7a9c45a5fe82d09f5f9a815ca69aab4a44fcbcadb81bb6909671e SHA512 5bc8540068fcdec6728d743f123db6a4d7936b63b1dbf1a669d1dc7745b9e9ba1512860408acb3adebb987cfbcda0ea8c23eb998bc3e056dee5799092a0a8fe5 -DIST firefox-124.0.2.source.tar.xz 555223648 BLAKE2B eaa35c3967514cb9f9ca48e32414bdecead3147a3d5ba8e9648be32f04b5d9e209ce71e02029851e1654c66d5cefd9a7b1a2a0fa68558a856c2ae3b1112d04d6 SHA512 8cf340de6e34812f8ae3363265859a263330af770d981c3dd1ca1e7e0cfe513604d3e68184d4aa1446569aefbdf359d561fbc200faf19a5ed020a1709d9ef10e DIST firefox-125-patches-01.tar.xz 16268 BLAKE2B c3c022c6cf4a08cbff908a5a30e90ac8304a94ffd50e1cb23c026c70d467aedb595837260219269340fb31033f18fca2abe429662292e39a996a4507f58e8308 SHA512 95ad5f78950548d020fca743822cd13b632f08252900d4d52bf3cd4019c16ed44fdb46a9fb9fdc2a0ffea76868eb13ac3ec3bff6a7d8cad724373a6a82a8449c -DIST firefox-125.0.1-ach.xpi 460887 BLAKE2B a913ba363cb5247fbb2c9dea479be40cb3f35f49c148211bd64d4e6c11fea171d1f1a120cad331a956dcbb7503db96f08cccb534da65ab044e49663013a11dc4 SHA512 75690d40034f978c0f634c69a6d4e0951b80ca1fd9d824d39c2d89a4dde5c84c8308388fc40398abf2478aeb25beae1ea1258f8ac3fa1a1739e63d361cc16fb8 -DIST firefox-125.0.1-af.xpi 414680 BLAKE2B 0d11aa6ee8d683e8d301f3e116b88ec963b0b354288f21ecaecb7ad1454b79bf84494dea138f85a59bbcb78fdd75e59eaa409715311bd7c65b2b38c6396308e1 SHA512 671c5d99ad4a37d7c674a00683a37db48d93738b050bf652a2cce265612efd00601deb018dc994df84d4831707c7c8dc8891db82a2d1d32b89bb4f76e28d7049 -DIST firefox-125.0.1-an.xpi 502779 BLAKE2B e39de73c29211d1e894fb2c74a71a2b3095df75acfd8f5976bf8d5b1919e22afdea6b4f1e635794af3de3383d48dde491c5ee47411b1d1b5169bd910e4aed747 SHA512 816bbb51a6cb64c3c09febe2f06a248c02297d2347d108b09a8e6e4e76fecfdb8e981b4e347cae446ec58a91069ff6d881c00b50e95c261383b5f6bb6da5671b -DIST firefox-125.0.1-ar.xpi 603588 BLAKE2B 2aebc42d07a9b3a3368cb2c6788e1726c83345b4664aa401cd747fe0a87689c4f7eac7095d2d75f26607de11a1f748bac3a632ad2257bc576aaec261f122f9ea SHA512 eaf3973e401efc45d72a14d186849943318a0c1e940331b4fde47c342df37ca01a563e5d9c8291ce39c2275b6d814b6715bb37452979afef8fe28e496d4d1ef3 -DIST firefox-125.0.1-ast.xpi 493041 BLAKE2B fd1b377a9d619599ddd6b626babbcb18c5a310cbbbc0ed45c84a282e4617c82cfe01d62579622415ed396bac5687f43163f12f9dc1070d8fdee31848d51b9ebd SHA512 2edcbb84e17523a11b46d920b0f815f49fd907412ae744628c3c74af244be25ab858ee6468810066a1a9537fc61199fc3fd49249611c57589d0f1f00fc652630 -DIST firefox-125.0.1-az.xpi 487517 BLAKE2B c75f8572887da2fa0312b6ac2257ae70c793d6268353aac0ab349262ef5b3aa80f2a23ad46342a4cfdad97144fa5065707e5a904a78b9d2e1e4b1e3e6c896063 SHA512 f5f76338ecb25f6d1facdb40cc6037ddd24e788609f9374bd1bc1a181546d13980844971e8de10cebf018d94c51c1b41fc64e473df174746300cca5c9506ede1 -DIST firefox-125.0.1-be.xpi 702925 BLAKE2B 04c0a694077208df50aa0830acc9553bfc103ed6fd1e09410a25a7b35aa9d37b15cb58517fbfb75554ce2827365412907af9a0d3471df4bacd7e9b0a04666641 SHA512 26daec37cc6aa9e62b1a3b90b7a13c7d461040182130296447494eaee10fc6c23693dc53999c38eb6e4974474e2b9ac501bc96360bc91ec06dd2cb6c0f7f074a -DIST firefox-125.0.1-bg.xpi 600536 BLAKE2B 9a205c90c9e15ca6fa5e63bc5c0524168be32986a3c3dc672b734a38415ac6993201263cb1f0d7272cc7931e8b290110e1739b457c2c6f33328618a99dec9a32 SHA512 3371be7a1ca871c3aaeaa120785f51846f0a2d8c76a6be61ce1f84d5fdc69d515b11d1d6eda40b90d8179d4a21af5db0089a7d4e4c5da41434f5285fc80e68da -DIST firefox-125.0.1-bn.xpi 578153 BLAKE2B 4010bc4b4008dd64b80e019254aa29d4c71ced2f2cfbc059ec2fc2470c5fe531cbfc30c24b701359a07ca7aaf49a7fdc50976c0f0a962a93692fba2a599ff5c6 SHA512 a0b582c67f4c1308f8cd77594ad8c139bd9c9d00183e33a81378d9d0cee1ed284a936601d2dbab22fa576a37fc91abb06b16b9a1b9b4fdb8e503fad98d5b78d4 -DIST firefox-125.0.1-br.xpi 583259 BLAKE2B e1e4fe325c66efe770dae67d4e2ec63337ef88bd0e6d011495d71d98fbbc5cb97b2d620c4e354663db8575be86b9cd6d866847d29788bccbe041fd4d6f8ea6cf SHA512 792e2957ba69a74c69c4ab013d990f623a8ae198fe0f1a40f740b1c55d5a495ddb9761008e7aaedf0e9a5a0c0639e9abe55c6d0d5457af7b2c182578775653f6 -DIST firefox-125.0.1-bs.xpi 472657 BLAKE2B 7024fa52f951b37917658075c1f4e849700d1da40b3ed9d226f41f8197aceb2d633e8aa8c7575df72a203b9e58a8b8afe48441c3ebafe9ead9a93e365d64f620 SHA512 2e639d5518b7c09ed1183c0895c2aee6dca9f8ed921dc01dee66b285c9a428437a7de3b7f0bc8282f1640960b0150200507e098ea989eb960b1528019e329a04 -DIST firefox-125.0.1-ca-valencia.xpi 542904 BLAKE2B 0e32b7d422f483945c5c09ed4ea1d1ec1a488bb896d06b170b69346fafce0544b498d39115c733394f41fbbf6910ce859bc7897b27cec8baa3f95c0e07beff20 SHA512 3e427d5fa954f006405ba1cf6c3ea842ba4843ddd8df690fd134709ad50180d25329deccf3af5e0739cbf92a530e33f3eaa81ce6d9cdf109016865c58828a9c3 -DIST firefox-125.0.1-ca.xpi 581610 BLAKE2B a269581b8f4ad2296df2e42c5bf3e217ff5f7e283a0ef8a58e3a00db183a9935f5a6d849f42f4d9641fb51cbab0d00d4b03a7abf5dfc141e9826b483a725d462 SHA512 8b4f741e2d5f66999ac6f61e82662d6f9e306fed92dc0a1542fce95badc017e15ee8a1e4af3da63273f15f20333c40897acba57b6bad607001abaeb702b0130c -DIST firefox-125.0.1-cak.xpi 589368 BLAKE2B c8653c3e064ccea5b44d0aa35274ddeede45f9e85ac22682b076581795c968a44886a458948bfb13211f6a784d3bad6569eeaeb2742469773a4d9c24e9698baa SHA512 3991571c240612087ee703cc3225309525ab87f14c673ff73a1169d207eba7ad9a32aa55b61e4f6ceef4214a7bb61e965b88886ba11ffc6e07a7042f8459d9b2 -DIST firefox-125.0.1-cs.xpi 647926 BLAKE2B c4ec4d30b331456c4f88621d9de1482b8c417108411ac2e9c238798d8b274ab0fcb442858561304f65f09da696ee652dba0fa718576ced8c511afc77762b96a9 SHA512 7b12978a446df6f6bf81e0b5466c3be31f5a731acf227b095d639dbd4e67fc9e982f0a2df165d6d5169a9e5c76ca8eb08a4c44253eb7ad1c474e53b446b7e5df -DIST firefox-125.0.1-cy.xpi 613446 BLAKE2B d1ed0b51fcfba73a30a81116a0800674019f019100f5b2ca47423233ccdf44fc333d338e47bdf1b6d6d890032f74c896a9d4ff6a9076d21a16313f3dcf1c8ddc SHA512 19450d700fc5432c50d9adb46351203a1efef2f67603c04956a326be947ae65edc41923a9a730416536a12ae5d6aff6eb34298d498d151eec76687e71b7c813a -DIST firefox-125.0.1-da.xpi 601720 BLAKE2B 8cff4f1f94d6dc9af1cdfcc04cd84ee7eed53ba8159bde6558700660718f38d0390386e6b588dbbdf0867372d242430df6e022cf1c24c785b6860bbcd0cd92f5 SHA512 2f240bcd31ebaa1a98e59bd6862efb73d5279f3a76c3bf887969025860e406255bead315a266106dcba02e989a3bb9c9787cc84b767e6316b23c7677d4a2303b -DIST firefox-125.0.1-de.xpi 622991 BLAKE2B 12fcb87f0336d2b09356a4addef2420eef7c8335b09ca23202c2d71e00aed49a6922f676f9fdde6629beb589c68b09cd52c1b8dcc0b99a35467d86cb261a3a30 SHA512 37c57e98e452a1d87e886cf50d59e1df0cdf0f54a3435a457561664c340540f686cb27a6484a91d7b617eee674ba722d7f8eb1ef8114ab1cfbe5117222e7e6fc -DIST firefox-125.0.1-dsb.xpi 639406 BLAKE2B f3f5fbf52830f6757b4744d89114f457796b98ed0c0567b0148dddb585c5b0a709060b900ce15d2f67cd60fc46b8b3e2434007c0cc3b07979c3b56f7ef4407e7 SHA512 62da847da462bc7b577ae5ef0979daa2c0936149cbe1d4659e3835a7af4ad92aa28f65ad6bde4d47343448be92416cfa16912515669ca99902714cb10cf094d8 -DIST firefox-125.0.1-el.xpi 720363 BLAKE2B 11908bc969b89311382add3017ca2e337ecff59a7d2f51389f78432aa809cf948467b54e8163e721f5e316a038454025c993d55ec21e14d5214211e5b8ae6f76 SHA512 bd9b5017683cba3964b8f5be991af15c2f21d91a1720c5aa2e0cadf973a9cc088b5431e052e5e35f87ab31ff18624a422f87d2dab226d8fd7d4905fd20529d4c -DIST firefox-125.0.1-en-CA.xpi 574330 BLAKE2B ff75374fc088d7d44228653ab07b493e0ba2e20304ac10ee89f129843d4d9f6b43652b7f789c0ac7587ac380b4ee539603d69d05fe251d88643965f7556346e4 SHA512 ebce5559b51c81970bf13c64d7eb5d7f21830816e28e9ce70c7749ec6ba5146e726d69cfce56fba94179acf65752f40b2ee094d3e7144996564c051444788fd9 -DIST firefox-125.0.1-en-GB.xpi 574947 BLAKE2B bd22b4f8fd97ad9fb2457af175dca6b81b90be63a87ba4aeca411e6e12525c6926216a0c7bfb9ff00917e0521565dc576a271c617f45fbe8736ffdd854c3519c SHA512 b35ddeeb9be0c6a9e185a2fb21942298284e305d3351d94f6f95d3aaff2a4142560a24ce9fdaef799f2891185527c40f29563d73cfffe2227fe9efbfa2af34d5 -DIST firefox-125.0.1-eo.xpi 603682 BLAKE2B 4f0b9a9ce93b5c02faf034d93d003f6003dd6d7309d943e5fd0b19a65869282b1f89251d98fa6594b4656cbf3df7d3b81bf5eece069b4b929290cea795883e62 SHA512 b5cc4b5763fa6432daa12f8715cf3e9346116a15dcdb969efe5cf041cf0be9d4187690121088cc4ceb3d9ea323d16c1395f2e9f8e518dfd6e4fe42ba477b2a4e -DIST firefox-125.0.1-es-AR.xpi 616951 BLAKE2B 4a6f7f94de8151433a557d97a8faeafd4b0009a6e887ffcfdf439601d10ed3969bedbe2c8f4252742d03f632259d98436e99b9f74253e7b785c6b2e30ae671a3 SHA512 c898c379af4a5409a3c717f6592205dac017dcfd5c718e6e95898e35e8cb6cd761d8ac3bcda7bd4b9b7e2b63f1887e690a3fd324d261e626054dbc04927d656d -DIST firefox-125.0.1-es-CL.xpi 616149 BLAKE2B 5ee8c975e8de263cc3112ac19a6a07bd537e5e889736b7f30d0d1e3900c27669157c4952090b945f017f98710eb65cfcb43a400c5cd351d1cbd4e1106ceb004d SHA512 1e3518cadd22c21cc2add90499da3756897f06fa7e2b70be8afb4524cd6a88169b6bef5606241ff451caaa3e426626df145a3b059355a66472491fb40658af77 -DIST firefox-125.0.1-es-ES.xpi 610881 BLAKE2B ded36da18b4a6f82d8b9dadf1e6ba07746715ac78a740b0df12af0f66abb8b312ed4027d53da22a00959e0dcea0609554b99b4d246467f08b8e0c2932b98feac SHA512 b206709e823c9c941a5d62ac9c4cfe6b167097d3da58bf9496bff5977a8c8693aa12aaa57b9e8fc8669fd4e8669bc1b6e0cc51bf4c2054c7c2f8c90cfb95f692 -DIST firefox-125.0.1-es-MX.xpi 588102 BLAKE2B 2931b35df33035cb70a8f43862198a91cbc667f04c619e0cd2fee342cdcffee9676afa3efcf1bdc12bcb31955de04ace8cdb54dc38d29f3c43f7599088cbf211 SHA512 0e9b2d407b0e450fdd30b86ad1b46b4c85a022cdd8d24618483f069cb72426b03c4fe9dd10e5d6b36a4a93598b0380ecf91d8805e0c239c7bf2d733e9887dbc7 -DIST firefox-125.0.1-et.xpi 536104 BLAKE2B 32d45c7681b1b18f0254a80d1a68c66c76d6d1bf63e4d1cfdaf995a4d2f8dd26f2cced21d3c8e08db9950b9ea8a5b0077fe1f0d783e9053d71016d8c19405c0b SHA512 2a366096c94f026d77044a3fa3016cb06fdba2ceee6670dbc72e9fc9d566b1e403158e7a700fdfc26c90f9174a46761400370248ad45557ba59b2bd77548541d -DIST firefox-125.0.1-eu.xpi 590743 BLAKE2B 13e28eb68ce978ca743b0e69248da18592d419fcf4f7bf8feb6fb541eb063b29ee1a5ee8182b05cce04528d4469282230721bdbba295b3637a04be3caf07ace9 SHA512 d087e0724a9797deb99430e8c08c0b267d997b6506d4afd8b94844f597ab21a212ccadef7dc2dd9239713434ad089b6074cd851ce7b4c773d5d77710a5b37520 -DIST firefox-125.0.1-fa.xpi 586594 BLAKE2B bd3b827d8a67b4d9589eea7683f1fa7e22647aa6b79e20dafa9ef5001f560461e3395f310f0d9fe017ac2dec4b0a5943df9b12bcf0b40f8550f3e33c0f070b57 SHA512 88d8852f53f52dcfb053e3991583cd20d51d63bd0924ca3ae035219fe7f632fd002f15cffa2d05edb17d0d1e62b210f3d3d3e055fb92c27c1bcfa82bbd567deb -DIST firefox-125.0.1-ff.xpi 472980 BLAKE2B ce94f0ce255d87f7c1eff807e4af17e93482d7187d0bf3ad8ba7725859bb92c5b58ab3da2d3f8335a746688e5a7c9cfa07c2497691a554f0c28dcc0a02700e6a SHA512 5b422d256daf751f69a37d6b7d38b0f86b692af9fd29474b2cbbc72d4c4cada253de77e5ba801bdaab98d4e2fcfc4d26818fed4b9fcdf79fb1cb0606ac247f5c -DIST firefox-125.0.1-fi.xpi 597110 BLAKE2B 482653dcfa285a1ca0a4716caa9b986996ece9e16cfe051dfedcf50a466386c8c29c673623ce801dc5e8f0c3301c98ec9150eab887c6bd91cb97c23ccf1b4c8d SHA512 fe99420f2895487ce09a28719e5622555078b343168240accd67486a42cb87bd774c60abacb2af58745534c42551e4eeb8becf6d71898cf20c57be6a9d25b789 -DIST firefox-125.0.1-fr.xpi 628600 BLAKE2B 375cfa89750cb872d8b767c7c7bf09fececebb75334c6d606968c24da5016b2e638fa0b88dbd34a2387e865336df935114716d499dca5633ae72c697ce4c1486 SHA512 347ddb4303f6a8328da79713ecf76a058a53bb721ae462d20be88425c84855427b901973fc5ff19f36ac49edfd0b0b70e66a71c6b3df3066a7cab8af4d4ca3fe -DIST firefox-125.0.1-fur.xpi 622701 BLAKE2B 648892e72fdb09d98179146b726341a430e96a876ac40ab3ba136652e0a7fe623a7f1205c0b37b2bb2d38b25dd84d788c9bf6f30842ee7495ebdf8f0bff3bad8 SHA512 0898c28026d33af60634b38196d92e3be0b829f768dbe89e3298bb207d8b957d276dc08c3f761733394360b54cc02cf2af64846ca7d34ab7fa76357f7075d5c6 -DIST firefox-125.0.1-fy-NL.xpi 612544 BLAKE2B c9b337ec1fe38edd5adac7d23acab3fba6739e31561171885c7a1253b4cbb2893a2bcb6756eb25a20aee11f6a1c82cad7c95b8c91ce40a365118b148f41dfc0c SHA512 7e92fe5cc99cfe3728c86575fe833bf0649b1846f16a73184985af496082fcfc8f8111832bcb8ef23b016c18a1d4cdb196c843eb92be20fc0d483ebc10f6db52 -DIST firefox-125.0.1-ga-IE.xpi 468139 BLAKE2B 15f50a67bb0d10656bf89de4e6f167985c0b8e49fe492c70417595de8058caf61b5a40a263ad25831e530f9e637bd160016918a808e7cd4128d784f2b4fd17ec SHA512 70d272b93c3d58b3d6b6a323577c017c2a48523d41b96a2e249385fbc8eada6b0b64b1cb4a6312f51ff457db7da282df0d99838f65043d2587c2d78718c49245 -DIST firefox-125.0.1-gd.xpi 587926 BLAKE2B ac92191e8d231e2f3f51a5134baaf0bf92e82ee5d671dbb3d5ede4ccf4920978a8e01ea2ab65fa1fbdd13ae6d3039ea7bc5aa2aa9832eaac0735bbaa4e620023 SHA512 98375a722f8791580fb2dd9e2193b9f57f67d85af14f190bec58dbc0a2e3e558f0ceb8003e735bf6fb587f68918dc1ce2a0a7606ec62134a45b2d919c27cd1e9 -DIST firefox-125.0.1-gl.xpi 600491 BLAKE2B 12ab649f84c6147acdba375c91f8ecf32bdb1100a4ebbfda1569afa3a91ebb7d6b3691d38488036ed1101f1240cc787161f89dcd74a18721784cd54bf349e39d SHA512 b1db600ef2b528e3c4206b949970602ee1bbfd1fee4fb885f6db93933b2c060cdbcacff7d17ed41a62ba1f4df386d03ced8e5c6ac3b09edab145d3a9ddf6f6fa -DIST firefox-125.0.1-gn.xpi 627335 BLAKE2B f794194e206b54c4e6ef3d98e9ac573f5b056339f6d8bd29bd084beb2e070e579304931af253c3c3bc916946ec644392800d1f2adfa1d6286e2f3d09dc25ae81 SHA512 67538525bd73abefbcbf16f4e8622db0389094b062db29b02dd91dab5f19c017f8884a9c52e179e26f66dd6336f755acdaf7e108d3db28b23aed6b37796a79fc -DIST firefox-125.0.1-gu-IN.xpi 524056 BLAKE2B b19a12a47bc4dd751e2c4a6e8a0b5ddc6045a243efbafd974904fca75fbd35c24d7f2b0dd682d195b90c41c1b0f2a5d50bdbbbb15a27063b558a7c76937a0a6f SHA512 0695d4bf5e07d799cd75136fe002f727abd730b3dc20587ad596831e0b14ef1df4acaef61ecb88d203d7a2ed8baa2f7e44873985ca6f2737724f328f37abab54 -DIST firefox-125.0.1-he.xpi 621328 BLAKE2B 65f2e90b0113a9bc5b215ecee323bd3de2154f164faf87efcb221a24d6e58cbedd9568a46847c1ccd5ef684906aa6c4e81baa88c343fd8737a430b7922bb3d10 SHA512 ae36d202eb4b0d965153cada7c20203e131589bec71d4c4596aeb155d8044f9062dcfdadea6b4c1f457b8c1aa8c9999c5c09de205dbb5b19b07008c78610583d -DIST firefox-125.0.1-hi-IN.xpi 562172 BLAKE2B 26e9ce03550e037fdfdaca0ea5c50d1dfd86e937d2c218ef426e4630368a92c387707618bf148d3b8100dc2145972f072655f2e752fd87f62d0c1a592b7dffaa SHA512 8432809c03e68ab4ac477cbb9e776a217f3967555b3d34989dd6865c11afb0eaf3c9a37fb01be78777f7ba3cfc0d1ececc681f0935edcd9ee00e5627a6d881bf -DIST firefox-125.0.1-hr.xpi 553375 BLAKE2B 2c389548403ef8c2511f855a13494c2f597f709873a16124c283deac70ba95260e80ba3214e2efc7a51c23e5e6be1e3b2f555f49545cbb2635710b65a8b426cc SHA512 820a324768a1f6577786199d280077c8caaf934f06e94e819861e0e70f25eb7f0e282105df9992ddcb5aad84ae085efe67d5b069054a7063ea4eba0cbc183f5d -DIST firefox-125.0.1-hsb.xpi 635468 BLAKE2B f48afedcd79c0d1ea1c091e127c294333c4c2c333bde64cc45a4496b3abd3752367d9b465fe83715db35766d0c98fee6f390ef82542485a53009d6abc70ddd6d SHA512 9f8812800b1efa79d18116ecf890a676f77337c1cea32e37b348bb009dec0a8050f42080a4195812300f25ff60207a28567c2b107a83e399a5fe33efa9b66f3f -DIST firefox-125.0.1-hu.xpi 638699 BLAKE2B e031d221e0866aeb8775d1883c7d7cc4420fbbf94fb8aec357e5bc0f92c41a0f8ca4eb7264f8d3a093148694eed98e25cdbd351394ea10a3edfe00dd2bbde02c SHA512 c2a075ba2c015c77225e79967750bfec0f8c6c3a3e66a5cf45780b11601b3bccaef61f82d01b82b95982e8a2ca420c7dc7c964ce0f20eb64d98b2d2ee56da048 -DIST firefox-125.0.1-hy-AM.xpi 615229 BLAKE2B 13a60e9dd9c2a4a6da8190527be5f5e4d518943ae8a778d5e2740fbd918ee5ac760ceffc82cfc3a66060418baf9d74adf893d426a4a966b59e751614c4aa077a SHA512 03ce01ade8ad1ea34c8bafd8af205c3e4d766e13fb2c12f367d0fdf7180814a3854beab55794b663dffc94864c338ddfcb03b6b1c04e80adadbc5377b05cd1a2 -DIST firefox-125.0.1-ia.xpi 598620 BLAKE2B 5ff1f7f9617924f505b5b32cc00272f6a7167e6e9ce070fdd5afc8e2c426628210edef7946e9216947ccd6ee46a03c4857672c54cf6fba3d5e3a0f6a592366aa SHA512 3cf868e30cf5db5f9435cebc41307cc90bb46fcf078947655670ec32e1daf9a17074c1a9421817cd372c20e4fad4b955e3bd4e47788307588ea92c0b968a4906 -DIST firefox-125.0.1-id.xpi 570672 BLAKE2B f1d556a488b9beefd620cdc0c5c79440114511b4fe4cbbec80c9feb76cbd236bc659db2ecfa39b41b502487279ec70d979beb0f891047ccbb8b0134085dee52a SHA512 85f15bc38e793eb31a2891ae03458d377fd5474f0b7c51a2fe2df0d69a7cea7c81e06350093251a7a231f2b968738861682ce8175c8af768125c1509ea743bf2 -DIST firefox-125.0.1-is.xpi 606633 BLAKE2B f04fc014037eecb3db2f1a3428cedc39eefcac7523fb5d9b515d654626f9b3ab564cec4da8674c7652ac77381ceccd6601b4444ffcb75a7ee17e0c4dc3fed35a SHA512 7fe06fb1efd07b6f0f0a0b029924ce8cefb79e735e9c2dd7b6620254c37929d472eea30b1112d3792ee2a8a766c9dd6343e93644c1cab73718e6f4a7dc3715c7 -DIST firefox-125.0.1-it.xpi 557447 BLAKE2B b226339685e6e8bb8a22757daa0232e1e200431e16df826b21a59bd8d7312e7441e140b91342cf4a9a5f38cafcdb2c08ba0dc3e42285d85240bc061ccdcee0ee SHA512 c2a0ea18137f0270d8027f744262066b3873255551cd4872d7f5a1d7ac1a06a506bb3a3813d2731edcf374d7094d802b96bb217c59cfe4381af27f9a6d74286b -DIST firefox-125.0.1-ja.xpi 668140 BLAKE2B c8e0935d9999adc03460fa04f4e98f90fa952b3ebfa5f7ea18fab4a6837ce78c04069980eb3d9a6994b3029cd63ca6237ca10ee56fe721821826d8e4afca7bba SHA512 746b21b72eb80ccab673f6c463d61f7eb308aa272db50d08864c7b9589559d9ead4ef225a5e50a7dc4f68c743512260c0e054550e952db76983b230b7354a778 -DIST firefox-125.0.1-ka.xpi 657026 BLAKE2B 1eecef3c13fb2bac30522b24e9e25561245470073856e2c4733a5754de8f5fe8dd9962cfd4ea506ff250c62acf3b6e39bf2a290027a4a5d5985bc2283eb20c7c SHA512 2057daf7487992e3053e1741051226355c9555e00d11116bc29d76d0d6fa9c61acabf5ce995329f96d9b5af4d845a9e2ca11672b58b7a4a1f39fdf5571617904 -DIST firefox-125.0.1-kab.xpi 598288 BLAKE2B 1359ad11d164b8cf838afba397643c268a04827a65f21bd06eaa384859f635430a63b445cafc449340249a720382059278e1a95586a5fdb28096f7c046267751 SHA512 025d3a5b01f1504a521d6bb162c5ecea146ea4804ec971b4de5367a2acd07ed8dc979b3c7537520e2b91a9a89d5db4188cf05bfee4415f3e3fd8e9a6ee2e50ff -DIST firefox-125.0.1-kk.xpi 695566 BLAKE2B c4d32f8430cdf4da3e9b415cc634ddf8c30c0b0f8cc42640a0396ad871327c4c1ca27368eae558afa3a15e4c3996ba3871871afd3f7ff54bface45a269f139d6 SHA512 f960e0651af71c31bf0813519a1d1fb08142eeb332e8dc7f70eedb98ca439f87e4d0229745d7462b75ec5d32d0a545d5936eb9769976bc249337f2809839626d -DIST firefox-125.0.1-km.xpi 522566 BLAKE2B ebe133a410b1d2c89acf584bf8ae801f55efcaba8e66859a90dadfb22dd3f7a883d403c453f23146089da93ed7026466a9a53548ded0b304cf98e539fc213b18 SHA512 8167a8e606915272c31628781ae535bcf7b9cdfb4b204fe4363ac4360712d428d349fc97bd29f8d187eb9756c1e90b2a80467707c041f266c0d3352c37bffc49 -DIST firefox-125.0.1-kn.xpi 488072 BLAKE2B 500eb82b412ece6cd5d7a1bd11f49e4c3c71386d5419d3d749c3d54417e95b93f24ff862e7f23184948980d8c86a7884a037860eb01cbcc7ed45dd5cbfa62f05 SHA512 76e8a0ec44e1f85698119048d9c45fb3f1f725692a93b28f06029e956268cb68a831c2a17125ffe5a656747f537cdad0b4404de5c2845d54a05c379ca103fcc2 -DIST firefox-125.0.1-ko.xpi 650094 BLAKE2B e02a65dcfa1f182a99487a481da714203c47c3616dfc434c78c4f365cd3e61b344cc436d1e2258fb91c8b1ab1889f515c1d1b2a8c9f0468c8681dd001a463dac SHA512 53d90f3cf00426f70162e5a674c0a5e903bcd3cad5d344d3f8d6ce92af54f3268d0e0ed87766a37cfdd2f102dd0d2b5a6253a1758f69dd732afe3f0c58f1cbb8 -DIST firefox-125.0.1-lij.xpi 480897 BLAKE2B 0278b714fa932457c3f8cad76200fe0bc9cbac46ee879d1b163001a1d81c44f1da53564e1793d88d1ef6bd3e22a31af747f20605ebcce51f52f497baab7bd16e SHA512 a965d27221702e2a51abb7f83fb43e93a790552627ed09518965f62470c1fde538a31c0a0f9ca124b060a3920de8e8312da11d8c3f3adb366afcaf8a5ecf9a9b -DIST firefox-125.0.1-lt.xpi 569233 BLAKE2B 16c40e396f770c7b46fec05f58d948fead494f85f6027c3d1d0e2e3effe2849b6ea7212d7aba2a4f7695361fa885a79c921c1a6951481fc32f441f652de72f72 SHA512 fdc914ef78b1198aff0fb0f416b3a3624f44e2a87bbaf0e5636d139119a1aa43ce0e1b1dfbd25d9ad6be4742df580ab1dc62a5c7b7ae04f69a34f38b7cfc6d4a -DIST firefox-125.0.1-lv.xpi 564980 BLAKE2B 00f3214039b1893f4bd89d562c808aedf2717a13a4a5bb5c1177389403896580f8a904e1d9e6265e052eacc832d4d2691dcc8ce7a1702dffcfea23caae99de7d SHA512 20dbb02bb09434d0fcc4ef794ebed5621a28aa665cfc3d2d603916faf451c9a61e85bedec318e0b91cdb500c1bdc9d730681a251266ac165070e98d3da30c6de -DIST firefox-125.0.1-mk.xpi 490012 BLAKE2B d25545abda01326f7ed80f076a1451e9d01493915c1a6cb65bb8bc994217712fca3bd0d93e95a44f12fceb906931664f063b81e3159ca2d253f266fdefc78d2e SHA512 706faf3fc044b911aa9321f0d12f5f0a6995b65317ad2cd3dca11b3f5c902d47cee43477f492973918002e7aa9ab2caabe791d785a2ba3e7524762e2e4370d42 -DIST firefox-125.0.1-mr.xpi 528859 BLAKE2B c36328dc63e5ec436c05687aab1a35a0bc7513412c8ca340c9063258adeadfc04dd85e58e8a01c7161e5f429aab970a1bdae62e696a7e873a98969ba298d5859 SHA512 ba4afa6dc46439a26e590acedf7bcbbbce67f00b4b722c3fff72ce0cb21c6d1045f3579539a62a58a9c3373d31364fcf7860e179869f4c01e485be2884fa9cfe -DIST firefox-125.0.1-ms.xpi 446535 BLAKE2B 5d2462fa8879af9a7d45100717800509d0eb591ae711ac9685b302c4cdae0058371cc33100622b862bfda6f4ea4e4c54411c2e94d7bfecc70b24a786547a96a5 SHA512 f6d76f80c7ac03b62c428cab8553b0ab0905fbb06850122908d0f42f4d7f72c129af66d3eca9232a47d38fd4aefa1bccee76238f2eb8ce5504a0e0c114323737 -DIST firefox-125.0.1-my.xpi 515535 BLAKE2B 6d8850b952b206a01915665f9bddc0a5f71053d4441371b329d1f95af6606c21361ffe84139ec2e98ea2bbe772b8d596c39e0c5a9dbe64dc49cea1f9c05d9f95 SHA512 041c4cca306a1546459e5dd5cf9dec63ae2d95b9fe930c863747a22889f553165c64b9c300f033c412c82bba3cb503ad88a37eeb3bcc82af087261d95824474f -DIST firefox-125.0.1-nb-NO.xpi 595777 BLAKE2B 891e50efbc7b04f3691f866328992cbb46bc3302321e1e5f9c786fb5aae4fcaa3e446aa4fb97cd62273e05fc238526407bdcad83da248605646250ba425070e9 SHA512 54fa81113d243073cb498fc659c26634f3412426450192176229a2a5483cb8d7b35394c67587d3d074949ade61939a237c647f7e62da06fd27e20d0368ffb06d -DIST firefox-125.0.1-ne-NP.xpi 494581 BLAKE2B a976caf916c2a33d2dc163213786bbc6818786c2a1de0a9b804479ccc48a8cfd483eb1dc404a8e756e6d9b49db21ae8557b1061414a75910e290a6d5d85adac4 SHA512 bebf5bbecbca6a98f143367b6022fff60171bc6f781e8a4d31318bf6af15680549727a6ffdbd8be5108f4a85c344acd55b02c28c0aa2cff47d1b0027e17b77cc -DIST firefox-125.0.1-nl.xpi 606357 BLAKE2B 953823bfe0064cef4b40bab96a134328b6bb04c0adc5f86288b048173c00c6564fe239ad5db12eebc0980b0ea0fbff67c204ec94ce9fed012ec2fdcb9541a0ab SHA512 c90614a686c0419dcf68d3a69c313556df0d73a560c1beb465e2d8de768a16c4af863ae8823465683204d2e8303cf5d489608d3e348414b4404b7ab1fb18f76f -DIST firefox-125.0.1-nn-NO.xpi 591638 BLAKE2B 017c9abdacd36d9a044a5f354b91bf9a48f9c4ca1542ed5dc5bfdbf1bacc905912184cf832d1608260a9775a3bea8a45cc8531fc678f9aa434532d6a26e44804 SHA512 59e59672059754c01f1bdfd4e68b106fa4592af0400b7b8d4cfc48a5003328a72d3296eff2bb4f1fce1325b51fc8b5cb41a9d6a57ce74fdb286ed484eb5a4dd3 -DIST firefox-125.0.1-oc.xpi 606786 BLAKE2B bb82832201bcf2db7522343cbf23655f7da5bb44c7297d3436167bf34c70efe8f63f8bf0a99df0911c1dd38fdbd3428c2dee6ad92048ae168ea6a8110ca85661 SHA512 64935b19a18f19d7d9059dd99f0204e6a65c3a2abc4d7415727d45e4a657252804c1c5aa38e33fff0854655c7c45e243db6232811083206a10ae4d6d99f87d45 -DIST firefox-125.0.1-pa-IN.xpi 679000 BLAKE2B c89a47282c5aed06ddca1a1e0474fee67627ccc0aaa04f721fa50080ee9d73c3af2733fddc8d957279528ad096d90c441fd9cef4d460eaa02cc497c996afe019 SHA512 a29879c03b10c47580ea3273d8694d05d084f819ded523afd046c1ca34b4a69fff8a42d6967cc51a71adf4fbf340d008821340c0be9f2a700c084e2e1e4e8dcd -DIST firefox-125.0.1-pl.xpi 626580 BLAKE2B 1a0ac22ddaf672ee52fed9ab5035398195bcdd2509217e3e92e039cb9186f0811f98aced53236535990faad0aeb22ea7d2ffa1b70840d28fb6de5b58ba436d49 SHA512 d77f90d441bf59fea1fa51a1655164d3945c4b59d7f8d6e25ba89a8b87b1edd19ca169e63928f2c4f48d9289153a7ccc26a7891e70eaf7e500a4ff47d814860e -DIST firefox-125.0.1-pt-BR.xpi 611067 BLAKE2B b59fc2ed84658f9bacf5bb51f02c27eb10c20d265e865750302571332ae5dca824dd9a94f93a888fe4a7f5a18daa537478c3957abef8dba1570b82d03e1e9d57 SHA512 356f4d363cdeafecdcdbc5832cec959a913401d08dcba9b2cc1d6df1020e47f77f99545c5a0ecfc7d039ed5484130b75ed5ab7a81b85fbbdd4641096498bd327 -DIST firefox-125.0.1-pt-PT.xpi 617156 BLAKE2B 74654a900f0b9eb27b6a039f328e3ec6dc47a511f0cf562933c49d38875fda6475afc50fb672146c26b8dd1c773c85b966c4440a2ca83577f441873d73f63f9f SHA512 a18e605c6732976ee9c7d3b371b9dc129ca5fbb0cc769aa09bc71ee0e218317b766eae5bc007e35603775b0abdb964870ace81ebc39e145b9270f48075d31a1f -DIST firefox-125.0.1-rm.xpi 605676 BLAKE2B 1a69af26ea266c9f9aca596878300b457a4a2a516a2b6ab269c154f5d838c2bb53ba3e67885777fd54c576e5499e331c90fa403f963c22570d17a8e6c773ab80 SHA512 cc6b612f9a7286323f949b7054ec64a71ec15aa488f4fd1522cb324f3c2552ed8ee32114dd5150f9f5a81bf8391d47aa6c7c7bbf5c6d524855e42cc61dde99d6 -DIST firefox-125.0.1-ro.xpi 546375 BLAKE2B 921901f5df9f5ecb2e2655fe8b76b9a99ca51863d90e7da07628e3ed2cb7baf5a1027c4506040fb2c402a414e2da0a844a109d1e0221523c089a7a4311b36f1d SHA512 66708942d15a538f952cf3913d7b0d4bf6809b26777bfc260311cdb31ccc99173d484beaf71d6d055f4d9a1e37d8188062bd1c1816d5c5d78e881deb42551c84 -DIST firefox-125.0.1-ru.xpi 707741 BLAKE2B d23574875494993f84c9563a5c4e6253f6ff35ff43a2cce96921d1ab68dda9ac44031e750a12e63ecbaf7808ad0613976be1153a91a0c11ef91274598bfef1c7 SHA512 01805d4ddc536ee6863e9b4400ba35d9a82a618f376a8d79022dca92bff3e4bf8bb38d7ce4f319a4f3ba638e8aca9b8167261db9fc66fe6582c452733bcb5deb -DIST firefox-125.0.1-sc.xpi 575327 BLAKE2B fee50050eede96ee428401fec90f191bb5dc64e205b62664b6b42e7ca8a8e9e39a2ab8ffa222ed2ceee61b4de7650578fa238f612e41fe21df70a4aea6edca1f SHA512 079b9c141cb8833bb6a16f6d0063c8420415acc5d6c7fc4c48d9c1e281c81858a3e34acc14101caebc233b86f7db505e2956c246d581447a20cc699dd43ed27d -DIST firefox-125.0.1-sco.xpi 507982 BLAKE2B 9429a3c642538a3d3cfd1dad34a176c046e1df0719ec2de1c20582e16d03f10b46f46c3cf48422ea7a238401631d41ee590accf6c72a2b71c7a93e519152d0a4 SHA512 bba3eb47916c951bd8962e453143410b17cf9befdc44c20e473259d09dbb8d08dd8687fbc4297143b2f6cf5e35d33ad1df4133c4d228b500ab1dd52e6f4d8596 -DIST firefox-125.0.1-si.xpi 602488 BLAKE2B 252cb9876d1e70580e385462cd447e37127fb6dfea3291ed39519c323d6a76b811228e1360ace745a63611b49da75cc21b259112f5177274bc43d3228e8bf1f4 SHA512 d3c10d083ebced33b77cf44c46e785af5c25ee9aed56661b3d73f816bb4d734b62cdb145c9f60167d5c80ddba04c7cd40c781e81a437e8702fe1d5ba0e3667f7 -DIST firefox-125.0.1-sk.xpi 640883 BLAKE2B 7d0af03cba1a999b608b8e623579b1c4a0fda6d2f795e0946d905917002353f947b5d227243335dc28a59c591b4b32f4fbd0404628ffecd7a7f01bf670a9fe45 SHA512 f8e6e5d5a3f615c081892c18d8fe0a31bb767d5fa2a7b02c8ad91788e6961e92c70cebdfff194c2c3bb2603a3a5ca52f178ed296d9f24e12ca02f664477f7cd3 -DIST firefox-125.0.1-sl.xpi 606609 BLAKE2B 51b632d4f0181a789da93a135d2ff329c44e2f561253868928c7a4b8d830f49193029df87e44e99320fb8b00332fff53e1c9906ce205998a92cb75333d5589e6 SHA512 5965a45288d3c5dca4b865a0b8efa0c6284f99605f17fb5ffe6ab486cc894c66043746ec77f3e967b0d4d146ca1faa3ab61cc5bea9d5b97d297359bc49e50c6a -DIST firefox-125.0.1-son.xpi 413592 BLAKE2B e7b2c689a3e71e25bf0d318ccbfa95684744a2d172575e9e6d274b579719dbe89c4cdb0819482984ff24a69cf006a24841aa064597b7ad35a13cb33927387cee SHA512 818e2b531f4674ae25d14a2f375af97be84a2c477f45fcbf740ace9788c6000ccdc12611f95a1f2227a8a84818afd3ffad3c9a402b5816355fc1ac7d6ff38bf6 -DIST firefox-125.0.1-sq.xpi 625801 BLAKE2B b5ce6c07f16bac8754bbdf6e82ee1ebd19c28170ed5d7ae282257a324bf7859be307836b1432ff70381834856c7c39e0157eeef9e69e661f9f0c9377ae0c234a SHA512 91fe8403b9e3f6afad49b7bbf6a9c2d020f471675c8861d89273ebd1fd9922e10420a1b577cfc5b6a8858a92a3d2f1ec878ba201432b6c9737f183332cd2a62f -DIST firefox-125.0.1-sr.xpi 635841 BLAKE2B 2b0216addbcb129cc72e0a18f71600bb5deddc6580ef521a66e39bc796fc51140313c15c54b4e708c4e330e509872abbf8c5981d78765c8585a360619beeab9c SHA512 7cc17db38f1682bf260153852822c3a3015e159d90d5d956fde7c81134a9c065cd4fa5ef4ffec509023783a520903e867d8511a38437a2ae2d425a6f9aec2361 -DIST firefox-125.0.1-sv-SE.xpi 608293 BLAKE2B 459fadfc5e22a5d4662e14d10af0d0d21067981bc772c86ba1ec773d4f28c8bc763828aebad858b54a50328f29a28e8a75414ba0fd5e4345e56b68f02958c9cf SHA512 ed7f63bf3450bd94e1314c8c60219609774098dee0e1c712ef1d6e5ec4ae5a86d0e8d04be0c0b297e9de8fb6abb89dd44dd4266fff2af4727e4c2882d9569d33 -DIST firefox-125.0.1-szl.xpi 522966 BLAKE2B d44813478df3ae5d383f515fd73d87d671de4cd84ddf9fea4c3f654912d888188d18a6bee39c2b535acd42d8a04d0adeb494817bad3e032106ee5c319ced8f54 SHA512 d9208d9b75efab524026624d279873bacba9eb1b56713632e2372f8f686ad29b8dd201f5e9ee2cd37c4b0b43582230a8d3fb9140f4ebf8b2856fadef2751e382 -DIST firefox-125.0.1-ta.xpi 504351 BLAKE2B 71ac9e0ed62a6888140542fff772387e68f24fec5bb9fac26ee36161512bc4d321c56aad197b3ed4f5faa94b4526551852c02082a705d34417a945f4246c0b09 SHA512 c1e6cb541b9bfd7ed340711e377278b8a8219c8c460262124705fa3a47551f581a6640eb785ee6ce298e4ecdb22a0964533e14a35bd112583ec942e4daab8c09 -DIST firefox-125.0.1-te.xpi 555762 BLAKE2B 27165f87c64347c119dba2341e484a63f1cd66906570b00b5eb07d0b3f0408af669ccd6152e8edbb523dade06d12dd3c9c5f32d3d78944944a6ecbe59cb46050 SHA512 78847b07edfc09a5aa3fc7d17acc3607ce33bde3620f55733438c23c2d86baa9948e0844e7f5542b449b89da1581d96b49de5a876eacd2f69cb7cff8a9cd22e2 -DIST firefox-125.0.1-th.xpi 685321 BLAKE2B 26cafe81618d9abb347e011fa6fd755e45cc78e563bd3a6d715d2135650a7f65efd04ad8c3b006802bebf2356d58abb966446bec764071d1de6f7c20508e8864 SHA512 11f27eb365e8dae0e4691ef4c2255cfe4b49ac6dd5eb32ac91961944ef21f73bbac042c6c2d8606f32eeefe620648d7dd20b900883976679ccfb38387e569dd8 -DIST firefox-125.0.1-tl.xpi 530819 BLAKE2B bef20fc30aabf9ae162683f4498d4244a8a182a841f067ed527b1d9c38db8df4ffb5615992324f3bed15934c91672bd277379dba881f574856828d0ac32e11d6 SHA512 6065b207b12aa83bbaf705945c211b360d8550795aab0a956049901696401ef9aaf90e4a055b4f7e43ddc07a312e4d01072171475b8b77aefbd5f5a127418e6b -DIST firefox-125.0.1-tr.xpi 621046 BLAKE2B 8cf175eb18bb43c4ed440f57ace11f99cd0c25e5e8fe8c5d1f4cfdc559095241e711e0d76a35b73038af7b924e849663e30d17a9a480adc2955dfb464d2d3ffd SHA512 ed5a2e1366b757f6341c46760f006f8eb65f5fd0e438ece8486c9f12cab12f8fdce7c2a02ba213a0c23056a1276723116879dfde86a14e94ed15e5e5936ed08b -DIST firefox-125.0.1-trs.xpi 500780 BLAKE2B 526b6cedf898c99a7ce9cdd0de805ce1e1b70dea5fb549dbaec93964b7154e9a72c6a71c95554e4f8bf911874578a85a1a283a1ad26d75f1d2e1e626cc09c353 SHA512 8fe9925d9d63ec33f422f11079070fd9fb7a0f569bd8b6f3dfbae67a0435b2310dff7d237b8e18352eda8a3c55645da44570ea36cce5cec68b7ef46ebdd7cc9b -DIST firefox-125.0.1-uk.xpi 700075 BLAKE2B ff840dfd6462a532f41891b474562f3a094cdf51b00872de3e61fd3fae11ff221b3d6c3edfdb37308e12a498f016e04a010e9533a882147c86b223262cfdd882 SHA512 f340f1441e689d77c54b285a6d89ac7e49cacf7514fe1ed7a47f92da9e8d6961cef0aebbf97bc38e1078a5e99223c74ece9a92b154f70ded3d28d704384295f6 -DIST firefox-125.0.1-ur.xpi 557251 BLAKE2B 0a8e1721455e391a23441f171cbd6b6617e9823b4926f754c1bb47f225bc0e8027a94b7784efe8be38e61e35176c34e463a6006fd7232251c6cbbd3bcdcb88d0 SHA512 7544bbb9e54dedcfd956eb7f42aa312a8595f345efde59a926bfe5bcf4d636bd7d29e2b28ffa9228ef398f13b2d1e64955e0c1116f258d287d6d170b8a05292b -DIST firefox-125.0.1-uz.xpi 475755 BLAKE2B c74b05c830b1ba4d2f2307b24dbb4db1c264e33fea3f8488c1c28b84fd8f9fbced1f6c1f5b6148ddac7d6eda39f3dc66b2a5dda240ce3237fece816f87e73e71 SHA512 dfbcf44f057bef5f0771217cd2269597d1783bc951b7b8a934601034e38bb98f9b217004f6aba10fab1c956d41596dd33a09d4b38c70ec1b63e20f99191e3c68 -DIST firefox-125.0.1-vi.xpi 645249 BLAKE2B 97ea0b6d646708352c61f0daad3798fda8ebceb7a56172f0f7d9d4cf78efb448e1a7e033306a3466ff4d65318b09f86836e3cc0bb9597f0e67c68a3f8306e450 SHA512 9055b36cbe4f7ae7a015042c310b8117d1d12bfdcc076afe1ebbf9a312cee6143506462e234f99f68dc6cf9ca15e3fb3a7e5e12f1936e178456a2118213fd9b1 -DIST firefox-125.0.1-xh.xpi 414339 BLAKE2B 4f5d61a63cc8e8ce8e10cd65ad0e9183a320131e01289783505e1843c8eb72f45716e61cb1c432f8255d4cfa9f6075560fa3a83bc70bfd8ccbd1e7264ab949f4 SHA512 f112727e43f84634e0c0488480e7bd95f88b1a7141b0d23a98decf6542e1b4a92432906073b1f3091266c41d583f1f95f7fb2bcb6294bb0e0aa79d86429d8103 -DIST firefox-125.0.1-zh-CN.xpi 645742 BLAKE2B 755fb1abb57b3e38d1ddea69a72b6cb0eecaff98bafc46555c449d9d60a3db30135d1b6a37c23da5d02c16f2e993a5d1358594cc3941d7371438c7e40e045059 SHA512 bb12d80156938fd03b90c4dc0b30c944913c4c60bd697b97d9adef0c74f48531c793010f84680127b9c8685eeb8194ab12fb1d495d52d8e49c3c843a3576b6c4 -DIST firefox-125.0.1-zh-TW.xpi 647637 BLAKE2B 036b026687d33217b854438da76df09ac2fdd94d4504ad9f9334650e453b96e8122c139f598a526798e3291ceea813b63ecbb05b1e57503507ad4ffae9c996ab SHA512 10c395063dc7b0d0633cade6571ed5abe7388932b5b8c05297efbce2ad98652a0314823865f486cfe019f8885ac0f6afd0149d0752bf63fb5f8f626824441d35 -DIST firefox-125.0.1.source.tar.xz 553213768 BLAKE2B 5b29fd638903617c5bd0716b304ae2d96390264f4fafda8a31698c25438635e865a34221d0e11b440c38f34095bbae0a322694870e09885f4acababf944bb338 SHA512 6f2f336de8b0ec9cb19ba20c909407b7b88c0319ee3b2f1f3429133516b0c45b4c7846f287985a0cdb9f34acc7d5378ed14fb48e26bef113c8ac360501a30c4d +DIST firefox-125-patches-02.tar.xz 16052 BLAKE2B 0090b352d8953a38798851798ce077960e3221a6d833eef81cd40929eb28aa34ad6940502557825633d76e4a71088396e923152814cd7ad7df4a35f0b8d07ec1 SHA512 8f1e372cf992ea1dbc26d33f248ae7da1d2234d6256050b0c147122cd0f4d430370f173e009d0804e307972d3dac24962b6d08f0df37d397891c017f3db71f41 DIST firefox-125.0.2-ach.xpi 460866 BLAKE2B f1a1036a9d17c16c81b9e2b8250e61c964a9d8016ca3d7a6fe24859c203b3cffe269389b53bc99b6c9c94bda107f7d74a918669c360d723b984002ce38c686ac SHA512 805f130d05e829422e930180cf7bd0268eef9d3fe7021b679b5be8fed5f6dc40ccd8bb4df3da2bafcd15835598921537c0024e7a184d65a614e5da698dc0b8ec DIST firefox-125.0.2-af.xpi 414694 BLAKE2B 84ffa576949252520e8cf9e3c80c34fa135fdc8f0f39b2e42edf6189141ed5ffc6ad488ce30a20b094d5e803c659ee37f8251be112528d82af2cf8d7d532a362 SHA512 4bc6ae95c2ba87566bbab7c19e997c2d5b6012ec4d6c0905582a68482b1b13921b08e27a68a45c54ceb8320b746e68cc677d1cdd92b3eb0f1950cb3cc90e6e5e DIST firefox-125.0.2-an.xpi 502762 BLAKE2B 601eb96a7d9af68453dc8d228d18fda63782b4abcdd871e50176e75e95e3f27520fc43b9735bc4c0a14c9291b049b4897322276c825bd81a939869996e1479bc SHA512 70093d5264c4662372ea4e1c88f6856d87bb4ec3c02b68d43e7fcc214eb194756e479d3c6524fc6ac2675f669a8fda313729e2777cacdd62209f643e783d1f09 @@ -803,3 +401,103 @@ DIST firefox-125.0.2-xh.xpi 414345 BLAKE2B 4fdff9e787dc13c37087952939049271dbf59 DIST firefox-125.0.2-zh-CN.xpi 645750 BLAKE2B 8cff30eb04dbe14b08b22ddf9be70b4fdd0d5984065015973d5c67e10a479b125822a543cf79cfda893c1e1d57c07c53939cae12aae8fcade4c239649cf82d3c SHA512 e71af90e7f973c9856f82e99fb8c75c6353203ba77eb06ef966cbb322e5c7091aa7d4b8f0c99730eaa9010e6ad3e9401a8c61c863669d42ef184034a4c8f8f61 DIST firefox-125.0.2-zh-TW.xpi 647645 BLAKE2B fee91568b53b2962f317ea33a2697622aded8434abe850eee5df66b12b51f35de84d1f518aeee706b8cca6b7a38282e8bf0d08d363df3dda1d34fa71d09131b6 SHA512 7bd17b86199b10e1a66a72df2d049e3e92e35d512932a0d95986417b24dbd34552e7e8d7aa6138b664601a23df6c854f617895b976def4e55302ae4a5158224f DIST firefox-125.0.2.source.tar.xz 544666944 BLAKE2B 70d27d0ee0bfdf7156546e8762b608c442bd35ba8f33ad89a6d5544eedef4d59b24db2b1988aab9ca626e9a01898f7b0c00a4c7550f78cba9bb722dd3c6d155e SHA512 f6d5fff7c5c532d2e41a246d0403bdd746981cfcb7c43f9d3d8ec85a7acc3310a52043d1e18848475cef1b63c24769e81b2b06d68ae007b68016ee51436032f1 +DIST firefox-125.0.3-ach.xpi 460870 BLAKE2B f513488d973510eff85da695fb4dcf8e228da3a4b0ab1be6f6eb8083e64af12c427131c9d06ef2cc8c795e5ae0d07b685127c936415481789898afd1cbc0343f SHA512 d4dd8524d3ef41eb265fd6d26de3187d81d0b2826c41ce28731670f6f36b7a81f0cfa4ed36d63bff58542d3f9084c8aece1d1dbc3472b43ef91f44b072201dbb +DIST firefox-125.0.3-af.xpi 414692 BLAKE2B f53aa21e599da6d3b80e44d817e93813917b8b8e5b7222c053da3e31ca0c2aee5845d75c862a76a6c9f485fb9b914f447ef269245af45c7c5761070a1769637d SHA512 2d122751f3e426ac204986a0c169f29af9d51b111da4b2f84366e5a25b382ba29a1c6443fadab6572b1e8a6d5101a768f062cfd2ddd229d753d15da43a29f7b7 +DIST firefox-125.0.3-an.xpi 502748 BLAKE2B 153717b42b5ede59bd7008ac6168c219bae6a6b0609c3982de359c58315fb18b3a85a0461f0cc7079c27d31e61cea38c1523d2e0077e11ea6b821b046e260c9d SHA512 2849fa08e18b5d9e984c23bd5265ee5b3a1e8a32ade93fdf7231cddc55a7d7f1449f358963022865f0743284451b67847d3352af93f06e7a9353afd92eaf735f +DIST firefox-125.0.3-ar.xpi 603476 BLAKE2B 031c66bb0bb10fdf6b6c2344e217df91365d1412aacd4a7ac146cc0da4fc48095f740c136477aa66ab14af53b6c7aa383287cb764e1a29bf888f34e42867b6c1 SHA512 b508ed5e17d6edab165c9acd75905bad2348366c8ceb867dbcab648ceba53e43e79413a788f52410e91ef21f06f79c37ac1cc9fed7a0d102cb91afb5b2ece34e +DIST firefox-125.0.3-ast.xpi 493030 BLAKE2B 4d7affac6104322150177ef8b218d4b8667e52cb64064e478fef7b2ec7de4b68638be3bfb281608aa9d59f6fdfa86e538f86368e9535dd4dc6d6fca947405660 SHA512 a0fba750f3e77d2b4c40b140df5626c2715beecd41e547b1d64ca20b71f2827f15b00454048094a032b3274e5c35090c47c58e8e06a2be89af8b0b89815c5a3e +DIST firefox-125.0.3-az.xpi 487526 BLAKE2B 8216201fd7e8420b2da1bdfac4cdc3d06b2e213dc83a169689350bfcfb34cccd2ec18e48139576d0a92b83e0020ee2c9d58cf666703bbdbc6bb37608e8a70e5f SHA512 d2eb6b98a2b17384fdfe7229171ae4fb5c438b3b95cc9406e7c0f1549617466dfc2b629f5c827264594f499e4dd29fe62aba0b0b30529b59c755564eff7c4338 +DIST firefox-125.0.3-be.xpi 702927 BLAKE2B d943991bbe41a9c09ef9a18f655e94da560902ef2c05a091f5ab47e89432146d2d05bc33fe65f53e48f9d9d450313d320a3ce80750427eb8cc29f4780457257a SHA512 11a3276e4499b07795cd3fa410164657821bfbdb77c440eff8e79b444702be715073df165b172d4bf6128165163c5fb89fb0ff71c7a22fb113b2bd617497141e +DIST firefox-125.0.3-bg.xpi 600552 BLAKE2B 32ea1a2c9cf64c3ea044d2c9bc45a4037cc2bf4f914379e5591bc3123a7386f08357aa8efc63aeff0eae16b37482ae1e59c7b96815e4c4cd39ddf279e25a1b86 SHA512 9fed5a6725aa26102894154562d8e68fe25ddbb1fddda7515dbb6c79d0491d6dcefc58b5643f73513c0b0cd819af20b9633b2a78e952ca7c422cf9d58daf04de +DIST firefox-125.0.3-bn.xpi 578162 BLAKE2B ec4d56ebd8e031c96ff7be1fa7babcdc4503dd30291b0475c94e264a4d679dac02e48289c7e9bb22c2bcee75663cdb7c4f925858a0b7c3384654da325bf2263b SHA512 1a3f0c1f6718856a591464d367a14ec75049b61aeb403d947c82b7666dd026d83eca29dcf9bf24627726c375cfd8e3bb1186ec55d08e47fd0b181c2b8aeb0627 +DIST firefox-125.0.3-br.xpi 583247 BLAKE2B 0d775a5c9d5a9b88d206edcad6bf4d05774ae94191a2c91444bbac46147369dbce36be213595e07a47aff78c8cfea4c554c03ae2925ddca05d98ba7175827d8c SHA512 f189d35538edbd506674eb98e583fd8cb9d776f3eb0943dda568c5df0b095c757198f4e636adca7fb003546894f3b585cd7c776a16df8cbfa2f956942fa52845 +DIST firefox-125.0.3-bs.xpi 472645 BLAKE2B 11f87a7645839c7c1de47de4c66295a6205fc872a5ae95ab52d84899d0b2f375931121a501485232910900c83530631c64cb65de3b612e65890aa3fc4480dbef SHA512 6e8fb97415cc777b813e8fea58150e2052c5e80c8e923b72dd578829e2470fbd361d4261c5a7e3d40cc3ef159b151c2c4f00a5d97c49d281b2755a5e53a2d4e9 +DIST firefox-125.0.3-ca-valencia.xpi 542907 BLAKE2B d7a2aefc559b21b0acf8b72df6336c175c5a291bbf8c7fdb691a282dab827a815959969594012da676fceda45d48277984827398c19d362046bb1f31869c21ef SHA512 0dbfdc365b9e0744e5a64d33aed694adc6e9e72fc5f81b4be9446e5e56888672132fa3f1b7eeeec8f5bfc8ee4459567461d405c8cfde536af63bd7362f3c27de +DIST firefox-125.0.3-ca.xpi 581507 BLAKE2B db9ca7e773d1d7e87222c96e27db3a1e9e88eb4de19db6d7eb3fc1baa0af500eb1c471c5c1dd82ff98c63afcf62fcf6e7ad7ca58acff992c044764f6326273a5 SHA512 7a96bf738fc07cc069ff110cee5f6781d9d468f7c3167e62b645489939cc421414be02b906cacc950defa311ca95e7bb00c3d35ec41cded097d1e7cd40cd39d1 +DIST firefox-125.0.3-cak.xpi 589350 BLAKE2B e3e07af1d18571f8547ac83b8694b0fd0b08c6af2e5436eefea59de92906f9d5b5c39b1188c204d4c532d4dda95fdc76832842d354a224252b78bd50e4f8eee7 SHA512 ac20b3990c2202dcc2011d1b52f99c4133c3781c9b09fc8cf7e98474e0574f4e8bc01cd7ff315064d7a9bd19f8a131076c09e69f5cadaca0432560b3c353b2ae +DIST firefox-125.0.3-cs.xpi 647924 BLAKE2B 7073320391cdcd098910bbedcf29fc54deb57135ebfcd3b2d3ebb433fc5d680d6a02fb5762c3f76a1ba7cf97251c0f1b69fc4e553c29cde35f17ce189f6f44f9 SHA512 d7446c309bcc246b3b1717b615494306e7fd146aeea6cefd0d48fbbdf48177c3e32ee463dcc745620cc6d2dbefd7e9f62ab83f08f0d9baaa5c18e74ed65acc93 +DIST firefox-125.0.3-cy.xpi 613447 BLAKE2B 3081adcd23ba60cb439b3d624392c107a6e95227fb3a4f596680dc9c76e550f6013e818b4db00d0fb23a1c314feab07f0a0ed5fff23d54aef367939bee43fe85 SHA512 53fe5a79a5bfec8cf4b733be4d3ed936f3b92ea43eddd147e350475f4c61c2c81b7df46d75f71a94c9c8adddfe81c77b3a97138a1a3de90f261810e2041e164a +DIST firefox-125.0.3-da.xpi 601726 BLAKE2B b3b82f2210c734488fc8a0580bfa8934e83b0007a6ee0f0b47f401b50b66876d633b7f80c10fd3c9ed9bb1710fab1109b4202889878def077a6e5080e4b011b8 SHA512 bb25880047994d3d4aa14141b7e9d2985f026f62e6084565f388cbd6a128d54fc6f29101d286463230e7daa876db74dc2191a1a2a1c0fff64031d804aaa615d9 +DIST firefox-125.0.3-de.xpi 623006 BLAKE2B 25cb2c9cb2aa1c1d0c43db5f3c31c86049ca5c99c3a1cede99bc34cfa5d7bf25fd75a6a5b16215e4a39c7f95a8285625e8625c2e66e6a6cd158092bba5549ed7 SHA512 21de118b70421e125fd4c820cd14239b336bd8177c6f109d4a85b0bb020c7499474a82c9180fe4235b08b71fb555281854590fdb6ec50c314edd252bd82715d6 +DIST firefox-125.0.3-dsb.xpi 639419 BLAKE2B e68577ed6ecde402655a1c00f6a64deb97acec977eaadb2634402478fa55ee1579b6aacad43385a54a88429dec2ed48b639ca39ec77df4cfe8e958f1e9e3702f SHA512 54bd5126433938aac392795fdb392dfe3689c9118eae3c61afecc4619b42ee09f58ded778ef7fcf78c3d26b27fa61e077c01b9148bd9479e7574c92424951c00 +DIST firefox-125.0.3-el.xpi 720358 BLAKE2B dc87588624ccb4c3509a26151c26885c8513e0000c475421133b79440b67ce755e072102bb408c33fed8c64d1f6f02083aabdf0603829793eff9b6a65fd5ce21 SHA512 6a0d2b61c7569807bfe12a14574d4a41b9f38fdb22bc05a5079ff49a9df4f4e414fefa0a5dfb6b7c1bad193349a74f78e4e3be75109b6c10a057ace2adba466c +DIST firefox-125.0.3-en-CA.xpi 574329 BLAKE2B f928aa7919969d7989e57b7438b812542905d70cf07206da4ac5d524073fbcc894147caec5b4f42df5396e200e9183b0c48e3ee90f291d8e5e363a1dc54d339c SHA512 eeee6a84569c4f5038f323dbad9d8bb15755920ae88499b29302e4c0c28dc1d63a181f0b38b9ed567fbad48277f037d23333fc699a6696138c4c8f552178d26b +DIST firefox-125.0.3-en-GB.xpi 574957 BLAKE2B 513ce4162a5a53f59c24280a10fe9352a1b653026743984476f3b57de1a31492bf1298282dbb71e0e0cb97c7b5e4186095c73e060bddf038e110b8cc15b80388 SHA512 dc7b0df199f90f4bc46f36c2cb0a6037ebba0f0c3963c47910eee56b83701957a6d8ec8fde15fe89795b70cd357013ca6a63ba935fef6f7ef98f73d4f09fe2f0 +DIST firefox-125.0.3-eo.xpi 603668 BLAKE2B 6a1f0082fbf588b98ce03374069c006efc54b522c7f94883a7c34cdf4b41d5f7f3cc7d367206595554d861970d6f14e62103a476334ba625d0e3ac74aebfa3c9 SHA512 6c6adbc7361bc1486eb3da81031fdfac7a7d5c67f5f85e123a1fc6d955724d9d4a8e388a7451d6efd3a1b7806efb9e0a9342451732c21ba949a1db5e238f915c +DIST firefox-125.0.3-es-AR.xpi 616954 BLAKE2B 3b292b27ae7f9c49eb50a9e498ce8320e21ef172190314836dba16c6105a77cc4fd0ae89a2d59a58e00677c63cdf7dbb53cfb36d56235165c81e860e9c45da4f SHA512 0250edbf4f0fb543f8cb8e4cbdb418c650aee35d73d03728f3b32c479a32a2b52b7a97a918fea692cb07478c62f5f1bfbc67fa85f0ab77ef1fd97a0d6f6dff53 +DIST firefox-125.0.3-es-CL.xpi 616161 BLAKE2B 484172355a1025f0bee60cda0b69ac06c8801a16d97c00631e375489e601f65940ccba8ecbf6cbbdfe31a0b42e9db5c6071f28d30deef7a7b5818c9bf2a9ac12 SHA512 f1902430ede07a6c2f6576497aebe9252abdeee46bc390edb30fafd289660998ae99ae422a0940dfb8d8e37027caa98734708f0318e82e069574dad04bef22ca +DIST firefox-125.0.3-es-ES.xpi 610892 BLAKE2B d157493ed2f3cc6b2fa09bbb637854df3ebbb9cc61c4d2dbdb3ba549d19b187b43b1037419cd2f26376acd021a82216b90a48b0e66bce8205ac5e91725c882c8 SHA512 9ed6c40d7cedfd5ede264d04e959e2d2371b8a1145d3829eb94b9824ed93aa33b32020a083c48634f1df510486a024dc3f7d614ce7636107f49139c1fbdd7c7d +DIST firefox-125.0.3-es-MX.xpi 587995 BLAKE2B 1128174e007f4ebf25f151a4ccf904bfd24b2615b9a318647d62cb0b4c11d47335d1202b8a00fa1542d0cc136b9eb6bf0cfcbe603eff016034b53e130c0b828e SHA512 cb901f16cab65585d68001d9a6c224f97692a3e1a98d31550cf4d1b18939f673648a01967b15754ec6ccd0f6c83f1e9b4a89bbf7356d8bf67db03bb053496b3d +DIST firefox-125.0.3-et.xpi 536088 BLAKE2B 412f9f8b29f84d8a1aae94be863cc319c5c5ea77ea8e83c06ed82e4f8c0b9cf848b3528bf50b9198246ed9768c2aa57aaf02d20e403fcc8bf328dc1dd5fe8805 SHA512 8c8882a0d579744157703e329519b0c3732588862da8d29ba8d2bc844eb65a4d58a2683062c9841114ef28e3df0324e2373c3bfdbc6fa793aecb6832497aa10c +DIST firefox-125.0.3-eu.xpi 590639 BLAKE2B 1a0a78e0ecede6c31924f560dcb500c0585854eba078026c5edc093354b30842d681a78372e948fd0eb8c88fe4eb0b0465d9b9d0bf71c8e5a036588c863e670f SHA512 225da74e9867a9afc376210b48f59c0f9b64d953f5cb831660fe1b3aef44309b4010f1764de9177d546c2006d30e6342576bb35a6baba3eb237a5f37fceacbb1 +DIST firefox-125.0.3-fa.xpi 586615 BLAKE2B 3e56bc25dec6f62fe93df55edea6dff5ac3f3f37f445f3222d2257bccbeabfbd0f737329502c10a0416b504590eb87620976e4aa4caf731281d160163c144707 SHA512 ed10b5a5edec35c1b77d6fa302f31957cb2252a7fb5bc4b58cc7a147a927ac1a5a232d758e7ee91c43716536ae020203051a16f4a4bcef036b9a30908253099e +DIST firefox-125.0.3-ff.xpi 472970 BLAKE2B 99820864e1bfbee29f8faf79bbbffdbe9e9edbf71a683d7d2f82828ab46e9c2c3a9ad1fdfe6087eb325d95e46cc68fe04b2112a3a179c4c853c386b7c006e05c SHA512 cb38d990c1d2fc7762e4e665301c5cf95c1e08a44d8c52f2b8ad27d3d2e148a68d04a042fcac55bf412bdcb41e93c310b1534a64763acd487bb4883eeca5524f +DIST firefox-125.0.3-fi.xpi 597082 BLAKE2B 5eb3b225b2db278f275fe12e6c8201e044eeb014de6112fe02e0366cf89a35e5fd3bd0e8ad46b3f1ff420bb14068df9fd360c4984bb06567f2da0a35fecb9ca7 SHA512 48dbfb859b80c3151c1394476974b1a1210a8f09faa5d857b463b9c14c1bbb88020e97f7c24d95066768b9e2477dbd15c3b20b155788207974e060edebcbf974 +DIST firefox-125.0.3-fr.xpi 628606 BLAKE2B f530bc34e955db93d7b40f19f087f28d928bb23c6d21dfcdd50034ddbaa89dcea6d20de529bfbba3c244bda526ee5fffc35b38ac19f89baea436d1486927f672 SHA512 ffcca4ba74436c4ff3ef6f8bb54b694b85d89793d6607ec54d40c7088de740265ee6976096db663cd9546a02a9f676d8cc5e83f6f8f11b2de4415ec40bb4bf75 +DIST firefox-125.0.3-fur.xpi 622702 BLAKE2B f0634581ec148990b839ed2d72f2f54dde0c9810e6508ef8a719ccb807481d2ca2b0d587286e198f847c0d1f2471fd80ab7b98811e042ce2d9e2ad3a6a76a391 SHA512 c646aa7ce2c4b71bace6a75af6a65c8e6325ddc8191621ffa14a57962bc1ceb7845801931bc83c05074933466abb9a6b4e30c55d196e7343f8a095a98acc69ad +DIST firefox-125.0.3-fy-NL.xpi 612541 BLAKE2B 296fa868012874f83abd182fd247b5d9172642c17fb1e11f7414ca325d985a10307221b4f517ffbe5f3a1df5631a1542234facd67ef0a71c39b3f213dfd54dee SHA512 187566df0004d0ce3100801fdc6e4c34c1e9e35443cf52b389e9b9c5c405edc8cf084b330238f0b396fddb736a4466d55b149a0c5cdabbd4d751c12e940a11d7 +DIST firefox-125.0.3-ga-IE.xpi 468138 BLAKE2B fa900f9600ddfc5b95a15934d514a6d70d09561c7cbad43ff2e64c43687e38cd3cfe1eee6a8ee908fc19b829bd3e4fa1ec03b63ac7bd3c6c4c7418a644c86f93 SHA512 e952bd6e13427dafd7dc6c2924ee22d686c654e17c259ee8fcf5ca7ee7d29b68bde999a1e0b09af3b270503a4202acfc525cda74a04a371e90f8d919f4cedde8 +DIST firefox-125.0.3-gd.xpi 587822 BLAKE2B bb0ccdfaadc6a029fb8ac4f782f11be817131cb39e43201c0953fa22fdc04a700f3353e03e6c39a7521eebe67ce729d1800814fc653bba62b1815b0e4bc26f04 SHA512 bb77f4c2c401a16cf4164110e1c50c04695e876ad58bfc9d18dc83f705b80c1bab4655469d349b02edef93357e62de965638af36722a980b6c2cbbbe2072c2b9 +DIST firefox-125.0.3-gl.xpi 600385 BLAKE2B e15c8f078a3f03078fa3c7f37be8db309ea5c39c8e750341367a1d194adffd9bb7eda35469e553377c357fc50f73a76f06335777e9dc7ea95ef43feb766d281e SHA512 779e314f6dbdbce20b17def17e2a6becc61bb67beb19722f76e7147a55428f68cbd3f384b05047d17be5ec69854456d24482d8fa81b69bafa55a42917808cb28 +DIST firefox-125.0.3-gn.xpi 627320 BLAKE2B 68556e4c8b7c3de4dc03449748556b53732239751e1ee8a1a7df20e5eb08a22fdbbc5e0aceedbe335e2b320fc0a79c3d3a69cb8aa99f133ac1de4126f4f4e77f SHA512 aef05941367e2e9bc61d502fabcebd8d3fa8774f946727a76c759ee42b250c562dfc76632f8d715ada0c26c3d9dd68689aa87fc424bf73a2952fe3cdc8743910 +DIST firefox-125.0.3-gu-IN.xpi 524056 BLAKE2B e1c8d3318e8801df33db45cf912dd9c5e7a79fe98e8fe176dcfa254be3b668174a89d749c00d4dd8e97aa7a0924fd8365aed7cc93b460c415dcfdf62a1a1b896 SHA512 d34f46c056da415ef818e7ca67965f62233e58f9446602786032f634419a25e87658249ddc6aeb2ca778c61bb8a3e6d6760c4b43b202c6ec7e70c9a75303e311 +DIST firefox-125.0.3-he.xpi 621416 BLAKE2B 0edf38788c906bbaff50467cce8ad39dc4636258edce78de84be7b548c34678cd1af21ec5efc3e7155d370030b07e6cca8df812e1619c1e47258276581d11c10 SHA512 fe6e1dd30938618e346e13093a62bd3e396fbf610e7e5a0df28e89cd5e93faf04d952d000f13fed939dab43eb6583f4d1ca006be9b2e07ef7b7bd0640629622b +DIST firefox-125.0.3-hi-IN.xpi 562178 BLAKE2B 3c0e296549fdae27981a1d3494dd7b8ed007f67a40df7f258a3a1146428735c2fd7d5456fd8d208ac8476b9dd3e8cced8aabca089308a49254bd0e07dde2059b SHA512 a575ea38d7805da632d2c35d2cdb722cde7948ca905260d2ba7f5b35dc1ccb0d066355f2e758a50e04ca5369650e5abb9b2dc5878ef9bee78ddaa16a337c3348 +DIST firefox-125.0.3-hr.xpi 553346 BLAKE2B 7d924aa8f794c3b750a2332c4e224cd04f5746930a8fd927e0175060b4c242107cd83f1ab7b35af3d7d6d3b26ae50639eeaa340a160c9e14319f6f30ba53e5d4 SHA512 be492b331cbbda9d07a7b4bd8feecaef4737ea371efee8a89107535d8c0ca47b05e4ae95ae3badf7bf92bebe84ad495700f1b583df5156fe824f172864a4f9bd +DIST firefox-125.0.3-hsb.xpi 635477 BLAKE2B 9889544d74c19c37defd974570b723b5f88a42b97eada9ed7abced2ec664e4d0d7d24f8e5fbbef2c0b050443f9c9775868afb31ba981be7add0a38d571c3086f SHA512 d6814a048c40eaf6cb356265ac056c8b72216a075e7229a6cb43b6ff134c7b9283aad02b6f11fbcb9cad31e21bfd4d891ac875173055cfc78abd7c164767280b +DIST firefox-125.0.3-hu.xpi 638697 BLAKE2B 630071f084d16ded440c01f15b4ab11fe7681f762d2e93b4b79f70b6feebbb22922482fb1bf219b8355416481dccc5a5ed130e9012baa85756d303b05df4abaa SHA512 e6cca871330b3b8eb9b6743f93bac43e8bddff557925460be14dad78daad01ae3eeafe5718a4bc86b8c552de3f45a30b5487d97a8bbaf5d21b76200f277431eb +DIST firefox-125.0.3-hy-AM.xpi 615141 BLAKE2B b8668ffcd37c5c5d3107746f0206cb66d45756f93ed4ac2694cdc55bc12d68e0451b2dcd6d2b424e93dd067c7c0f5b455e64ccacb4d5bfc6554734e072eaa01c SHA512 f8dc7522dac3f7598ac60c94f016d05ee7ed869e29b45f97598131f84f0f45676e8955e7ad434d79f3555570e050ae372430579156ebfb237c8e1927a9b938ab +DIST firefox-125.0.3-ia.xpi 598520 BLAKE2B 9f0ccad39357dffab78333acdf19428c1618cd5b2793e8ebcbbacef27da008363f54162d0211affbcc6cc12c07fd91cb437ad09c5a0bb687ea0790f15efbf6ad SHA512 b40427abe3c9de5f48cf0ae0773ca68526caed16ae8d439f41156bb6e0219813eb3f14155f4bb42e82b218f1cb86c4ab0c17fd4fd2cf8ccf57be218723ce1407 +DIST firefox-125.0.3-id.xpi 570572 BLAKE2B 43662f0f7b668cbed1a1171424b4000e9805d7bbe02edc03ee4b90cba4b33cea914a976dcedc2839dfd3c7327546625fe8a266a04c47cf49eeb180b0d924fc08 SHA512 eb23cdadbec09d9be4a827f9b22e954d3d4125a4455e20deb0684a98bf6dd337f5689ecb9c3178a4083353b8f03621e66e8f1a64c5a608e472febf97917d544b +DIST firefox-125.0.3-is.xpi 606605 BLAKE2B 59e8583176623d830f6682867f0dbce78465bb3016e01333bee17b80da6771ca58df0ea2197bdc59bebb3e91f7435152dcae848d01d3ac678adb6955d2c9d804 SHA512 64b825f5cde68dd05824b5f06f6a1ce0a92b136ffc90f296db4162d5343b20bf862a177d41f881d8bb721c3a9a1a3cb95299ef93b70e287c05af76a6110685a5 +DIST firefox-125.0.3-it.xpi 557455 BLAKE2B d1b300cb596fba5050eec776d31470028dbf501ebc5de5fe48ccd5ed77f164c068d8b0103f5dbf247a545cb0644d71cd863d616b94f80c2b60c06b31c70b2b81 SHA512 49c4283ccfe8ccc81230b1ff532faaf9ea738e4553c8afa85a71c9c60d77e066a9d4e7d17f898c8507be070049692912536ed9db8789cbc71988fe49928a96d7 +DIST firefox-125.0.3-ja.xpi 668136 BLAKE2B c4bf40554c700a6d9a8982ae6faa7be15807d6fa70c63704c3ff38af85a2ebef9c8c887c0a641aefdf75ad6c0e9a7d8ee4fbac9f75fc28bde83408b381736bc3 SHA512 80185c746a9d73317ee99190c5dffd5fb29114fda19e3028ecd6cc6049efe831a242f9637a94661f9282800872735328ca0bb28231444a17754478a69af166b9 +DIST firefox-125.0.3-ka.xpi 656910 BLAKE2B 7eba081c7d0ec7f4e5f3204d008055513e0cda250e1b2d15f9789e12269e116778b3c58888b547f08fd75feb229afe7b1029e838f18690a851b01578c6ef6441 SHA512 a464b1717884375f78fc6bfc60792591e2c9731e7212362ecd205668fef8c333bcf863050d0fb23ea3661073612c4e846a64351ef39b4c90723c379325d247c0 +DIST firefox-125.0.3-kab.xpi 598270 BLAKE2B 44bd1d4f886f4b03e8888e09d833fa82b457fa27a0e177a3ff1743e5fab381df43e70d2d32dd4d57de32906436dad7a980a2700b1e34cc64732ea2b2435e6be0 SHA512 e83dae9d986aa8ead21c4c33cd27388568d2ede21884886da8c67fb217f7b4ce9d25b9901b5492b8a3fc73947775cfd178477c8c5837c104b6a96874f7bf1357 +DIST firefox-125.0.3-kk.xpi 695561 BLAKE2B e3695a764c019c51b4b86b1b5f4f3836a4a2d52f272580764d68f061994e00c36adb7d2603c5fc7f5c3326c53c4ca9ab14c29d2fe6c29e6b11c3117970a453cd SHA512 5b2052f6eccc83cc8bb01e26ad5647b0a6e5c8435fd808ec44adf20dfb726b1846c5c7b9c9319d51b55304d92e8a1531bf77e1ef4a8baec40ed6871c99616a0b +DIST firefox-125.0.3-km.xpi 522564 BLAKE2B 055a62bda9493092d9ba6a8ec9b03114b4cbb86115c78e4bd9772d4db6d503b8bae43ada99784ad7c4aa2476479175978d9c92ca5ed25d79d63ceea8b8545665 SHA512 67c305d7fd6f53bc3c619e38c8c0b6aeba00e739d2fb04ff836de99c05304d65194e0869db93d075437de12732ac09ad66dc533ab9c188f61d71479fef848290 +DIST firefox-125.0.3-kn.xpi 488079 BLAKE2B 1e13de935bc346e6800c23dbfe567cff7e53a93eaebc246dfb44aa2d218f9db82f1093c8e6946ab4f594a7afab5644065a4fb9ec3f5fb8db5eb33312191e9938 SHA512 b1e903fca7435fa9e76b7e5556b505241a0768965623e7294e6eaf32e522014bd95c310d2ecd87c8a44940186103772fac927010f2e0a0ef058ee108e468b4a2 +DIST firefox-125.0.3-ko.xpi 650105 BLAKE2B 0c78a479c4409d77a8929798b58e03b24a2614c0c5e756556b4ea64ae3c2036485932ee97fbf231818d152f4109ebba6263c8935a13318c2aca67b5973e8dbba SHA512 ce2076b73f1a03183ce7671c14d4f2268534b9b9254d76be0b263b42540619159336e7428832af26978cd52362f339bf46e93d4108a8b554d028bad66698eff5 +DIST firefox-125.0.3-lij.xpi 480894 BLAKE2B cea334a56fd547be0e13c719b4a17f465a2e02b9e41d961aa810ec438280b14797b4554444a5347a807331da9c489b84359ff63c37c4f503a6a0545a43709341 SHA512 80725d38534d58a48221a090c7ac50a06b9a2e399552330daceca04eca647dc39e43e532dea9b80e074685c712e62a69cfb547a07caaf6ee1db14a17415650d2 +DIST firefox-125.0.3-lt.xpi 569212 BLAKE2B 8a010e83be92b12a4344a0b0e67323616719fdb7342e9b39fb04cae0b3f42d8d1e7ab8cf1b94a9d1335825e861e70d160e96eef823090d2180920fe5ecf5e917 SHA512 0e82feba92ed42ac3a756eb482bed07522ea9a4437b854c2e3635211d0de4670910bf4466b39df613dee05028915319f783a296353042874e8db9cb2a9f85db1 +DIST firefox-125.0.3-lv.xpi 564973 BLAKE2B 6e41a40d6945bbc56850c842a67228c78121476e488637cd0ab839d302fc25216439bcd3214396c094326e13d2c03b62a96e4bd77b0c6b77706ce982b96a1cdb SHA512 2fc2e78d913103bcf1ff6bccfe012d2e5cc1171d1a409ff1fe14cefeb2c5b042718b1b3d0ef975b955c19852c55472421e0841cf87cad3ece04a2a6faf084cbe +DIST firefox-125.0.3-mk.xpi 490021 BLAKE2B d2465d7ee27f887fe245b316edbdba0c9ed145bf6fb041afe49e4c04a29d50faac2cae0db168afd4d41025a7b9557d29ae03829f1e5fed06c059e817f51316fb SHA512 d8c15640554e69db1e7767629a8817aa50e09e50225f8bcdc8cb92bec22953736e52641e564574e38c0f007f7749caccb60f89f55d85957276d58be89a6bf363 +DIST firefox-125.0.3-mr.xpi 528846 BLAKE2B cd22f36fc33fea7d9c018a12079d74fd9019bf0b8a081bfdca6f314bf41f41a79608f97a06bd91dd5e8e90ac487115ebc222aa593f61f768552f37fdf1e58c9b SHA512 d04979be034fe52bba1cf10ccd5ec03c4263fbf50be2692b1489992854531e054af5dcd9e5664cbf2666900a3a0d32f26a5dec86f5f9745b00b675e6748dbe22 +DIST firefox-125.0.3-ms.xpi 446538 BLAKE2B d53d295a9964cefcc8773e966d6bb84afa9dd3166714f1e7208eb7efd2c56e0a9d4f68c2e0a31c2046033a5dcf716ad2b73970d0a1a67783fcb627fd8aee1bca SHA512 ce8691dda6e1211a756907a66b7da1243c4a93875f6f107abfb45ccb1dcecdda2aa56ec8e1b65e97d462bed568c36a1c84a1b66d2e7e11962daf4c10611938ec +DIST firefox-125.0.3-my.xpi 515532 BLAKE2B e7222d4387ba1bd01e47cf4976315d654f279799efe75adb35bc6210e6d38416f8e035506db4875dc9ff37eb0e0639e1f292756cba506255b52424c914af3742 SHA512 0b5eceaeb957008bd6be21fda6bf202cb478e35565696751ff61494232c2e25059a0ea7041dcdf7265b99fd1df2f8d04acc67acf60dc5853a093b8dae5d596fa +DIST firefox-125.0.3-nb-NO.xpi 595745 BLAKE2B bccc346a747f621f9614a54a82102fad13c7bf6c8d198380367a3741caead075dc7dcf792bb72153e1eaf36eee6ff52074f45ef25d56461a5211ba74c50b1b2f SHA512 63aa5c035acc93cc1dba95374625c30a43e7ae6140e3baad8e425d0f0215740b23d6582e8e785f1ef712a81bebfe63ac5680ddfefd6149a92f133954a617226a +DIST firefox-125.0.3-ne-NP.xpi 494583 BLAKE2B 14c26fc11a358ec983eb22c4dfd1c7103a78ea358539b10f41fe4ad2b6098640419181f48335bde3140168835df0efcf72feeeaaf0f3a4917628df3685b2132f SHA512 52403562342e9ad6bd8139ed71eb391145da0b8e9636a0acbef239e8a471a94819704f36357a6d9e375a0c7f6d871912932a1b02e82c36276ba0c9c5a559edc6 +DIST firefox-125.0.3-nl.xpi 606351 BLAKE2B 75159e5b63880363710212311aad8a1e06686912a86b26d59dce80d6e728263aee4191e8ff8c988a72760a98f5bd0f7e546384307ea2671d2978fc8fb9c58a61 SHA512 f33c74394029d7713681b321ac912a876ac24150180d138aba4319e46c96d8370c00e1a9eba4a465a20354d737cbc79672b034dffa5b7c710b3955f3939a6e4c +DIST firefox-125.0.3-nn-NO.xpi 591524 BLAKE2B 6bba3224d0c023b549965a0fe14f765b52bacd66b6f17ef0d038451c73b112acfb3f0faf0c67895efab56a890768826373910da9499465be9969e9631f00bbfc SHA512 776e8cfdcb4290efeecc6970969e8c801da6225a0fc0dd63005fde844d20e855d2746c15deef4e5f7178c2ed0c7f66f6ba6ba7dd409be8648ad5637d25a3c480 +DIST firefox-125.0.3-oc.xpi 606675 BLAKE2B f89fbbe56ac77f0e3469bea939e2272fc6631cf0e37d0b125134ff9fc7e1f10a080fa464e84897db269ce842a7dc0e7ca78ccdcb3ed3a5a83f72bca4ecff755d SHA512 9f0a33e0dd212b7194764930d73ca428ff225530d44a83d16f3fd18fb5173a40aebe60072565f495947764ffb7188aa0e9cc7b1212c0996a576e84031bebadc9 +DIST firefox-125.0.3-pa-IN.xpi 678972 BLAKE2B 682104e87351dfae7575ee0b881bfa0fa7c280924b4f4ed752e7dd3452371c0f8633a330fcdc2cc270ddf590e4720858c58457d6a94a06d33759dc3dfb189cff SHA512 7ce69cd29105da5451504cd4a0652b22c7bbb2eed7089054d55851ae0c6bcb76aec437ef8574ceebcf0718db213ae230d81db5bf865217d20bd9bbdbb9e58e0b +DIST firefox-125.0.3-pl.xpi 626586 BLAKE2B dc6318b3d2bca0049a17815f60f9182171aa9e978263a94b5a0bdf92bc96374c2b474c6e5a9cf17f76bf6fbc1f734dc2527538b84277b3e3a9ab9bfe9a6af285 SHA512 c27bbd1c3aa91d720b70f35d81fb2e031b55d2fc29dee113e6a35a715bf7fedb4c3b4033fe1676908fbe3645b1029f466d0b404e9338a8b505aef4ae2797dbd8 +DIST firefox-125.0.3-pt-BR.xpi 611070 BLAKE2B 05351537b31e2145ab460886313e6dd3f0fd04600e0f3186e7b719be7e241b271ac626a5118bf8c388c87192599a184a63ebb1cb018ce3c673ef0ec282400be9 SHA512 f81755d8641000a232347aba02b90b601783918ef7c01e321bf8e402598e4aa819638f082396ffd328a3b1bd8b279aeb5dcbcfde00d5be43a7cfc839b04adc2f +DIST firefox-125.0.3-pt-PT.xpi 617168 BLAKE2B 5866ef4728a16464f5172b075d6db862876265b2f14a11f0c6d10e7ad3b611e388278e30c65ff9348b9e9998d8121102cac79dd33dae4c16705bbf786c3d4108 SHA512 4b6274f047fed969a60024cb57700d9ec30effd4097339ec6c902fd0fefe71cc59bfc6645d6d117cde40328d1f983a1354e7373706550634f0e0a25c321f56c5 +DIST firefox-125.0.3-rm.xpi 605680 BLAKE2B 45f5f92da103f23123295341ecb47ba4939e8552088021d13c64392b7cc6b9d1a3a5128811eee531bf10cf392bd001f2298777bf06244c403740f871ceaca46a SHA512 599e5960c3b2ee7628366f40a1dbda2a86aaaaf279f1370e4be6f4141d724859a97f1af862934e2b2027f3e041ccbbb2e5ef9fae50a9369115b071f14959a72e +DIST firefox-125.0.3-ro.xpi 546356 BLAKE2B 6e649874d0d9c461550ef1e123b2f7fc4c6a6c1716ee63f90be9f38b9f61502712f293af72617916f2caf32923ece9483d5ccda0cd58fd346605d298dda10eca SHA512 13a1dfdc849bfb84776a1cf63ba7d54555b04a759e6aa45d7280715ff771d5b7b1872fffcf1ee89b63709867e79d05830c86edaebafbcf8fd26159c01761d91a +DIST firefox-125.0.3-ru.xpi 707743 BLAKE2B e0cd2aed507fafbc2c3039e5b1f13d5454b7c6bdbc99e3b177ac6c6a8d098d5ec39d91a9319b123e53e9a7e92328aefb1733417d9d792de2d90316929b5210db SHA512 268d624e347992677f6a4a7cc17d3e443fc82964f44dced76514e64c2c419c44a1b1322b5398097ccbdea32e1e3bb8a9f38658b759c0015263434ec08f327fb7 +DIST firefox-125.0.3-sc.xpi 575223 BLAKE2B 3549762271d1203e5ce894d428c8ed8ac3d974cc036d3e62fc38d9f9ced1eb570dcfeb5792e22870ffc757d3566265f761ef68f8e406d2f87a0c63c1035e6366 SHA512 d4401236ede22265e9df05d2941135aefb3592f3c784de2c66822f2a4f4933da282d36677423d1a530775c5a8559bf42fa9555af8b73c38d2421f25ccdde17dd +DIST firefox-125.0.3-sco.xpi 507976 BLAKE2B a68dc60b4df1e457d61665faa3ca16b3bb51155bdac06ee0d87a4b71fef897155774ba7aa4617a13ea8000c7fb0cd64c2d9f876c3332b6de25b76dbe23f4dff6 SHA512 7cea956cd3107eaaeeb7f59358290396fc09f795852e61c616b8d5671b3093467d898fce6a9e1fb28be2efe93a9129364528074f23a444425855b97c9740dd20 +DIST firefox-125.0.3-si.xpi 602396 BLAKE2B f7d5b179de3753008508c844ae37f8ac006188cfc3a070f757f096792ec7f18993801f97e9330c7968300090bda4e04ed75f08824e475bf25d1d9c364ee7ba51 SHA512 d5869d5215777d3b9b2fdb1bd323dd319c5cbbd78b34d784b62603770b14d20e0ebea96bfc274f17cc23089192cfb75dc17db1dc56f9739e5382b5f177737f0b +DIST firefox-125.0.3-sk.xpi 640884 BLAKE2B bf6e593dd1d540f8404c9d7993ec5b9f160c08a98ddfe4a78a395beb0187643c2be522c1dd2d29eda2ad79030f18833289732ccc0d80ef4269b07cac560b2ec0 SHA512 bfa9fc269e93b2d05ab485c8b176b4972d33553ecfd3e5e856716b090c31e8c849903c7f3a0d58438f7c2cffe15296cda3ddad69aa50381f97bd80206cdb49e1 +DIST firefox-125.0.3-sl.xpi 606613 BLAKE2B 7b038d841ebc4911d84122465006dde8a10c3dcc575b4f11f966fe90b415361358c21d3ae3fd77ca6401197ce80d4b3e77fd53e55dd8b5d3779bfbb7fb235a0f SHA512 e051fdc1451ebefab94c4047588c2aab529e98e0d68bd208950f5edf56e6726f30d35d554bec300245dd15fbc2a93225d39768270e3146a500d7182cebdfa7b8 +DIST firefox-125.0.3-son.xpi 413576 BLAKE2B ca2265afb89537b8ae1d3f7775993de8df4a110f0f4d704925966c8f03f2960108412f7b7c8c8107f10221eeaacfaaed6b82d0b289fae2fdbfe75d94a76bb31e SHA512 05bc4dfd3587b2c3f8c5ea2a1e529e4c4e7426ae42d971604b9f5a8189d180a13806fdd0245dc705b038e982f3311e23ee78fe778c230a3b46ae21809e8c19a5 +DIST firefox-125.0.3-sq.xpi 625803 BLAKE2B c19e8f1b072157c627eb9b5b553bb7209479beaff2e008a78de62768ddd4f41d8f40e8ffe9247307696f64836b4693a4a1717e77011894b113e66411740d9de5 SHA512 ec38b5de4ba61c339c102ee9c0ca1636498dbdd27ac0690a35302c90ef9a04f32f21df3429478fcca585e5cca22e062a4f3e0edd71e74bb3fd82a7af60d5f07a +DIST firefox-125.0.3-sr.xpi 635728 BLAKE2B cdb5d45dedbe17d560e8dca5d96d414ee0bff899b1de3048f806a2b2a738ca2e559a6ec46714dd339c2886ac9ae3bd2a00352f2f19f36b63a37ee36275768920 SHA512 1eccfcf7578ce43f2286d1263a6961b122ecb435b2ac4f77136a926ca4e1640144f6f5b18d302e0673f1efceee39d48ff7e05326f0f17c3fd78185d9252cf9be +DIST firefox-125.0.3-sv-SE.xpi 608287 BLAKE2B f2a917f7ff5440a02e6e8b8ef92befe877213314b1a622421fb91bc157431825251c2d00987c966907a863d906cea15d45011c3490a04a6b8fa39f65095312b8 SHA512 eafd0b52b40df68be7c86fd5d59e4ff3f91cd21ddb64d5bc5b5534d4b2c160c4c25433e234e5106d1b2e0d62d7714fd16c1b3b39de550efa263e5c937619e9e3 +DIST firefox-125.0.3-szl.xpi 522950 BLAKE2B 26f2754d9d20cd926a1eba0cf373bc637f377a04d5ea680f7f0d6c76f5c46973205e9221296b3dbef45063c838c6c6c71239b2ed390b021b954343d58ea77d1a SHA512 ca2368a8e0d4dafe4398be3a2d1e680d9ed99fd752d05b9ce899bdef9b007c63c46b2212d5fc1915d7d6b924ba45567790a2e146dcd318ea40dcf928dbc76a16 +DIST firefox-125.0.3-ta.xpi 504350 BLAKE2B 451f0b264a054f341f6764d4a37eda1b9a99e36701df2e5b8b7f4b9031dd4c0a595ddb640e7e24b25cb39091d076262d549f0e0daa71694fcbed12451c33685b SHA512 65e4a20fe16eee543392a90cb22ed32c8dbf28f954f9429c28f71c1d062faefec8d03336edec3a2ed2df3dba2f2d22971b4cdabb40ac95d9872ab8d8ab96a400 +DIST firefox-125.0.3-te.xpi 555760 BLAKE2B 952385c02e50918ddc94a9edefb06ddd6aadd942723b7661ff27ac2a0dec6eb771cdd35d63f6c15d4136df67cb9c840456399d33f130944054931e85f5a20882 SHA512 7d77943e0d68526daf1355fb6d39b24f48b690e93bc2c96b8cbdc2ea27f014f5076480d1ccccf93a44072188e08f046ec76c3b4c16cf74b390a0dc166fcc84ad +DIST firefox-125.0.3-th.xpi 685312 BLAKE2B befc0f5985106954531ae7a763142968b8dc505734d2212d66e180a799ce04def1c1bab40a3b44e64d30b5680748c1b13a677d5bb20ba43e6cf6d8f5dad6bb1e SHA512 f93ed0d7939a53f61ee7e211136e528ebf0ee34e7d238359aac47bded647a4d51d74a1db5169bafd14ccd0a47fd79174322e08c4a1392e6734a760c6228e316f +DIST firefox-125.0.3-tl.xpi 530821 BLAKE2B 4258240a6657bf787cf743c83ab3fa7c46da330bc3acc0d31a17bae514d9d76764155b131f6e4ac13413eac67f87ce6b8dfeae372d9e31975f002761863a96c2 SHA512 d5fddc3fba29770cce5a9d9e3beeedacc7ebbd403f6b2b27ccfdad67ff63aa66de41748d56fae2dea7c82cbd2a64cea811b37feee190d9da4707790a37d18d60 +DIST firefox-125.0.3-tr.xpi 621051 BLAKE2B 0d567643e7b0d43b0c5d3055e75d0159399b1d3833c8b82ec09bac44d5ad62b726df63da4bb256b398f625b7e76eb4573017a55149a41809d7aa2020dac00ec9 SHA512 c65b8cc957a6b9cefdbdd55a96b3db5506ddd0f87f1016630f8bced72bfa36c9dcafdbc075ab485ed1a36131cb426f26de37591fec67030d086b4a0f2f8dbb09 +DIST firefox-125.0.3-trs.xpi 500807 BLAKE2B 9ec370cd3f3aa4f2a92305e1049867e029d8ecdb3a1685459c26712bd4c10637ef4e40a7b62f90be803c0b5f7f82f31faa209f896d4e5a82be08a3ff4d4b15ca SHA512 23350652c8627d63f25993c6e4c0fd3fe8805462eae390de4692e078ce1fbb1292dce505b3cdf0d81248747d9279a389e2001207ae01da4acfdf4755defad4bc +DIST firefox-125.0.3-uk.xpi 700079 BLAKE2B 392c1db1ff9ba0342cb6a21b1b2a31a2d087917eddbfd6ceef2dbd95f10c0cbd47c6b2883dc3fd79dd6e9b2d8033a11b7e4f00be0bb6f42f9b089be9c1519f4b SHA512 e76b6a6934bac3088278ad9586ceb1deefc57d5f91a2911ee2740988a6c80dfe93da86219a39bf74fe7dc06ee4f3422c9feac19903dc2bdeb7448567f0596b13 +DIST firefox-125.0.3-ur.xpi 557250 BLAKE2B 968106a278ed241c09d5ae43e487c07b54602cf6c2fd9690c0efc76a405404dc0680d5951445a59cfb09943b3bf4f7246edf8cee6476afd91d0989439c6a03a9 SHA512 bca6c83bca210d02ef7959c39a6e06e1c49259e53f7e0502c0c61b93d566367248264ce706777e9dab2169c3957be39869288096f30c563b1c4937cd74a9000f +DIST firefox-125.0.3-uz.xpi 475760 BLAKE2B 35448f727ce1c60d620404c5795c0e3f84e6fc92079653fbf397d88bf47a4ab52d459e097671b6f717f4c6ee7f476392aaf0a87df57143c289e57ff26e45c00a SHA512 e3c2a4fa4dcd4787355eced1ad98ed65c6c5dd7ee619e0aac299e0022941ad87ccdf8ef10b0d01186ab0130210629d724772bf0743a31674ba72c996fff62cd5 +DIST firefox-125.0.3-vi.xpi 645246 BLAKE2B 097b6b948e75936b3602f476165380d10edf57b253d736b621c122adca4652a919d22b86c3e8bb045bfa348bc04e67c5aa47bb423622c33d8ed4b020759ead9a SHA512 1c00843ac55afb1914ddb7b33776202daa48156e774699877186cb1f7c9cc11f53f266d47acc09d97ad87b311780cab0dd379b947c2fbbb5a2561c5dba5838dd +DIST firefox-125.0.3-xh.xpi 414332 BLAKE2B 0830d61baf994a669054362c3200f0f1798e7d6ab1e1cb89a8d63e08880a07593d56ed91cdf6203e8cdf54f9ede14657100fcb258eb76c8b1faad53a4a4ea2ab SHA512 0fe510544373f0f1bd57e59032ca84cb5ce5b67ed972d1dd72ca33b6d90f9aae4ca0951c694d00195434c25120440b0a4da4fd3dd9ae92e0cadb7054ed536375 +DIST firefox-125.0.3-zh-CN.xpi 645753 BLAKE2B a21ea3af45235dcca0378a16cbad27b56b135a03c958e4ebec2f9f717aee7b3a3b3706e39e2b1f1a6ddceacee51416641c9f166e2d5a428f7df476dfa483700e SHA512 8ff3f3882aefd9f856bbee20ca63f6341f2a0ed9b7235030ea9c63b3579a6e1125214aa2f9aa36b639b2a87a67326c2f12184ec9f09e78f954ea8e7a26aa49b7 +DIST firefox-125.0.3-zh-TW.xpi 647651 BLAKE2B c05d06c30de86670e0baeacf2127cc53cbc8239860d01156f347d1bf7c9fb05aa568c4ac369df87a08fbad29fd2adc632a9ab6bd60fed8b55a64227646bc5a62 SHA512 44990a7f63b54e931b6d001dce27a31b3995ccf94fcbb7322f3e0f7ea806a5dc1b76a206066893d7e56616a2dd142ea0f81f0b4ba8b14286a0dba8d9ba4a22fc +DIST firefox-125.0.3.source.tar.xz 551590872 BLAKE2B a8379eda733981158248134183a11c7fa4a2de7952a43b861e653a0d7c48743442c26312419ad85be2a5e8f242d23dda03ea1aa5041916a3e44d06926a8c1342 SHA512 18e705a3093290311ccb5f27f01e43fe243ece94c1769a9ccc4fa53d370e32a1ec6a107cdeb531e9468b9aca1a1fe668161adb7acc1ec65fd383837882c7d484 diff --git a/www-client/firefox/firefox-122.0.1.ebuild b/www-client/firefox/firefox-122.0.1.ebuild deleted file mode 100644 index c5c84ee9fdf5..000000000000 --- a/www-client/firefox/firefox-122.0.1.ebuild +++ /dev/null @@ -1,1461 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FIREFOX_PATCHSET="firefox-122-patches-02.tar.xz" - -LLVM_MAX_SLOT=17 - -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="ncurses,sqlite,ssl" - -WANT_AUTOCONF="2.1" - -VIRTUALX_REQUIRED="manual" - -MOZ_ESR= - -MOZ_PV=${PV} -MOZ_PV_SUFFIX= -if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then - MOZ_PV_SUFFIX=${BASH_REMATCH[1]} - - # Convert the ebuild version to the upstream Mozilla version - MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI - MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI - MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI -fi - -if [[ -n ${MOZ_ESR} ]] ; then - # ESR releases have slightly different version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -MOZ_PN="${PN%-bin}" -MOZ_P="${MOZ_PN}-${MOZ_PV}" -MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" -MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" - -inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm multiprocessing \ - optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg - -MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" - -if [[ ${PV} == *_rc* ]] ; then - MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" -fi - -PATCH_URIS=( - https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} -) - -SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz - ${PATCH_URIS[@]}" - -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="https://www.mozilla.com/firefox" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -SLOT="rapid" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" - -IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux" -IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" -IUSE+=" +telemetry valgrind wayland wifi +X" - -# Firefox-only IUSE -IUSE+=" geckodriver +gmp-autoupdate" - -# "-jumbo-build +system-icu": build failure on firefox-120: -# firefox-120.0/intl/components/src/TimeZone.cpp:345:3: error: use of undeclared identifier 'MOZ_TRY' -REQUIRED_USE="|| ( X wayland ) - debug? ( !system-av1 ) - !jumbo-build? ( !system-icu ) - pgo? ( lto ) - wifi? ( dbus )" - -FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr - selinux? ( sec-policy/selinux-mozilla )" -BDEPEND="${PYTHON_DEPS} - || ( - ( - sys-devel/clang:17 - sys-devel/llvm:17 - clang? ( - sys-devel/lld:17 - virtual/rust:0/llvm-17 - pgo? ( =sys-libs/compiler-rt-sanitizers-17*[profile] ) - ) - ) - ( - sys-devel/clang:16 - sys-devel/llvm:16 - clang? ( - sys-devel/lld:16 - virtual/rust:0/llvm-16 - pgo? ( =sys-libs/compiler-rt-sanitizers-16*[profile] ) - ) - ) - ) - app-alternatives/awk - app-arch/unzip - app-arch/zip - >=dev-util/cbindgen-0.26.0 - net-libs/nodejs - virtual/pkgconfig - !clang? ( >=virtual/rust-1.70 ) - !elibc_glibc? ( - || ( - dev-lang/rust - =dev-lang/nasm-2.14 ) - x86? ( >=dev-lang/nasm-2.14 ) - pgo? ( - X? ( - sys-devel/gettext - x11-base/xorg-server[xvfb] - x11-apps/xhost - ) - !X? ( - >=gui-libs/wlroots-0.15.1-r1[tinywl] - x11-misc/xkeyboard-config - ) - )" -COMMON_DEPEND="${FF_ONLY_DEPEND} - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/libffi:= - >=dev-libs/nss-3.95 - >=dev-libs/nspr-4.35 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/mesa - media-video/ffmpeg - sys-libs/zlib - virtual/freedesktop-icon-theme - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/pango - x11-libs/pixman - dbus? ( - sys-apps/dbus - ) - jack? ( virtual/jack ) - pulseaudio? ( - || ( - media-libs/libpulse - >=media-sound/apulse-0.1.12-r4[sdk] - ) - ) - libproxy? ( net-libs/libproxy ) - selinux? ( sec-policy/selinux-mozilla ) - sndio? ( >=media-sound/sndio-1.8.0-r1 ) - system-av1? ( - >=media-libs/dav1d-1.0.0:= - >=media-libs/libaom-1.0.0:= - ) - system-harfbuzz? ( - >=media-gfx/graphite2-1.3.13 - >=media-libs/harfbuzz-2.8.1:0= - ) - system-icu? ( >=dev-libs/icu-73.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) - system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) - system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) - system-webp? ( >=media-libs/libwebp-1.1.0:0= ) - valgrind? ( dev-debug/valgrind ) - wayland? ( - >=media-libs/libepoxy-1.5.10-r1 - x11-libs/gtk+:3[wayland] - x11-libs/libxkbcommon[wayland] - ) - wifi? ( - kernel_linux? ( - net-misc/networkmanager - sys-apps/dbus - ) - ) - X? ( - virtual/opengl - x11-libs/cairo[X] - x11-libs/gtk+:3[X] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libxkbcommon[X] - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/libxcb:= - )" -RDEPEND="${COMMON_DEPEND} - hwaccel? ( - media-video/libva-utils - sys-apps/pciutils - ) - jack? ( virtual/jack ) - openh264? ( media-libs/openh264:*[plugin] )" -DEPEND="${COMMON_DEPEND} - X? ( - x11-base/xorg-proto - x11-libs/libICE - x11-libs/libSM - )" - -S="${WORKDIR}/${PN}-${PV%_*}" - -# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or -# overridden in the enviromnent (advanced hackers only) -if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then - MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) -fi - -llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use clang && ! tc-ld-is-mold ; then - if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then - einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if ! has_version -b "virtual/rust:0/llvm-${LLVM_SLOT}" ; then - einfo "virtual/rust:0/llvm-${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use pgo ; then - if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then - einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - fi - fi - - einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 -} - -MOZ_LANGS=( - af ar ast be bg br ca cak cs cy da de dsb - el en-CA en-GB en-US es-AR es-ES et eu - fi fr fy-NL ga-IE gd gl he hr hsb hu - id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO - pa-IN pl pt-BR pt-PT rm ro ru - sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW -) - -# Firefox-only LANGS -MOZ_LANGS+=( ach ) -MOZ_LANGS+=( an ) -MOZ_LANGS+=( az ) -MOZ_LANGS+=( bn ) -MOZ_LANGS+=( bs ) -MOZ_LANGS+=( ca-valencia ) -MOZ_LANGS+=( eo ) -MOZ_LANGS+=( es-CL ) -MOZ_LANGS+=( es-MX ) -MOZ_LANGS+=( fa ) -MOZ_LANGS+=( ff ) -MOZ_LANGS+=( fur ) -MOZ_LANGS+=( gn ) -MOZ_LANGS+=( gu-IN ) -MOZ_LANGS+=( hi-IN ) -MOZ_LANGS+=( hy-AM ) -MOZ_LANGS+=( ia ) -MOZ_LANGS+=( km ) -MOZ_LANGS+=( kn ) -MOZ_LANGS+=( lij ) -MOZ_LANGS+=( mk ) -MOZ_LANGS+=( mr ) -MOZ_LANGS+=( my ) -MOZ_LANGS+=( ne-NP ) -MOZ_LANGS+=( oc ) -MOZ_LANGS+=( sc ) -MOZ_LANGS+=( sco ) -MOZ_LANGS+=( si ) -MOZ_LANGS+=( son ) -MOZ_LANGS+=( szl ) -MOZ_LANGS+=( ta ) -MOZ_LANGS+=( te ) -MOZ_LANGS+=( tl ) -MOZ_LANGS+=( trs ) -MOZ_LANGS+=( ur ) -MOZ_LANGS+=( xh ) - -mozilla_set_globals() { - # https://bugs.gentoo.org/587334 - local MOZ_TOO_REGIONALIZED_FOR_L10N=( - fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE - ) - - local lang xflag - for lang in "${MOZ_LANGS[@]}" ; do - # en and en_US are handled internally - if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then - continue - fi - - # strip region subtag if $lang is in the list - if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then - xflag=${lang%%-*} - else - xflag=${lang} - fi - - SRC_URI+=" l10n_${xflag/[_@]/-}? (" - SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" - SRC_URI+=" )" - IUSE+=" l10n_${xflag/[_@]/-}" - done -} -mozilla_set_globals - -moz_clear_vendor_checksums() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -ne 1 ]] ; then - die "${FUNCNAME} requires exact one argument" - fi - - einfo "Clearing cargo checksums for ${1} ..." - - sed -i \ - -e 's/\("files":{\)[^}]*/\1/' \ - "${S}"/third_party/rust/${1}/.cargo-checksum.json \ - || die -} - -moz_install_xpi() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local DESTDIR=${1} - shift - - insinto "${DESTDIR}" - - local emid xpi_file xpi_tmp_dir - for xpi_file in "${@}" ; do - emid= - xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") - - # Unpack XPI - unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die - - # Determine extension ID - if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then - emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") - [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" - elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then - emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") - [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" - else - die "failed to determine extension id" - fi - - einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." - newins "${xpi_file}" "${emid}.xpi" - done -} - -mozconfig_add_options_ac() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_add_options_mk() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_use_enable() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_enable "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -mozconfig_use_with() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_with "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -# This is a straight copypaste from toolchain-funcs.eclass's 'tc-ld-is-lld', and is temporarily -# placed here until toolchain-funcs.eclass gets an official support for mold linker. -# Please see: -# https://github.com/gentoo/gentoo/pull/28366 || -# https://github.com/gentoo/gentoo/pull/28355 -tc-ld-is-mold() { - local out - - # Ensure ld output is in English. - local -x LC_ALL=C - - # First check the linker directly. - out=$($(tc-getLD "$@") --version 2>&1) - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # Then see if they're selecting mold via compiler flags. - # Note: We're assuming they're using LDFLAGS to hold the - # options and not CFLAGS/CXXFLAGS. - local base="${T}/test-tc-linker" - cat <<-EOF > "${base}.c" - int main() { return 0; } - EOF - out=$($(tc-getCC "$@") ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wl,--version "${base}.c" -o "${base}" 2>&1) - rm -f "${base}"* - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # No mold here! - return 1 -} - -virtwl() { - debug-print-function ${FUNCNAME} "$@" - - [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" - [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" - tinywl -h >/dev/null || die 'tinywl -h failed' - - # TODO: don't run addpredict in utility function. WLR_RENDERER=pixman doesn't work - addpredict /dev/dri - local VIRTWL VIRTWL_PID - coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } - local -x WAYLAND_DISPLAY - read WAYLAND_DISPLAY <&${VIRTWL[0]} - - debug-print "${FUNCNAME}: $@" - "$@" - local r=$? - - [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" - exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- - return $r -} - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has usersandbox $FEATURES ; then - die "You must enable usersandbox as X server can not run as root!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6600M" - fi - - check-reqs_pkg_pretend - fi -} - -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has userpriv ${FEATURES} ; then - eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6400M" - fi - - check-reqs_pkg_setup - - llvm_pkg_setup - - if use clang && use lto && tc-ld-is-lld ; then - local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }') - [[ -n ${version_lld} ]] && version_lld=$(ver_cut 1 "${version_lld}") - [[ -z ${version_lld} ]] && die "Failed to read ld.lld version!" - - local version_llvm_rust=$(rustc -Vv 2>/dev/null | grep -F -- 'LLVM version:' | awk '{ print $3 }') - [[ -n ${version_llvm_rust} ]] && version_llvm_rust=$(ver_cut 1 "${version_llvm_rust}") - [[ -z ${version_llvm_rust} ]] && die "Failed to read used LLVM version from rustc!" - - if ver_test "${version_lld}" -ne "${version_llvm_rust}" ; then - eerror "Rust is using LLVM version ${version_llvm_rust} but ld.lld version belongs to LLVM version ${version_lld}." - eerror "You will be unable to link ${CATEGORY}/${PN}. To proceed you have the following options:" - eerror " - Manually switch rust version using 'eselect rust' to match used LLVM version" - eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version" - eerror " - Build ${CATEGORY}/${PN} without USE=lto" - eerror " - Rebuild lld with llvm that was used to build rust (may need to rebuild the whole " - eerror " llvm/clang/lld/rust chain depending on your @world updates)" - die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!" - fi - fi - - python-any-r1_pkg_setup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset \ - DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XAUTHORITY \ - XDG_CACHE_HOME \ - XDG_SESSION_COOKIE - - # Build system is using /proc/self/oom_score_adj, bug #604394 - addpredict /proc/self/oom_score_adj - - if use pgo ; then - # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure - # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage - # (PORTAGE_SCHEDULING_POLICY) update... - addpredict /proc - - # May need a wider addpredict when using wayland+pgo. - addpredict /dev/dri - - # Allow access to GPU during PGO run - local ati_cards mesa_cards nvidia_cards render_cards - shopt -s nullglob - - ati_cards=$(echo -n /dev/ati/card* | sed 's/ /:/g') - if [[ -n "${ati_cards}" ]] ; then - addpredict "${ati_cards}" - fi - - mesa_cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') - if [[ -n "${mesa_cards}" ]] ; then - addpredict "${mesa_cards}" - fi - - nvidia_cards=$(echo -n /dev/nvidia* | sed 's/ /:/g') - if [[ -n "${nvidia_cards}" ]] ; then - addpredict "${nvidia_cards}" - fi - - render_cards=$(echo -n /dev/dri/renderD128* | sed 's/ /:/g') - if [[ -n "${render_cards}" ]] ; then - addpredict "${render_cards}" - fi - - shopt -u nullglob - fi - - if ! mountpoint -q /dev/shm ; then - # If /dev/shm is not available, configure is known to fail with - # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py - ewarn "/dev/shm is not mounted -- expect build failures!" - fi - - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then - MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" - fi - - if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then - MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" - fi - - # Mozilla API keys (see https://location.services.mozilla.com/api) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then - MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" - fi - - # Ensure we use C locale when building, bug #746215 - export LC_ALL=C - fi - - CONFIG_CHECK="~SECCOMP" - WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." - linux-info_pkg_setup -} - -src_unpack() { - local _lp_dir="${WORKDIR}/language_packs" - local _src_file - - if [[ ! -d "${_lp_dir}" ]] ; then - mkdir "${_lp_dir}" || die - fi - - for _src_file in ${A} ; do - if [[ ${_src_file} == *.xpi ]]; then - cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" - else - unpack ${_src_file} - fi - done -} - -src_prepare() { - if use lto; then - rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die - fi - - if ! use ppc64; then - rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die - fi - - # Workaround for bgo#917599 - if has_version ">=dev-libs/icu-74.1" && use system-icu ; then - eapply "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch - fi - rm -v "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch || die - - # Workaround for bgo#915651 on musl - if use elibc_glibc ; then - rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die - fi - - eapply "${WORKDIR}/firefox-patches" - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Make cargo respect MAKEOPTS - export CARGO_BUILD_JOBS="$(makeopts_jobs)" - - # Workaround for bgo#915651 - if ! use elibc_glibc ; then - if use amd64 ; then - export RUST_TARGET="x86_64-unknown-linux-musl" - elif use x86 ; then - export RUST_TARGET="i686-unknown-linux-musl" - else - die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651" - fi - fi - - # Make LTO respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" - - # Make ICU respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/intl/icu_sources_data.py || die "Failed sedding multiprocessing.cpu_count" - - # Respect MAKEOPTS all around (maybe some find+sed is better) - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/base.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_concurrent_links.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/code_analysis/mach_commands.py || die "Failed sedding multiprocessing.cpu_count" - - # sed-in toolchain prefix - sed -i \ - -e "s/objdump/${CHOST}-objdump/" \ - "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py \ - || die "sed failed to set toolchain prefix" - - sed -i \ - -e 's/ccache_stats = None/return None/' \ - "${S}"/python/mozbuild/mozbuild/controller/building.py \ - || die "sed failed to disable ccache stats call" - - einfo "Removing pre-built binaries ..." - - find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die - - # Clear checksums from cargo crates we've manually patched. - # moz_clear_vendor_checksums xyz - moz_clear_vendor_checksums proc-macro2 - - # Respect choice for "jumbo-build" - # Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431 - if [[ -n ${FILES_PER_UNIFIED_FILE} ]] && use jumbo-build; then - local my_files_per_unified_file=${FILES_PER_UNIFIED_FILE:=16} - elog "" - elog "jumbo-build defaults modified to ${my_files_per_unified_file}." - elog "if you get a build failure, try undefining FILES_PER_UNIFIED_FILE," - elog "if that fails try -jumbo-build before opening a bug report." - elog "" - - sed -i -e "s/\"FILES_PER_UNIFIED_FILE\", 16/\"FILES_PER_UNIFIED_FILE\", "${my_files_per_unified_file}"/" python/mozbuild/mozbuild/frontend/data.py || - die "Failed to adjust FILES_PER_UNIFIED_FILE in python/mozbuild/mozbuild/frontend/data.py" - sed -i -e "s/FILES_PER_UNIFIED_FILE = 6/FILES_PER_UNIFIED_FILE = "${my_files_per_unified_file}"/" js/src/moz.build || - die "Failed to adjust FILES_PER_UNIFIED_FILE in js/src/moz.build" - fi - - # Create build dir - BUILD_DIR="${WORKDIR}/${PN}_build" - mkdir -p "${BUILD_DIR}" || die - - # Write API keys to disk - echo -n "${MOZ_API_KEY_GOOGLE//gGaPi/}" > "${S}"/api-google.key || die - echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die - echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die - - xdg_environment_reset -} - -src_configure() { - # Show flags set at the beginning - einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - local have_switched_compiler= - if use clang; then - # Force clang - einfo "Enforcing the use of clang due to USE=clang ..." - - local version_clang=$(clang --version 2>/dev/null | grep -F -- 'clang version' | awk '{ print $3 }') - [[ -n ${version_clang} ]] && version_clang=$(ver_cut 1 "${version_clang}") - [[ -z ${version_clang} ]] && die "Failed to read clang version!" - - if tc-is-gcc; then - have_switched_compiler=yes - fi - - AR=llvm-ar - CC=${CHOST}-clang-${version_clang} - CXX=${CHOST}-clang++-${version_clang} - NM=llvm-nm - RANLIB=llvm-ranlib - elif ! use clang && ! tc-is-gcc ; then - # Force gcc - have_switched_compiler=yes - einfo "Enforcing the use of gcc due to USE=-clang ..." - AR=gcc-ar - CC=${CHOST}-gcc - CXX=${CHOST}-g++ - NM=gcc-nm - RANLIB=gcc-ranlib - fi - - if [[ -n "${have_switched_compiler}" ]] ; then - # Because we switched active compiler we have to ensure - # that no unsupported flags are set - strip-unsupported-flags - fi - - # Ensure we use correct toolchain, - # AS is used in a non-standard way by upstream, #bmo1654031 - export HOST_CC="$(tc-getBUILD_CC)" - export HOST_CXX="$(tc-getBUILD_CXX)" - export AS="$(tc-getCC) -c" - - # Configuration tests expect llvm-readelf output, bug 913130 - READELF="llvm-readelf" - - tc-export CC CXX LD AR AS NM OBJDUMP RANLIB READELF PKG_CONFIG - - # Pass the correct toolchain paths through cbindgen - if tc-is-cross-compiler ; then - export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" - fi - - # Set MOZILLA_FIVE_HOME - export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - # python/mach/mach/mixin/process.py fails to detect SHELL - export SHELL="${EPREFIX}/bin/bash" - - # Set state path - export MOZBUILD_STATE_PATH="${BUILD_DIR}" - - # Set MOZCONFIG - export MOZCONFIG="${S}/.mozconfig" - - # Initialize MOZCONFIG - mozconfig_add_options_ac '' --enable-application=browser - mozconfig_add_options_ac '' --enable-project=browser - - # Set Gentoo defaults - if use telemetry; then - export MOZILLA_OFFICIAL=1 - fi - - mozconfig_add_options_ac 'Gentoo default' \ - --allow-addon-sideload \ - --disable-cargo-incremental \ - --disable-crashreporter \ - --disable-disk-remnant-avoidance \ - --disable-gpsd \ - --disable-install-strip \ - --disable-legacy-profile-creation \ - --disable-parental-controls \ - --disable-strip \ - --disable-tests \ - --disable-updater \ - --disable-wmf \ - --enable-negotiateauth \ - --enable-new-pass-manager \ - --enable-official-branding \ - --enable-release \ - --enable-system-ffi \ - --enable-system-pixman \ - --enable-system-policies \ - --host="${CBUILD:-${CHOST}}" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --prefix="${EPREFIX}/usr" \ - --target="${CHOST}" \ - --without-ccache \ - --without-wasm-sandboxed-libraries \ - --with-intl-api \ - --with-libclang-path="$(llvm-config --libdir)" \ - --with-system-nspr \ - --with-system-nss \ - --with-system-zlib \ - --with-toolchain-prefix="${CHOST}-" \ - --with-unsigned-addon-scopes=app,system \ - --x-includes="${ESYSROOT}/usr/include" \ - --x-libraries="${ESYSROOT}/usr/$(get_libdir)" - - # Set update channel - local update_channel=release - [[ -n ${MOZ_ESR} ]] && update_channel=esr - mozconfig_add_options_ac '' --update-channel=${update_channel} - - if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then - mozconfig_add_options_ac '' --enable-rust-simd - fi - - # For future keywording: This is currently (97.0) only supported on: - # amd64, arm, arm64 & x86. - # Might want to flip the logic around if Firefox is to support more arches. - # bug 833001, bug 903411#c8 - if use ppc64 || use riscv; then - mozconfig_add_options_ac '' --disable-sandbox - elif use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-sandbox - else - mozconfig_add_options_ac '' --enable-sandbox - fi - - # Enable JIT on riscv64 explicitly - # Can be removed once upstream enable it by default in the future. - use riscv && mozconfig_add_options_ac 'Enable JIT for RISC-V 64' --enable-jit - - if [[ -s "${S}/api-google.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-safebrowsing-api-keyfile="${S}/api-google.key" - else - einfo "Building without Google API key ..." - fi - - if [[ -s "${S}/api-location.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-location-service-api-keyfile="${S}/api-location.key" - else - einfo "Building without Location API key ..." - fi - - if [[ -s "${S}/api-mozilla.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-mozilla-api-keyfile="${S}/api-mozilla.key" - else - einfo "Building without Mozilla API key ..." - fi - - mozconfig_use_with system-av1 - mozconfig_use_with system-harfbuzz - mozconfig_use_with system-harfbuzz system-graphite2 - mozconfig_use_with system-icu - mozconfig_use_with system-jpeg - mozconfig_use_with system-libevent - mozconfig_use_with system-libvpx - mozconfig_use_with system-png - mozconfig_use_with system-webp - - mozconfig_use_enable dbus - mozconfig_use_enable libproxy - mozconfig_use_enable valgrind - - use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme - - mozconfig_use_enable geckodriver - - if use hardened ; then - mozconfig_add_options_ac "+hardened" --enable-hardening - append-ldflags "-Wl,-z,relro -Wl,-z,now" - - # Increase the FORTIFY_SOURCE value, #910071. - sed -i -e '/-D_FORTIFY_SOURCE=/s:2:3:' "${S}"/build/moz.configure/toolchain.configure || die - fi - - local myaudiobackends="" - use jack && myaudiobackends+="jack," - use sndio && myaudiobackends+="sndio," - use pulseaudio && myaudiobackends+="pulseaudio," - ! use pulseaudio && myaudiobackends+="alsa," - - mozconfig_add_options_ac '--enable-audio-backends' --enable-audio-backends="${myaudiobackends::-1}" - - mozconfig_use_enable wifi necko-wifi - - ! use jumbo-build && mozconfig_add_options_ac '--disable-unified-build' --disable-unified-build - - if use X && use wayland ; then - mozconfig_add_options_ac '+x11+wayland' --enable-default-toolkit=cairo-gtk3-x11-wayland - elif ! use X && use wayland ; then - mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland-only - else - mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only - fi - - # LTO is handled via configure - filter-lto - - if use lto ; then - if use clang ; then - # Upstream only supports lld or mold when using clang. - if tc-ld-is-mold ; then - # mold expects the -flto line from *FLAGS configuration, bgo#923119 - append-ldflags "-flto=thin" - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld - fi - - mozconfig_add_options_ac '+lto' --enable-lto=cross - - else - # ThinLTO is currently broken, see bmo#1644409. - # mold does not support gcc+lto combination. - mozconfig_add_options_ac '+lto' --enable-lto=full - mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd - fi - - if use pgo ; then - mozconfig_add_options_ac '+pgo' MOZ_PGO=1 - - if use clang ; then - # Used in build/pgo/profileserver.py - export LLVM_PROFDATA="llvm-profdata" - fi - fi - else - # Avoid auto-magic on linker - if use clang ; then - # lld is upstream's default - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld - fi - - else - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "linker is set to bfd due to USE=-clang" --enable-linker=bfd - fi - fi - fi - - mozconfig_use_enable debug - if use debug ; then - mozconfig_add_options_ac '+debug' --disable-optimize - mozconfig_add_options_ac '+debug' --enable-real-time-tracing - else - mozconfig_add_options_ac 'Gentoo defaults' --disable-real-time-tracing - - if is-flag '-g*' ; then - if use clang ; then - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') - else - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols - fi - else - mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols - fi - - if is-flag '-O0' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 - elif is-flag '-O4' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 - elif is-flag '-O3' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 - elif is-flag '-O1' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 - elif is-flag '-Os' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os - else - mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 - fi - fi - - # Debug flag was handled via configure - filter-flags '-g*' - - # Optimization flag was handled via configure - filter-flags '-O*' - - # Modifications to better support ARM, bug #553364 - if use cpu_flags_arm_neon ; then - mozconfig_add_options_ac '+cpu_flags_arm_neon' --with-fpu=neon - - if ! tc-is-clang ; then - # thumb options aren't supported when using clang, bug 666966 - mozconfig_add_options_ac '+cpu_flags_arm_neon' \ - --with-thumb=yes \ - --with-thumb-interwork=no - fi - fi - - if [[ ${CHOST} == armv*h* ]] ; then - mozconfig_add_options_ac 'CHOST=armv*h*' --with-float-abi=hard - - if ! use system-libvpx ; then - sed -i \ - -e "s|softfp|hard|" \ - "${S}"/media/libvpx/moz.build \ - || die - fi - fi - - # elf-hack - if use amd64 || use x86 ; then - if tc-ld-is-mold ; then - # relr-elf-hack is currently broken with mold, bgo#916259 - mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack - else - if use clang ; then - mozconfig_add_options_ac 'relr elf-hack with clang' --enable-elf-hack=relr - else - mozconfig_add_options_ac 'legacy elf-hack with gcc' --enable-elf-hack=legacy - fi - fi - elif use ppc64 ; then - # '--disable-elf-hack' is not recognized on ppc64, bgo#917049 - :; - else - mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack - fi - - # Additional ARCH support - case "${ARCH}" in - arm) - # Reduce the memory requirements for linking - if use clang ; then - # Nothing to do - :; - elif use lto ; then - append-ldflags -Wl,--no-keep-memory - else - append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads - fi - ;; - esac - - if ! use elibc_glibc; then - mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc - fi - - if use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-jemalloc - fi - - # Allow elfhack to work in combination with unstripped binaries - # when they would normally be larger than 2GiB. - append-ldflags "-Wl,--compress-debug-sections=zlib" - - # Make revdep-rebuild.sh happy; Also required for musl - append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags - - # Pass $MAKEOPTS to build system - export MOZ_MAKE_FLAGS="${MAKEOPTS}" - - # Use system's Python environment - export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach - - if use system-python-libs; then - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="system" - else - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" - fi - - if ! use telemetry; then - mozconfig_add_options_mk '-telemetry setting' "MOZ_CRASHREPORTER=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_DATA_REPORTING=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_SERVICES_HEALTHREPORT=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_TELEMETRY_REPORTING=0" - fi - - # Disable notification when build system has finished - export MOZ_NOSPAM=1 - - # Portage sets XARGS environment variable to "xargs -r" by default which - # breaks build system's check_prog() function which doesn't support arguments - mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" - - # Set build dir - mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" - - # Show flags we will use - einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - # Handle EXTRA_CONF and show summary - local ac opt hash reason - - # Apply EXTRA_ECONF entries to $MOZCONFIG - if [[ -n ${EXTRA_ECONF} ]] ; then - IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} - for opt in "${ac[@]}"; do - mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} - done - fi - - echo - echo "==========================================================" - echo "Building ${PF} with the following configuration" - grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do - [[ -z ${hash} || ${hash} == \# ]] \ - || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" - printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" - done - echo "==========================================================" - echo - - if use valgrind; then - sed -i -e 's/--enable-optimize=-O[0-9s]/--enable-optimize="-g -O2"/' .mozconfig || die - fi - - ./mach configure || die -} - -src_compile() { - local virtx_cmd= - - if tc-ld-is-mold && use lto; then - # increase ulimit with mold+lto, bugs #892641, #907485 - if ! ulimit -n 16384 1>/dev/null 2>&1 ; then - ewarn "Unable to modify ulimits - building with mold+lto might fail due to low ulimit -n resources." - ewarn "Please see bugs #892641 & #907485." - else - ulimit -n 16384 - fi - fi - - if use pgo; then - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - addpredict /root - - if ! use X; then - virtx_cmd=virtwl - else - virtx_cmd=virtx - fi - fi - - if ! use X; then - local -x GDK_BACKEND=wayland - else - local -x GDK_BACKEND=x11 - fi - - ${virtx_cmd} ./mach build --verbose || die -} - -src_install() { - # xpcshell is getting called during install - pax-mark m \ - "${BUILD_DIR}"/dist/bin/xpcshell \ - "${BUILD_DIR}"/dist/bin/${PN} \ - "${BUILD_DIR}"/dist/bin/plugin-container - - DESTDIR="${D}" ./mach install || die - - # Upstream cannot ship symlink but we can (bmo#658850) - rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die - dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - - # Don't install llvm-symbolizer from sys-devel/llvm package - if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then - rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die - fi - - # Install policy (currently only used to disable application updates) - insinto "${MOZILLA_FIVE_HOME}/distribution" - newins "${FILESDIR}"/distribution.ini distribution.ini - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Install system-wide preferences - local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" - insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - - local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" - - # Set dictionary path to use system hunspell - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" - pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); - EOF - - # Force hwaccel prefs if USE=hwaccel is enabled - if use hwaccel ; then - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ - >>"${GENTOO_PREFS}" \ - || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" - - if use wayland; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" - pref("gfx.x11-egl.force-enabled", false); - EOF - else - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" - pref("gfx.x11-egl.force-enabled", true); - EOF - fi - - # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - - # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) - if use arm64 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/v4l2test - fi - fi - - if ! use gmp-autoupdate ; then - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - einfo "Disabling auto-update for ${plugin} plugin ..." - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" - pref("media.${plugin}.autoupdate", false); - EOF - done - fi - - # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it - if use system-harfbuzz ; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" - sticky_pref("gfx.font_rendering.graphite.enabled", true); - EOF - fi - - # Install language packs - local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) - if [[ -n "${langpacks}" ]] ; then - moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" - fi - - # Install geckodriver - if use geckodriver ; then - einfo "Installing geckodriver into ${ED}${MOZILLA_FIVE_HOME} ..." - pax-mark m "${BUILD_DIR}"/dist/bin/geckodriver - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/geckodriver - - dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver - fi - - # Install icons - local icon_srcdir="${S}/browser/branding/official" - local icon_symbolic_file="${FILESDIR}/icon/firefox-symbolic.svg" - - insinto /usr/share/icons/hicolor/symbolic/apps - newins "${icon_symbolic_file}" ${PN}-symbolic.svg - - local icon size - for icon in "${icon_srcdir}"/default*.png ; do - size=${icon%.png} - size=${size##*/default} - - if [[ ${size} -eq 48 ]] ; then - newicon "${icon}" ${PN}.png - fi - - newicon -s ${size} "${icon}" ${PN}.png - done - - # Install menu - local app_name="Mozilla ${MOZ_PN^}" - local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" - local desktop_filename="${PN}.desktop" - local exec_command="${PN}" - local icon="${PN}" - local use_wayland="false" - - if use wayland ; then - use_wayland="true" - fi - - cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die - - sed -i \ - -e "s:@NAME@:${app_name}:" \ - -e "s:@EXEC@:${exec_command}:" \ - -e "s:@ICON@:${icon}:" \ - "${WORKDIR}/${PN}.desktop-template" \ - || die - - newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" - - rm "${WORKDIR}/${PN}.desktop-template" || die - - # Install wrapper script - [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" - newbin "${FILESDIR}/${PN}-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die - - readme.gentoo_create_doc -} - -pkg_preinst() { - xdg_pkg_preinst - - # If the apulse libs are available in MOZILLA_FIVE_HOME then apulse - # does not need to be forced into the LD_LIBRARY_PATH - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - einfo "APULSE found; Generating library symlinks for sound support ..." - local lib - pushd "${ED}${MOZILLA_FIVE_HOME}" &>/dev/null || die - for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do - # A quickpkg rolled by hand will grab symlinks as part of the package, - # so we need to avoid creating them if they already exist. - if [[ ! -L ${lib##*/} ]] ; then - ln -s "${lib}" ${lib##*/} || die - fi - done - popd &>/dev/null || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if ! use gmp-autoupdate ; then - elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" - elog "installing into new profiles:" - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - elog "\t ${plugin}" - done - elog - fi - - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - elog "Apulse was detected at merge time on this system and so it will always be" - elog "used for sound. If you wish to use pulseaudio instead please unmerge" - elog "media-sound/apulse." - elog - fi - - # bug 835078 - if use hwaccel && has_version "x11-drivers/xf86-video-nouveau"; then - ewarn "You have nouveau drivers installed in your system and 'hwaccel' " - ewarn "enabled for Firefox. Nouveau / your GPU might not support the " - ewarn "required EGL, so either disable 'hwaccel' or try the workaround " - ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." - fi - - readme.gentoo_print_elog - - optfeature_header "Optional programs for extra features:" - optfeature "desktop notifications" x11-libs/libnotify - optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas - optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal - if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then - optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver - fi - - if ! has_version "sys-libs/glibc"; then - elog - elog "glibc not found! You won't be able to play DRM content." - elog "See Gentoo bug #910309 or upstream bug #1843683." - elog - fi -} diff --git a/www-client/firefox/firefox-124.0.1.ebuild b/www-client/firefox/firefox-124.0.1.ebuild deleted file mode 100644 index 892931985d27..000000000000 --- a/www-client/firefox/firefox-124.0.1.ebuild +++ /dev/null @@ -1,1424 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FIREFOX_PATCHSET="firefox-124-patches-01.tar.xz" - -LLVM_COMPAT=( 16 17 ) - -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="ncurses,sqlite,ssl" - -WANT_AUTOCONF="2.1" - -VIRTUALX_REQUIRED="manual" - -MOZ_ESR= - -MOZ_PV=${PV} -MOZ_PV_SUFFIX= -if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then - MOZ_PV_SUFFIX=${BASH_REMATCH[1]} - - # Convert the ebuild version to the upstream Mozilla version - MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI - MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI - MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI -fi - -if [[ -n ${MOZ_ESR} ]] ; then - # ESR releases have slightly different version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -MOZ_PN="${PN%-bin}" -MOZ_P="${MOZ_PN}-${MOZ_PV}" -MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" -MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" - -inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ - optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg - -MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" - -if [[ ${PV} == *_rc* ]] ; then - MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" -fi - -PATCH_URIS=( - https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} -) - -SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz - ${PATCH_URIS[@]}" - -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="https://www.mozilla.com/firefox" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -SLOT="rapid" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" - -IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux" -IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" -IUSE+=" +telemetry valgrind wayland wifi +X" - -# Firefox-only IUSE -IUSE+=" geckodriver +gmp-autoupdate" - -# "-jumbo-build +system-icu": build failure on firefox-120: -# firefox-120.0/intl/components/src/TimeZone.cpp:345:3: error: use of undeclared identifier 'MOZ_TRY' -REQUIRED_USE="|| ( X wayland ) - debug? ( !system-av1 ) - !jumbo-build? ( !system-icu ) - pgo? ( lto ) - wifi? ( dbus )" - -FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr - selinux? ( sec-policy/selinux-mozilla )" -BDEPEND="${PYTHON_DEPS} - $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} - clang? ( - sys-devel/lld:${LLVM_SLOT} - virtual/rust:0/llvm-${LLVM_SLOT} - ) - pgo? ( sys-libs/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) - ') - app-alternatives/awk - app-arch/unzip - app-arch/zip - >=dev-util/cbindgen-0.26.0 - net-libs/nodejs - virtual/pkgconfig - !clang? ( >=virtual/rust-1.70 ) - !elibc_glibc? ( - || ( - dev-lang/rust - =dev-lang/nasm-2.14 ) - x86? ( >=dev-lang/nasm-2.14 ) - pgo? ( - X? ( - sys-devel/gettext - x11-base/xorg-server[xvfb] - x11-apps/xhost - ) - !X? ( - >=gui-libs/wlroots-0.15.1-r1[tinywl] - x11-misc/xkeyboard-config - ) - )" -COMMON_DEPEND="${FF_ONLY_DEPEND} - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/libffi:= - >=dev-libs/nss-3.98 - >=dev-libs/nspr-4.35 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/mesa - media-video/ffmpeg - sys-libs/zlib - virtual/freedesktop-icon-theme - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/pango - x11-libs/pixman - dbus? ( - sys-apps/dbus - ) - jack? ( virtual/jack ) - pulseaudio? ( - || ( - media-libs/libpulse - >=media-sound/apulse-0.1.12-r4[sdk] - ) - ) - libproxy? ( net-libs/libproxy ) - selinux? ( sec-policy/selinux-mozilla ) - sndio? ( >=media-sound/sndio-1.8.0-r1 ) - system-av1? ( - >=media-libs/dav1d-1.0.0:= - >=media-libs/libaom-1.0.0:= - ) - system-harfbuzz? ( - >=media-gfx/graphite2-1.3.13 - >=media-libs/harfbuzz-2.8.1:0= - ) - system-icu? ( >=dev-libs/icu-73.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) - system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) - system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) - system-webp? ( >=media-libs/libwebp-1.1.0:0= ) - valgrind? ( dev-debug/valgrind ) - wayland? ( - >=media-libs/libepoxy-1.5.10-r1 - x11-libs/gtk+:3[wayland] - x11-libs/libxkbcommon[wayland] - ) - wifi? ( - kernel_linux? ( - net-misc/networkmanager - sys-apps/dbus - ) - ) - X? ( - virtual/opengl - x11-libs/cairo[X] - x11-libs/gtk+:3[X] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libxkbcommon[X] - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/libxcb:= - )" -RDEPEND="${COMMON_DEPEND} - hwaccel? ( - media-video/libva-utils - sys-apps/pciutils - ) - jack? ( virtual/jack ) - openh264? ( media-libs/openh264:*[plugin] )" -DEPEND="${COMMON_DEPEND} - X? ( - x11-base/xorg-proto - x11-libs/libICE - x11-libs/libSM - )" - -S="${WORKDIR}/${PN}-${PV%_*}" - -# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or -# overridden in the enviromnent (advanced hackers only) -if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then - MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) -fi - -llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use clang && ! tc-ld-is-mold ; then - if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then - einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if ! has_version -b "virtual/rust:0/llvm-${LLVM_SLOT}" ; then - einfo "virtual/rust:0/llvm-${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use pgo ; then - if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then - einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - fi - fi - - einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 -} - -MOZ_LANGS=( - af ar ast be bg br ca cak cs cy da de dsb - el en-CA en-GB en-US es-AR es-ES et eu - fi fr fy-NL ga-IE gd gl he hr hsb hu - id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO - pa-IN pl pt-BR pt-PT rm ro ru - sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW -) - -# Firefox-only LANGS -MOZ_LANGS+=( ach ) -MOZ_LANGS+=( an ) -MOZ_LANGS+=( az ) -MOZ_LANGS+=( bn ) -MOZ_LANGS+=( bs ) -MOZ_LANGS+=( ca-valencia ) -MOZ_LANGS+=( eo ) -MOZ_LANGS+=( es-CL ) -MOZ_LANGS+=( es-MX ) -MOZ_LANGS+=( fa ) -MOZ_LANGS+=( ff ) -MOZ_LANGS+=( fur ) -MOZ_LANGS+=( gn ) -MOZ_LANGS+=( gu-IN ) -MOZ_LANGS+=( hi-IN ) -MOZ_LANGS+=( hy-AM ) -MOZ_LANGS+=( ia ) -MOZ_LANGS+=( km ) -MOZ_LANGS+=( kn ) -MOZ_LANGS+=( lij ) -MOZ_LANGS+=( mk ) -MOZ_LANGS+=( mr ) -MOZ_LANGS+=( my ) -MOZ_LANGS+=( ne-NP ) -MOZ_LANGS+=( oc ) -MOZ_LANGS+=( sc ) -MOZ_LANGS+=( sco ) -MOZ_LANGS+=( si ) -MOZ_LANGS+=( son ) -MOZ_LANGS+=( szl ) -MOZ_LANGS+=( ta ) -MOZ_LANGS+=( te ) -MOZ_LANGS+=( tl ) -MOZ_LANGS+=( trs ) -MOZ_LANGS+=( ur ) -MOZ_LANGS+=( xh ) - -mozilla_set_globals() { - # https://bugs.gentoo.org/587334 - local MOZ_TOO_REGIONALIZED_FOR_L10N=( - fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE - ) - - local lang xflag - for lang in "${MOZ_LANGS[@]}" ; do - # en and en_US are handled internally - if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then - continue - fi - - # strip region subtag if $lang is in the list - if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then - xflag=${lang%%-*} - else - xflag=${lang} - fi - - SRC_URI+=" l10n_${xflag/[_@]/-}? (" - SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" - SRC_URI+=" )" - IUSE+=" l10n_${xflag/[_@]/-}" - done -} -mozilla_set_globals - -moz_clear_vendor_checksums() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -ne 1 ]] ; then - die "${FUNCNAME} requires exact one argument" - fi - - einfo "Clearing cargo checksums for ${1} ..." - - sed -i \ - -e 's/\("files":{\)[^}]*/\1/' \ - "${S}"/third_party/rust/${1}/.cargo-checksum.json \ - || die -} - -moz_install_xpi() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local DESTDIR=${1} - shift - - insinto "${DESTDIR}" - - local emid xpi_file xpi_tmp_dir - for xpi_file in "${@}" ; do - emid= - xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") - - # Unpack XPI - unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die - - # Determine extension ID - if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then - emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") - [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" - elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then - emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") - [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" - else - die "failed to determine extension id" - fi - - einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." - newins "${xpi_file}" "${emid}.xpi" - done -} - -mozconfig_add_options_ac() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_add_options_mk() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_use_enable() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_enable "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -mozconfig_use_with() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_with "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -# This is a straight copypaste from toolchain-funcs.eclass's 'tc-ld-is-lld', and is temporarily -# placed here until toolchain-funcs.eclass gets an official support for mold linker. -# Please see: -# https://github.com/gentoo/gentoo/pull/28366 || -# https://github.com/gentoo/gentoo/pull/28355 -tc-ld-is-mold() { - local out - - # Ensure ld output is in English. - local -x LC_ALL=C - - # First check the linker directly. - out=$($(tc-getLD "$@") --version 2>&1) - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # Then see if they're selecting mold via compiler flags. - # Note: We're assuming they're using LDFLAGS to hold the - # options and not CFLAGS/CXXFLAGS. - local base="${T}/test-tc-linker" - cat <<-EOF > "${base}.c" - int main() { return 0; } - EOF - out=$($(tc-getCC "$@") ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wl,--version "${base}.c" -o "${base}" 2>&1) - rm -f "${base}"* - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # No mold here! - return 1 -} - -virtwl() { - debug-print-function ${FUNCNAME} "$@" - - [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" - [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" - tinywl -h >/dev/null || die 'tinywl -h failed' - - local VIRTWL VIRTWL_PID - coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } - local -x WAYLAND_DISPLAY - read WAYLAND_DISPLAY <&${VIRTWL[0]} - - debug-print "${FUNCNAME}: $@" - "$@" - local r=$? - - [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" - exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- - return $r -} - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has usersandbox $FEATURES ; then - die "You must enable usersandbox as X server can not run as root!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6600M" - fi - - check-reqs_pkg_pretend - fi -} - -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has userpriv ${FEATURES} ; then - eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6400M" - fi - - check-reqs_pkg_setup - - llvm-r1_pkg_setup - - if use clang && use lto && tc-ld-is-lld ; then - local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }') - [[ -n ${version_lld} ]] && version_lld=$(ver_cut 1 "${version_lld}") - [[ -z ${version_lld} ]] && die "Failed to read ld.lld version!" - - local version_llvm_rust=$(rustc -Vv 2>/dev/null | grep -F -- 'LLVM version:' | awk '{ print $3 }') - [[ -n ${version_llvm_rust} ]] && version_llvm_rust=$(ver_cut 1 "${version_llvm_rust}") - [[ -z ${version_llvm_rust} ]] && die "Failed to read used LLVM version from rustc!" - - if ver_test "${version_lld}" -ne "${version_llvm_rust}" ; then - eerror "Rust is using LLVM version ${version_llvm_rust} but ld.lld version belongs to LLVM version ${version_lld}." - eerror "You will be unable to link ${CATEGORY}/${PN}. To proceed you have the following options:" - eerror " - Manually switch rust version using 'eselect rust' to match used LLVM version" - eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version" - eerror " - Build ${CATEGORY}/${PN} without USE=lto" - eerror " - Rebuild lld with llvm that was used to build rust (may need to rebuild the whole " - eerror " llvm/clang/lld/rust chain depending on your @world updates)" - die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!" - fi - fi - - python-any-r1_pkg_setup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset \ - DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XAUTHORITY \ - XDG_CACHE_HOME \ - XDG_SESSION_COOKIE - - # Build system is using /proc/self/oom_score_adj, bug #604394 - addpredict /proc/self/oom_score_adj - - if use pgo ; then - # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure - # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage - # (PORTAGE_SCHEDULING_POLICY) update... - addpredict /proc - - # Clear tons of conditions, since PGO is hardware-dependant. - addpredict /dev - fi - - if ! mountpoint -q /dev/shm ; then - # If /dev/shm is not available, configure is known to fail with - # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py - ewarn "/dev/shm is not mounted -- expect build failures!" - fi - - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then - MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" - fi - - if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then - MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" - fi - - # Mozilla API keys (see https://location.services.mozilla.com/api) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then - MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" - fi - - # Ensure we use C locale when building, bug #746215 - export LC_ALL=C - fi - - CONFIG_CHECK="~SECCOMP" - WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." - linux-info_pkg_setup -} - -src_unpack() { - local _lp_dir="${WORKDIR}/language_packs" - local _src_file - - if [[ ! -d "${_lp_dir}" ]] ; then - mkdir "${_lp_dir}" || die - fi - - for _src_file in ${A} ; do - if [[ ${_src_file} == *.xpi ]]; then - cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" - else - unpack ${_src_file} - fi - done -} - -src_prepare() { - if use lto; then - rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die - fi - - if ! use ppc64; then - rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die - fi - - # Workaround for bgo#917599 - if has_version ">=dev-libs/icu-74.1" && use system-icu ; then - eapply "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch - fi - rm -v "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch || die - - # Workaround for bgo#915651 on musl - if use elibc_glibc ; then - rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die - fi - - eapply "${WORKDIR}/firefox-patches" - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Make cargo respect MAKEOPTS - export CARGO_BUILD_JOBS="$(makeopts_jobs)" - - # Workaround for bgo#915651 - if ! use elibc_glibc ; then - if use amd64 ; then - export RUST_TARGET="x86_64-unknown-linux-musl" - elif use x86 ; then - export RUST_TARGET="i686-unknown-linux-musl" - else - die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651" - fi - fi - - # Make LTO respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" - - # Make ICU respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/intl/icu_sources_data.py || die "Failed sedding multiprocessing.cpu_count" - - # Respect MAKEOPTS all around (maybe some find+sed is better) - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/base.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_concurrent_links.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/code_analysis/mach_commands.py || die "Failed sedding multiprocessing.cpu_count" - - # sed-in toolchain prefix - sed -i \ - -e "s/objdump/${CHOST}-objdump/" \ - "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py \ - || die "sed failed to set toolchain prefix" - - sed -i \ - -e 's/ccache_stats = None/return None/' \ - "${S}"/python/mozbuild/mozbuild/controller/building.py \ - || die "sed failed to disable ccache stats call" - - einfo "Removing pre-built binaries ..." - - find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die - - # Clear checksums from cargo crates we've manually patched. - # moz_clear_vendor_checksums xyz - moz_clear_vendor_checksums proc-macro2 - - # Respect choice for "jumbo-build" - # Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431 - if [[ -n ${FILES_PER_UNIFIED_FILE} ]] && use jumbo-build; then - local my_files_per_unified_file=${FILES_PER_UNIFIED_FILE:=16} - elog "" - elog "jumbo-build defaults modified to ${my_files_per_unified_file}." - elog "if you get a build failure, try undefining FILES_PER_UNIFIED_FILE," - elog "if that fails try -jumbo-build before opening a bug report." - elog "" - - sed -i -e "s/\"FILES_PER_UNIFIED_FILE\", 16/\"FILES_PER_UNIFIED_FILE\", "${my_files_per_unified_file}"/" python/mozbuild/mozbuild/frontend/data.py || - die "Failed to adjust FILES_PER_UNIFIED_FILE in python/mozbuild/mozbuild/frontend/data.py" - sed -i -e "s/FILES_PER_UNIFIED_FILE = 6/FILES_PER_UNIFIED_FILE = "${my_files_per_unified_file}"/" js/src/moz.build || - die "Failed to adjust FILES_PER_UNIFIED_FILE in js/src/moz.build" - fi - - # Create build dir - BUILD_DIR="${WORKDIR}/${PN}_build" - mkdir -p "${BUILD_DIR}" || die - - # Write API keys to disk - echo -n "${MOZ_API_KEY_GOOGLE//gGaPi/}" > "${S}"/api-google.key || die - echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die - echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die - - xdg_environment_reset -} - -src_configure() { - # Show flags set at the beginning - einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - local have_switched_compiler= - if use clang; then - # Force clang - einfo "Enforcing the use of clang due to USE=clang ..." - - local version_clang=$(clang --version 2>/dev/null | grep -F -- 'clang version' | awk '{ print $3 }') - [[ -n ${version_clang} ]] && version_clang=$(ver_cut 1 "${version_clang}") - [[ -z ${version_clang} ]] && die "Failed to read clang version!" - - if tc-is-gcc; then - have_switched_compiler=yes - fi - - AR=llvm-ar - CC=${CHOST}-clang-${version_clang} - CXX=${CHOST}-clang++-${version_clang} - NM=llvm-nm - RANLIB=llvm-ranlib - elif ! use clang && ! tc-is-gcc ; then - # Force gcc - have_switched_compiler=yes - einfo "Enforcing the use of gcc due to USE=-clang ..." - AR=gcc-ar - CC=${CHOST}-gcc - CXX=${CHOST}-g++ - NM=gcc-nm - RANLIB=gcc-ranlib - fi - - if [[ -n "${have_switched_compiler}" ]] ; then - # Because we switched active compiler we have to ensure - # that no unsupported flags are set - strip-unsupported-flags - fi - - # Ensure we use correct toolchain, - # AS is used in a non-standard way by upstream, #bmo1654031 - export HOST_CC="$(tc-getBUILD_CC)" - export HOST_CXX="$(tc-getBUILD_CXX)" - export AS="$(tc-getCC) -c" - - # Configuration tests expect llvm-readelf output, bug 913130 - READELF="llvm-readelf" - - tc-export CC CXX LD AR AS NM OBJDUMP RANLIB READELF PKG_CONFIG - - # Pass the correct toolchain paths through cbindgen - if tc-is-cross-compiler ; then - export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" - fi - - # Set MOZILLA_FIVE_HOME - export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - # python/mach/mach/mixin/process.py fails to detect SHELL - export SHELL="${EPREFIX}/bin/bash" - - # Set state path - export MOZBUILD_STATE_PATH="${BUILD_DIR}" - - # Set MOZCONFIG - export MOZCONFIG="${S}/.mozconfig" - - # Initialize MOZCONFIG - mozconfig_add_options_ac '' --enable-application=browser - mozconfig_add_options_ac '' --enable-project=browser - - # Set Gentoo defaults - if use telemetry; then - export MOZILLA_OFFICIAL=1 - fi - - mozconfig_add_options_ac 'Gentoo default' \ - --allow-addon-sideload \ - --disable-cargo-incremental \ - --disable-crashreporter \ - --disable-disk-remnant-avoidance \ - --disable-gpsd \ - --disable-install-strip \ - --disable-legacy-profile-creation \ - --disable-parental-controls \ - --disable-strip \ - --disable-tests \ - --disable-updater \ - --disable-wmf \ - --enable-negotiateauth \ - --enable-new-pass-manager \ - --enable-official-branding \ - --enable-release \ - --enable-system-ffi \ - --enable-system-pixman \ - --enable-system-policies \ - --host="${CBUILD:-${CHOST}}" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --prefix="${EPREFIX}/usr" \ - --target="${CHOST}" \ - --without-ccache \ - --without-wasm-sandboxed-libraries \ - --with-intl-api \ - --with-libclang-path="$(llvm-config --libdir)" \ - --with-system-nspr \ - --with-system-nss \ - --with-system-zlib \ - --with-toolchain-prefix="${CHOST}-" \ - --with-unsigned-addon-scopes=app,system \ - --x-includes="${ESYSROOT}/usr/include" \ - --x-libraries="${ESYSROOT}/usr/$(get_libdir)" - - # Set update channel - local update_channel=release - [[ -n ${MOZ_ESR} ]] && update_channel=esr - mozconfig_add_options_ac '' --update-channel=${update_channel} - - if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then - mozconfig_add_options_ac '' --enable-rust-simd - fi - - # For future keywording: This is currently (97.0) only supported on: - # amd64, arm, arm64 & x86. - # Might want to flip the logic around if Firefox is to support more arches. - # bug 833001, bug 903411#c8 - if use ppc64 || use riscv; then - mozconfig_add_options_ac '' --disable-sandbox - elif use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-sandbox - else - mozconfig_add_options_ac '' --enable-sandbox - fi - - # Enable JIT on riscv64 explicitly - # Can be removed once upstream enable it by default in the future. - use riscv && mozconfig_add_options_ac 'Enable JIT for RISC-V 64' --enable-jit - - if [[ -s "${S}/api-google.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-safebrowsing-api-keyfile="${S}/api-google.key" - else - einfo "Building without Google API key ..." - fi - - if [[ -s "${S}/api-location.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-location-service-api-keyfile="${S}/api-location.key" - else - einfo "Building without Location API key ..." - fi - - if [[ -s "${S}/api-mozilla.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-mozilla-api-keyfile="${S}/api-mozilla.key" - else - einfo "Building without Mozilla API key ..." - fi - - mozconfig_use_with system-av1 - mozconfig_use_with system-harfbuzz - mozconfig_use_with system-harfbuzz system-graphite2 - mozconfig_use_with system-icu - mozconfig_use_with system-jpeg - mozconfig_use_with system-libevent - mozconfig_use_with system-libvpx - mozconfig_use_with system-png - mozconfig_use_with system-webp - - mozconfig_use_enable dbus - mozconfig_use_enable libproxy - mozconfig_use_enable valgrind - - use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme - - mozconfig_use_enable geckodriver - - if use hardened ; then - mozconfig_add_options_ac "+hardened" --enable-hardening - append-ldflags "-Wl,-z,relro -Wl,-z,now" - - # Increase the FORTIFY_SOURCE value, #910071. - sed -i -e '/-D_FORTIFY_SOURCE=/s:2:3:' "${S}"/build/moz.configure/toolchain.configure || die - fi - - local myaudiobackends="" - use jack && myaudiobackends+="jack," - use sndio && myaudiobackends+="sndio," - use pulseaudio && myaudiobackends+="pulseaudio," - ! use pulseaudio && myaudiobackends+="alsa," - - mozconfig_add_options_ac '--enable-audio-backends' --enable-audio-backends="${myaudiobackends::-1}" - - mozconfig_use_enable wifi necko-wifi - - ! use jumbo-build && mozconfig_add_options_ac '--disable-unified-build' --disable-unified-build - - if use X && use wayland ; then - mozconfig_add_options_ac '+x11+wayland' --enable-default-toolkit=cairo-gtk3-x11-wayland - elif ! use X && use wayland ; then - mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland-only - else - mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only - fi - - # LTO is handled via configure - filter-lto - - if use lto ; then - if use clang ; then - # Upstream only supports lld or mold when using clang. - if tc-ld-is-mold ; then - # mold expects the -flto line from *FLAGS configuration, bgo#923119 - append-ldflags "-flto=thin" - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld - fi - - mozconfig_add_options_ac '+lto' --enable-lto=cross - - else - # ThinLTO is currently broken, see bmo#1644409. - # mold does not support gcc+lto combination. - mozconfig_add_options_ac '+lto' --enable-lto=full - mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd - fi - - if use pgo ; then - mozconfig_add_options_ac '+pgo' MOZ_PGO=1 - - if use clang ; then - # Used in build/pgo/profileserver.py - export LLVM_PROFDATA="llvm-profdata" - fi - fi - else - # Avoid auto-magic on linker - if use clang ; then - # lld is upstream's default - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld - fi - - else - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "linker is set to bfd due to USE=-clang" --enable-linker=bfd - fi - fi - fi - - mozconfig_use_enable debug - if use debug ; then - mozconfig_add_options_ac '+debug' --disable-optimize - mozconfig_add_options_ac '+debug' --enable-real-time-tracing - else - mozconfig_add_options_ac 'Gentoo defaults' --disable-real-time-tracing - - if is-flag '-g*' ; then - if use clang ; then - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') - else - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols - fi - else - mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols - fi - - if is-flag '-O0' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 - elif is-flag '-O4' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 - elif is-flag '-O3' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 - elif is-flag '-O1' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 - elif is-flag '-Os' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os - else - mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 - fi - fi - - # Debug flag was handled via configure - filter-flags '-g*' - - # Optimization flag was handled via configure - filter-flags '-O*' - - # Modifications to better support ARM, bug #553364 - if use cpu_flags_arm_neon ; then - mozconfig_add_options_ac '+cpu_flags_arm_neon' --with-fpu=neon - - if ! tc-is-clang ; then - # thumb options aren't supported when using clang, bug 666966 - mozconfig_add_options_ac '+cpu_flags_arm_neon' \ - --with-thumb=yes \ - --with-thumb-interwork=no - fi - fi - - if [[ ${CHOST} == armv*h* ]] ; then - mozconfig_add_options_ac 'CHOST=armv*h*' --with-float-abi=hard - - if ! use system-libvpx ; then - sed -i \ - -e "s|softfp|hard|" \ - "${S}"/media/libvpx/moz.build \ - || die - fi - fi - - # elf-hack - # Filter "-z,pack-relative-relocs" and let the build system handle it instead. - if use amd64 || use x86 ; then - filter-flags "-z,pack-relative-relocs" - - if tc-ld-is-mold ; then - # relr-elf-hack is currently broken with mold, bgo#916259 - mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack - else - mozconfig_add_options_ac 'relr elf-hack' --enable-elf-hack=relr - fi - elif use ppc64 ; then - # '--disable-elf-hack' is not recognized on ppc64, bgo#917049 - :; - else - mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack - fi - - # Additional ARCH support - case "${ARCH}" in - arm) - # Reduce the memory requirements for linking - if use clang ; then - # Nothing to do - :; - elif use lto ; then - append-ldflags -Wl,--no-keep-memory - else - append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads - fi - ;; - esac - - if ! use elibc_glibc; then - mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc - fi - - if use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-jemalloc - fi - - # System-av1 fix - use system-av1 && append-ldflags "-Wl,--undefined-version" - - # Allow elfhack to work in combination with unstripped binaries - # when they would normally be larger than 2GiB. - append-ldflags "-Wl,--compress-debug-sections=zlib" - - # Make revdep-rebuild.sh happy; Also required for musl - append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags - - # Pass $MAKEOPTS to build system - export MOZ_MAKE_FLAGS="${MAKEOPTS}" - - # Use system's Python environment - export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach - - if use system-python-libs; then - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="system" - else - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" - fi - - if ! use telemetry; then - mozconfig_add_options_mk '-telemetry setting' "MOZ_CRASHREPORTER=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_DATA_REPORTING=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_SERVICES_HEALTHREPORT=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_TELEMETRY_REPORTING=0" - fi - - # Disable notification when build system has finished - export MOZ_NOSPAM=1 - - # Portage sets XARGS environment variable to "xargs -r" by default which - # breaks build system's check_prog() function which doesn't support arguments - mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" - - # Set build dir - mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" - - # Show flags we will use - einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - # Handle EXTRA_CONF and show summary - local ac opt hash reason - - # Apply EXTRA_ECONF entries to $MOZCONFIG - if [[ -n ${EXTRA_ECONF} ]] ; then - IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} - for opt in "${ac[@]}"; do - mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} - done - fi - - echo - echo "==========================================================" - echo "Building ${PF} with the following configuration" - grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do - [[ -z ${hash} || ${hash} == \# ]] \ - || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" - printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" - done - echo "==========================================================" - echo - - if use valgrind; then - sed -i -e 's/--enable-optimize=-O[0-9s]/--enable-optimize="-g -O2"/' .mozconfig || die - fi - - ./mach configure || die -} - -src_compile() { - local virtx_cmd= - - if tc-ld-is-mold && use lto; then - # increase ulimit with mold+lto, bugs #892641, #907485 - if ! ulimit -n 16384 1>/dev/null 2>&1 ; then - ewarn "Unable to modify ulimits - building with mold+lto might fail due to low ulimit -n resources." - ewarn "Please see bugs #892641 & #907485." - else - ulimit -n 16384 - fi - fi - - if use pgo; then - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - addpredict /root - - if ! use X; then - virtx_cmd=virtwl - else - virtx_cmd=virtx - fi - fi - - if ! use X; then - local -x GDK_BACKEND=wayland - else - local -x GDK_BACKEND=x11 - fi - - ${virtx_cmd} ./mach build --verbose || die -} - -src_install() { - # xpcshell is getting called during install - pax-mark m \ - "${BUILD_DIR}"/dist/bin/xpcshell \ - "${BUILD_DIR}"/dist/bin/${PN} \ - "${BUILD_DIR}"/dist/bin/plugin-container - - DESTDIR="${D}" ./mach install || die - - # Upstream cannot ship symlink but we can (bmo#658850) - rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die - dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - - # Don't install llvm-symbolizer from sys-devel/llvm package - if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then - rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die - fi - - # Install policy (currently only used to disable application updates) - insinto "${MOZILLA_FIVE_HOME}/distribution" - newins "${FILESDIR}"/distribution.ini distribution.ini - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Install system-wide preferences - local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" - insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - - local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" - - # Set dictionary path to use system hunspell - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" - pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); - EOF - - # Force hwaccel prefs if USE=hwaccel is enabled - if use hwaccel ; then - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ - >>"${GENTOO_PREFS}" \ - || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" - - if use wayland; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" - pref("gfx.x11-egl.force-enabled", false); - EOF - else - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" - pref("gfx.x11-egl.force-enabled", true); - EOF - fi - - # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - - # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) - if use arm64 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/v4l2test - fi - fi - - if ! use gmp-autoupdate ; then - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - einfo "Disabling auto-update for ${plugin} plugin ..." - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" - pref("media.${plugin}.autoupdate", false); - EOF - done - fi - - # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it - if use system-harfbuzz ; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" - sticky_pref("gfx.font_rendering.graphite.enabled", true); - EOF - fi - - # Install language packs - local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) - if [[ -n "${langpacks}" ]] ; then - moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" - fi - - # Install geckodriver - if use geckodriver ; then - einfo "Installing geckodriver into ${ED}${MOZILLA_FIVE_HOME} ..." - pax-mark m "${BUILD_DIR}"/dist/bin/geckodriver - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/geckodriver - - dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver - fi - - # Install icons - local icon_srcdir="${S}/browser/branding/official" - local icon_symbolic_file="${FILESDIR}/icon/firefox-symbolic.svg" - - insinto /usr/share/icons/hicolor/symbolic/apps - newins "${icon_symbolic_file}" ${PN}-symbolic.svg - - local icon size - for icon in "${icon_srcdir}"/default*.png ; do - size=${icon%.png} - size=${size##*/default} - - if [[ ${size} -eq 48 ]] ; then - newicon "${icon}" ${PN}.png - fi - - newicon -s ${size} "${icon}" ${PN}.png - done - - # Install menu - local app_name="Mozilla ${MOZ_PN^}" - local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" - local desktop_filename="${PN}.desktop" - local exec_command="${PN}" - local icon="${PN}" - local use_wayland="false" - - if use wayland ; then - use_wayland="true" - fi - - cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die - - sed -i \ - -e "s:@NAME@:${app_name}:" \ - -e "s:@EXEC@:${exec_command}:" \ - -e "s:@ICON@:${icon}:" \ - "${WORKDIR}/${PN}.desktop-template" \ - || die - - newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" - - rm "${WORKDIR}/${PN}.desktop-template" || die - - # Install wrapper script - [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" - newbin "${FILESDIR}/${PN}-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die - - readme.gentoo_create_doc -} - -pkg_preinst() { - xdg_pkg_preinst - - # If the apulse libs are available in MOZILLA_FIVE_HOME then apulse - # does not need to be forced into the LD_LIBRARY_PATH - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - einfo "APULSE found; Generating library symlinks for sound support ..." - local lib - pushd "${ED}${MOZILLA_FIVE_HOME}" &>/dev/null || die - for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do - # A quickpkg rolled by hand will grab symlinks as part of the package, - # so we need to avoid creating them if they already exist. - if [[ ! -L ${lib##*/} ]] ; then - ln -s "${lib}" ${lib##*/} || die - fi - done - popd &>/dev/null || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if ! use gmp-autoupdate ; then - elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" - elog "installing into new profiles:" - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - elog "\t ${plugin}" - done - elog - fi - - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - elog "Apulse was detected at merge time on this system and so it will always be" - elog "used for sound. If you wish to use pulseaudio instead please unmerge" - elog "media-sound/apulse." - elog - fi - - # bug 835078 - if use hwaccel && has_version "x11-drivers/xf86-video-nouveau"; then - ewarn "You have nouveau drivers installed in your system and 'hwaccel' " - ewarn "enabled for Firefox. Nouveau / your GPU might not support the " - ewarn "required EGL, so either disable 'hwaccel' or try the workaround " - ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." - fi - - readme.gentoo_print_elog - - optfeature_header "Optional programs for extra features:" - optfeature "desktop notifications" x11-libs/libnotify - optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas - optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal - if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then - optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver - fi - - if ! has_version "sys-libs/glibc"; then - elog - elog "glibc not found! You won't be able to play DRM content." - elog "See Gentoo bug #910309 or upstream bug #1843683." - elog - fi -} diff --git a/www-client/firefox/firefox-124.0.2.ebuild b/www-client/firefox/firefox-124.0.2.ebuild deleted file mode 100644 index 83133451fc36..000000000000 --- a/www-client/firefox/firefox-124.0.2.ebuild +++ /dev/null @@ -1,1424 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -FIREFOX_PATCHSET="firefox-124-patches-04.tar.xz" - -LLVM_COMPAT=( 16 17 ) - -PYTHON_COMPAT=( python3_{10..12} ) -PYTHON_REQ_USE="ncurses,sqlite,ssl" - -WANT_AUTOCONF="2.1" - -VIRTUALX_REQUIRED="manual" - -MOZ_ESR= - -MOZ_PV=${PV} -MOZ_PV_SUFFIX= -if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then - MOZ_PV_SUFFIX=${BASH_REMATCH[1]} - - # Convert the ebuild version to the upstream Mozilla version - MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI - MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI - MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI -fi - -if [[ -n ${MOZ_ESR} ]] ; then - # ESR releases have slightly different version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -MOZ_PN="${PN%-bin}" -MOZ_P="${MOZ_PN}-${MOZ_PV}" -MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" -MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" - -inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ - optfeature pax-utils python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg - -MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" - -if [[ ${PV} == *_rc* ]] ; then - MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" -fi - -PATCH_URIS=( - https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} -) - -SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz - ${PATCH_URIS[@]}" - -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="https://www.mozilla.com/firefox" - -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -SLOT="rapid" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" - -IUSE="+clang cpu_flags_arm_neon dbus debug eme-free hardened hwaccel" -IUSE+=" jack +jumbo-build libproxy lto openh264 pgo pulseaudio sndio selinux" -IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp" -IUSE+=" +telemetry valgrind wayland wifi +X" - -# Firefox-only IUSE -IUSE+=" geckodriver +gmp-autoupdate" - -# "-jumbo-build +system-icu": build failure on firefox-120: -# firefox-120.0/intl/components/src/TimeZone.cpp:345:3: error: use of undeclared identifier 'MOZ_TRY' -REQUIRED_USE="|| ( X wayland ) - debug? ( !system-av1 ) - pgo? ( lto ) - wifi? ( dbus )" - -FF_ONLY_DEPEND="!www-client/firefox:0 - !www-client/firefox:esr - selinux? ( sec-policy/selinux-mozilla )" -BDEPEND="${PYTHON_DEPS} - $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} - clang? ( - sys-devel/lld:${LLVM_SLOT} - virtual/rust:0/llvm-${LLVM_SLOT} - ) - pgo? ( sys-libs/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) - ') - app-alternatives/awk - app-arch/unzip - app-arch/zip - >=dev-util/cbindgen-0.26.0 - net-libs/nodejs - virtual/pkgconfig - !clang? ( >=virtual/rust-1.70 ) - !elibc_glibc? ( - || ( - dev-lang/rust - =dev-lang/nasm-2.14 ) - x86? ( >=dev-lang/nasm-2.14 ) - pgo? ( - X? ( - sys-devel/gettext - x11-base/xorg-server[xvfb] - x11-apps/xhost - ) - !X? ( - >=gui-libs/wlroots-0.15.1-r1[tinywl] - x11-misc/xkeyboard-config - ) - )" -COMMON_DEPEND="${FF_ONLY_DEPEND} - >=app-accessibility/at-spi2-core-2.46.0:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/libffi:= - >=dev-libs/nss-3.98 - >=dev-libs/nspr-4.35 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/mesa - media-video/ffmpeg - sys-libs/zlib - virtual/freedesktop-icon-theme - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/pango - x11-libs/pixman - dbus? ( - sys-apps/dbus - ) - jack? ( virtual/jack ) - pulseaudio? ( - || ( - media-libs/libpulse - >=media-sound/apulse-0.1.12-r4[sdk] - ) - ) - libproxy? ( net-libs/libproxy ) - selinux? ( sec-policy/selinux-mozilla ) - sndio? ( >=media-sound/sndio-1.8.0-r1 ) - system-av1? ( - >=media-libs/dav1d-1.0.0:= - >=media-libs/libaom-1.0.0:= - ) - system-harfbuzz? ( - >=media-gfx/graphite2-1.3.13 - >=media-libs/harfbuzz-2.8.1:0= - ) - system-icu? ( >=dev-libs/icu-73.1:= ) - system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) - system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) - system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) - system-png? ( >=media-libs/libpng-1.6.35:0=[apng] ) - system-webp? ( >=media-libs/libwebp-1.1.0:0= ) - valgrind? ( dev-debug/valgrind ) - wayland? ( - >=media-libs/libepoxy-1.5.10-r1 - x11-libs/gtk+:3[wayland] - x11-libs/libxkbcommon[wayland] - ) - wifi? ( - kernel_linux? ( - net-misc/networkmanager - sys-apps/dbus - ) - ) - X? ( - virtual/opengl - x11-libs/cairo[X] - x11-libs/gtk+:3[X] - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libxkbcommon[X] - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/libxcb:= - )" -RDEPEND="${COMMON_DEPEND} - hwaccel? ( - media-video/libva-utils - sys-apps/pciutils - ) - jack? ( virtual/jack ) - openh264? ( media-libs/openh264:*[plugin] )" -DEPEND="${COMMON_DEPEND} - X? ( - x11-base/xorg-proto - x11-libs/libICE - x11-libs/libSM - )" - -S="${WORKDIR}/${PN}-${PV%_*}" - -# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or -# overridden in the enviromnent (advanced hackers only) -if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then - MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) -fi - -llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use clang && ! tc-ld-is-mold ; then - if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then - einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if ! has_version -b "virtual/rust:0/llvm-${LLVM_SLOT}" ; then - einfo "virtual/rust:0/llvm-${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - - if use pgo ; then - if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then - einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 - return 1 - fi - fi - fi - - einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 -} - -MOZ_LANGS=( - af ar ast be bg br ca cak cs cy da de dsb - el en-CA en-GB en-US es-AR es-ES et eu - fi fr fy-NL ga-IE gd gl he hr hsb hu - id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO - pa-IN pl pt-BR pt-PT rm ro ru - sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW -) - -# Firefox-only LANGS -MOZ_LANGS+=( ach ) -MOZ_LANGS+=( an ) -MOZ_LANGS+=( az ) -MOZ_LANGS+=( bn ) -MOZ_LANGS+=( bs ) -MOZ_LANGS+=( ca-valencia ) -MOZ_LANGS+=( eo ) -MOZ_LANGS+=( es-CL ) -MOZ_LANGS+=( es-MX ) -MOZ_LANGS+=( fa ) -MOZ_LANGS+=( ff ) -MOZ_LANGS+=( fur ) -MOZ_LANGS+=( gn ) -MOZ_LANGS+=( gu-IN ) -MOZ_LANGS+=( hi-IN ) -MOZ_LANGS+=( hy-AM ) -MOZ_LANGS+=( ia ) -MOZ_LANGS+=( km ) -MOZ_LANGS+=( kn ) -MOZ_LANGS+=( lij ) -MOZ_LANGS+=( mk ) -MOZ_LANGS+=( mr ) -MOZ_LANGS+=( my ) -MOZ_LANGS+=( ne-NP ) -MOZ_LANGS+=( oc ) -MOZ_LANGS+=( sc ) -MOZ_LANGS+=( sco ) -MOZ_LANGS+=( si ) -MOZ_LANGS+=( son ) -MOZ_LANGS+=( szl ) -MOZ_LANGS+=( ta ) -MOZ_LANGS+=( te ) -MOZ_LANGS+=( tl ) -MOZ_LANGS+=( trs ) -MOZ_LANGS+=( ur ) -MOZ_LANGS+=( xh ) - -mozilla_set_globals() { - # https://bugs.gentoo.org/587334 - local MOZ_TOO_REGIONALIZED_FOR_L10N=( - fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE - ) - - local lang xflag - for lang in "${MOZ_LANGS[@]}" ; do - # en and en_US are handled internally - if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then - continue - fi - - # strip region subtag if $lang is in the list - if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then - xflag=${lang%%-*} - else - xflag=${lang} - fi - - SRC_URI+=" l10n_${xflag/[_@]/-}? (" - SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" - SRC_URI+=" )" - IUSE+=" l10n_${xflag/[_@]/-}" - done -} -mozilla_set_globals - -moz_clear_vendor_checksums() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -ne 1 ]] ; then - die "${FUNCNAME} requires exact one argument" - fi - - einfo "Clearing cargo checksums for ${1} ..." - - sed -i \ - -e 's/\("files":{\)[^}]*/\1/' \ - "${S}"/third_party/rust/${1}/.cargo-checksum.json \ - || die -} - -moz_install_xpi() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local DESTDIR=${1} - shift - - insinto "${DESTDIR}" - - local emid xpi_file xpi_tmp_dir - for xpi_file in "${@}" ; do - emid= - xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") - - # Unpack XPI - unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die - - # Determine extension ID - if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then - emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") - [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" - elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then - emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") - [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" - else - die "failed to determine extension id" - fi - - einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." - newins "${xpi_file}" "${emid}.xpi" - done -} - -mozconfig_add_options_ac() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_add_options_mk() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 2 ]] ; then - die "${FUNCNAME} requires at least two arguments" - fi - - local reason=${1} - shift - - local option - for option in ${@} ; do - echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} - done -} - -mozconfig_use_enable() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_enable "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -mozconfig_use_with() { - debug-print-function ${FUNCNAME} "$@" - - if [[ ${#} -lt 1 ]] ; then - die "${FUNCNAME} requires at least one arguments" - fi - - local flag=$(use_with "${@}") - mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" -} - -# This is a straight copypaste from toolchain-funcs.eclass's 'tc-ld-is-lld', and is temporarily -# placed here until toolchain-funcs.eclass gets an official support for mold linker. -# Please see: -# https://github.com/gentoo/gentoo/pull/28366 || -# https://github.com/gentoo/gentoo/pull/28355 -tc-ld-is-mold() { - local out - - # Ensure ld output is in English. - local -x LC_ALL=C - - # First check the linker directly. - out=$($(tc-getLD "$@") --version 2>&1) - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # Then see if they're selecting mold via compiler flags. - # Note: We're assuming they're using LDFLAGS to hold the - # options and not CFLAGS/CXXFLAGS. - local base="${T}/test-tc-linker" - cat <<-EOF > "${base}.c" - int main() { return 0; } - EOF - out=$($(tc-getCC "$@") ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -Wl,--version "${base}.c" -o "${base}" 2>&1) - rm -f "${base}"* - if [[ ${out} == *"mold"* ]] ; then - return 0 - fi - - # No mold here! - return 1 -} - -virtwl() { - debug-print-function ${FUNCNAME} "$@" - - [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" - [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" - tinywl -h >/dev/null || die 'tinywl -h failed' - - local VIRTWL VIRTWL_PID - coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } - local -x WAYLAND_DISPLAY - read WAYLAND_DISPLAY <&${VIRTWL[0]} - - debug-print "${FUNCNAME}: $@" - "$@" - local r=$? - - [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" - exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- - return $r -} - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has usersandbox $FEATURES ; then - die "You must enable usersandbox as X server can not run as root!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6600M" - fi - - check-reqs_pkg_pretend - fi -} - -pkg_setup() { - if [[ ${MERGE_TYPE} != binary ]] ; then - if use pgo ; then - if ! has userpriv ${FEATURES} ; then - eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" - fi - fi - - # Ensure we have enough disk space to compile - if use pgo || use lto || use debug ; then - CHECKREQS_DISK_BUILD="13500M" - else - CHECKREQS_DISK_BUILD="6400M" - fi - - check-reqs_pkg_setup - - llvm-r1_pkg_setup - - if use clang && use lto && tc-ld-is-lld ; then - local version_lld=$(ld.lld --version 2>/dev/null | awk '{ print $2 }') - [[ -n ${version_lld} ]] && version_lld=$(ver_cut 1 "${version_lld}") - [[ -z ${version_lld} ]] && die "Failed to read ld.lld version!" - - local version_llvm_rust=$(rustc -Vv 2>/dev/null | grep -F -- 'LLVM version:' | awk '{ print $3 }') - [[ -n ${version_llvm_rust} ]] && version_llvm_rust=$(ver_cut 1 "${version_llvm_rust}") - [[ -z ${version_llvm_rust} ]] && die "Failed to read used LLVM version from rustc!" - - if ver_test "${version_lld}" -ne "${version_llvm_rust}" ; then - eerror "Rust is using LLVM version ${version_llvm_rust} but ld.lld version belongs to LLVM version ${version_lld}." - eerror "You will be unable to link ${CATEGORY}/${PN}. To proceed you have the following options:" - eerror " - Manually switch rust version using 'eselect rust' to match used LLVM version" - eerror " - Switch to dev-lang/rust[system-llvm] which will guarantee matching version" - eerror " - Build ${CATEGORY}/${PN} without USE=lto" - eerror " - Rebuild lld with llvm that was used to build rust (may need to rebuild the whole " - eerror " llvm/clang/lld/rust chain depending on your @world updates)" - die "LLVM version used by Rust (${version_llvm_rust}) does not match with ld.lld version (${version_lld})!" - fi - fi - - python-any-r1_pkg_setup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset \ - DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XAUTHORITY \ - XDG_CACHE_HOME \ - XDG_SESSION_COOKIE - - # Build system is using /proc/self/oom_score_adj, bug #604394 - addpredict /proc/self/oom_score_adj - - if use pgo ; then - # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure - # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage - # (PORTAGE_SCHEDULING_POLICY) update... - addpredict /proc - - # Clear tons of conditions, since PGO is hardware-dependant. - addpredict /dev - fi - - if ! mountpoint -q /dev/shm ; then - # If /dev/shm is not available, configure is known to fail with - # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py - ewarn "/dev/shm is not mounted -- expect build failures!" - fi - - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then - MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" - fi - - if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then - MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" - fi - - # Mozilla API keys (see https://location.services.mozilla.com/api) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then - MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" - fi - - # Ensure we use C locale when building, bug #746215 - export LC_ALL=C - fi - - CONFIG_CHECK="~SECCOMP" - WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." - linux-info_pkg_setup -} - -src_unpack() { - local _lp_dir="${WORKDIR}/language_packs" - local _src_file - - if [[ ! -d "${_lp_dir}" ]] ; then - mkdir "${_lp_dir}" || die - fi - - for _src_file in ${A} ; do - if [[ ${_src_file} == *.xpi ]]; then - cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" - else - unpack ${_src_file} - fi - done -} - -src_prepare() { - if use lto; then - rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die - fi - - if ! use ppc64 && ! use riscv; then - rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die - fi - - # Workaround for bgo#917599 - if has_version ">=dev-libs/icu-74.1" && use system-icu ; then - eapply "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch - fi - rm -v "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch || die - - # Workaround for bgo#915651 on musl - if use elibc_glibc ; then - rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die - fi - - eapply "${WORKDIR}/firefox-patches" - - # Allow user to apply any additional patches without modifing ebuild - eapply_user - - # Make cargo respect MAKEOPTS - export CARGO_BUILD_JOBS="$(makeopts_jobs)" - - # Workaround for bgo#915651 - if ! use elibc_glibc ; then - if use amd64 ; then - export RUST_TARGET="x86_64-unknown-linux-musl" - elif use x86 ; then - export RUST_TARGET="i686-unknown-linux-musl" - else - die "Unknown musl chost, please post your rustc -vV along with emerge --info on Gentoo's bug #915651" - fi - fi - - # Make LTO respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" - - # Make ICU respect MAKEOPTS - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/intl/icu_sources_data.py || die "Failed sedding multiprocessing.cpu_count" - - # Respect MAKEOPTS all around (maybe some find+sed is better) - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/base.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/libwebrtc/build/toolchain/get_concurrent_links.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" - - sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ - "${S}"/python/mozbuild/mozbuild/code_analysis/mach_commands.py || die "Failed sedding multiprocessing.cpu_count" - - # sed-in toolchain prefix - sed -i \ - -e "s/objdump/${CHOST}-objdump/" \ - "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py \ - || die "sed failed to set toolchain prefix" - - sed -i \ - -e 's/ccache_stats = None/return None/' \ - "${S}"/python/mozbuild/mozbuild/controller/building.py \ - || die "sed failed to disable ccache stats call" - - einfo "Removing pre-built binaries ..." - - find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die - - # Clear checksums from cargo crates we've manually patched. - # moz_clear_vendor_checksums xyz - moz_clear_vendor_checksums proc-macro2 - - # Respect choice for "jumbo-build" - # Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431 - if [[ -n ${FILES_PER_UNIFIED_FILE} ]] && use jumbo-build; then - local my_files_per_unified_file=${FILES_PER_UNIFIED_FILE:=16} - elog "" - elog "jumbo-build defaults modified to ${my_files_per_unified_file}." - elog "if you get a build failure, try undefining FILES_PER_UNIFIED_FILE," - elog "if that fails try -jumbo-build before opening a bug report." - elog "" - - sed -i -e "s/\"FILES_PER_UNIFIED_FILE\", 16/\"FILES_PER_UNIFIED_FILE\", "${my_files_per_unified_file}"/" python/mozbuild/mozbuild/frontend/data.py || - die "Failed to adjust FILES_PER_UNIFIED_FILE in python/mozbuild/mozbuild/frontend/data.py" - sed -i -e "s/FILES_PER_UNIFIED_FILE = 6/FILES_PER_UNIFIED_FILE = "${my_files_per_unified_file}"/" js/src/moz.build || - die "Failed to adjust FILES_PER_UNIFIED_FILE in js/src/moz.build" - fi - - # Create build dir - BUILD_DIR="${WORKDIR}/${PN}_build" - mkdir -p "${BUILD_DIR}" || die - - # Write API keys to disk - echo -n "${MOZ_API_KEY_GOOGLE//gGaPi/}" > "${S}"/api-google.key || die - echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die - echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die - - xdg_environment_reset -} - -src_configure() { - # Show flags set at the beginning - einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - local have_switched_compiler= - if use clang; then - # Force clang - einfo "Enforcing the use of clang due to USE=clang ..." - - local version_clang=$(clang --version 2>/dev/null | grep -F -- 'clang version' | awk '{ print $3 }') - [[ -n ${version_clang} ]] && version_clang=$(ver_cut 1 "${version_clang}") - [[ -z ${version_clang} ]] && die "Failed to read clang version!" - - if tc-is-gcc; then - have_switched_compiler=yes - fi - - AR=llvm-ar - CC=${CHOST}-clang-${version_clang} - CXX=${CHOST}-clang++-${version_clang} - NM=llvm-nm - RANLIB=llvm-ranlib - elif ! use clang && ! tc-is-gcc ; then - # Force gcc - have_switched_compiler=yes - einfo "Enforcing the use of gcc due to USE=-clang ..." - AR=gcc-ar - CC=${CHOST}-gcc - CXX=${CHOST}-g++ - NM=gcc-nm - RANLIB=gcc-ranlib - fi - - if [[ -n "${have_switched_compiler}" ]] ; then - # Because we switched active compiler we have to ensure - # that no unsupported flags are set - strip-unsupported-flags - fi - - # Ensure we use correct toolchain, - # AS is used in a non-standard way by upstream, #bmo1654031 - export HOST_CC="$(tc-getBUILD_CC)" - export HOST_CXX="$(tc-getBUILD_CXX)" - export AS="$(tc-getCC) -c" - - # Configuration tests expect llvm-readelf output, bug 913130 - READELF="llvm-readelf" - - tc-export CC CXX LD AR AS NM OBJDUMP RANLIB READELF PKG_CONFIG - - # Pass the correct toolchain paths through cbindgen - if tc-is-cross-compiler ; then - export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" - fi - - # Set MOZILLA_FIVE_HOME - export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - # python/mach/mach/mixin/process.py fails to detect SHELL - export SHELL="${EPREFIX}/bin/bash" - - # Set state path - export MOZBUILD_STATE_PATH="${BUILD_DIR}" - - # Set MOZCONFIG - export MOZCONFIG="${S}/.mozconfig" - - # Initialize MOZCONFIG - mozconfig_add_options_ac '' --enable-application=browser - mozconfig_add_options_ac '' --enable-project=browser - - # Set Gentoo defaults - if use telemetry; then - export MOZILLA_OFFICIAL=1 - fi - - mozconfig_add_options_ac 'Gentoo default' \ - --allow-addon-sideload \ - --disable-cargo-incremental \ - --disable-crashreporter \ - --disable-disk-remnant-avoidance \ - --disable-gpsd \ - --disable-install-strip \ - --disable-legacy-profile-creation \ - --disable-parental-controls \ - --disable-strip \ - --disable-tests \ - --disable-updater \ - --disable-wmf \ - --enable-negotiateauth \ - --enable-new-pass-manager \ - --enable-official-branding \ - --enable-release \ - --enable-system-ffi \ - --enable-system-pixman \ - --enable-system-policies \ - --host="${CBUILD:-${CHOST}}" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --prefix="${EPREFIX}/usr" \ - --target="${CHOST}" \ - --without-ccache \ - --without-wasm-sandboxed-libraries \ - --with-intl-api \ - --with-libclang-path="$(llvm-config --libdir)" \ - --with-system-nspr \ - --with-system-nss \ - --with-system-zlib \ - --with-toolchain-prefix="${CHOST}-" \ - --with-unsigned-addon-scopes=app,system \ - --x-includes="${ESYSROOT}/usr/include" \ - --x-libraries="${ESYSROOT}/usr/$(get_libdir)" - - # Set update channel - local update_channel=release - [[ -n ${MOZ_ESR} ]] && update_channel=esr - mozconfig_add_options_ac '' --update-channel=${update_channel} - - if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then - mozconfig_add_options_ac '' --enable-rust-simd - fi - - # For future keywording: This is currently (97.0) only supported on: - # amd64, arm, arm64 & x86. - # Might want to flip the logic around if Firefox is to support more arches. - # bug 833001, bug 903411#c8 - if use ppc64 || use riscv; then - mozconfig_add_options_ac '' --disable-sandbox - elif use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-sandbox - else - mozconfig_add_options_ac '' --enable-sandbox - fi - - # Enable JIT on riscv64 explicitly - # Can be removed once upstream enable it by default in the future. - use riscv && mozconfig_add_options_ac 'Enable JIT for RISC-V 64' --enable-jit - - if [[ -s "${S}/api-google.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-safebrowsing-api-keyfile="${S}/api-google.key" - else - einfo "Building without Google API key ..." - fi - - if [[ -s "${S}/api-location.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-google-location-service-api-keyfile="${S}/api-location.key" - else - einfo "Building without Location API key ..." - fi - - if [[ -s "${S}/api-mozilla.key" ]] ; then - local key_origin="Gentoo default" - if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then - key_origin="User value" - fi - - mozconfig_add_options_ac "${key_origin}" \ - --with-mozilla-api-keyfile="${S}/api-mozilla.key" - else - einfo "Building without Mozilla API key ..." - fi - - mozconfig_use_with system-av1 - mozconfig_use_with system-harfbuzz - mozconfig_use_with system-harfbuzz system-graphite2 - mozconfig_use_with system-icu - mozconfig_use_with system-jpeg - mozconfig_use_with system-libevent - mozconfig_use_with system-libvpx - mozconfig_use_with system-png - mozconfig_use_with system-webp - - mozconfig_use_enable dbus - mozconfig_use_enable libproxy - mozconfig_use_enable valgrind - - use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme - - mozconfig_use_enable geckodriver - - if use hardened ; then - mozconfig_add_options_ac "+hardened" --enable-hardening - append-ldflags "-Wl,-z,relro -Wl,-z,now" - - # Increase the FORTIFY_SOURCE value, #910071. - sed -i -e '/-D_FORTIFY_SOURCE=/s:2:3:' "${S}"/build/moz.configure/toolchain.configure || die - fi - - local myaudiobackends="" - use jack && myaudiobackends+="jack," - use sndio && myaudiobackends+="sndio," - use pulseaudio && myaudiobackends+="pulseaudio," - ! use pulseaudio && myaudiobackends+="alsa," - - mozconfig_add_options_ac '--enable-audio-backends' --enable-audio-backends="${myaudiobackends::-1}" - - mozconfig_use_enable wifi necko-wifi - - ! use jumbo-build && mozconfig_add_options_ac '--disable-unified-build' --disable-unified-build - - if use X && use wayland ; then - mozconfig_add_options_ac '+x11+wayland' --enable-default-toolkit=cairo-gtk3-x11-wayland - elif ! use X && use wayland ; then - mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland-only - else - mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only - fi - - # LTO is handled via configure - filter-lto - - if use lto ; then - if use clang ; then - # Upstream only supports lld or mold when using clang. - if tc-ld-is-mold ; then - # mold expects the -flto line from *FLAGS configuration, bgo#923119 - append-ldflags "-flto=thin" - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld - fi - - mozconfig_add_options_ac '+lto' --enable-lto=cross - - else - # ThinLTO is currently broken, see bmo#1644409. - # mold does not support gcc+lto combination. - mozconfig_add_options_ac '+lto' --enable-lto=full - mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd - fi - - if use pgo ; then - mozconfig_add_options_ac '+pgo' MOZ_PGO=1 - - if use clang ; then - # Used in build/pgo/profileserver.py - export LLVM_PROFDATA="llvm-profdata" - fi - fi - else - # Avoid auto-magic on linker - if use clang ; then - # lld is upstream's default - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld - fi - - else - if tc-ld-is-mold ; then - mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold - else - mozconfig_add_options_ac "linker is set to bfd due to USE=-clang" --enable-linker=bfd - fi - fi - fi - - mozconfig_use_enable debug - if use debug ; then - mozconfig_add_options_ac '+debug' --disable-optimize - mozconfig_add_options_ac '+debug' --enable-real-time-tracing - else - mozconfig_add_options_ac 'Gentoo defaults' --disable-real-time-tracing - - if is-flag '-g*' ; then - if use clang ; then - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') - else - mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols - fi - else - mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols - fi - - if is-flag '-O0' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 - elif is-flag '-O4' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 - elif is-flag '-O3' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 - elif is-flag '-O1' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 - elif is-flag '-Os' ; then - mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os - else - mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 - fi - fi - - # Debug flag was handled via configure - filter-flags '-g*' - - # Optimization flag was handled via configure - filter-flags '-O*' - - # Modifications to better support ARM, bug #553364 - if use cpu_flags_arm_neon ; then - mozconfig_add_options_ac '+cpu_flags_arm_neon' --with-fpu=neon - - if ! tc-is-clang ; then - # thumb options aren't supported when using clang, bug 666966 - mozconfig_add_options_ac '+cpu_flags_arm_neon' \ - --with-thumb=yes \ - --with-thumb-interwork=no - fi - fi - - if [[ ${CHOST} == armv*h* ]] ; then - mozconfig_add_options_ac 'CHOST=armv*h*' --with-float-abi=hard - - if ! use system-libvpx ; then - sed -i \ - -e "s|softfp|hard|" \ - "${S}"/media/libvpx/moz.build \ - || die - fi - fi - - # elf-hack - # Filter "-z,pack-relative-relocs" and let the build system handle it instead. - if use amd64 || use x86 ; then - filter-flags "-z,pack-relative-relocs" - - if tc-ld-is-mold ; then - # relr-elf-hack is currently broken with mold, bgo#916259 - mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack - else - mozconfig_add_options_ac 'relr elf-hack' --enable-elf-hack=relr - fi - elif use ppc64 || use riscv ; then - # '--disable-elf-hack' is not recognized on ppc64/riscv, - # see bgo #917049, #930046 - :; - else - mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack - fi - - # Additional ARCH support - case "${ARCH}" in - arm) - # Reduce the memory requirements for linking - if use clang ; then - # Nothing to do - :; - elif use lto ; then - append-ldflags -Wl,--no-keep-memory - else - append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads - fi - ;; - esac - - if ! use elibc_glibc; then - mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc - fi - - if use valgrind; then - mozconfig_add_options_ac 'valgrind requirement' --disable-jemalloc - fi - - # System-av1 fix - use system-av1 && append-ldflags "-Wl,--undefined-version" - - # Allow elfhack to work in combination with unstripped binaries - # when they would normally be larger than 2GiB. - append-ldflags "-Wl,--compress-debug-sections=zlib" - - # Make revdep-rebuild.sh happy; Also required for musl - append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags - - # Pass $MAKEOPTS to build system - export MOZ_MAKE_FLAGS="${MAKEOPTS}" - - # Use system's Python environment - export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach - - if use system-python-libs; then - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="system" - else - export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" - fi - - if ! use telemetry; then - mozconfig_add_options_mk '-telemetry setting' "MOZ_CRASHREPORTER=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_DATA_REPORTING=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_SERVICES_HEALTHREPORT=0" - mozconfig_add_options_mk '-telemetry setting' "MOZ_TELEMETRY_REPORTING=0" - fi - - # Disable notification when build system has finished - export MOZ_NOSPAM=1 - - # Portage sets XARGS environment variable to "xargs -r" by default which - # breaks build system's check_prog() function which doesn't support arguments - mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" - - # Set build dir - mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" - - # Show flags we will use - einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" - einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" - einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" - einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" - einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" - - # Handle EXTRA_CONF and show summary - local ac opt hash reason - - # Apply EXTRA_ECONF entries to $MOZCONFIG - if [[ -n ${EXTRA_ECONF} ]] ; then - IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} - for opt in "${ac[@]}"; do - mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} - done - fi - - echo - echo "==========================================================" - echo "Building ${PF} with the following configuration" - grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do - [[ -z ${hash} || ${hash} == \# ]] \ - || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" - printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" - done - echo "==========================================================" - echo - - if use valgrind; then - sed -i -e 's/--enable-optimize=-O[0-9s]/--enable-optimize="-g -O2"/' .mozconfig || die - fi - - ./mach configure || die -} - -src_compile() { - local virtx_cmd= - - if tc-ld-is-mold && use lto; then - # increase ulimit with mold+lto, bugs #892641, #907485 - if ! ulimit -n 16384 1>/dev/null 2>&1 ; then - ewarn "Unable to modify ulimits - building with mold+lto might fail due to low ulimit -n resources." - ewarn "Please see bugs #892641 & #907485." - else - ulimit -n 16384 - fi - fi - - if use pgo; then - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - addpredict /root - - if ! use X; then - virtx_cmd=virtwl - else - virtx_cmd=virtx - fi - fi - - if ! use X; then - local -x GDK_BACKEND=wayland - else - local -x GDK_BACKEND=x11 - fi - - ${virtx_cmd} ./mach build --verbose || die -} - -src_install() { - # xpcshell is getting called during install - pax-mark m \ - "${BUILD_DIR}"/dist/bin/xpcshell \ - "${BUILD_DIR}"/dist/bin/${PN} \ - "${BUILD_DIR}"/dist/bin/plugin-container - - DESTDIR="${D}" ./mach install || die - - # Upstream cannot ship symlink but we can (bmo#658850) - rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die - dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - - # Don't install llvm-symbolizer from sys-devel/llvm package - if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then - rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die - fi - - # Install policy (currently only used to disable application updates) - insinto "${MOZILLA_FIVE_HOME}/distribution" - newins "${FILESDIR}"/distribution.ini distribution.ini - newins "${FILESDIR}"/disable-auto-update.policy.json policies.json - - # Install system-wide preferences - local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" - insinto "${PREFS_DIR}" - newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js - - local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" - - # Set dictionary path to use system hunspell - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" - pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); - EOF - - # Force hwaccel prefs if USE=hwaccel is enabled - if use hwaccel ; then - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ - >>"${GENTOO_PREFS}" \ - || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" - - if use wayland; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" - pref("gfx.x11-egl.force-enabled", false); - EOF - else - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" - pref("gfx.x11-egl.force-enabled", true); - EOF - fi - - # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/vaapitest - - # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) - if use arm64 ; then - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/v4l2test - fi - fi - - if ! use gmp-autoupdate ; then - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - einfo "Disabling auto-update for ${plugin} plugin ..." - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" - pref("media.${plugin}.autoupdate", false); - EOF - done - fi - - # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it - if use system-harfbuzz ; then - cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" - sticky_pref("gfx.font_rendering.graphite.enabled", true); - EOF - fi - - # Install language packs - local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) - if [[ -n "${langpacks}" ]] ; then - moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" - fi - - # Install geckodriver - if use geckodriver ; then - einfo "Installing geckodriver into ${ED}${MOZILLA_FIVE_HOME} ..." - pax-mark m "${BUILD_DIR}"/dist/bin/geckodriver - exeinto "${MOZILLA_FIVE_HOME}" - doexe "${BUILD_DIR}"/dist/bin/geckodriver - - dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver - fi - - # Install icons - local icon_srcdir="${S}/browser/branding/official" - local icon_symbolic_file="${FILESDIR}/icon/firefox-symbolic.svg" - - insinto /usr/share/icons/hicolor/symbolic/apps - newins "${icon_symbolic_file}" ${PN}-symbolic.svg - - local icon size - for icon in "${icon_srcdir}"/default*.png ; do - size=${icon%.png} - size=${size##*/default} - - if [[ ${size} -eq 48 ]] ; then - newicon "${icon}" ${PN}.png - fi - - newicon -s ${size} "${icon}" ${PN}.png - done - - # Install menu - local app_name="Mozilla ${MOZ_PN^}" - local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" - local desktop_filename="${PN}.desktop" - local exec_command="${PN}" - local icon="${PN}" - local use_wayland="false" - - if use wayland ; then - use_wayland="true" - fi - - cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die - - sed -i \ - -e "s:@NAME@:${app_name}:" \ - -e "s:@EXEC@:${exec_command}:" \ - -e "s:@ICON@:${icon}:" \ - "${WORKDIR}/${PN}.desktop-template" \ - || die - - newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" - - rm "${WORKDIR}/${PN}.desktop-template" || die - - # Install wrapper script - [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" - newbin "${FILESDIR}/${PN}-r1.sh" ${PN} - - # Update wrapper - sed -i \ - -e "s:@PREFIX@:${EPREFIX}/usr:" \ - -e "s:@MOZ_FIVE_HOME@:${MOZILLA_FIVE_HOME}:" \ - -e "s:@APULSELIB_DIR@:${apulselib}:" \ - -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ - "${ED}/usr/bin/${PN}" \ - || die - - readme.gentoo_create_doc -} - -pkg_preinst() { - xdg_pkg_preinst - - # If the apulse libs are available in MOZILLA_FIVE_HOME then apulse - # does not need to be forced into the LD_LIBRARY_PATH - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - einfo "APULSE found; Generating library symlinks for sound support ..." - local lib - pushd "${ED}${MOZILLA_FIVE_HOME}" &>/dev/null || die - for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do - # A quickpkg rolled by hand will grab symlinks as part of the package, - # so we need to avoid creating them if they already exist. - if [[ ! -L ${lib##*/} ]] ; then - ln -s "${lib}" ${lib##*/} || die - fi - done - popd &>/dev/null || die - fi -} - -pkg_postinst() { - xdg_pkg_postinst - - if ! use gmp-autoupdate ; then - elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" - elog "installing into new profiles:" - local plugin - for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do - elog "\t ${plugin}" - done - elog - fi - - if use pulseaudio && has_version ">=media-sound/apulse-0.1.12-r4" ; then - elog "Apulse was detected at merge time on this system and so it will always be" - elog "used for sound. If you wish to use pulseaudio instead please unmerge" - elog "media-sound/apulse." - elog - fi - - # bug 835078 - if use hwaccel && has_version "x11-drivers/xf86-video-nouveau"; then - ewarn "You have nouveau drivers installed in your system and 'hwaccel' " - ewarn "enabled for Firefox. Nouveau / your GPU might not support the " - ewarn "required EGL, so either disable 'hwaccel' or try the workaround " - ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." - fi - - readme.gentoo_print_elog - - optfeature_header "Optional programs for extra features:" - optfeature "desktop notifications" x11-libs/libnotify - optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas - optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal - if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then - optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver - fi - - if ! has_version "sys-libs/glibc"; then - elog - elog "glibc not found! You won't be able to play DRM content." - elog "See Gentoo bug #910309 or upstream bug #1843683." - elog - fi -} diff --git a/www-client/firefox/firefox-125.0.1.ebuild b/www-client/firefox/firefox-125.0.3.ebuild similarity index 99% rename from www-client/firefox/firefox-125.0.1.ebuild rename to www-client/firefox/firefox-125.0.3.ebuild index f3f0bcb2fde6..f49c20262be0 100644 --- a/www-client/firefox/firefox-125.0.1.ebuild +++ b/www-client/firefox/firefox-125.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -FIREFOX_PATCHSET="firefox-125-patches-01.tar.xz" +FIREFOX_PATCHSET="firefox-125-patches-02.tar.xz" LLVM_COMPAT=( 17 ) @@ -606,10 +606,6 @@ src_prepare() { rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die fi - if ! use ppc64 && ! use riscv; then - rm -v "${WORKDIR}"/firefox-patches/*ppc64*.patch || die - fi - # Workaround for bgo#917599 if has_version ">=dev-libs/icu-74.1" && use system-icu ; then eapply "${WORKDIR}"/firefox-patches/*-bmo-1862601-system-icu-74.patch @@ -1416,4 +1412,10 @@ pkg_postinst() { elog "See Gentoo bug #910309 or upstream bug #1843683." elog fi + + if use geckodriver ; then + ewarn "You have enabled the 'geckodriver' USE flag. Geckodriver is now" + ewarn "packaged separately as net-misc/geckodriver and the use flag will be" + ewarn "dropped from main Firefox package by Firefox 128.0 release." + fi } diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index c174ffe3e6d3..ea75c0016d25 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/lighttpd/lighttpd-1.4.75.ebuild b/www-servers/lighttpd/lighttpd-1.4.75.ebuild index 5f2f6de8bf8e..4def4402a70a 100644 --- a/www-servers/lighttpd/lighttpd-1.4.75.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.75.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="+brotli dbi gnutls kerberos ldap +lua maxminddb mbedtls +nettle nss +pcre php sasl selinux ssl test unwind webdav xattr +zlib zstd" RESTRICT="!test? ( test )" diff --git a/www-servers/tomcat/tomcat-8.5.100.ebuild b/www-servers/tomcat/tomcat-8.5.100.ebuild index b62ecc123e81..ef31979c323e 100644 --- a/www-servers/tomcat/tomcat-8.5.100.ebuild +++ b/www-servers/tomcat/tomcat-8.5.100.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="8.5" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="extra-webapps" RESTRICT="test" # can we run them on a production system? diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz index a5e5e5996281..d591feb3e67b 100644 Binary files a/x11-apps/Manifest.gz and b/x11-apps/Manifest.gz differ diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest index d4c622697e1d..7884c848e3ce 100644 --- a/x11-apps/xconsole/Manifest +++ b/x11-apps/xconsole/Manifest @@ -1 +1,2 @@ DIST xconsole-1.0.8.tar.xz 129336 BLAKE2B 3c00072944594b02d5cbc88e8243198502a1a418e4f0c3e86badf659a62bada126323af1b21517368fd6a6204397714cb8769b7a1702fe9b8d884c057cc429ee SHA512 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa +DIST xconsole-1.1.0.tar.xz 131900 BLAKE2B 2dacabbfb7b55b6dc2cae255a4a8c58dc8cd0130cc07ce1c2b5e6c68cdff270fad31487e0491ba670e126582359c033cbefe30c71639f8b2b2ce32e7d1e995d7 SHA512 1b5b1e1e15e3b988c159e924ac5c51734c4e37ed112815fc6bf6e36f80e840ccd904a4f0b0f27191e0dbf656d367a38873fd493a266887daa111e5266eebf37e diff --git a/x11-apps/xconsole/xconsole-1.1.0.ebuild b/x11-apps/xconsole/xconsole-1.1.0.ebuild new file mode 100644 index 000000000000..6f25981ab80f --- /dev/null +++ b/x11-apps/xconsole/xconsole-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="monitor system console messages with X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"